@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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@import url("https://use.typekit.net/nvt2vkt.css");
/* "linotype-didot" et "montserrat"*/

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

body,html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: "montserrat", Verdana, Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
	color:#000001;
    background-color: #FFFFFF;
	font-size:14px;
	
	-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:#000002;
	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:#000002;
	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:#c29b4c!important;
}

.couleur2{
	color:#704f39/*couleur2*/!important;
}

.couleur2b{
	color:#F2F2F2/*couleur2*/!important;
}

.couleur2c{
	color:#FFE9E6/*couleur2*/!important;
}

.couleur3{
	color:#FFFFFF!important;
}

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

.background_couleur2{
	background-color:#704f39/*couleur2*/!important;
}

.background_couleur2b{
	background-color:#F2F2F2/*couleur2*/!important;
}

.background_couleur2c{
	background-color:#FFE9E6/*couleur2*/!important;
}

.background_couleur3{
	background-color:#FFFFFF!important;
}

.background_degrade{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(246,249,254,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(246,249,254,1) 100%);
    background: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(246,249,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f9fe",GradientType=1);
}

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

.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{
	margin:0px;
	padding:0px;
    font-weight: inherit;
	overflow: visible!important;
}

.titre0{
    font-size: 172px;
    line-height: 1;
    font-weight: bold;
    color: #000002;
}

.titre1{
    font-family: "linotype-didot", "montserrat", Verdana, Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
    font-size: 65px;
    line-height: 1;
    font-weight: bold;
}

.titre2{
    font-family: "linotype-didot", "montserrat", Verdana, Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
    font-size: 43px;
    line-height: 1.12;
    font-weight: bold;
}

.titre3{
    font-family: "linotype-didot", "montserrat", Verdana, Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
}

.accroche.big{
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
}

.accroche{
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
}

.accroche.small{
    font-size: 18px;
    font-weight: bold;
}

.paragraphe.very_big{
    font-size: 25px;
}

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

.paragraphe{
    font-size: 16px;
    line-height: 1.3;
}

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

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

@media(max-width:800px){
    .titre1{
        font-size: 40px;
    }
    
    .titre2{
        font-size: 34px;
    }
    
    .accroche{
        font-size: 17px;
    }
    
    .paragraphe.very_big{
        font-size: 18px;
    }
    
    .paragraphe,.accroche.small{
        font-size: 16px;
    }
}

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

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: 5px;
	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: #000001;
    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: 5;
	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;
}

.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;
	
	-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: 1355px;/*1295px + 30px + 30px*/
	margin:auto;
	overflow:hidden;
    z-index: 2;
}

.conteneur_alignement.medium{
	max-width: 660px;/*600px + 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: 700px;
}

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

.contenu_conteneur.big,.contenu_conteneur.largeur_big,.paragraphe.largeur_big,.accroche.largeur_big,h1.largeur_big,h2.largeur_big,h3.largeur_big{
	max-width: 1160px;
}

.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:32%;
}

.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_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: #000002;
	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:#000001;
}

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

.bordure.couleur3{
	background-color:#FFFFFF;
}

.bordure.couleur4{
	background-color:#FFFFFF;
}

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

.marge_bottom{
	height:75px;
}

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

@media (max-width: 400px){
	.marge_top{
		height:160px;
	}
	
	.marge_bottom{
		height:25px;
	}
	
	.marge_top_contenu{
		display: none;
	}
}

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

.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;
	}
}

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

#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:transparent;
	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: 200px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
	-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: #c29b4c;
	/*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, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, background-color 0.5s, opacity 0.3s;
	-ms-transition: -ms-transform 0.5s, background-color 0.5s, opacity 0.3s;
	-o-transition: -o-transform 0.5s, background-color 0.5s, opacity 0.3s;
	transition: transform 0.5s, background-color 0.5s, opacity 0.3s;
}

.lecture .video_play{
    opacity: 0;
    
	-webkit-mask:url(../images/pause.svg) no-repeat 50% 50%;
	-moz-mask:url(../images/pause.svg) no-repeat 50% 50%;
	-ms-mask:url(../images/pause.svg) no-repeat 50% 50%;
	-o-mask:url(../images/pause.svg) no-repeat 50% 50%;
	mask:url(../images/pause.svg) no-repeat 50% 50%;
}

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

@media(max-width:950px){
    .video_play{
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
}

@media(max-width:550px){
    .video_play{
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
}


.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 (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: #704f39;
        opacity: 1;
    }
}

/*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");
	}
    .lecture .video_play{
		background-image:url("../images/pause.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");
	}
    .lecture .video_play{
		background-image:url("../images/pause.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");
	}
    .lecture .video_play{
		background-image:url("../images/pause.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{
	position: relative;
    display: table;
	width:100%;
	min-height: 100%;
	overflow: hidden;
}

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

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

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

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

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


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

#menu_desktop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 56px;
    color: #000001;
    z-index: 15;
    overflow: hidden;
}

#menu_desktop.blanc{
    color: #FFF;
}

#menu_desktop.blanc .st0/*,#menu_desktop.blanc .st1,#menu_desktop.blanc .st2*/{
    -webkit-transition: fill 0.6s;
    -moz-transition: fill 0.6s;
    -ms-transition: fill 0.6s;
    -o-transition: fill 0.6s;
    transition: fill 0.6s;
}

#menu_desktop.blanc:not(.open) .st0/*,#menu_desktop.blanc:not(.open) .st1,#menu_desktop.blanc:not(.open) .st2*/{
    fill: #FFF!important;
}

