/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root
{
--color1: #2e9ed9;
--dark-color: #222;
}

body
{
color: #606060;
font-family: Roboto, sans-serif;
}

/*
---
COMMUN
---
*/

h1,h2,h3,h4,h5,h6
{
margin-top: 0;
color: #0f2121;
font-weight: 300;
}


a
{
color: var(--color1);
outline: none;
text-decoration: none;
}

a:hover,
a:active,
a:focus
{
color: #63bc47;
text-decoration: none;
}

.faux_gras
{
font-weight: bold;
}

.read_more
{
font-weight: bold;
color: #00505b;
font-style: italic;
}

.read_more:hover
{
color: #63bc47;
text-decoration: none;
}

.hover_effect
{
transition: opacity 0.7s ease-in-out;
}

.hover_effect:hover
{
opacity: 0.7;
transition: opacity 0.7s ease-in-out;
cursor: pointer
}

.text_center
{
text-align: center;	
}

/*
---
---
*/


/*
---
BANDEAU
---
*/

.bandeau_principal
{
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: right center;
display: flex;
align-items: center;
max-width: 1920px;
margin: 0 auto 90px auto;
}

@media screen and (min-width: 992px)
{
	.bandeau_principal
	{
	height: 46vw;
	background-position: center center;
	}
}

@media screen and (min-width: 1921px)
{
	.bandeau_principal
	{
	height: 883px;
	}
}

.bandeau_principal__column1_content_wrapper
{
padding: 15px;
background-color: rgba(255,255,255,0.8);
}

.bandeau_principal__column1_title1
{
font-size: 3vw;
margin-bottom: 20px;
}

@media screen and (max-width: 767px)
{
	.bandeau_principal__column1_title1
	{
	font-size: 19px;
	font-weight: 500;
	}
}

@media screen and (min-width: 1921px)
{
	.bandeau_principal__column1_title1
	{
	font-size: 58px;
	}
}

.bandeau_principal__column1_txt
{
margin-bottom: 30px;
}

.bandeau_principal__column1_btn_std
{
display: flex;
align-items: center;
gap: 25px;
}

@media screen and (max-width: 575px)
{
	.bandeau_principal__column1_btn_std
	{
	flex-direction: column;
	}
}

.bandeau_principal__column1_btn_std .btn_std i
{
margin-right: 8px;
}

.bandeau_principal__lien_normal i
{
margin-right: 4px;
}

.bandeau_principal__lien_normal
{
font-weight: bold;
color: #333;
text-decoration: none;
text-transform: uppercase;
}


/*
Titre standard
*/

/*
Contenu principal
*/


.main_wrapper
{
padding: 70px 0;
}

.main_wrapper h1
{
margin-bottom: 20px;
}

.main_wrapper h2
{
font-size: 23px;
margin-bottom: 15px;
margin-top: 25px;
}

.main_wrapper h3
{
margin-bottom: 15px;
font-size: 20px;
}

@media screen and (min-width: 992px)
{
	.main_wrapper
	{
	padding: 120px 0;
	}
}

/*
Modèles de colonne
*/

@media screen and (min-width: 1200px)
{
	.page2cols.type1.model1 .main_content
	{
	padding-left: 30px;
	}

	.page2cols.type1.model2 .main_content
	{
	padding-right: 30px;
	}
}


/*
Row exact
*/

.row_exact
{
display: flex;
margin-right: -15px;
margin-left: -15px;
}

.row_exact .column
{
padding-right: 15px;
padding-left: 15px;
}

/*
Bloc titre
*/

/*
.titre_std
{

}
*/

/*frise carrousel*/

.bande_frise1
{
overflow: hidden;
padding-bottom: 70px;
}

.frise1
{
overflow: visible;
}

.frise1 .column .icon_wrapper
{
padding-left: 30px;
padding-bottom: 30px;
border-bottom: 1px solid silver;
position: relative;
}

.frise1 .column .icon_wrapper:before
{
content: '';
position: absolute;
bottom: -1px;
left: 30px;
transition: all 0.5s ease-in-out;
background-color: #000;
height: 1px;
width: 0;
}

.frise1 .active.column .icon_wrapper:before
{
width: 30%;
}

.frise1 .column .title1
{
padding-top: 30px;
}

.frise1 .column .content_wrapper
{
padding-left: 15px;
}

@media screen and (min-width: 576px)
{
	.frise1 .column .content_wrapper
	{
	padding-left: 60px;
	}
}

.frise1 .column .titre_annexe
{
margin-bottom: 15px;
}

.frise1 .txt
{
opacity: 0;
padding-top: 30px;
padding-bottom: 0px;
padding-right: 15px;
overflow: hidden;
transition: opacity 0.1s ease-out, padding 0s ease-out 0.1s;
}

.frise1 .active.column .txt,
.touchevents .frise1 .column .txt
{
opacity: 1;
padding-top: 0px;
padding-bottom: 30px;
}

.no-touchevents .frise1 .active.column .txt
{
transition: opacity 0.7s ease-out, padding 0.5s ease-out;
}

/*bande video*/

.bande_video1
{
/*position: relative;*/
overflow: hidden;
display: flex;
align-items: center;
}

@media screen and (max-width: 1399px)
{
	.bande_video1
	{
	min-height: 55.4vw;
	}
}

@media screen and (min-width: 1400px)
{
	.bande_video1
	{
	min-height: 50vw;
	}
}

@media screen and (min-width: 1700px)
{
	.bande_video1
	{
	min-height: 850px;
	}
}

