@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
    font-size: 16px;
}
:root{
    --space-size-0:0px;
    --space-size-64: 64px;
    --bg-white:#fff;
    --padding-64: 64px;
    --padding-56: 56px;
    --padding-48: 48px;
    --padding-40: 40px;
    --padding-32: 32px;
    --padding-24: 24px;
    --padding-16: 16px;
    --padding-8: 8px;
    --padding-60: 60px;
    --padding-v-80: 76px;
    --font-size-24: 24px;
    --font-size-16: 16px;
    --font-size-r14: 0.875rem;
    --font-size-r16: 1rem;
    --font-size-r24: 1.5rem;
    --font-size-r32: 2rem;
    --font-size-r40: 2.5rem;
    --font-size-r48: 3rem;


    --space-session-titre-h: 55%;
    --space-session-titre-v: 80px;
}

*{
    box-sizing: border-box;
}
body{
	background: linear-gradient(to bottom right, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) top right / 50% 50% no-repeat, #FFF;
}
header{
    width: 100%;
}
/*.navbar-logo{
    width: 60px;
    height: 60px;
}
.logo{
    width: 100%;
    height: 100%;
}*/
.navbar-logo{
    width: 60px;
    max-height: 65px;
    max-width: 60px;
    height: 65px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    display: block;
    flex-shrink: 0;
}
.logo{
    width: 120%;
    height: auto;
    position: absolute;
    top: -10%; 
    left: -10%;
}

nav{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    height: 100px;
    max-height: 108px;
    z-index: 999;
    padding: 24px 62px 24px 60px;
}
.navbar-conteneur{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-block: 0px;
    height: 100%;
}
.navbar-menu-conteneur{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.navbar-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    padding: 0;
    align-items: center;

}
.navbar-menu li{
    list-style: none;
}

