html,body{
	font-family: 'Roboto', sans-serif;

	margin:0px;
	padding:0px;
	color:#333333;
	overflow-x: hidden;
}

h2{
    font-weight: 300;
	font-size:20px;
}

.clear1px{
	clear: both;
}

.clear15px{
	clear: both;
	height:15px;
}

.clear25px{
	clear: both;
	height:25px;
}

.clear50px{
	clear: both;
	height:50px;
}

.clear100px{
	clear: both;
	height:100px;
}

a{
	color:#333333;
	font-size:16px;
	text-decoration: none;
	    -webkit-font-smoothing: antialiased;
}


a:hover{
	color:#333333;
	font-size:16px;
}

.toolbox{
	width:100%;
	height:40px;
	box-sizing: border-box;
	padding:8px;
	background:#003D6A;
	display:flex;
	align-items: flex-start;
	flex-direction: row;
    justify-content: space-between;
	color:#FFFFFF;
}

.toolbox a{
	color:#FFFFFF;
	text-decoration: none;
	transition: all 500ms;
}

.toolbox a:hover{
	color:#CCD600;
}

.social_network{
	display:flex;
	align-items:flex-start;
	flex-direction: row;
    justify-content:flex-start;
	padding-right:10px;
	position:relative;
}

.social_network:after{
	content:"";
	width:1px;
	height:13px;
	border-right:1px solid #FFFFFF;
	position: absolute;
	right:0px;
	top:5px;
}

.social_network .item{
	width:25px;	
	font-size:20px;
}

.address{
	padding-left:10px;
	font-size:18px;
}

.font13{
	font-size:13px;	
}

.toolbox-left{
		display:flex;
	align-items:flex-start;
	flex-direction: row;
}


.contact-zone{
	display:flex;
	align-items:flex-start;
	flex-direction: row;
    justify-content:flex-start;
}

.phone{
	padding-right:9px;	
	position:relative;
}

.phone:after{
	content:"";
	width:1px;
	height:13px;
	border-right:1px solid #FFFFFF;
	position: absolute;
	right:0px;
	top:5px;
}

.email{
	padding-left:9px;	
	padding-right:9px;	
	position:relative;
}

.email:after{
	content:"";
	width:1px;
	height:13px;
	border-right:1px solid #FFFFFF;
	position: absolute;
	right:0px;
	top:5px;
}

.prendre-rdv{
	padding-left:9px;	
	position:relative;
	font-size:16px;
}

header {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

.container {
    max-width: 1100px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 100px; 
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 45px;
}

.burger {
    display: none;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 130px; 
    width: 100%;
	background:#202a34;
}

.mobile-menu a{
    color:#FFFFFF;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li{
    padding: 10px;
}


.flex-container {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; 
    gap: 20px; 
	line-height: 25px;
    letter-spacing: 1px;
	font-size: 17px;
    font-weight: 300;
}

.flex-container-lg {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; 
    gap: 20px; 
	line-height: 25px;
    letter-spacing: 1px;
	font-size: 17px;
    font-weight: 300;
}


		.generic-title {
            position: relative;
            margin-bottom: 50px; 
			font-size:24px;
			    font-weight: 300;
        }

       
        .generic-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            /*left: 50%;
            transform: translateX(-50%);*/
			left:0px;
            height: 2px;
            width: 100px; 
            background-color: #CCD600;
        }



		.generic-title2 {
            position: relative;
            margin-bottom: 30px; 
			font-size:24px;
        }

       
        .generic-title2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            /*left: 50%;
            transform: translateX(-50%);*/
			left:0px;
            height: 2px;
            width: 100px; 
            background-color: #CCD600;
        }
     
         .stitle{
			 color:#003D6A;
			 font-weight: bold;
         }

.text-content {
    flex: 1; 
    padding: 15px;
	text-align: justify;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-content2 {
    flex: 1; 
    padding: 15px;
	text-align: justify;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:300;
}

.image-content {
       width: 50%;
    height: 450px;
    overflow: hidden;
}

.image-content img {
    height: 100%; 
}

 /* Style de la section */
        .description-section {
            width: 100%;
			max-width: 1100px;
            display: flex;
            /*padding: 50px 0; */
			margin:auto;
			font-weight:300;
        }

        .description-section-lg {
            width: 100%;
            display: flex;
            /*padding: 50px 0; */
			font-weight:300;
			height:60px;
			
        }

       .description-section-lg .text-content-lg{
            width: 100%;
		    max-width: 1100px;
           
			margin:auto;
			font-weight:300;
        }

        .description-title {
            position: relative;
            margin-bottom: 50px; 
			font-size:24px;
			color:#FFFFFF;
        }

        .description-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            width: 200px; 
            background-color: #7dd854;
        }
      
        .description-stitle {
      		font-weight: 700;
			font-size:17px;
        }

       

		.separator {
			width: 200px;
			height: 2px;
			background-color: #7dd854;
			margin: 20px auto;
		}


           .title {
            position: relative;
            margin-bottom: 50px; 
			font-size:24px;
			    font-weight: 300;
			   text-align: center;
        }

         .title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            width: 200px; 
            background-color: #7dd854;
        }