.bande_video1 .bg_video
{
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

@media screen and (min-width: 1400px)
{
	.bande_video1 .bg_video
	{
	width: 100%;
	}
}

@media screen and (max-width: 1399px)
{
	.bande_video1 .bg_video
	{
	height: 100%;
	}
}

/*
.bande_video1:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0,0,0,0.4);
}*/

.bande_video1 .main_container
{
/*position: relative;*/
z-index: 3;
text-align: center;
/*color: #fff;
padding-top: 70px;
padding-bottom: 70px;
max-width: 800px;*/
}

.bande_video1 .title1
{
color: #fff;
font-size: 30px;
margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1399px)
{
	.bande_video1 .title1
	{
	font-size: 3vw;
	}
}

@media screen and (min-width: 1400px)
{
	.bande_video1 .title1
	{
	font-size: 40px;
	}
}

.bande_video1 .txt
{
margin-bottom: 30px;
}

/*bande cta*/

.bande_cta1
{
/*position: relative;
display: flex;
align-items: center;
min-height: 35vw;
background-size: cover;
background-position: center center;*/
}

/*
@media screen and (max-width: 1399px)
{
	.bande_video1
	{
	min-height: 55.4vw;
	}
}

@media screen and (min-width: 1400px)
{
	.bande_video1
	{
	min-height: 50vw;
	}
}

@media screen and (min-width: 1700px)
{
	.bande_video1
	{
	min-height: 850px;
	}
}*/

/*
.bande_cta1:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0,0,0,0.4);
}*/
/*
.bande_cta1 .main_container
{
text-align: center;
position: relative;
z-index: 2;
color: #fff;
padding-top: 70px;
padding-bottom: 70px;
max-width: 800px;
}*/

.bande_cta1 .title1
{
color: #fff;
font-size: 30px;
margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1399px)
{
	.bande_cta1 .title1
	{
	font-size: 3vw;
	}
}

@media screen and (min-width: 1400px)
{
	.bande_cta1 .title1
	{
	font-size: 40px;
	}
}

.bande_cta1 .txt
{
margin-bottom: 30px;
}

/*cols3pans*/

.bande_cols3pans
{
max-width: 1320px;
margin: 0 auto;
}

.cols3pans
{
display: flex;
align-items: center;
flex-direction: column;
}

@media screen and (min-width: 992px)
{
	.cols3pans
	{
	flex-direction: row;
	}
}

/*colonne 1 : image*/

.cols3pans .column1
{
flex-shrink: 0;
padding: 0 15px;
}

@media screen and (min-width: 992px)
{
	.cols3pans .column1
	{
	padding: 0 25px;
	}
}

@media screen and (max-width: 991px)
{
	.cols3pans .column1
	{
	margin-bottom: 35px;
	}
}

@media screen and (min-width: 992px)
{
	.cols3pans .column1
	{
	order: 2;
	}
}

/*colonne 2 : texte 1*/


.cols3pans .column2
{
padding: 0 15px;
}


@media screen and (min-width: 992px)
{
	.cols3pans .column2
	{
	order: 1;
	text-align: right;
	}
}

@media screen and (min-width: 556px) and (max-width: 991px)
{
	.cols3pans .column2
	{
	text-align: center;
	}
}

/*colonne 2 : texte 2*/


.cols3pans .column3
{
padding: 0 15px;
}

@media screen and (min-width: 556px) and (max-width: 991px)
{
	.cols3pans .column3
	{
	text-align: center;
	}
}

@media screen and (min-width: 992px)
{
	.cols3pans .column3
	{
	order: 3;
	}
}



/*
Boutons
*/

/*Normal*/

.btn_std,
.btn_std.reverse:hover
{
display: inline-block;
border: 1px solid transparent;
color: #fff;
text-align: center;
padding: 14px 25px;
background-color: var(--color1);
transition: all 0.3s ease;
border-radius: 1px;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}

.btn_std.light,
.btn_std.light.reverse:hover,
.btn_std.hover_clair:hover
{
color: #808080;
background-color: #fff;
border-color: transparent;
}

/*Survol*/

.btn_std:hover,
.btn_std.reverse
{
color: var(--color1);
background-color: transparent;
transition: all 0.3s ease;
border-color: var(--color1);
}

.btn_std.light:hover,
.btn_std.light.reverse
{
color: #fff;
background-color: transparent;
border-color: #fff;
}

/*zoom image*/

.img_zoom
{
overflow: hidden;
}

/*.img_zoom img*/
/*.no-touchevents */
.img_zoom img
{
transition: transform 0.5s ease-out;
margin: 0 auto;
}

.img_zoom_wrapper:hover
{
cursor: pointer;
}

/*.img_zoom_wrapper:hover .img_zoom img*/
@media screen and (min-width: 768px)
{
	/*.no-touchevents */
	.img_zoom_wrapper:hover .img_zoom img
	{
	transform: scale(1.1);
	transition: transform 0.5s ease-out;
	}
}



/*Bandeaux*/
/*
.bandeau
{
background-position: center center;
background-size: cover;
color: #fff;
font-family: 'Montserrat', sans-serif;
text-shadow: 0px 0px 5px #444;
position: relative;
z-index: 1;
}

.bandeau_layer
{
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: 0.2;
top: 0;
left: 0;
z-index: 2;
}

.bandeau .content_wrapper
{
display: table;
position: relative;
z-index: 3;
}

.bandeau .content
{
display: table-cell;
height: 25vw;
vertical-align: middle;
}


@media screen and (max-width: 767px)
{
	.bandeau .content
	{
	height: 300px;
	}
}

.bandeau .title1
{
font-size: 36px;
line-height: 39px;
font-weight: bold;
margin-bottom: 10px;
color: #fff;
}

.bandeau .txt
{
font-size: 18px;
}*/

/*
Menu colonne
*/

@media screen and (max-width: 991px)
{
	.secondary_column
	{
	margin-top: 40px;
	}
}

.secondary_column .menu_secondaire_wrapper > .title1
{
margin-top: 0;
}

.menu_colonne .menu
{
padding-left: 0;
}

.menu_colonne .menu li
{
list-style-type: none;
}

/*
.menu_colonne.filtre .menu > li,
.menu_colonne.single_actus .menu > li:not(.menu-item-898):not(.menu-item-1825)
{
display: none;
}*/

.menu_colonne .menu a:hover,
.menu_colonne .menu li.current_page_item > a
{
color: #fff;
background: #0d1a79;
transition: background 0.3s ease-in-out;
text-decoration: none;
}

.menu_colonne .menu > li > a
{
font-size: 17px;
font-weight: bold;
color: #0d1a79;
border-bottom: 2px solid #d4d6eb;
display: block;
padding: 5px 0 4px 0;
transition: padding 0.3s ease-out;
}

.menu_colonne .menu > li.current_page_item > a,
.menu_colonne .menu > li > a:hover
{
padding-left: 15px;
}

.menu_colonne .menu > li > a:hover
{
transition: padding 0.3s ease-out;
}

.menu_colonne .menu > li.current-menu-parent
{
display: block;
}

.menu_colonne .menu > li > ul
{
padding-left: 0;
}

.menu_colonne .menu > li > ul > li
{
list-style-type: none;
margin: 0;
}

.menu_colonne .menu > li > ul > li > a
{
display: block;
border-bottom: 1px solid #e5e6ef;
padding-top: 9px;
padding-bottom: 9px;
position: relative;
padding-left: 19px;
transition: background 0.3s ease-in-out;
}

.menu_colonne .menu > li > ul > li > a:before
{
font-family: 'FontAwesome';
content: '\f0da';
position: absolute;
top: 9px;
left: 5px;
}

.menu_colonne .menu > li > ul > li > a:hover:before
.menu_colonne .menu > li > ul > li.current_page_item > a:before
{
color: #fff;
}

/*
Layer couleur
*/
.has_layer
{
position: relative;
}

.has_layer:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0,0,0,0.4);
}

.has_layer__main_content
{
position: relative;
z-index: 2;
color: #fff;
}

/*
Bande bg image
*/

.bande_bg_image
{
display: flex;
align-items: center;
min-height: 35vw;
background-size: cover;
background-position: center center;
}

.bande_bg_image__main_content
{
text-align: center;
color: #fff;
padding-top: 70px;
padding-bottom: 70px;
max-width: 800px;
}

/*
Fil d'Ariane
*/

#breadcrumbs
{
margin-top: 20px;
}

#breadcrumbs,
#breadcrumbs a
{
color: #fff;
}

#mainColumn
{
margin: 80px 0;
}

/*
Réalisations page liste
*/

.post-type-archive-realisation .main_wrapper,
.tax-realisations .main_wrapper
{
padding-bottom: 0;	
}

.intro_realisations
{
padding-top: 130px;
text-align: center;
margin-bottom: 35px;
}