#menu_desktop.blanc:not(.open) .navicon{
    background-color: #FFF!important;
}

#menu_desktop_contenu{
    position: absolute;
    height: 100%;
    font-size: 14px;
    font-weight: 200;
    overflow: hidden;
}

#menu_desktop_logo{
    position: relative;
    float: left;
    width: 190px;/*178px*/
    height: auto;
    font-size: 0px;
    z-index: 15;
}

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

#menu_desktop_menu{
    position: relative;
    float: right;
    top: 0px;
    overflow: hidden;
}

#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 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_menu a:hover{
    opacity: 0.4;
}

#menu_desktop_menu a.active{
    font-weight: bold;
}

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


#menu_smartphone_icone{
    position: relative;
    float: right;
    display: none;
    z-index: 15;
    height: 100%;
    overflow: hidden;
}

#menu_icone{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#menu_desktop.blanc.variante2 .navicon{
    background-color: #FFF;
}

@media(max-width:1060px){
    #menu_desktop{
        /*margin-top: 25px;*/
    }
    
    #menu_desktop_menu{
        display: none;
    }
    #menu_smartphone_icone{
        display: block;
    }
}

@media(max-width:800px){
    #menu_desktop_logo{
        width: 175px;
    }
    
    #menu_desktop{
       margin-top: 40px;
    }
}

@media(max-width:500px){
    #menu_desktop_logo{
        width: 150px;
    }

    #menu_desktop{
       margin-top: 30px;
    }
}

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

#menu_smartphone{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: -100%;
    z-index: 14;
    display: none;
    overflow: hidden;
    background-color: #FFF;/*#efebe9*/
    color: #000001;
    
	-webkit-transition: right 0.6s;
	-moz-transition: right 0.6s;
	-ms-transition: right 0.6s;
	-o-transition: right 0.6s;
	transition: right 0.6s;
}

#menu_smartphone.open{
    right: 0px;
}


#menu_smartphone_fond{
    position: fixed;
    width: 300%;
    height: 100%;
    top: 0px;
    left: 100%;
    z-index: 13;
    background-color: #000001;
    
    -webkit-transform: skew(-15.65deg, 0deg);
    -moz-transform: skew(-15.65deg, 0deg);
    -ms-transform: skew(-15.65deg, 0deg);
    -o-transform: skew(-15.65deg, 0deg);
    transform: skew(-15.65deg, 0deg);
    
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}

#menu_smartphone_fond.resize{
	-webkit-transition: left 0s;
	-moz-transition: left 0s;
	-ms-transition: left 0s;
	-o-transition: left 0s;
	transition: left 0s;
}

#menu_smartphone.open{
    right: 0px;
}

#menu_smartphone .menu_niveau1{
    font-size: 35px;
    line-height: 1.25;
    font-weight: bold;
    color: #000002;
    
	-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-height:740px){
    #menu_smartphone .menu_niveau1{
        font-size: 30px;
        line-height: 1.2;
    }
}

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

@media(hover:hover){
    #menu_smartphone .menu_niveau1:hover{
        color: #c29b4c;
    }
}

#menu_smartphone .menu_niveau1.active{
    color: #c29b4c;
}

#menu_smartphone .menu_separation{
    height: 20px;
}

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