.navbar-menu li a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap:8px;
    align-items: center;
    width: max-content;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px; /*--16px*/
    text-align: start;
    vertical-align: middle;
}
.accueil_a{
    content:"";
    border-bottom: solid;
    border-color: #ffc14b;
}
.accueil_svg{
    fill: #e69600;
    stroke:#2E476B;
    stroke-width: 50;
    width: 400px;
}
.navbar_menu_li_img{
    padding-block: 2px;
    padding-inline: 10px;
    height: 22px;
    width: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.navbar_menu_li_img img{
    height: 14px;
    width: auto;
}
.navbar-menu span{
    color: #0073E6;
}
.accueil_a span{
    color: #2E476B;
    font-weight: 700;
}
.accueil_sp{
    content:"";
    border-bottom: solid;
    border-color: #ffc14b;
}

.li_img1{
    padding-block: 0px !important;
    padding-inline: 0px !important;
    width: 15.74px;
    height: 14px;
    margin-bottom: 4px;
}
.li_img2{
    background-color: #5B5F62;
}
.li_img3{
    background-color: rgba(224,87,52,0.64);
}
.li_img4{
    background-color: rgba(46,71,107,1);
}

.navbar-menu .connexion{
    background-color:#0073E6;
    padding-block: 10px;
    padding-inline: 20px;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
    padding-block: 10px;
    padding-inline: 20px;
    width: max-content;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    text-align: start;
}

.connexion span{
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}

.content{
    /*padding-inline: 64px;*/
    max-width: 100%;
    width: 100%;
    height: fit-content;
}

.content{
	/* display: grid;
	 grid-template-columns: 64px 1fr 64px;*/
	 /*margin-top: 148px;*/
     /*margin-top: 78px;*/
     margin-top: 18vh;
	 padding-inline: 64px;
	 max-width: 100%;
	 display: flex;
	 flex-direction: column;
	 gap: 80px;
}	
.article-banniere{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*height: 287px;*/
	max-width: 100%;
	width: 100%;
	border-radius: 32px;
	background: rgba(0, 115, 230, 0.03);
	background-color: #2E476B;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
	padding-inline: 32px;
}
.article-banniere-texte-conteneur{
	display: flex;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	flex: 1 0 0;
}

.article-banniere-texte-titre{
	/*font-family: "Roboto, sans";
	font-size: 64px;
	font-weight: bold;
	text-align: center;
	background-color: #e6b800;
	text-align: center;*/
	width: 57%;
	color: white;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2, /* 76.8px */
}


.article-et-aside{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 48px;
	align-self: stretch;
	margin-bottom: 80px;
	position: relative;
}	
.article{
	display: flex;
	width: 72%;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	border-radius: 32px;
	background-color: white;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 64px;
}

.article-bloc{
  width: 100%;
  display: flex;
	padding-inline: 64px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.article-image{
	display: flex;
	justify-content: center;
	width: 100%;
    min-width: 100%;
 }
 
.article-img{
    min-width: 100 !important;
	width: 100%;
	height: auto;
}
.article-heading-titre{
	color: #0073E6;
	color: #2D3134;
	color: black;
	font-family: "Roboto",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight:bold;
	line-height: 1.2; /* 57.6px */
}
.article-heading-texte{
	color: #2D3134;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5; /* 28.8px */
}
.article-contenu-bloc{
	display: flex;
	padding: var(--sds-size-space-0);
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.article-contenu{
	display: flex;
	padding: var(--sds-size-space-0);
	flex-direction: column;
	align-items: flex-start;
	/*gap: 24px;*/
} 
.article-contenu-titre{
	color: #0073E6;
	color: #2D3134;
	color: black;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2; /* 48px */
	flex: 1 0 0;
	margin: 0px;
}
.article-contenu-texte{
	color: #2D3134;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5 /* 28.8px */
	/*align-self: stretch;*/
}
.article-contenu-ul{
	margin-block: 0px !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
    margin-top: 0px;
}
.article-contenu-li{
	color: #2D3134;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5; /* 28.8px */
}



.page-article-aside{
	position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 64px;
 width: 30%;
 align-self: stretch;
}
.page-article-aside-heading{
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
 display: flex;
 flex-direction: column;
 align-items: center;
 /*justify-content: ;*/
 border-radius: 12px;
 gap: 12px;
}
.page-article-aside-heading-texte{
	padding-inline: 32px;
	padding-top: 24px;
 	color: #0073E6;
	font-family: "Roboto",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2; /* 28.8px */
}
.page-article-aside-heading-ancle{
 background-color: rgba(0,115,230,0.1);
 width: 100%;
 align-self: stretch;
 padding-block: 12px;
 padding-inline: 2px;
 text-align: center;
 border-bottom-left-radius: 12px;
 border-bottom-right-radius: 12px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
}
/*.page-article-aside-heading-ancle svg{
	/*fill: #0073E6;*/
	/*width: 24px;
	height: 24px;
}*/


.article-formulaire{   
		position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:80px;
    width: 100%;
    align-items: center; 
		/*background-image: url("Images pour site web/DJI_0572.JPG");*/
		background-size: cover;
		border-radius: 12px;
		height: 100%;
		border-radius: 12px;
    /*background: linear-gradient(180deg, rgba(255, 212, 130, 0.03) 0%, rgba(255, 212, 130, 0.00) 100%);*/
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.article-formulaire-b {
		position: sticky;
		bottom: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
    /*border-radius: 12px;*/
    background: linear-gradient(180deg, rgba(255, 212, 130, 0.03) 0%, rgba(255, 212, 130, 0.00) 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
		border-radius: 12px;
}
.article-formulaire-titre{
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.article-formulaire-titre-h2{
		color: #0073E6;		
		text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 57.6px */
    padding: 0px;
    margin: 0px;
    max-width: 340px;
}
.article-formulaire-titre-p{
    align-self: stretch;
    color: #2E476B;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 28.8px */
    max-width: 340px;
}
form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /*border-radius: 5px;*/
    /*max-width: 400px;*/
    width: 100%;
    margin: auto;
    align-self: stretch;
  }
.article-formulaire-bloc{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border: 2px solid #0073E6;
    border-radius: 12px;
		/*background-color: rgba(255, 255, 255, 0.64);*/
}

label{
		color: #0073E6;    
		font-family: Roboto;
    font-size:16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 75% */
    display: flex;
    align-items: center;

}  

label, input[type=text], input[type=email], input[type=radio] {
    display: block;
    margin-bottom: 10px;
    border-color: #0073E6;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px; /* Taille du texte */
    user-select: none;
    display: flex;
    align-items: center;
}

input[type="radio"] + label:before {
    display: flex;
    align-items: center;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px; 
    height: 14px;
    border: 2px solid #0073E6; 
    border-radius: 50%;
    background: white;
}

input[type="radio"]:checked + label:before {
    border-color: #0073E6; 
}

input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 8px; 
    height: 8px;
    border-radius: 50%;
    background: #2E476B; 
}

input[type=text], input[type=email] {
    width: 100%;
    padding: 8px;
    padding-block: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
}

button[type=submit] {
    display: flex;
    /*width: 248px;
    height: 68px;*/
    padding-inline: 24px;
    padding-block: 12px;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #2E476B;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    /*border: 2px solid #2E476B;
    background: linear-gradient(93deg, #FFC14B 0.47%, rgba(255, 193, 75, 0.80) 157.31%);*/
    transition: background-color 0.3s ease-in-out;
    align-self: center;

		border: 2px solid #0073E6;
		background: rgba(0, 115, 230, 0.10);
		box-shadow: 0px 2px 10px 0px rgba(0, 115, 230, 0.10);
}

input[type=submit]:hover {
    background-color: #e6b800;
}
 


footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #2E476B;
    width: 100%;
    padding: 0 64px;
    align-items: flex-start;
    margin-bottom: 0px;
    position: relative;
  }
.pied_de_page{
    display: flex;
    /*height: 339px;*/
    padding: 48px 0 32px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.footer-hbloc1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px
}
.footer-vbloc-titre{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 38.4px */
}
.footer-hbloc2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-hbloc2 span{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 28.8px */
}

.footer-vbloc1, .footer-vbloc2{
    display: flex;
    padding: var(--sds-size-space-0);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.footer-vbloc3{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 30%;
}
.footer-vbloc3 .concepteur{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 36px */
}
.concepteur-a{
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration-line: underline;
}
.footer-vbloc3 .concepteur-img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.footer-menu{
    list-style: none;
    /*background-color: #0073E6;*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu a{
    text-decoration: none;
}

.footer-menu li a{
    display: flex;
    gap: 10px;
}
.footer-menu li span{
    color: #0073E6;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5 /* 36px */;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.footer_menu_li_img{
    height: 22px;
    width: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding-inline: 5px;
    padding-block: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}
footer hr{ width: 100%;}
.footer-facebook-svg{
    width: 100px;
    height: 100px;
}



#email:focus{
    border-color: #0073E6;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    font-size: 16px;
}

:root {
    --space-size-0: 0;
    --space-size-64: 4rem;
    --bg-white: #fff;
    --padding-64: 4rem;
    --padding-56: 3.5rem;
    --padding-48: 3rem;
    --padding-40: 2.5rem;
    --padding-32: 2rem;
    --padding-24: 1.5rem;
    --padding-16: 1rem;
    --padding-8: 0.5rem;
    --padding-60: 3.75rem;
    --padding-v-80: 4.75rem;
    
    /* Responsive paddings */
    --responsive-padding: clamp(1rem, 5vw, 4rem);
    
    /* Typography */
    --font-size-base: 1rem;
    --font-size-sm: 0.875rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    
    /* Responsive typography */
    --responsive-heading: clamp(1.5rem, 5vw, 3rem);
    
    /* Layout */
    --max-width: 1200px;
    --content-padding: 5%;
}

* {
    box-sizing: border-box;
}

body {
    background: linear-gradient(to bottom right, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) bottom right / 50% 50% no-repeat,
                linear-gradient(to bottom left, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) bottom left / 50% 50% no-repeat,
                linear-gradient(to top left, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) top left / 50% 50% no-repeat,
                linear-gradient(to top right, rgba(0, 115, 230, 0.05) 0%, rgba(0, 115, 230, 0.01) 50%) top right / 50% 50% no-repeat, #FFF;
    margin: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

/* Navigation */
nav {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    height: 6.25rem;
    padding: 1.5rem var(--responsive-padding);
    z-index: 999;
}

.navbar-logo {
    width: 3.75rem;
    height: auto;
    aspect-ratio: 1;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding: 0;
}

.navbar-menu li a {
    font-size: var(--font-size-sm);
    font-family: "Poppins", sans-serif;
}

/* Content */
.content {
    margin-top: 7rem;
    padding-inline: var(--responsive-padding);
    display: flex;
    flex-direction: column;
    gap: 5rem;
}


.article-banniere-texte-titre {
    font-size: var(--responsive-heading);
    width: min(100%, 57%);
}

/* Responsive layout */
.article-et-aside {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.page-article-aside {
    width: 100%;
}

/* Form */
.article-formulaire-bloc {
    padding: 1.5rem;
}


/* Media Queries */
@media (min-width: 768px) {
    .article-et-aside {
        flex-direction: row-reverse;
    }
    
    .article {
        width: 70%;
    }
    
    .page-article-aside {
        width: 30%;
    }
    
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
    }
    
    .footer-hbloc1 {
        flex-direction: column;
        gap: 2rem;
    }

    /**deplacé*/
    .article-banniere {
        padding: var(--responsive-padding);
        border-radius: 2rem;
    }
    .article {
        width: 100%;
        /*padding: var(--responsive-padding);*/
    }
    .article-bloc{
        padding-inline: 6vw;
    }      
    /* Footer */
    footer {
        padding: var(--responsive-padding);
    }
    
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    
    .article-banniere-texte-titre {
        width: 100%;
    }
}