.intro_realisations__title
{
margin-bottom: 30px;
font-weight: bold;
}

/*
Menu type 2
*/

.menu_type2
{
margin: 0;
padding: 0;
}

@media screen and (min-width: 576px)
{
	.menu_type2
	{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	}
}

.menu_type2 li
{
list-style-type: none;
}

@media screen and (min-width: 576px)
{
	.menu_type2 li
	{
	flex-grow: 1;
	}
}

.menu_type2 .item
{
display: block;
border: 1px solid #e9e9e9;
text-align: center;
padding: 10px;
cursor: pointer;
}

@media screen and (max-width: 576px)
{
	.menu_type2 .item
	{
	margin-bottom: 15px;
	}
}

.menu_type2 .item:hover,
.menu_type2 .item.active
{
background-color: #c1c1c1;
}

.menu_type2.realisations
{
margin-bottom: 45px;
}

/*
Page détail réalisations
*/

.detail_realisation
{
padding-top: 80px;
}

.detail_realisation__main_title
{
margin-bottom: 35px;
font-size: 35px;
text-align: center;
}

.detail_realisation__main_image_wrapper
{
margin-bottom: 35px;
text-align: center;
}

.detail_realisation__main_image_wrapper img
{
display: inline-block;
border: 9px solid white;
box-shadow: 0 0 33px rgba(0,0,0,0.07);
}

.detail_realisation__txt
{
margin-bottom: 15px;
}

.detail_realisation__txt p:not(:last-child)
{
margin-bottom: 20px;
}

.detail_realisation__bande_images
{
margin-bottom: 30px;
}

.detail_realisation__bande_images_titre
{
margin-bottom: 20px;
font-size: 28px;
}

.detail_realisation__lien_retour_wrapper
{
margin-bottom: 30px;
}

/*
Evi gallery
*/

.evi_gallery
{
display: flex;
flex-wrap: wrap;
max-width: 1920px;
margin: 0 auto;
justify-content: center;
}

ul.evi_gallery
{
list-style-type: none;
padding: 0;
}

@media screen and (min-width: 480px)
{
	.evi_gallery .column
	{
	flex-basis: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.evi_gallery .column
	{
	flex-basis: 33.333333%;
	}
}

@media screen and (min-width: 1200px)
{
	.evi_gallery .column
	{
	flex-basis: 25%;
	}
}

.evi_gallery .column.avec_detail
{
position: relative;
}

.evi_gallery .column.avec_detail img
{
position: relative;
z-index: 1;
}

.evi_gallery .column.avec_detail .overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
z-index: 2;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.66) 86%, rgba(0,0,0,0.66) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.66) 86%,rgba(0,0,0,0.66) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.66) 86%,rgba(0,0,0,0.66) 100%);
opacity: 0;
transition: all 0.5s ease;
display: flex;
padding: 20px;
align-items: flex-end;
font-size: 20px;
text-decoration: none;
}

.no-touchevents .evi_gallery .column.avec_detail:hover .overlay,
.touchevents .evi_gallery .column.avec_detail .overlay
{
opacity: 1;
}


/*
---
Carrousel de base
---
*/


.base_carrousel_section
{
overflow: hidden;
padding: 70px 0;
}

.base_carrousel
{
overflow: visible;
}

.base_carrousel .swiper-slide
{
opacity: 0;
transition: opacity 0.5s ease-in-out, transform 0s linear 0.5s;
height: auto;
transform: scale(0);
}

.base_carrousel .swiper-slide-active
{

opacity: 1;
transform: scale(1);
transition: opacity 0.5s ease-in-out, transform 0s linear;
}

@media screen and (min-width: 630px)
{
	.base_carrousel .swiper-slide-active + .swiper-slide-next
	{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s ease-in-out, transform 0s linear;
	}
}

@media screen and (min-width: 1200px)
{
	.base_carrousel .swiper-slide-active + .swiper-slide-next + .swiper-slide
	{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s ease-in-out, transform 0s linear;
	}
}

.base_carrousel .swiper-pagination,
.frise1 .swiper-pagination
{
bottom: auto;
top: 100%;
z-index: 1;
padding-top: 34px;
}

.base_carrousel .swiper-button,
.frise1 .swiper-button
{
margin-top: 25px;
top: auto;
}

/*
---
Réalisations accueil
---
*/

.home .bande_realisations .intro
{
text-align: center;
margin-bottom: 50px;
}

/*
---
PAGE CONTACT
---
*/

.page_contact form
{
margin-top: 30px;
}

.formfield_wrapper:not(.ne_pas_remplir)
{
margin-bottom: 15px;
}

.wpcf7-form-control
{
display: block;
margin-bottom: 5px;
width: 100%;
}

.wpcf7-form-control:not(.wpcf7-recaptcha)
{
padding: 15px 20px;
border-radius: 3px;
border: none;
}

.wpcf7-form-control.wpcf7-recaptcha
{
padding-bottom: 15px;
}


.contactinfos_wrapper .title1
{
font-size: 25px;
margin-bottom: 12px;
}

.contactinfos_wrapper .liste_infos
{
background-color: #f3f0eb;
padding: 26px 30px 5px 20px;
margin-bottom: 30px;
}

.contactinfos_wrapper i,
.contactinfos_wrapper .phone
{
color: #413c38;
}

.contactinfos_wrapper .phone
{
font-weight: 500;
font-size: 21px;
margin: 13px 0 9px 0;
}

.contactinfos_wrapper i
{
font-size: 21px;
}

.contactinfos_wrapper ul
{
margin-bottom: 25px;
}
.contactinfos_wrapper li
{
margin-bottom: 7px;
}

.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28;
background-color: #f56e28;
}

.wpcf7-response-output
{
margin-top: 0!important;
}

/*
Bloc contact
*/

.contact_block
{
position: relative;
border-radius: 5px;
overflow: hidden;
background-position: center center;
background-size: cover;
}

.contact_block:before
{
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}

.contact_block__content_wrapper
{
position: relative;
z-index: 2;
padding: 30px;
}

@media screen and (min-width: 576px) and (max-width: 767px), screen and (min-width: 1200px)
{
	.contact_block__content_wrapper
	{
	padding: 45px;
	}
}

.contact_block__txt
{
margin-bottom: 30px;
}

.contact_block__title1,
.contact_block__txt p
{
color: #fff;
}

.contact_block__title1
{
margin-bottom: 15px;
}

.contact_block__link_wrapper a,
.contact_block__phone_number_wrapper a
{
display: block;
width: 100%;
}

.contact_block__link_wrapper a
{
margin-bottom: 30px;
}


/*
---
ACTUS PAGE ACCUEIL
---
*/

@media screen and (min-width: 768px) and (max-width: 991px)
{
	.home .liste_actus .col:nth-child(3)
	{
	display: none;
	}
}

/*
Page de liste
*/

.page_liste_actus
{
margin-bottom: 50px;
}

.home .autres_actus
{
padding: 50px 0;
}

.liste_actus .intro
{
margin-bottom: 40px;
}

.liste_actus .intro,
.liste_actus .intro p
{
text-align: center;
}

.liste_actu .intro .title
{
font-size: 20px;
}