.element_hors_contenu_left{
	left:55px;
}

.element_hors_contenu_right{
	right:55px;
	text-align: right;
}

@media(max-width:1820px){
    .element_hors_contenu_left{
        left:50%;
        margin-left:-677px;/*1355px/2*/
    }

    .element_hors_contenu_right{
        right:50%;
        margin-right:-677px;
    }
}

@media(max-width:1472px){
    .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;
    }
}

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

#footer{
    background-color: #F2F2F2;
    padding-top: 85px;
    padding-bottom: 35px;
    overflow: hidden;
}

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

.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:hover{
    color: inherit;
    opacity: 0.5;
}

#footer_logo{
    width: 220px;/*190px*/
    height: auto;
    margin-left: 100px;
}

@media(max-width:1460px){
    #footer_logo{
        margin-left: 0px;
    }
}

.footer_menu{
    position: relative;
    overflow: hidden;
}

.footer_menu .cellule{
    position: relative;
    float: left;
}

.footer_menu .cellule.left{
    margin-right: 40px;
}

@media(max-width:600px){
    .footer_menu .cellule{
        float: none;
    }

    .footer_menu .cellule.left{
        margin-right: 0px;
    }
}




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

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

@media(max-width:1060px){
    .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{
        width:150px;
    }
    */
}

@media(max-width:600px){    
    .footer_grille{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .footer_grille .colonne2{
        margin-top: -5px;
    }
    
    .footer_grille .colonne3,.footer_grille .colonne4{
        margin-top: 10px;
    }
}

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

.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:#EFEBE9;
	color: #000001;
	z-index: 99;
}

#chargement_contenu{
	position:relative;
	width:300px;
    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:200px;
	}
}

.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:7px 45px;
	color:#FFF;
    background-color: #000001;
    font-family: inherit;
	font-size: 15px;
	line-height: 2;
    font-weight: bold;
	text-align:left;
	text-decoration: none!important;
	text-transform: none;
	opacity:1!important;
	overflow: hidden;
	cursor: pointer;
    border: none;
    
    -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-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;    
	
	-webkit-transition: 0.4s!important;
	-moz-transition: 0.4s!important;
	-ms-transition: 0.4s!important;
	-o-transition: 0.4s!important;
	transition: 0.4s!important;
}

.bouton:hover,input[type="submit"].bouton:hover,input[type="button"].bouton:hover,button.bouton:hover{
    color: #000001;
    background-color: #DDDDDD;
}

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

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

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

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

.bouton_barre{
	position:relative;
	width: 100%;
	overflow: hidden;
	margin-top: -25px;
}

.bouton_barre .bouton{
	margin-right: 25px;
	margin-top: 25px;
}

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

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


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

#puce_conteneur, .puce_conteneur{
	position:absolute;
	width:100%;
	left:0px;
	bottom:35px;
	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:5px;
	overflow:hidden;
}

.puce:after{
	content: "";
	position:relative;
	display: inline-block;
	width:13px;/*10px*/
	height:13px;
	overflow:hidden;
	
	background-image:url(../images/puce_blanc.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_right .puce_conteneur,.puce_right.puce_conteneur,.puce_left .puce_conteneur,.puce_left.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_right_colonne_centrale .puce_conteneur,.puce_right_colonne_centrale.puce_conteneur{
	text-align: right;
	width:auto;
	right: 50%;
	margin-right: -500px;/*-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: -500px;/*-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: 1160px){
	.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:17px;
	color:#000001;
	padding-top:13px!important;
	padding-bottom:11px!important;
	padding-left:20px;
	padding-right:20px;
	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:#000001;
	border-style:solid;
	border-width:3px;
}

@media(max-width:800px){
    input:not(.bouton),textarea,select,option{
        font-size: 16px;
    }
}

/*
select{
	display: inline-block;
	position: relative;
	border:none;
	padding-right: 30px;
	border-bottom: solid #000001 1px;
	color:#000001;
	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:#000002;
	color:#000002;
	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:#000002;
	border-color:#000002;
	color:#FFFFFF;
}
*/

label{
	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;
}

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


/* 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;
}

.Widget__WidgetStyle-zhn46e-0{
	z-index: 4;
	max-width: 420px;
}

.Illustration__Img{
	width: 100px;
	margin-left: 10px;
}

body{
	top: auto!important;
	height: 100%!important;
}

.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;
}


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



