File: /home/x/n/m/xnmprns/www/Styles/connaitre.css
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
* {
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
user-select: none;
scroll-behavior: smooth;
}
:root {
--Texte-noir: #0B1C2C;
--Orange: #FFA02C;
--Blanc: #FFFFFF;
--Background: #EAE1D6;
--Titre-Beige: #E3B96D;
--Background-noir: #181713;
--Back-24: #242424;
}
body {
background-color: var(--Background);
}
/* ? Header */
.header-connai {
width: 100%;
height: auto;
min-height: 300px;
background-color: var(--Background-noir);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header-connai span {
font-family: "Source Serif 4", sans-serif;
color: var(--Titre-Beige);
font-size: 48px;
font-weight: 400;
}
.header-connai p {
font-family: "Source Serif 4", sans-serif;
color: var(--Blanc);
font-size: 20px;
font-weight: 400;
}
.header-connai i {
font-size: 48px;
color: var(--Titre-Beige);
cursor: pointer;
margin-top: 40px;
}
/* ? Fin de Header */
/* ? Présentation */
.presentation-container {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
gap: 70px;
margin-top: 200px;
}
.pres-txt .org-txt {
font-family: "Source Serif 4", sans-serif;
color: var(--Orange);
font-size: 24px;
font-weight: 600;
}
.pres-txt {
display: flex;
flex-direction: column;
gap: 40px;
}
.pres-txt p {
font-family: "Source Serif 4", sans-serif;
color: var(--Texte-noir);
font-size: 24px;
font-weight: 400;
}
.pres-txt span {
font-family: "Source Serif 4", sans-serif;
color: var(--Texte-noir);
font-size: 36px;
font-weight: 400;
}
.pres-img img {
position: relative;
width: 580px;
height: 780px;
z-index: 6;
}
.pres-img hr {
width: 325px;
height: 300px;
background-color: var(--Orange);
border-radius: 166.5px 0px 0px 60px;
position: relative;
bottom: 290px;
left: 270px;
border: none;
z-index: 5;
}
/* ? Fin de Présentation */
/* ? Video */
.video-conteneur {
position: relative;
width: 950px;
height: 590px;
max-height: 860px;
overflow: hidden;
margin-bottom: 200px;
z-index: 1;
}
.video-conteneur img {
width: 950px;
height: 590px;
background-color: #242424;
object-fit: cover;
cursor: pointer;
border-radius: 12px;
}
.hr-1 {
width: 360px;
height: 330px;
position: relative;
background-color: var(--Orange);
border: none;
border-radius: 0px 0px 59px 50px;
left: 310px;
bottom: 805px;
z-index: 0;
}
.hr-2 {
width: 360px;
height: 330px;
position: relative;
background-color: var(--Orange);
border: none;
border-radius: 59px 50px 0px 0px;
bottom: 845px;
right: 310px;
}
.video-content {
display: flex;
align-items: center;
flex-direction: column;
}
/* ? Fin de la Video */
/* ? Description Vidéo */
.descr-content {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
bottom: 750px;
}
.descr-wrapper {
display: flex;
gap: 80px;
flex-direction: column;
width: 80%;
}
.descr-title {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.descr-title span {
font-family: "Source Serif 4", sans-serif;
color: var(--Texte-noir);
font-size: 34px;
font-weight: 400;
}
.descr-title hr {
width: 100px;
border: none;
height: 6px;
background-color: var(--Orange);
}
.descr-txt {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
flex-wrap: wrap;
}
.descr-txt>div>span {
font-family: "Source Serif 4", sans-serif;
color: var(--Orange);
font-size: 18px;
font-weight: 600;
}
.descr-txt>div>p {
font-family: "Source Serif 4", sans-serif;
color: var(--Texte-noir);
font-size: 16px;
font-weight: 500;
max-width: 350px;
}
.descr-txt>div {
display: flex;
flex-direction: column;
gap: 10px;
}
/* ? Fin de la Description Vidéo */
.deu-conn {
width: 100%;
height: 700px;
background-color: var(--Back-24);
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
flex-wrap: wrap;
position: relative;
bottom: 550px;
margin-bottom: -400px;
}
@media screen and (max-width: 1450px) {
.deu-conn {
height: 850px;
gap: 60px;
display: flex;
flex-direction: column;
}
.pres-txt p {
font-size: 20px;
}
.presentation-container {
display: flex;
justify-content: center;
flex-wrap: wrap-reverse;
align-items: flex-end;
gap: 60px;
text-align: center;
margin-top: 100px;
}
.pres-img img {
position: relative;
width: 480px;
height: 680px;
}
.pres-img hr {
position: relative;
left: 170px;
}
.video-conteneur img {
height: 490px;
}
.overlay {
position: absolute;
top: -35px;
}
.hr-2 {
position: relative;
bottom: 945px;
}
}
@media screen and (max-width: 1024px) {
.header-connai span {
text-align: center;
}
}
@media screen and (max-width: 800px) {
.video-conteneur {
position: relative;
width: 750px;
height: 390px;
max-height: 460px;
object-fit: cover;
margin-bottom: 300px;
}
.hr-1 {
position: relative;
width: 200px;
height: 250px;
left: 285px;
bottom: 700px;
z-index: 0;
}
.hr-2 {
position: relative;
bottom: 790px;
height: 250px;
right: 285px;
width: 200px;
}
.overlay {
position: absolute;
top: 0px;
}
.pres-txt>p>.hide {
display: none;
}
}
@media screen and (max-width: 480px) {
.header-connai p {
text-align: center;
}
.pres-img img {
width: 100%;
height: auto;
}
.pres-img hr {
position: relative;
border-radius: 60px;
left: 50px;
}
.video-conteneur img {
width: 100%;
}
.video-conteneur {
width: 100%;
}
.hr-1 {
position: relative;
left: 0px;
border-radius: 50px;
}
.hr-2 {
position: relative;
right: 0px;
border-radius: 50px;
}
.deu-conn {
display: flex;
flex-direction: column;
height: auto;
gap: 40px;
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 0px;
}
.descr-txt{
display: flex;
gap: 30px;
}
}@media screen and (max-width: 320px) {
.pres-img hr{
position: relative;
width: 200px;
left: 60px;
}
}