.liste_actus .column
{
margin-bottom: 40px;
cursor: pointer;
}

@media screen and (min-width: 768px)
{
	.liste_actus > .row,
	.home .liste_actus_accueil
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
}

@media screen and (max-width: 992px)
{
	.liste_actus > .row,
	.home .liste_actus_accueil
	{
	max-width: 416px;
	margin: 0 auto;
	}
}

@media screen and (max-width: 991px)
{
	.liste_actus .column
	{
	text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
	.liste_actus .column:nth-child(odd)
	{
	clear: both;
	}
}

@media screen and (min-width: 992px)
{
	.liste_actus .column:nth-child(3n+1)
	{
	clear: both;
	}
}

@media screen and (min-width: 768px)
{
	.liste_actus .actu_wrapper
	{
	display: flex;
	flex-direction: column;
	height: 100%;
	}
}

.liste_actus .column img
{
margin: 0 auto;
}

.liste_actus .column .title
{
font-size: 18px;
font-weight: normal;
margin-top: 15px;
}

.liste_actus .column .date
{
margin-bottom: 10px;
}

.liste_actus .column .txt
{
margin-bottom: 20px;	
}

@media screen and (min-width: 768px)
{
	.liste_actus .column .txt
	{
	flex-grow: 1;
	}
}

.liste_actus .column .txt p
{
margin-bottom: 0;	
}

/*
Titre standard
*/

.titre_std
{
margin-bottom: 45px;
}

.titre_std__titre_annexe
{
color: var(--color1);
text-transform: uppercase;
font-weight: bold;
font-size: 14px;	
}

.titre_std__title1
{
font-size: 24px;
}

/*
---
HEADER
---
*/

.header_std_content
{
display: flex;
align-items: center;
}


.header_std_content
{
justify-content: space-between;
position: relative;
}

#header
{
position: absolute;
width: 100%;
background-color: rgba(255,255,255,0);
transition: all 0.3s ease-out;
z-index: 999;
}

@media screen and (min-width: 992px)
{
	#header
	{
	position: fixed;
	}
}

@media screen and (max-width: 991px)
{
	#header
	{
	background-color: rgba(255,255,255,0.7);
	}
}

#header.active
{
background-color: rgba(255,255,255,1);
box-shadow: 0 0 11px rgba(0,0,0,0.07);
}

/*
Accueil bande 2
*/

.home_page .bande2
{
margin-bottom: 90px;
}

.home_page .bande2 .blocs_icones
{
padding-left: 0;
}

.home_page .bande2 .bloc_icone
{
text-align: center;
border-bottom: 1px solid #f1f4f6;
border-left: 1px solid #f1f4f6;
list-style-type: none;
}

.home_page .bande2 .bloc_icone:nth-child(-n+3)
{
border-top: 1px solid #f1f4f6;
}

.home_page .bande2 .bloc_icone:nth-child(3n+3)
{
border-right: 1px solid #f1f4f6;
}

@media screen and (max-width: 991px)
{
	.home_page .bande2 .bloc_icone
	{
	border-right:  1px solid #f1f4f6;
	}
}

.home_page .bande2 .bloc_icone__content_wrapper
{
padding: 35px 15px;
}

.home_page .bande2 .bloc_icone__icone_wrapper
{
width: 84px;
height: 84px;
border-radius: 50%;
overflow: hidden;
color: #fff;
margin: 0 auto 15px auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e9cd7+0,2d3c8d+100 */
background: linear-gradient(to bottom,  rgba(46,156,215,1) 0%,rgba(45,60,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
line-height: 84px;
font-size: 35px;
}

.bloc_icone__title1
{
font-size: 20px;
margin-bottom: 15px;
font-weight: 400;
}

/*accueil bande 3*/

.home_page .bande3
{
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande3
	{
	margin-bottom: 100px;
	}
}


@media screen and (max-width: 1920px)
{
	.home_page .bande3
	{
	max-width: 1920px;
	}
}

@media screen and (min-width: 1921px)
{
	.home_page .bande3 .bande_texte_image__column2
	{
	width: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande3 .bande_texte_image__column2_content_wrapper
	{
	padding-left: 15px;
	}
}

.home_page .bande3 .bande_texte_image__title1
{
font-size: 30px;
margin-bottom: 20px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande3 .bande_texte_image__title1
	{
	font-size: 35px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande3 .bande_texte_image__title1
	{
	font-size: 40px;
	}
}

.home_page .bande3 .bande_texte_image__txt
{
line-height: 28px;
}

@media screen and (max-width: 991px)
{
	.home_page .bande3 .bande_texte_image__txt
	{
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande3 .bande_texte_image__column1_image1
	{
	margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande3 .bande_texte_image__column1_content_wrapper
	{
	padding-right: 30px;
	}
}

/*accueil bande 4*/

.home_page .bande4
{
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande4
	{
	margin-bottom: 100px;
	}
}


@media screen and (max-width: 1920px)
{
	.home_page .bande4
	{
	max-width: 1920px;
	}
}

@media screen and (min-width: 1921px)
{
	.home_page .bande4 .bande_texte_image__column2
	{
	width: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande4 .bande_texte_image__column2_content_wrapper
	{
	padding-right: 30px;
	text-align: right;
	}
}

.home_page .bande4 .bande_texte_image__title1
{
font-size: 30px;
margin-bottom: 20px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande4 .bande_texte_image__title1
	{
	font-size: 35px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande4 .bande_texte_image__title1
	{
	font-size: 40px;
	}
}

.home_page .bande4 .bande_texte_image__txt
{
line-height: 28px;
}

@media screen and (max-width: 991px)
{
	.home_page .bande4 .bande_texte_image__txt
	{
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande4 .bande_texte_image__column1_image1
	{
	margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande4 .bande_texte_image__column1_content_wrapper
	{
	padding-left: 15px;
	}
}

/*accueil bande 5*/

.home_page .bande5
{
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande5
	{
	margin-bottom: 100px;
	}
}


@media screen and (max-width: 1920px)
{
	.home_page .bande5
	{
	max-width: 1920px;
	}
}

@media screen and (max-width: 992px)
{
	.home_page .bande5 .bande_texte_image__title1 .faux_br
	{
	display: inline;
	}
}

@media screen and (min-width: 1921px)
{
	.home_page .bande5 .bande_texte_image__column2
	{
	width: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande5 .bande_texte_image__column2_content_wrapper
	{
	padding-left: 15px;
	}
}

.home_page .bande5 .bande_texte_image__title1
{
font-size: 30px;
margin-bottom: 20px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande5 .bande_texte_image__title1
	{
	font-size: 35px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande5 .bande_texte_image__title1
	{
	font-size: 40px;
	}
}

.home_page .bande5 .bande_texte_image__txt
{
line-height: 28px;
}

@media screen and (max-width: 991px)
{
	.home_page .bande5 .bande_texte_image__txt
	{
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande5 .bande_texte_image__column1_image1
	{
	margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande5 .bande_texte_image__column1_content_wrapper
	{
	padding-right: 30px;
	}
}

/*accueil bande 6*/

.home_page .bande6
{
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande6
	{
	margin-bottom: 100px;
	}
}


@media screen and (max-width: 1920px)
{
	.home_page .bande6
	{
	max-width: 1920px;
	}
}

@media screen and (min-width: 1921px)
{
	.home_page .bande6 .bande_texte_image__column2
	{
	width: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande6 .bande_texte_image__column2_content_wrapper
	{
	padding-right: 30px;
	text-align: right;
	}
}

.home_page .bande6 .bande_texte_image__title1
{
font-size: 30px;
margin-bottom: 20px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande6 .bande_texte_image__title1
	{
	font-size: 35px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande6 .bande_texte_image__title1
	{
	font-size: 40px;
	}
}

.home_page .bande6 .bande_texte_image__txt
{
line-height: 28px;
}

@media screen and (max-width: 991px)
{
	.home_page .bande6 .bande_texte_image__txt
	{
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande6 .bande_texte_image__column1_image1
	{
	margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande6 .bande_texte_image__column1_content_wrapper
	{
	padding-left: 15px;
	}
}

/*accueil bande 7*/

.home_page .bande7
{
margin-bottom: 50px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande7
	{
	margin-bottom: 100px;
	}
}


@media screen and (max-width: 1920px)
{
	.home_page .bande7
	{
	max-width: 1920px;
	}
}

@media screen and (min-width: 1921px)
{
	.home_page .bande7 .bande_texte_image__column2
	{
	width: 50%;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande7 .bande_texte_image__column2_content_wrapper
	{
	padding-left: 15px;
	}
}

.home_page .bande7 .bande_texte_image__title1
{
font-size: 30px;
margin-bottom: 20px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande7 .bande_texte_image__title1
	{
	font-size: 35px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande7 .bande_texte_image__title1
	{
	font-size: 40px;
	}
}

.home_page .bande7 .bande_texte_image__txt
{
line-height: 28px;
}

@media screen and (max-width: 991px)
{
	.home_page .bande7 .bande_texte_image__txt
	{
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande7 .bande_texte_image__column1_image1
	{
	margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande7 .bande_texte_image__column1_content_wrapper
	{
	padding-right: 30px;
	}
}

/*bande 8*/

.home_page .bande8
{
margin-bottom: 50px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande8
	{
	margin-bottom: 130px;
	}
}

@media screen and (min-width: 992px)
{
	.home_page .bande8 .bande_chiffres__column1_content_wrapper
	{
	padding-right: 35px;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande8 .bande_chiffres__column1_content_wrapper
	{
	padding-right: 70px;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande8 .bande_chiffres__column1_content_wrapper
	{
	padding-right: 100px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande8 .bande_chiffres__column1_content_wrapper
	{
	padding-right: 130px;
	}
}

.home_page .bande8 .bande_chiffres__column1_title1
{
margin-bottom: 20px;
font-size: 31px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande8 .bande_chiffres__column1_title1
	{
	font-size: 45px;
	}
}

.home_page .bande8 .bande_chiffres__column1_txt
{
line-height: 28px;
}

@media screen and (max-width: 992px)
{
	.home_page .bande8 .bande_chiffres__column1_txt
	{
	margin-bottom: 30px;
	}
}

.home_page .bande8 .blocs_chiffres
{
padding: 0;
/*display: flex;
flex-wrap: wrap;*/
}

.home_page .bande8 .blocs_chiffres li
{
list-style-type: none;
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.home_page .bande8 .bloc_chiffre:nth-child(even)
	{
	position: relative;
	top: 40px;
	}
}

.home_page .bande8 .bloc_chiffre__content_wrapper
{
box-shadow: 0px 16px 35px rgba(16, 66, 97, 0.1);
text-align: center;
padding: 40px;
color: #000;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 10px;
}

.home_page .bande8 .bloc_chiffre__chiffre
{
margin-bottom: 20px;
font-weight: 300;
font-size: 55px;
line-height: 55px;
}

.home_page .bande8 .bloc_chiffre__texte
{
font-weight: 500;
}

/*bande 9*/

.home_page .bande9.bande_image_texte2
{
max-width: 1920px;
margin-left: auto;
margin-right: auto;
display: flex;
}

@media screen and (max-width: 1199px)
{
	.home_page .bande9.bande_image_texte2
	{
	flex-direction: column;
	}
}

.home_page .bande9 .bande_image_texte2__column1
{
display: flex;
justify-content: center;
}

@media screen and (min-width: 1200px)
{
	.home_page .bande9 .bande_image_texte2__column1
	{
	justify-content: flex-end;
	flex-grow: 1;
	}
}

@media screen and (max-width: 1199px)
{
	.home_page .bande9 .bande_image_texte2__column1_content_wrapper
	{
	max-width: 960px;
	padding: 0 15px;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande9 .bande_image_texte2__column1_content_wrapper
	{
	width: 739px;
	margin-right: 135px;
	margin-left: 30px;
	}
}

.home_page .bande9 .bande_image_texte2__column1_title1
{
font-size: 30px;
margin-bottom: 30px;
}

@media screen and (min-width: 768px)
{
	.home_page .bande9 .bande_image_texte2__column1_title1
	{
	font-size: 38px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande9 .bande_image_texte2__column1_title1
	{
	font-size: 38px;
	margin-bottom: 30px;
	margin-top: 100px;
	}
}

.bande_image_texte2__column1_txt
{
margin-bottom: 30px;
}

.home_page .bloc_icones2
{
padding: 0;
}

.home_page .bande9 .bloc_icone2
{
display: flex;
gap: 20px;
margin-bottom: 30px;
list-style-type: none;
}

.home_page .bande9 .bloc_icone2__icon_wrapper
{
width: 54px;
height: 54px;
flex: 0 0 54px;
font-size: 23px;
line-height: 54px;
text-align: center;
color: #fff;
background-color: var(--color1);
border-radius: 50%;
}

.home_page .bande9 .bloc_icone2__title1
{
font-weight: 400;
font-size: 20px;
color: #000;
margin-bottom: 5px;
}

@media screen and (min-width: 768px)
{
	.home_page .bande9 .bande_image_texte2__column2
	{
	width: 38%;
	}
}

@media screen and (max-width: 1199px)
{
	.home_page .bande9 .bande_image_texte2__column2
	{
	margin-left: auto;
	margin-right: auto;
	}
}

/*bande 10*/

.home_page .bande10.bande_image_texte2
{
max-width: 1920px;
margin-left: auto;
margin-right: auto;
display: flex;
margin-bottom: 50px;
}

@media screen and (max-width: 1199px)
{
	.home_page .bande10.bande_image_texte2
	{
	flex-direction: column;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande10.bande_image_texte2
	{
	margin-bottom: 80px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande10.bande_image_texte2
	{
	margin-bottom: 130px;
	}
}

.home_page .bande10 .bande_image_texte2__column1
{
display: flex;
justify-content: center;
}

@media screen and (min-width: 1200px)
{
	.home_page .bande10 .bande_image_texte2__column1
	{
	justify-content: flex-start;
	flex-grow: 1;
	order: 2;
	}
}

@media screen and (max-width: 1199px)
{
	.home_page .bande10 .bande_image_texte2__column1_content_wrapper
	{
	max-width: 960px;
	padding: 0 15px;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande10 .bande_image_texte2__column1_content_wrapper
	{
	width: 739px;
	margin-left: 135px;
	margin-right: 30px;
	}
}

.home_page .bande10 .bande_image_texte2__column1_title1
{
font-size: 30px;
margin-bottom: 30px;
}

@media screen and (min-width: 768px)
{
	.home_page .bande10 .bande_image_texte2__column1_title1
	{
	font-size: 38px;
	}
}

@media screen and (min-width: 1400px)
{
	.home_page .bande10 .bande_image_texte2__column1_title1
	{
	margin-bottom: 30px;
	margin-top: 100px;
	}
}

.bande_image_texte2__column1_txt
{
margin-bottom: 30px;
}

.home_page .bloc_icones2
{
padding: 0;
}

.home_page .bande10 .bloc_icone2
{
display: flex;
gap: 20px;
margin-bottom: 30px;
list-style-type: none;
align-items: center;
}

.home_page .bande10 .bloc_icone2__icon_wrapper
{
width: 54px;
height: 54px;
flex: 0 0 54px;
font-size: 23px;
line-height: 54px;
text-align: center;
color: #fff;
background-color: var(--color1);
border-radius: 50%;
}

.home_page .bande10 .bloc_icone2__title1
{
font-weight: 400;
font-size: 20px;
color: #000;
margin-bottom: 15px;
}

@media screen and (min-width: 768px)
{
	.home_page .bande10 .bande_image_texte2__column2
	{
	width: 38%;
	}
}

@media screen and (max-width: 1199px)
{
	.home_page .bande10 .bande_image_texte2__column2
	{
	margin-left: auto;
	margin-right: auto;
	}
}

@media screen and (min-width: 1200px)
{
	.home_page .bande10 .bande_image_texte2__column2
	{
	order: 1;
	}
}

/*bande 11*/

@media screen and (min-width: 1200px)
{
	.home_page .bande11 .bande_texte_image2__column1
	{
	margin-left: 4%;
	width: 56%
	}
}

@media screen and (max-width: 767px)
{
	.home_page .bande11 .bande_texte_image2__column2
	{
	margin-bottom: 15px;
	}
}

@media screen and (min-width: 1200px)
{
	.bande_texte_image2__column2_content_wrapper
	{
	padding-left: 25px;
	}
}

@media screen and (min-width: 1400px)
{
	.bande_texte_image2__column2_content_wrapper
	{
	padding-left: 50px;
	}
}

.home_page .bande11 .bande_texte_image2__column2_title1
{
font-size: 38px;
margin-bottom: 20px;
}

.home_page .bande11 .bande_texte_image2__column2_txt
{
line-height: 28px;
}

/* accueil bande 12 */

/*
.bande_temoignages__intro
{
color: var(--color2);
text-transform: uppercase;
}*/

.bande_temoignages__intro_titre_annexe
{
margin-bottom: 20px;
}

.bande_temoignages__intro_title
{
font-size: 30px;
margin-bottom: 40px;
}

.home_page .bande_temoignages__main_container
{
padding-top: 100px;
padding-bottom: 100px;
}

.bande_temoignages__temoignage
{
font-style: italic;
margin-bottom: 40px;
}

.bande_temoignages__nom
{
font-weight: bold;
text-align: center;
margin-bottom: 40px;
}

.bande_temoignages .swiper_controls
{
position: relative;
}

/*bande 13*/

.home_page .bande13
{
background: linear-gradient(rgb(246, 247, 251) 50%, transparent);
padding: 100px 0;
}

/*accordéons*/

.accordion-item
{
background-color: transparent;
margin-bottom: 25px;
border-bottom: 0;
}

.accordion-header
{
white-space: normal;
}

.accordion-button
{
background-color: #fbfbfb;
border: 3px solid var(--color1);
font-weight: bold;
color: var(--color1);
}

.accordion-button:not(.collapsed)
{
color: #fff;
background-color: var(--color1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:focus
{
border: none;
box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body
{
border: 3px solid var(--color2);
border-top: none;
}

/*bande 14*/

.home_page .bande14
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e9ed9+0,008dd3+100 */
background: linear-gradient(135deg,  rgba(46,158,217,1) 0%,rgba(0,141,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #fff;
padding: 90px 0 120px 0;
}

@media screen and (min-width: 992px)
{
	.home_page .bande14
	{
	padding-top: 170px;
	}
}

@media screen and (max-width: 991px)
{
	.bande_contact__column1
	{
	text-align: center;
	margin-bottom: 45px;
	}
}

.bande_contact__column1_title1
{
color: #fff;
font-size: 35px;
margin-bottom: 25px;
margin-top: 20px;
}

@media screen and (min-width: 576px)
{
	.bande_contact__column1_title1
	{
	font-size: 45px;
	}
}

@media screen and (max-width: 991px)
{
	.bande_contact__column1_title1
	{
	margin-top: 20px;
	}
}

.bande_contact__column1_title1_partie1
{
font-weight: 400;
}

@media screen and (min-width: 1400px)
{
	.bande_contact__column1_title1_partie1
	{
	font-size: 65px;
	}
}

.bande_contact__column1_txt
{
font-size: 20px;
margin-bottom: 35px;
}

.bande_contact__column1_contact_info
{
color: #fff;
display: inline-block;
font-size: 39px;
text-decoration: none;
font-weight: 600;
background-color: #90cb55;
border-radius: 59px;
padding: 15px 36px;
transition: all 0.3s ease-out;
}

@media screen and (max-width: 575px), screen and (min-width: 992px) and (max-width: 1199px)
{
	.bande_contact__column1_contact_info
	{
	font-size: 19px;
	}
}

.bande_contact__column1_contact_info:hover
{
color: #fff;
background-color: #76a944;
}

/*Bande 15*/

.home_page .bande15.bande_logos
{
margin-bottom: 90px;
}

@media screen and (max-width: 576px)
{
	.home_page .bande_logos__column
	{
	margin-bottom: 30px;
	text-align: center;
	}
}


/*
---
Menu principal
---
*/
/*
.mainmenu
{
background: #ccc;
padding: 15px 0;
}

.mainmenu .navbar
{
margin: 0;
}*/

.navbar-nav
{
box-shadow: 0 8px 11px rgba(0,0,0,0.05);
}

.navbar-light .navbar-toggler
{
background-color: white;
}

/*reset menu / override default bootstrap*/

#menu-menu-principal
{
margin-top: 0;
margin-bottom: 0;
}

.navbar .navbar-collapse, .navbar .navbar-form
{
border-color: #ccc;
}

.mainmenu .navbar
{
background: none;
border: none;
box-shadow: none;
}

.mainmenu .navbar-toggle
{
background: #fff;
float: none;
margin-bottom: 0;
}

.mainmenu .navbar .navbar-nav > li > a,
.mainmenu .navbar .navbar-nav > li > a:active,
.mainmenu .navbar .navbar-nav > li > a:focus
{
color: #808080;
text-decoration: none;
}


.mainmenu .navbar
{
position: static;
}

.mainmenu .navbar .navbar-nav > li > a
{
border-bottom: 1px solid #fff;
display: block;
padding: 15px 20px;
background-color: #2facee;
color: #fff;
transition: all 0.3s ease-out;
}

.mainmenu .navbar .navbar-nav > li > a:hover
{
background-color: #fff;
color: var(--color1);
}

.mainmenu .navbar .navbar-nav > li > a > i
{
font-size: 9px;
position: relative;
top: -2px;
margin-right: 5px;
}

.mainmenu .navbar .navbar-nav > .active > a,
.mainmenu .navbar .navbar-nav > .open > a
{
background: none;
box-shadow: none;
}


.mainmenu .navbar .navbar-nav > .active > a,
.mainmenu .navbar .navbar-nav > .open > a
{
background: #72b446;
color: #fff;
}


.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover
{
background: #404040;
}

.mainmenu .dropdown-menu > li > a:focus,
.mainmenu .dropdown-menu > li > a:hover
{
background: #72b446;
color: #fff;
}


#navbarSupportedContent
{
position: absolute;
top: 100%;
z-index: 51;
width: 100%;
left: 0;
background-color: #fff;
}

@media screen and (min-width: 768px)
{
	#navbarSupportedContent
	{
	width: 50%;
	left: auto;
	right: 0;
	}
}





/*
---
ACCUEIL
---
*/

/*
---
Diaporama
---
*/

/*
---
Diaporama
---
*/

.slideshow
{
color: #fff;
position: relative;
margin-bottom: 90px;
}

@media screen and (min-width: 992px)
{
	.slideshow
	{
	margin-bottom: 130px;
	}
}

/*
#sliderVideo
{
position: absolute;
z-index: 1;
top: 0;
left: 50%;
max-width: 1920px;
transform: translateX(-50%);
}*/

.slideshow .slide
{
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}

.slideshow .slide
{
height: 670px;
}

@media screen and (min-width: 992px)
{
	.slideshow .slide
	{
	height: 42vw;
	}
}

.slideshow .slide:before
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(0,11,54,0.5);
z-index: 1;
}


.slideshow .slide_container
{
/*margin-top: 80px;*/
display: flex;
position: relative;
z-index: 2;
height: 100%;
}

/*
@media screen and (min-width: 576px)
{
	.slideshow .slide_container
	{
	margin-top: 136px;
	}
}*/

.slideshow .slide_container .column
{
display: flex;
}

.slideshow .slide_container .slide_content
{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

@media screen and (min-width: 768px)
{
	.slideshow .slide_container .slide_content
	{
	width: 90%;
	}
}

@media screen and (min-width: 992px)
{
	.slideshow .slide_container .slide_content
	{
	width: 100%;
	}
}

@media screen and (min-width: 1200px)
{
	.slideshow .slide_container .slide_content
	{
	width: 90%;
	}
}

@media screen and (min-width: 1400px)
{
	.slideshow .slide_container .slide_content
	{
	width: 60%;
	}
}

@media screen and (min-width: 1921px)
{
	.slideshow .slide_container .slide_content
	{
	width: 80%;
	}
}

.slideshow .content_wrapper
{
margin-bottom: 100px;
}

@media screen and (min-width: 1536px)
{
	.slideshow .content_wrapper
	{
	margin-bottom: 150px;
	}
}

.slideshow .slide_container .slide_content .title1
{
font-size: 23px;
line-height: 26px;
margin-bottom: 30px;
}

@media screen and (min-width: 576px)
{
	.slideshow .slide_container .slide_content .title1
	{
	font-size: 38px;
	line-height: 38px;
	}
}

@media screen and (min-width: 992px)
{
	.slideshow .slide_container .slide_content .title1
	{
	font-size: 2.8vw;
	line-height: 3.0vw;
	}
}


@media screen and (min-width: 1921px)
{
	.slideshow .slide_container .slide_content .title1
	{
	font-size: 60px;
	line-height: 63px;
	}
}

.slideshow .slide_container .slide_content .titre_annexe
{
color: #fff;
margin-bottom: 40px;
}

@media screen and (max-width: 576px)
{
	.slideshow .slide_container .slide_content .titre_annexe
	{
	padding-left: 0;
	}
	
	.slideshow .slide_container .slide_content .titre_annexe:before
	{
	content: none;
	}
}

.slideshow .slide_container .slide_content .titre_annexe:before
{
top: 16px;
transform: none;
}

.slideshow .slide_container .slide_content .txt
{
margin-bottom: 30px;
font-size: 18px;
font-weight: 500;
}

@media screen and (max-width: 575px)
{
	.slideshow .row_exact.btn_wrapper
	{
	flex-wrap: wrap;
	}
}

@media screen and (max-width: 575px)
{
	.slideshow .row_exact.btn_wrapper .column
	{
	width: 100%;
	}
	
	.slideshow .row_exact.btn_wrapper .column:not(:first-child)
	{
	margin-top: 30px;
	}
}

@media screen and (max-width: 575px)
{
	.slideshow .slide_container .slide_content .btn_std
	{
	width: 100%;
	}
}

/*flèches*/

.slideshow .swiper_navigation
{
position: absolute;
top: auto;
bottom: 0;
font-size: 30px;
width: 50px;
height: 50px;
line-height: 50px;
bottom: 0;
z-index: 500;
text-align: center;
background-color: rgba(255,255,255,0.15);
color: #fff;
transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1535px)
{
	.slideshow .swiper_navigation
	{
	width: 85px;
	height: 85px;
	line-height: 85px;
	}
}

.slideshow .swiper_navigation:hover
{
background-color: rgba(255,255,255,0.4);
}

.slideshow .swiper-button-prev
{
left: 0;
}

.slideshow .swiper-button-next
{
right: 0;
}

/*
.slideshow
{
color: #fff;
position: relative;
}

.slideshow .slide
{
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}

.slideshow .slide
{
height: 670px;
}

@media screen and (min-width: 992px)
{
	.slideshow .slide
	{
	height: 42vw;
	}
}

.slideshow .slide:before
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(0,11,54,0.5);
z-index: 1;
}


.slideshow .slide_container
{
margin-top: 136px;
display: flex;
position: relative;
z-index: 2;
height: calc(100% - 136px);
}

.slideshow .slide_container .slide_content
{
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}

@media screen and (min-width: 768px)
{
	.slideshow .slide_container .slide_content
	{
	width: 70%;
	}
}

.slideshow .slide_container .slide_content .title1
{
font-family: Oswald, sans-serif;
font-size: 38px;
line-height: 38px;
font-weight: 700;
margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
	.slideshow .slide_container .slide_content .title1
	{
	font-size: 4vw;
	line-height: 4vw;
	}
}


@media screen and (min-width: 1921px)
{
	.slideshow .slide_container .slide_content .title1
	{
	font-size: 80px;
	line-height: 80px;
	}
}

.slideshow .slide_container .slide_content .txt
{
margin-bottom: 30px;
font-size: 18px;
font-weight: 500;
}

@media screen and (max-width: 575px)
{
	.slideshow .row_exact.btn_wrapper
	{
	flex-wrap: wrap;
	}
}

@media screen and (max-width: 575px)
{
	.slideshow .row_exact.btn_wrapper .column
	{
	width: 100%;
	}
	
	.slideshow .row_exact.btn_wrapper .column:not(:first-child)
	{
	margin-top: 30px;
	}
}

@media screen and (max-width: 575px)
{
	.slideshow .slide_container .slide_content .btn_std
	{
	width: 100%;
	}
}*/

/*flèches*/
/*
.slideshow .swiper_navigation
{
position: absolute;
top: auto;
bottom: 0;
font-size: 30px;
width: 50px;
height: 50px;
line-height: 50px;
bottom: 0;
z-index: 500;
text-align: center;
background-color: rgba(255,255,255,0.5);
color: #fff;
transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 992px)
{
	.slideshow .swiper_navigation
	{
	width: 85px;
	height: 85px;
	line-height: 85px;
	}
}

.slideshow .swiper_navigation:hover
{
background-color: #fff;
color: var(--color1);
}

.slideshow .swiper-button-prev
{
left: 0;
}

.slideshow .swiper-button-next
{
right: 0;
}*/

/*
---
Texte principal
---
*/

.home .texte_principal
{
padding: 50px 0;
}

/*
Frise date accueil
*/


.home .bande_frise_dates
{
margin-bottom: 70px;
}

/*
---
Bande cols3pans accueil
---
*/

.home .bande_cols3pans .intro
{
text-align: center;
margin-bottom: 50px;
}

/*
---
PAGE BASIQUE
---
*/

#afficheCourriel
{
cursor: pointer;
text-decoration: underline;
}

/*
---
PORTAIL  ***cpt information***
---
*/

/*
Page liste
*/

.page_liste_portail .intro .txt
{
margin-bottom: 30px;
}

.page_liste_portail .liste_articles
{
padding: 0;
}

.page_liste_portail .liste_articles li
{
list-style-type: none;
border-bottom: 1px solid #ececec;
padding: 13px 15px 14px 0;
}

.liste_articles li:first-child
{
border-top: 1px solid #ececec;
}

/*
Page détail
*/

.page_detail_portail .main_text
{
margin-bottom: 35px;
}

.page_detail_portail .main_text a
{
color: red;
}

.page_detail_portail .cta
{
background-color: #0088cc;
color: #fff;
padding: 30px 15px;
text-align: center;
}

@media screen and (min-width: 768px)
{
	.page_detail_portail .cta
	{
	padding: 50px;
	}
}

.page_detail_portail .cta .title1
{
color: #fff;
margin-bottom: 25px;
}

.page_detail_portail .cta .txt
{
color: #fff;
margin-bottom: 35px;
line-height: 25px;
}

.page_detail_portail .cta a
{
color: #fff;
}

.page_detail_portail .cta .btn
{
white-space: normal!important;
}

/*
---
OFFRES D'EMPLOI
---
*/

/*page liste*/

.page_liste_emploi
{
margin: 100px 0;
}

.job_list
{
list-style-type: none;
padding: 0;
margin-top: 40px;
margin-bottom: 40px;
}

.job_list .item
{
border-bottom: 1px solid #efefef;
padding: 40px 0;
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
}

.job_list .item:first-child
{
border-top: 1px solid #efefef;
}

.job_list .job_title
{
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.job_list .info
{
width: 70%;
flex-shrink: 0;
}

.job_list .btn_std
{
width: 100%;
font-weight: bold;
text-transform: uppercase;
}

.formulaire_spontanne_wrapper
{
padding: 30px;
background: #f9f9f9;
text-align: center;
margin-top: 30px;
}

@media screen and (min-width: 768px)
{
	.formulaire_spontanne_wrapper
	{
	margin-top: -30px;
	}
}

.formulaire_spontanne_wrapper .txt
{
font-size: 16px;
margin: 20px 0;
}

.formulaire_spontanne_wrapper form
{
text-align: left;
}

.formulaire_spontanne_wrapper .col
{
width: 100%!important;
}

/*page détail*/

.page_detail_emploi
{
margin: 100px 0;
}

.formulaire_postuler_wrapper
{
background: #f3f3f3;
padding: 30px;
}

.postuler_intro
{
margin-bottom: 20px;
}

.postuler_intro .title
{
font-size: 27px;
}



/*
---
FOOTER
---
*/

.site_footer
{
/*position: relative;
background-size: cover;
background-position: center center;*/
color: #fff;
padding: 20px 0;
background-color: #111;
}

#asterisque1
{
margin-bottom: 30px;
font-style: italic;
margin-top: 20px;
}

/*
.site_footer:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0,0,0,0.8);
}*/

/*
.site_footer > .container
{
position: relative;
z-index: 2;
}*/

.site_footer .site_logo img
{
margin-bottom: 30px;
}

.site_footer .title
{
margin-bottom: 15px;
font-size: 25px;
}

.site_footer ul
{
margin: 0;
padding: 0;
}

@media screen and (max-width: 767px)
{
	.site_footer ul
	{
	margin-bottom: 30px;
	}
}

.site_footer li
{
list-style-type: none;
margin-bottom: 18px;
}

.site_footer a
{
color: #fff;
text-decoration: none;
}

.site_footer a:hover
{
text-decoration: underline;
}

@media screen and (min-width: 992px)
{
	.site_footer .column2 .content_wrapper
	{
	padding-left: 50px;
	}
}

.site_footer .description_site h2
{
color: #fff;
margin-bottom: 20px;
font-size: 30px;
font-weight: normal;
}

.site_footer .description_site
{
font-size: 14px;
line-height: 25px;
}

@media screen and (max-width: 991px)
{
	.site_footer .description_site
	{
	margin-bottom: 50px;
	}
}

/* réseaux sociaux footer */

.resaux_sociaux_footer
{
margin: 0;
padding: 0;
}

.resaux_sociaux_footer li
{
list-style-type: none;
display: inline-block;
margin-right: 5px;
font-size: 20px;
}

.mentions_legales
{
text-align: center;
margin-top: 40px;
display: none;
}

.mentions_legales h2
{
color: #fff;
}

/*
Cookies
*/

.cookie-notice-container
{
border-top: 3px solid #ccc;
}

#cookie-notice .button.wp-default#cn-accept-cookie
{
color: #fff;
border-color: #808080;
background: #808080;
font-weight: bold;
text-shadow: none;
}

/*bouton retour en haut*/
.back-to-top
{
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
z-index: 999;
border-radius: 4px;
width: 40px;
height: 40px;
background: rgba(128,128,128,0.8);
text-align: center;
transition: background 0.7s ease-in-out;
z-index: 500;
}

.back-to-top,
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus
{
color: #fff;
}

.back-to-top:hover
{
background: rgba(128,128,128,1);
transition: background 0.7s ease-in-out;
}

.back-to-top i
{
line-height: 40px;
}

.site_footer .legal
{
font-size: 11px;
text-align: center;
}

/*font awesome*/

.site_footer .fa-ul
{
margin-left: 0;
}

.site_footer .fa-ul > li
{
padding-left: 2em;
}

.site_footer .fa-li
{
left: 0;
}