@charset "iso-8859-1";
/* CSS Document */

/*
- - - - - - - - - - - - Z-INDEX - - - - - - - - - - - -
fond: z-index:1
bruit: z-index:2
contenu: z-index:3
menu: z-index:4
logo, icone menu, etc.. : z-index:5
lightbox: z-index:6
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* fonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*"neulis sans"*/
@import url("https://use.typekit.net/ruu1ylb.css");

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: "neulis-sans", Verdana, Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
	color:#1A4242;
    background-color: #FFFFFF;
	font-size:17px;
	
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}

body{
    min-height: 100vh;
    min-height: -webkit-fill-available;
    
    /*
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    */
}

::selection{
	background-color:#1A4242;
	color:#FFF;
	
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;	
}

::-moz-selection{
	background-color:#1A4242;
	color:#FFF;
	
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;	
}

@viewport {
   width:device-width;
   zoom:1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.couleur1{
	color:#1A4242!important;
}

.couleur1b{
	color:#EEEEED!important;
}

.couleur2{
	color:#00AD6D/*couleur2*/!important;
}

/* - - - - - - - - - - - - - - - - - - - - - */

.background_couleur1{
	background-color:#1A4242!important;
}

.background_couleur1b{
	background-color:rgba(0,0,0,0.20);
}

.background_couleur2{
	background-color:#00AD6D/*couleur2*/!important;
}

.background_couleur2b{
	background-color:rgba(240,84,77,0.30);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bold{
	font-weight: bold!important;
}

.italic{
	font-style: italic!important;
}

.normal{
	font-weight: normal!important;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1,h2,h3,h4,.paragraphe,.accroche{
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    margin:0px;
    padding:0px;
}

h1, body .titre1{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.15;
}

h2, body .titre2{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.15;
}

h3, body .titre3{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.15;
}

.accroche{
    font-weight: bold;
}

.paragraphe{
    
}

.paragraphe.small{
    font-size: 14px;
}

.paragraphe.big{
    font-size: 22px;
}

@media(max-width:1000px){
    h1, body .titre1{
        font-size: 40px;
        font-weight: bold;
        line-height: 1.15;
    }

    h2, body .titre2{
        font-size: 25px;
        font-weight: bold;
        line-height: 1.15;
    }

    h3, body .titre3{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.15;
    }
    
    .paragraphe.big{
        font-size: 20px;
    }

    .accroche,.paragraphe{
        font-size: 16px;
    }

    .paragraphe.small{
        font-size: 13px;
    }
}

@media(max-width:600px){
    h1, body .titre1{
        font-size: 30px;
        font-weight: bold;
        line-height: 1.15;
    }

    h2, body .titre2{
        font-size: 23px;
        font-weight: bold;
        line-height: 1.15;
    }

    h3, body .titre3{
        font-size: 17px;
        font-weight: bold;
        line-height: 1.15;
    }
    
    .paragraphe.big{
        font-size: 18px;
    }

    .accroche,.paragraphe{
        font-size: 15px;
    }

    .paragraphe.small{
        font-size: 12px;
    }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a{
	outline:0;
	color:inherit;
	text-decoration:none;
}

ul,ol{
	margin:0px;
	padding:0px;
	font-size:inherit;
	line-height:inherit;
}

li{
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-top: 10px;
	list-style-type:disc;
	list-style-position:outside;
}

ol{
    counter-reset: orderedlist;
}

ol>li{
    display: flex;
    margin-left: 0px;
    margin-top: 20px;
    list-style-type:none!important;
}

ol>li::before{
    display: inline-block;
    width: 35px;
    text-align: left;
    counter-increment: orderedlist;
    content: counter(orderedlist) ".";
    font-weight: bold;
    color: #1A4242;
    flex-grow:0;
    flex-shrink:0;
}

img{
	vertical-align:bottom;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

iframe{
	position:relative;
	width:100%;
	overflow:hidden;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
}

tr{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
}

td{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.none{
	display: none;
}

.vide{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.largeur_100{
	position:relative;
	width:100%;
	height:auto;
}

.overflow_visible{
    overflow: visible!important;
}

.lien_hover{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
    cursor: pointer;
}

.lien_hover_effet{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0!important;
	cursor: pointer;
	background:#FFFFFF;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.lien_hover_effet:hover{
	opacity: 0.5!important;
}

.lien_hover_effet.effet2:hover{
	opacity: 0.7!important;
}

.lien_separation_conteneur .lien_separation{
	display: inline-block;
	white-space: nowrap;
	text-decoration: none!important;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.lien_separation_conteneur .lien_separation::after{
	content:"—";/*—*/
	margin-left: 8px;
	margin-right: 8px;
}

.lien_separation_conteneur .lien_separation:last-of-type::after{
	content:"";
	margin-left: 0px;
	margin-right: 0px;
}

.lien_separation_conteneur .lien_separation:hover{
	text-decoration: none!important;
	opacity: 0.4;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.fond_div_fixed{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.fond_div{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.fond_div_fixed_contain{
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.fond_div_contain{
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

@media (max-width: 800px){
	.fond_div_fixed,.fond_div_fixed_contain{
		background-attachment:scroll;
	}
}

.max_width{
	position:relative;
	width:auto;
	height:auto;
	max-width:100%;
}

.max_height{
	position:relative;
	width:auto;
	height:auto;
	max-height:100%;
}

.largeur_100{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.survole{
	opacity:1;
    cursor: pointer;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media(hover:hover){
    .survole:hover{
        opacity:0.6;

        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}

.lueur,.lueur_externe{
	-webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.conteneur_alignement{
	position:relative;
	max-width: 1360px;/*1300px + 30px + 30px*/
	margin:auto;
	overflow:hidden;
    z-index: 2;
}

.conteneur_alignement.medium{
	max-width: 860px;/*800px + 30px + 30px*/
}

.conteneur_alignement.big{
	max-width: 1000px;/*600px + 30px + 30px*/
}

.contenu_alignement{
	position:relative;
	margin-left:30px;
	margin-right:30px;
    overflow: hidden;
}

.contenu_conteneur{
	position:relative;
	width:100%;
	overflow:hidden;
	z-index: 1;
}

.contenu_conteneur.very_small,.contenu_conteneur.largeur_very_small,.paragraphe.largeur_very_small,.accroche.largeur_very_small{
	max-width: 50vw;
}

.contenu_conteneur.small,.contenu_conteneur.largeur_small,.paragraphe.largeur_small,.accroche.largeur_small,h1.largeur_small,h2.largeur_small,h3.largeur_small{
	max-width: 660px;
}

.contenu_conteneur.medium,.contenu_conteneur.largeur_medium,.paragraphe.largeur_medium,.accroche.largeur_medium,h1.largeur_medium,h2.largeur_medium,h3.largeur_medium{
	max-width: 800px;
}

.contenu_conteneur.alignement_center,.paragraphe.alignement_center,.accroche.alignement_center,h1.alignement_center,h2.alignement_center,h3.alignement_center{
	margin-left: auto;
    margin-right: auto;
}

.contenu_small{
	position:relative;
	width:47%;
	overflow:hidden;
}

.contenu_big{
	position:relative;
	width:47%;
	overflow:hidden;
}

.contenu_conteneur.variante0 .contenu_small{
	width:47%;
}

.contenu_conteneur.variante0 .contenu_big{
	width:47%;
}

.contenu_conteneur.variante1 .contenu_small{
	width:40%;
}

.contenu_conteneur.variante1 .contenu_big{
	width:55%;
}

.contenu_conteneur.variante2 .contenu_small{
	width:46%;
}

.contenu_conteneur.variante2 .contenu_big{
	width:50%;
}

.contenu_conteneur.variante3 .contenu_small{
	width:42%;
}

.contenu_conteneur.variante3 .contenu_big{
	width:53%;
}

.contenu_conteneur.variante4 .contenu_small{
	width:39%;
}

.contenu_conteneur.variante4 .contenu_big{
	width:50%;
}

.contenu_conteneur.variante5 .contenu_small{
	width:30%;
}

.contenu_conteneur.variante5 .contenu_big{
	width:64%;
}

.contenu_conteneur.variante6 .contenu_small{
	width:40%;
}

.contenu_conteneur.variante6 .contenu_big{
	width:57%;
}

.contenu_conteneur.variante7 .contenu_small{
	width:18%;
}

.contenu_conteneur.variante7 .contenu_big{
	width:78%;
}

.contenu_conteneur.variante8 .contenu_small{
	width:10%;
}

.contenu_conteneur.variante8 .contenu_big{
	width:88%;
}

.contenu_left{
	float:left;
}

.contenu_right{
	float:right;
}

@media (max-width: 1200px){
	.contenu_small{
		position:relative;
		width:45%;
		overflow:hidden;
	}
	
	.contenu_big{
		position:relative;
		width:50%;
		overflow:hidden;
	}
}

@media (max-width: 800px){
	.contenu_alignement{
		margin-left:20px;
		margin-right:20px;
	}
	
	.contenu_conteneur:not(.not) .contenu_small:not(.not),.contenu_conteneur:not(.not) .contenu_big:not(.not){
		width:100%!important;
	}
	
	.contenu_conteneur:not(.not) .contenu_left:not(.not),.contenu_conteneur:not(.not) .contenu_right:not(.not){
		float:none;
	}
	
	.contenu_top{
		margin-bottom:25px;
	}
}

@media (max-width: 500px){
	.contenu_alignement{
		margin-left:15px;
		margin-right:15px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.largeur_max{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.largeur_max.right{
    margin-left: auto;
}

.largeur_max.center{
    margin-left: auto;
    margin-right: auto;
}

.largeur_max.w780px{
    max-width: 780px;
}

.largeur_max.w40pourcent{
    max-width: 40%;
}

.largeur_max.w42pourcent{
    max-width: 42%;
}

.largeur_max.w45pourcent{
    max-width: 45%;
}

.largeur_max.w50pourcent{
    max-width: 50%;
}

.largeur_max.w55pourcent{
    max-width: 55%;
}

.largeur_max.w60pourcent{
    max-width: 60%;
}

@media(max-width:1472px){
    .largeur_max.w40pourcent.vw{
        max-width: 40vw;
    }
    
    .largeur_max.w42pourcent.vw{
        max-width: 42vw;
    }
    
    .largeur_max.w45pourcent.vw{
        max-width: 45vw;
    }
    
    .largeur_max.w50pourcent.vw{
        max-width: 50vw;
    }
    
    .largeur_max.w55pourcent.vw{
        max-width: 55vw;
    }
    
    .largeur_max.w60pourcent.vw{
        max-width: 60vw;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.separation{
	position:relative;
	width:100%;
	height:50px;
	overflow:hidden;
}

.separation_big{
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
}

.separation_medium{
	position:relative;
	width:100%;
	height:75px;
	overflow:hidden;
}

.separation_small{
	position:relative;
	width:100%;
	height:25px;
	overflow:hidden;
}

.separation_very_small{
	position:relative;
	width:100%;
	height:10px;
	overflow:hidden;
}

.separation_very_very_small{
	position:relative;
	width:100%;
	height:5px;
	overflow:hidden;
}

.separation_50vh{
	position:relative;
	width:100%;
	height:50vh;
	overflow:hidden;
}

.separation_25vh{
	position:relative;
	width:100%;
	height:25vh;
	overflow:hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - */

.separation_bloc{
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
}

.separation_bloc_small{
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
}

@media(max-width:800px){
    .separation_bloc{
        height:150px;
    }
    
    .separation_bloc_small{
        height:100px;
    }
}

@media(max-width:500px){
    .separation_bloc{
        height:100px;
    }
    
    .separation_bloc_small{
        height:75px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - */

.separation_vignette1{
	position:relative;
	width:100%;
	height:15px;
	overflow:hidden;
}

.separation_vignette2{
	position:relative;
	width:100%;
	height:25px;
	overflow:hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - */

.separation_inline{
	display: inline-block;
	width: 40px;
	overflow: hidden;
}

.separation_inline.small{
	display: inline-block;
	width: 20px;
	overflow: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bordure{
	position:relative;
	width: 60%;
	max-width: 490px;
	height: 1px;
	background-color: #00AD6D;
	overflow: hidden;
}

.bordure.very_small{
	width: 20%;
	max-width: 150px;
}

.bordure.small{
	width: 30%;
}

.bordure.large{
	width: 100%;
	max-width: none;
}

.bordure.big{
	height: 2px;
}

.bordure.huge{
	height: 7px;
}

.bordure.center{
	margin:auto;
}

.bordure.couleur1{
	background-color:#1A4242;
}

.bordure.couleur2{
	background-color:#00AD6D/*couleur2*/;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.marge_top,.marge_bottom{
	position:relative;
	width:100%;
	height:130px;
	overflow:hidden;
}

.marge_bottom{
	height:75px;
}

@media(max-width:1360px){
    /*
    .marge_top{
       height:220px;
    }
    */
}

@media(max-width:1000px){
    .marge_top{
       height:109px;
    }
}

@media(max-width:800px){
    .marge_top{
       height:105px;
    }
}

@media(max-width:500px){
    .marge_top{
       height:102px;
    }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contenu_image{
	position:relative;
	width:100%;
	height:700px;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

@media (max-width: 800px){
	.contenu_image{
		height:400px;
		margin-bottom:40px;
	}
}

@media (max-height: 600px){
	.contenu_image{
		height:350px;
		margin-bottom:40px;
	}
}

@media (max-height: 550px){
	.contenu_image{
		height:300px;
		margin-bottom:40px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.smartphone_display_block{
    display: none;
}
@media(max-width:800px){
	.smartphone_display_block{
		display: block;
	}
    
	.smartphone_display_none{
		display: none;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#fond{
	position:fixed;
	width:100%;
	height:100%;
}

.fond_photo{
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: -1;
}

.fond_video{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
	background-color:#1A4242;
	overflow:hidden;
	display:block;
}

.fond_video_shield{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1;
}

.fond_video_filtre{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}

.fond_video_filtre_texture{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.5;
	z-index: 1;
	background-image:url('../images/filtre_video_texture.png');
	background-repeat:repeat;
}

video{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
	width:auto;
	height: 100%;
    transform: translate(-50%,-50%);
	z-index: 1;
	/*
	background-color: #000;
	
	background-image: url(../images/social_media_image_brief.jpg);
	*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
    background-color: transparent;
    object-fit:cover;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.video_play,.video_sound{
    position: absolute;
    width: 240px;
    height: 240px;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -120px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
    background-color: #FFFFFF;
	/*background-image: url("../images/play.svg");*/
	-webkit-mask:url(../images/play.svg) no-repeat 50% 50%;
	-moz-mask:url(../images/play.svg) no-repeat 50% 50%;
	-ms-mask:url(../images/play.svg) no-repeat 50% 50%;
	-o-mask:url(../images/play.svg) no-repeat 50% 50%;
	mask:url(../images/play.svg) no-repeat 50% 50%;
    
    z-index: 3;
    cursor: pointer;
	
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	-moz-transition: -moz-transform 0.5s, background-color 0.5s;
	-ms-transition: -ms-transform 0.5s, background-color 0.5s;
	-o-transition: -o-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
}

.video_sound{
    top: 40px;
    margin-top: 0px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
	-webkit-mask:url(../images/sound_off.svg) no-repeat 50% 50%;
	-moz-mask:url(../images/sound_off.svg) no-repeat 50% 50%;
	-ms-mask:url(../images/sound_off.svg) no-repeat 50% 50%;
	-o-mask:url(../images/sound_off.svg) no-repeat 50% 50%;
	mask:url(../images/sound_off.svg) no-repeat 50% 50%;
}

.video_sound.on{
	-webkit-mask:url(../images/sound_on.svg) no-repeat 50% 50%;
	-moz-mask:url(../images/sound_on.svg) no-repeat 50% 50%;
	-ms-mask:url(../images/sound_on.svg) no-repeat 50% 50%;
	-o-mask:url(../images/sound_on.svg) no-repeat 50% 50%;
	mask:url(../images/sound_on.svg) no-repeat 50% 50%;
}

@media(max-width:900px), (max-height:600px){
    .video_play{
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }
}

@media (hover: hover){/*effet uniquement sur desktop*/
    .video_play:hover,.video_sound:hover{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #00AD6D;
    }
}

/*désactivation de la fonction mask pour IE et EDGE*/
@supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
	.video_play{
		background-color:transparent;
		background-image:url("../images/play.svg");
	}
	.video_sound{
		background-color:transparent;
		background-image:url("../images/sound_off.svg");
	}
	.video_sound.on{
		background-color:transparent;
		background-image:url("../images/sound_on.svg");
	}
}

@supports (-ms-accelerator: true) {
    /* Microsoft EdgeV13 CSS styles go here */
	.video_play{
		background-color:transparent;
		background-image:url("../images/play.svg");
	}
	.video_sound{
		background-color:transparent;
		background-image:url("../images/sound_off.svg");
	}
	.video_sound.on{
		background-color:transparent;
		background-image:url("../images/sound_on.svg");
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
	.video_play{
		background-color:transparent;
		background-image:url("../images/play.svg");
	}
	.video_sound{
		background-color:transparent;
		background-image:url("../images/sound_off.svg");
	}
	.video_sound.on{
		background-color:transparent;
		background-image:url("../images/sound_on.svg");
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.fond_alternatif{
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color:#000;
	z-index: 1;
	display: none;
}

.ecran_complet,.ecran_complet_dynamique{
	position: relative;
    display: block;
	width:100%;
	min-height: 100%;
	overflow: hidden;
}

.ecran_complet.top{
    /*top: 120px;*/
	-webkit-min-height: calc(100% - 133px)!important;
	-moz-min-height: calc(100% - 133px)!important;
	-ms-min-height: calc(100% - 133px)!important;
	-o-min-height: calc(100% - 133px)!important;
	min-height: calc(100% - 133px)!important;/*133px = hauteur du menu header sur desktop*/
    margin-bottom: 0px;
}

.ecran_complet_top_decalage{
    position: relative;
    width: 100%;
    height: 133px;
    overflow: hidden;
}

@media(max-width:800px){
    .ecran_complet.top{
        /*top: 75px;*/
        -webkit-min-height: calc(100% - 133px)!important;
        -moz-min-height: calc(100% - 133px)!important;
        -ms-min-height: calc(100% - 133px)!important;
        -o-min-height: calc(100% - 133px)!important;
        min-height: calc(100% - 133px)!important;/*133px = hauteur du menu header sur desktop*/
    }
    
    .ecran_complet_top_decalage{
        height: 133px;
    }
}

@media(max-width:430px){
    .ecran_complet.top{
        /*top: 65px;*/
        -webkit-min-height: calc(100% - 104px)!important;
        -moz-min-height: calc(100% - 104px)!important;
        -ms-min-height: calc(100% - 104px)!important;
        -o-min-height: calc(100% - 104px)!important;
        min-height: calc(100% - 104px)!important;/*104px = hauteur du menu header sur desktop*/
    }
    
    .ecran_complet_top_decalagef{
        height: 104px;
    }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu_desktop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #1A4242;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 15;
    overflow: visible;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

#menu_desktop a{
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;    
}

#menu_desktop a:hover{
    opacity: 0.5;
}

#menu_desktop_contenu{
    position: absolute;
    height: 100%;
    overflow: hidden;
}

#menu_desktop_logo{
    position: relative;
    float: left;
    width: 240px;
    height: auto;
    z-index: 15;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu_desktop_logo img{
    position: relative;
    width: 100%;
    height: auto;
}

#menu_desktop_menu{
    position: relative;
    float: right;
    overflow: visible;
    margin-top: 30px;
    font-size: 16px;
}

#menu_desktop_menu .menu_niveau1.active,#menu_desktop_menu .menu_niveau2.active{
    font-weight: bold;
    color: #00AD6D;
}

#menu_desktop_menu a,#menu_desktop_menu .menu_separation{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

#menu_desktop_menu .menu_separation{
    display: inline-block;
    width: 45px;
}


#menu_smartphone_icone{
    position: absolute;
    right: 0px;
    display: none;
    z-index: 15;
    height: 100%;
    overflow: visible;
}

#menu_icone{
    position: relative;
    display: block;
    overflow: visible;
    top: 50%;
    transform: translateY(-50%);
}

#menu_icone .navicon{
    background-color: #1A4242;
}

/*
#menu_desktop.small{
    padding-top: 15px;
    padding-bottom: 0px;
}

#menu_desktop.small #menu_desktop_logo{
    width: 170px;
}

#menu_desktop.small #menu_desktop_menu{
    margin-top: 58px;
}
*/



@media(max-width:1360px){
    /*
    #menu_desktop{
        padding-top: 40px;
        padding-bottom: 15px;
    }
    */
}

@media(max-width:1000px){
    #menu_desktop,#menu_desktop.small{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #menu_desktop_logo{
        width: 230px;
    }
/*
    #menu_desktop.small #menu_desktop_logo{
        width: 160px;
    }
*/
    
    #menu_desktop_menu{
        display: none;
    }
    #menu_smartphone_icone{
        display: block;
    }
}

@media(max-width:800px){
    #menu_desktop_logo, #menu_desktop.small #menu_desktop_logo{
        width: 210px;
    }
}

@media(max-width:420px){    
    #menu_desktop_logo, #menu_desktop.small #menu_desktop_logo{
        width: 190px;
    }
}

/* - - - - - - - - - - - - */


/* - - - - - - - - - - - - */

#menu_smartphone{
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    left: -100%;
    z-index: 14;
    display: none;
    overflow: hidden;
    background-color: #F5F5F5;
    color:#1A4242;
    text-align: center;
    
	-webkit-transition: left 0.6s;
	-moz-transition: left 0.6s;
	-ms-transition: left 0.6s;
	-o-transition: left 0.6s;
	transition: left 0.6s;    
    
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

#menu_smartphone.open{
    left: 0px;
}

#menu_smartphone.animated{
    position: fixed;
}

#menu_smartphone.open{
    right: 0px;
}

#menu_smartphone .menu_niveau1{
    position: relative;
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 5px;
    
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

#menu_smartphone .menu_niveau2{
    position: relative;
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: normal;
    margin-top: 10px;
    
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

@media(max-width:800px){
    #menu_smartphone .menu_niveau1{
        font-size: 25px;
    }

    #menu_smartphone .menu_niveau2{
        font-size: 19px;
    }
}

@media(max-width:450px){
    #menu_smartphone .menu_niveau1{
        font-size: 22px;
    }

    #menu_smartphone .menu_niveau2{
        font-size: 16px;
    }
}


@media(hover:hover){
    #menu_smartphone .menu_niveau1:hover,#menu_smartphone .menu_niveau2:hover{
        color: #00AD6D;
    }
}


#menu_smartphone .menu_niveau1.active,#menu_smartphone .menu_niveau2.active{
    color: #00AD6D;
}

#menu_smartphone .menu_separation{
    height: 40px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.element_hors_contenu_left{
    left:50%;
    margin-left:-650px;/*1300px/2*/
}

.element_hors_contenu_right{
    right:50%;
    margin-right:-650px;/*1300px/2*/
}

.element_hors_contenu_left.bottom,.element_hors_contenu_right.bottom{
    bottom: 40px;
}

@media(max-width:1360px){
    .element_hors_contenu_left{
        left:30px;
        margin-left:0px;
    }

    .element_hors_contenu_right{
        right:30px;
        margin-right:0px;
    }
}

@media (max-width: 800px){
    .element_hors_contenu_left{
        left:20px;
    }

    .element_hors_contenu_right{
        right:20px;
    }
}

@media (max-width: 500px){
    .element_hors_contenu_left{
        left:15px;
    }

    .element_hors_contenu_right{
        right:15px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#conteneur_structure,.conteneur_structure{
	position:relative;
	/*min-height:100%;*/
	z-index:2;
	overflow:hidden;
}

@media (max-width: 800px){
	#conteneur_structure{
		/*text-align:center;*/
	}
}


#conteneur{
	position:relative;
	width:100%;
	overflow:hidden;
}

#contenu{
	position:relative;
	overflow:hidden;
}
/* animation de base des liens */
#conteneur_structure a,#footer_conteneur a,#header_conteneur a{
	opacity:1;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#conteneur_structure a:hover,#footer_conteneur a:hover,#header_conteneur a:hover{
	opacity:0.3;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 100px;
    overflow: hidden;
}

#footer .paragraphe{
    line-height: 1.5;
}

.footer_grille{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 75px;
}

.footer_grille .cellule{
    align-self: flex-start;
}

#footer a{
    text-decoration: none;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#footer a:not(.bouton):hover{
    color: inherit;
    opacity: 0.5;
}

#footer_logo{
    position: relative;
    width: 100%;
    max-width: 120px;
    display: inline-block;
    height: auto;
}

.footer_logo_cellule{
    text-align: right;
    width: 100%;
    max-width: 130px;
    padding-left: 250px;
}



@media(min-width:801px){
    .footer_copyright .contenu_right .paragraphe{
        text-align: right!important;
    }
}

.footer_grille .colonne3{
    margin-top: 7px;
}

@media(max-width:1200px){
    .footer_grille{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 75px;
        align-items: grid-start;
        align-items: center;
        grid-auto-flow:dense;
    }
    
    .footer_logo_cellule{
        text-align: left;
        padding-left: 0px;
    }
}

@media(max-width:800px){
    #footer,.footer_logo_cellule{
        text-align: center;
        width: auto;
        max-width: 100%;
    }
    
    .footer_grille{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .footer_grille .colonne2{
        margin-top: -5px;
    }
    
    .footer_grille .colonne3,.footer_grille .colonne4{
        margin-top: 10px;
    }
	
	#footer_logo{
		max-width: 80px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.disparition{
	-webkit-transition: opacity 0.4s ease-in-out !important;
	-moz-transition: opacity 0.4s ease-in-out !important;
	-ms-transition: opacity 0.4s ease-in-out !important;
	-o-transition: opacity 0.4s ease-in-out !important;
	transition: opacity 0.4s ease-in-out !important;	
}

.chargement{
	opacity:0;
	
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

#chargement_conteneur{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	color: #1A4242;
	z-index: 99;
}

#chargement_contenu{
	position:relative;
	width:250px;
    max-width: 50%;
    height:auto;
	margin:auto;
	overflow:hidden;
	opacity:0;
	
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	
    /*
	animation: loading_zoom 1.5s infinite;
	animation-fill-mode: both;
    */
}

#chargement_image{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	
	/*animation: loading_rotate 3s infinite*/;
	animation-fill-mode: both;
}
/*
@media (max-width:800px), (max-height:600px){
	#chargement_contenu{
		width:80%;
	}
}
*/

.loading{/*puces animées*/
	position:relative;
	width:100%;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
	
	/*display: none;*/

}
/*
.loading::after{
	content: "Loading";
	position: relative;
	width:100%;
	margin-top: 10px;
	display: block;
}
*/
.loading_puce{
	position:relative;
	width:12px;
	height:12px;
	overflow:hidden;
	
	background-image:url(../images/puce.svg);
	-webkit-background-size:200% 100%;;
	-moz-background-size:200% 100%;;
	-ms-background-size:200% 100%;;
	-o-background-size:200% 100%;;
	background-size:200% 100%;
	background-position:100% 50%;
	background-repeat:no-repeat;
	
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	animation: loading_puce 3s infinite;
	animation-fill-mode: both;
}


@keyframes loading_puce1 { 
  0% {
	background-position:0% 50%;
	  opacity: 0.5;
  }

  1% {
	background-position:100% 50%;
	  opacity: 1;
  }
  20% {
	background-position:0% 50%;
	  opacity: 0.5;
  }
  100% {
	background-position:0% 50%;
  }
}

@keyframes loading_puce{ 
  0% {
	  opacity: 0;
  }

  50% {
	  opacity: 1;
  }
  100% {
	  opacity: 0;
  }
}

.loading .loading_puce:nth-child(1){
	animation-delay:0s;
}
.loading .loading_puce:nth-child(2){
	animation-delay:0.5s;
}
.loading .loading_puce:nth-child(3){
	animation-delay:1s;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@keyframes loading_rotate{ 
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  50% {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}


@keyframes loading_zoom{ 
  0% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }

  50% {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
  }
  100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bouton,input[type="submit"].bouton,input[type="button"].bouton,button.bouton{
	position:relative;
	display:inline-block;
	padding:18px 37px;
	color:#FFF;
    background-color: #1A4242;
    /*border: solid 3px #1A4242;*/
    font-family: inherit;
	font-size: 15px;
	line-height: 1.2;
    font-weight: bold;
	text-align:center;
	text-decoration: none!important;
	opacity:1!important;
	overflow: hidden;
    
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;    
    
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background-color 0.4s, color 0.4s!important;
	-moz-transition: background-color 0.4s, color 0.4s!important;
	-ms-transition: background-color 0.4s, color 0.4s!important;
	-o-transition: background-color 0.4s, color 0.4s!important;
	transition: background-color 0.4s, color 0.4s!important;
}

.bouton.fond_blanc{
    background-color: #FFFFFF;
}

.bouton.fond_blanc:hover{
    background-color: inherit;
}

.bouton.fond_transparent{
    background-color: transparent;
}

.bouton:not(.not_hover_effect),input[type="submit"].bouton:not(.not_hover_effect),input[type="button"].bouton:not(.not_hover_effect),button.bouton:not(.not_hover_effect){
    cursor: pointer;
}

.bouton.medium,input[type="submit"].bouton.medium,input[type="button"].bouton.medium,button.bouton.medium{
    font-size: 15px;
	padding:13px 30px;
}

.bouton.big,input[type="submit"].bouton.big,input[type="button"].bouton.big,button.bouton.big{
    font-size: 16px;
	padding:16px 30px;
}

@media(max-width:800px){
    .bouton,input[type="submit"].bouton,input[type="button"].bouton,button.bouton{
        font-size: 13px;
        padding:11px 20px;
    }
}

@media(max-width:450px){
    .bouton.big,input[type="submit"].bouton.big,input[type="button"].bouton.big,button.bouton.big{
        font-size: 16px;
    }
}


.bouton.hover,input[type="submit"].bouton.hover,input[type="button"].bouton.hover,button.bouton.hover{
    background-color: #00AD6D;
    color: #1A4242!important;
}

@media(hover:hover){
    .bouton:not(.not_hover_effect):hover,input[type="submit"].bouton:not(.not_hover_effect):hover,input[type="button"].bouton:not(.not_hover_effect):hover,button.bouton:not(.not_hover_effect):hover{
        background-color: #00AD6D;
        color: #FFF!important;
    }
    
    .bouton.hover:not(.not_hover_effect):hover,input[type="submit"].bouton.hover:not(.not_hover_effect):hover,input[type="button"].bouton.hover:not(.not_hover_effect):hover,button.bouton.hover:not(.not_hover_effect):hover{
        background-color: #FFFFFF;
        color: #1A4242!important;
    }
}


/*.bouton.couleur2*/

.bouton.couleur2,input[type="submit"].bouton.couleur2,input[type="button"].bouton.couleur2,button.bouton.couleur2{
	color:#1A4242!important;
    background-color: transparent;
    border: solid 3px #00AD6D;
}

.bouton.couleur2.hover,input[type="submit"].bouton.couleur2.hover,input[type="button"].bouton.couleur2.hover,button.bouton.couleur2.hover{
    background-color: #00AD6D;
    color: #FFFFFF!important;
}

@media(hover:hover){
    .bouton.couleur2:not(.not_hover_effect):hover,input[type="submit"].bouton.couleur2:not(.not_hover_effect):hover,input[type="button"].bouton.couleur2:not(.not_hover_effect):hover,button.bouton.couleur2:not(.not_hover_effect):hover{
        background-color: #00AD6D;
        color: #FFFFFF!important;
    }
    
    .bouton.couleur2.hover:not(.not_hover_effect):hover,input[type="submit"].bouton.couleur2.hover:not(.not_hover_effect):hover,input[type="button"].bouton.couleur2.hover:not(.not_hover_effect):hover,button.bouton.couleur2.hover:not(.not_hover_effect):hover{
        background-color: #FFFFFF;
        color:#1A4242!important;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bouton_barre{
	position:relative;
	width: calc(100% + 24px);
	overflow: hidden;
	margin-top: -20px;
    margin-left: -24px;
}

.bouton_barre .bouton{
	margin-left: 24px;
	margin-top: 20px;
}

.alignement_text_center .bouton_barre{
	margin-left: -12px;
	margin-right: -12px;
}

.alignement_text_center .bouton_barre .bouton{
	margin-left: 12px;
	margin-right: 12px;
}

/* - - - - - -  - - - - - - - - - - */

.bouton_barre_colonne{
    width: 100%;
    margin-left: 0px;
}

.bouton_barre_colonne .bouton{
    width: auto;
    margin-left: 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.alignement_text_center .bouton_barre_colonne{
	margin-left: 0px;
	margin-right: 0px;
}

.alignement_text_center .bouton_barre_colonne .bouton{
	margin-left: 0px;
	margin-right: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#puce_conteneur, .puce_conteneur{
	position:absolute;
	width:100%;
	left:0px;
	bottom:40px;
	font-size:8px;
	line-height:10px;
	text-align:center;
	z-index:4;
	opacity:0;
	
    /*
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
	-moz-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
	-ms-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
	-o-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    */
    
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

.puce{
	position:relative;
	display:inline-block;
	padding:4px;
	overflow:hidden;
}

.puce_conteneur.left{
    text-align: left;
}

.puce_conteneur.left .puce{
    padding-left: 0px;
    padding-right: 8px;
}

.puce_conteneur.right{
    text-align: right;
}

.puce_conteneur.right .puce{
    padding-left: 8px;
    padding-right: 0px;
}

.puce:after{
	content: "";
	position:relative;
	display: inline-block;
	width:12px;/*10px*/
	height:12px;
	overflow:hidden;
	
	background-image:url(../images/puce.svg);
	-webkit-background-size:200% 100%;
	-moz-background-size:200% 100%;
	-ms-background-size:200% 100%;
	-o-background-size:200% 100%;
	background-size:200% 100%;
	background-position:0% 50%;
	background-repeat:no-repeat;
}

.puce:hover{
	cursor:pointer;
}

.puce:hover::after,.puce.active::after{
	background-position:100% 50%;
}

.puce_noir #puce_conteneur,.puce_noir .puce_conteneur{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.puce_noir .puce:after{
	background-image:url("../images/puce_couleur.svg");
}

.puce_blanc .puce:after{
	background-image:url("../images/puce_blanc.svg");
}

.puce_right .puce_conteneur,.puce_right.puce_conteneur{
	text-align: right;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	margin-left: 30px;
}

.puce_left .puce_conteneur,.puce_left.puce_conteneur{
	text-align: left;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	margin-right: 30px;
}

.puce_right_colonne_centrale .puce_conteneur,.puce_right_colonne_centrale.puce_conteneur{
	text-align: right;
	width:auto;
	right: 50%;
	margin-right: -650px;/*-50% de la colonne centrale (conteneur_alignement)*/
}

.puce_left_colonne_centrale .puce_conteneur,.puce_left_colonne_centrale.puce_conteneur{
	text-align: left;
	width: auto;
	left: 50%;
	margin-left: -650px;/*-50% de la colonne centrale (conteneur_alignement)*/
}

.puce_right_colonne_centrale .puce,.puce_right_colonne_centrale.puce,.puce_left_colonne_centrale .puce,.puce_left_colonne_centrale.puce{
	padding-right: 0px;
	padding-left: 10px;
}

.puce_left_colonne_centrale .puce,.puce_left_colonne_centrale.puce{
	padding-right: 10px;
	padding-left: 0px;
}

@media (max-width: 1400px){
	.puce_right_colonne_centrale .puce_conteneur,.puce_right_colonne_centrale.puce_conteneur,.puce_left_colonne_centrale .puce_conteneur,.puce_left_colonne_centrale.puce_conteneur{
		left: 0px;
		margin-right: auto;
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 800px){
	.puce_right_colonne_centrale .puce_conteneur,.puce_right_colonne_centrale.puce_conteneur,.puce_left_colonne_centrale .puce_conteneur,.puce_left_colonne_centrale.puce_conteneur{
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 500px){
	.puce_right_colonne_centrale .puce_conteneur,.puce_right_colonne_centrale.puce_conteneur,.puce_left_colonne_centrale .puce_conteneur,.puce_left_colonne_centrale.puce_conteneur{
		margin-right: 15px;
		margin-left: 15px;
	}
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

input:not(.bouton),textarea,select,option{
	display: inline-block;
	width: calc(100% - 2px);
	position: relative;
	font-size:15px;
	color:#1A4242;
	padding-top:12px!important;
	padding-bottom:10px!important;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFFFFF;
	font-family:inherit;
    outline: none;
		
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	border-color:#1A4242;
	border-style:solid;
	border-width:1px;
    overflow: hidden;
}
/*
select{
	display: inline-block;
	position: relative;
	border:none;
	padding-right: 30px;
	border-bottom: solid #00AD6D 1px;
	color:#00AD6D;
	font-family:inherit;
	font-size: inherit;
	
	background: url("../images/bottom.svg") no-repeat 100% 50%;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	
	cursor: pointer;
}
option{
	font-family:inherit;
	font-size: inherit;
	padding-right: 30px;
    text-align: center;
}
*/

label{
	cursor: pointer;
}


textarea{
	padding:15px;
}
/*
input[type="submit"],input[type="button"]{
	padding-top:8px;
	padding-bottom:6px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}*/
/*
input[type="submit"],input[type="button"]{
	cursor:pointer;
	background-color:#FFFFFF;
	border-color:#1A4242;
	color:#1A4242;
	border-width: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

input[type="submit"].big,input[type="button"].big{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	font-size: 16px;
	font-weight: bold;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


input[type="submit"]:hover,input[type="button"]:hover{
	background-color:#1A4242;
	border-color:#1A4242;
	color:#FFFFFF;
}
*/

labelf{
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

select{
	padding-top:5px;
	padding-bottom:5px;
}

option{
	margin:0px;
	padding:0px;
}

.champ_invalide{
	border-color: #EB2024!important;
    border-width: 2px;
}

.surbrillance{
	background-color: #EB2024;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.ambiance_dark .titre0,.ambiance_dark .titre1,.ambiance_dark .titre0_big,.ambiance_dark .titre1_big,.ambiance_dark .titre0_small,.ambiance_dark .titre1_small,.ambiance_dark .titre2,.ambiance_dark .titre3,.ambiance_dark .titre4,.ambiance_dark h1,.ambiance_dark h2,.ambiance_dark h3,.ambiance_dark h4,.ambiance_dark .paragraphe,.ambiance_dark .accroche{
	color:#FFFFFF;
}

.scroll_disparition,.scroll_apparition{
	-webkit-transition: opacity 0.3s ease-in-out !important;
	-moz-transition: opacity 0.3s ease-in-out !important;
	-ms-transition: opacity 0.3s ease-in-out !important;
	-o-transition: opacity 0.3s ease-in-out !important;
	transition: opacity 0.3s ease-in-out !important;	
}

.scroll_apparition{
	opacity: 0;	
}

.cursor{
	cursor: pointer;
}

@media (max-width: 800px){
	#scroll_top{
		margin-right: -12px;
		bottom:25px;
	}
}

.majuscule{
	text-transform: uppercase;
}

.minuscule{
	text-transform: lowercase;
}

.numero::after{
	content: attr(data-content);
	position: absolute;
	right: 0px;
	top:0px;
	color:#00AD6D;
}

.ambiance_dark .numero::after{
	color:#FFFFFF;
}

.decalage_droite{
    -webkit-transform: translate(10px,0px);
    -moz-transform: translate(10px,0px);
    -o-transform: translate(10px,0px);
    -ms-transform: translate(10px,0px);
    transform: translate(10px,0px);
}

.decalage_gauche{
    -webkit-transform: translate(-10px,0px);
    -moz-transform: translate(-10px,0px);
    -o-transform: translate(-10px,0px);
    -ms-transform: translate(-10px,0px);
    transform: translate(-10px,0px);
}

.decalage_gauche.variante1{
    -webkit-transform: translate(-13px,0px);
    -moz-transform: translate(-13px,0px);
    -o-transform: translate(-13px,0px);
    -ms-transform: translate(-13px,0px);
    transform: translate(-13px,0px);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Mise en forme et alignement du plugin Axeptio */
#axeptio_overlay{
	outline:0;
	z-index: 99;
}

#axeptio_overlay button,#axeptio_overlay div,#axeptio_overlay button,.AxeptioButton__AxeptioButtonStyle-sc-40u05m-0,.iwbckN{
	outline:0;
	outline-style:none;
}

/*utile pour les styles sans border-radius
#axeptio_overlay .ButtonGroup__ButtonGroupStyle-sc-1usw1pe-1 button,#axeptio_overlay .jYDoqS button{
	border-radius: 0px!important;
}
*/
.AxeptioIcon__AxeptioIconStyle-acb40e-0,.AxeptioButton__AxeptioButtonStyle-sc-1h6hacv-0{
	outline: 0;
	outline-style:none;
}

.ax-widget-container{
	top: auto!important;
	bottom:25px!important;
}

.AxeptioIcon__AxeptioIconStyle-acb40e-0,.AxeptioButton__AxeptioButtonStyle-sc-1h6hacv-0{
	margin-left: 12px;
	margin-bottom: 12px;
}

.withConsent__CheckboxConsent-sc-16f08h3-0, .gTxcRB{
	position: absolute!important;
	z-index: -3;
}

/*on masque le bouton d'Axpetio, car il est disponible via la page politique de confidentialité (lien cliquez-ici) et j'ai configuré Axeptio pour masquer son bouton une fois que l'utilisateur a fait un choix -> Le bouton n'est plus utile*/
body .AxeptioButton__AxeptioButtonStyle-sc-1h6hacv-0,.AxeptioButton__AxeptioButtonStyle-sc-40u05m-0,.iwbckN{
    opacity: 0;
    visibility: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