.greenBold{
	color:#7dd854;
	font-size:18px;
	font-weight: 700;
}


.content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}


.section-evaluation, .section-wrapper{
	width:100%;
	background:#F1F1F1;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.list_service{
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.list_service .list_service_grid{
	width:100%;
	max-width:1100px;
	height:auto;
	margin:auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 20px;
	row-gap:20px;
	flex-wrap: wrap;
}

.list_service .list_service_grid .service{
	width:30%;
	height:200px;
	overflow:hidden;
	position: relative;
}


.list_service .list_service_grid .service .service_overlay{
	width:100%;
	height:200px;
	background:rgba(0,12,52,0.90);
	display:none;
	position: absolute;
	top:0px;
}

.list_service .list_service_grid .service .service_txt{
	width:100%;
	height:200px;
	display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0px;
	font-size:20px;
	color:#FFFFFF;
	text-align: center;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.8);
}

.list_service .list_service_grid .service img{
	width:100%;
}

.align_img{
	display:flex;
	align-items: center;
	justify-content: center;
	width:50%;
}


.slider{
	width:100%;
	height:auto;
}

.slider img{
	width:100%;
}

  table {
        width: 100%;
        border-collapse: collapse;
    }
    th, td {
        padding: 8px;
        text-align: left;
    }
    th {
        background-color: #CCD600;
    }
    tr:nth-child(even) {background-color: #F2F2F2;}
    tr:nth-child(odd) {background-color: #FFF;}


#contact-section{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#contact-form input, 
#contact-form textarea {
    width: 98%; 
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
	font-size: 16px;
}

#contact-form button {
    width: 100%; 
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

#contact-form input[type="checkbox"] {
    width: 10px;; 
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

.input-row input {
    flex: 1; /* Permet aux champs de prendre tout l'espace disponible dans la row */
}

#contact-form button {
    background-color: #003D6A;
    color: #fff;
    cursor: pointer;
	font-weight: 100 !important;
    font-size: 20px;
}


footer {
    background: #003D6A;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 300;
	font-size:14px;
}

.footer-content {
    max-width: 1100px;
    color: #fff;
    text-align: center;
}

.footer-content a {
    color: #fff;
    text-decoration: underline;
	font-size:14px;
}



.cta-section {
    background-color: #CCD600; 
    text-align: center;
    padding: 20px 0;
}

.cta-section p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px; 
}

.cta-button {
    display: inline-block;
    background-color: #003D6A; 
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px; 
    font-weight: bold;
    text-decoration: none; 
    transition: background-color 0.3s; 
}

.cta-button:hover {
    background-color: #CCD600; 
	border:1px solid #000000;
}



/*@media (max-width: 1028px) {
	a{
		font-size:13px;
	}
   .menu ul {
		gap: 15px;
	}
}*/

@media (max-width: 960px) {
    .toolbox-left{
		display:none;
	}
	
	.list_service .list_service_grid  {
		flex-direction: column;
		align-items: center;
	}
	
	.list_service .list_service_grid .service .service_txt {
		width: 100%;
		height: 250px;
		}
	
	.list_service .list_service_grid .service {
		width: 90%;
		height: 250px;
		overflow: hidden;
		position: relative;
		
		
	}
	
	
}

@media (max-width: 860px) {
    .menu {
        display: none;
    }
    .burger {
        display: block;
		font-size: 45px;
    }
	
	.description-section {

		flex-direction: column;
	}
	
	.image-content{
		width:100%;	
	}
	
	.image-content img{
		width:100%;	
		height:auto;
	}
}

@media only screen and (max-width: 768px) {
    .flex-container,
    .services-columns,
    .aides-financements-columns {
		width: 95%;
        flex-direction: column;
        gap: 10px;
		margin: auto;
    }

    .column, .text-content, .image-content {
        margin-bottom: 20px;
        flex: 1 1 100%;
    }
    
    .input-row {
        flex-direction: column;
    }

    .input-row input {
        width: 100%;
    }
	
	 .footer-content {
        font-size: 14px; 
        padding: 5px;
    }
	
	.phone{
		display:none;	
	}
	
	.toolbox a{
		font-size:11px !important;	
	}
	
	
}


@media only screen and (max-width: 580px) {
    .title {
        font-size: 20px;
    }

    .greenBold {
        font-size: 16px;
    }
	
	#contact-form input, #contact-form textarea {
		width: 94%;
		border-radius: 5px;
		padding: 10px;
		border: 1px solid #ccc;
		font-size: 16px;
	}
	
	.align_img {
   
		width: 100%;
	}
	

	
}





/* Style de la popup */
        #cookieConsentPopup {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #f4f4f4;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0,0,0,.2);
            display: none; /* Cachée par défaut */
        }
        #cookieConsentPopup button {
            margin-left: 10px;
        }