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

.fond_gris{
    background-color: #F5F5F5;/*IE*/
	background: transparent linear-gradient(180deg, #CBCBCB59 0%, #DBDBDB3B 100%) 0% 0% no-repeat padding-box;
}

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

.accueil_banniere_our_products{
	min-height: 290px;
}

.accueil_banniere_our_products .contenu_left{
	width: 42%;
}

.accueil_banniere_our_products_photo{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 58%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

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

.contact_info .cellule{
	display: inline-block;
	margin-right: 60px;
    vertical-align: top;
}

@media (max-width:400px){
	.contact_info .cellule{
		margin-right: 0px;
	}
}

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

.our_products{
	min-height: 290px;
}

.our_products .contenu_left,.our_products .contenu_right{
	width: 42%;
}

.our_products_photo{
	position: absolute;
	top: 0px;
	width: 53%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.our_products_photo.left{
	left:0px;
}

.our_products_photo.right{
	right:0px;
}

.our_products_photo_smartphone{
    margin-bottom: 20px;
    display: none;
}

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

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

.realisation_vignette{
	height: 318px;
}

.realisation_vignette_contenu{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(229, 0, 25, 0.78);
	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;
}

.realisation_vignette:hover .realisation_vignette_contenu{
	opacity: 1;

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

.realisation_vignette_localisation,.realisation_vignette_description{
	position: absolute;
	left: 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
}

.realisation_vignette_localisation{
	top:30px;;
}

.realisation_vignette_description{
	bottom:30px;
}

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

.effet_galerie{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(229, 0, 25, 0.78);
	background-image: url("../images/pictos/zoom.svg");
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 0;

	-webkit-transition: opacity 0.5s, background-color 0.5s;
	-moz-transition: opacity 0.5s, background-color 0.5s;
	-ms-transition: opacity 0.5s, background-color 0.5s;
	-o-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
}

.effet_galerie.video{
    opacity: 1;
	background-color: rgba(229, 0, 25, 0.2);
	background-image: url("../images/pictos/video.svg");
}

.effet_galerie:hover{
	opacity: 1;
	background-color: rgba(229, 0, 25, 0.78);
}

.effet_galerie.small{
	background-size: 30px auto;
}

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




.bouton_absolute{
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 4;
}

.bouton_absolute .bouton{
	margin-left: 10px;
}

.bouton.small{
	font-size: 11px;
}

@media (max-width:550px){
	.bouton.small{
		font-size: 10px;
	}
}

.bouton.plus{
	padding-left: 15px;
	padding-right: 20px!important;
}

.bouton.plus::after{
	width:15px;
	height:auto;
	content: "+";
	right: 5px;
	background-image:none;
}

.bouton/*.simple*/{
	padding-left: 25px;
	padding-right: 25px!important;
}

body .bouton/*.simple*/::after{
	display: none!important;
}

.bouton.musique{
	padding-left: 15px;
	padding-right: 33px!important;
}

.bouton.musique::after{
	width:15px;
	height:15px;
	margin-top: 2px;
	background-image:url("../images/bouton_musique.svg");
}

.bouton.musique:hover::after,.bouton.musique.hover::after{
	background-image:url("../images/bouton_musique_blanc.svg");
}

.ambiance_dark .bouton.musique::after{
	background-image:url("../images/bouton_musique_blanc.svg");
}

.ambiance_dark .bouton.musique:hover::after,.ambiance_dark .bouton.musique.hover::after{
	background-image:url("../images/bouton_musique.svg");
}

.bouton.video{
	padding-left: 15px;
	padding-right: 35px!important;
}

.bouton.video::after{
	width:15px;
	height:15px;
	margin-top: 2px;
	background-image:url("../images/bouton_video.svg");
}

.bouton.video:hover::after,.bouton.video.hover::after{
	background-image:url("../images/bouton_video_blanc.svg");
}

.ambiance_dark .bouton.video::after{
	background-image:url("../images/bouton_video_blanc.svg");
}

.ambiance_dark .bouton.video:hover::after,.ambiance_dark .bouton.video.hover::after{
	background-image:url("../images/bouton_video.svg");
}

.description_absolute,.description{
	position: relative;
	max-width: 80%;
	margin: auto;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

.ambiance_dark .description_absolute,.ambiance_dark .description{
	color:#FFFFFF;
}

.description_absolute{
	position: absolute;
	max-width: 50%;
	left: 15px;
	bottom: 15px;
	z-index: 4;
}

.vignette_infos{
	display: none;
}

@media (max-width: 1000px){
	.vignette_infos{
		display: block;
	}
	
	.bouton_absolute,.description_absolute{
		display: none;
	}
}


@media (min-width: 551px){
	.grille_waj.niveau3 .titre1{
		font-size: 23px;
		line-height: 28px;
	}
}


@media (max-width: 550px){
	.titre0_small,.titre1{
		font-size: 23px;
		line-height: 28px;
	}
}

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

.infos_supplementaires{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: rgba(0,0,0,0.9);
	z-index: 5;
	display: none;
}

.infos_supplementaires_contenu{
	padding: 30px;	
}

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

@media (max-width: 550px){
	.accordeon_entete .titre1{
		font-size: 23px;
	}
}

@media (max-width: 450px){
	.accordeon_entete .titre1{
		font-size: 18px;
	}
}


@media (max-width: 330px){
	.accordeon_entete .titre1{
		font-size: 16px;
	}
}

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

.infography_step_conteneur,.infography_step_trait_conteneur{
    position:relative;
    max-width: 450px;
    width: 94%;
    margin:auto;
    overflow: hidden;
}

.infography_step_conteneur .step_icone{
    position:relative;
    float: left;
    width:60px;
    height: auto;
    overflow: hidden;
}

.infography_step_conteneur .step_marge{
    position:relative;
    float: left;
    width:40px;
    height: 10px;
    overflow: hidden;
}

.infography_step_conteneur .step_description{
    position:relative;
    float: left;
    overflow: hidden;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -ms-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
}

.infography_step_trait{
    position: absolute;
    width: 60px;
    height: 90px;
    margin-top: -45px;
    text-align: center;
}

.infography_step_trait_conteneur{
    height: 0px;
    overflow: visible;
}

.infography_step_trait img{
    position: relative;
    display: inline-block;
    width: auto;
    height: 90px;
}





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

.contact_form_shapes{
    display: inline-block;
    margin-right: 40px;
    width: 80px;
    overflow: hidden;
    text-align: center;
}

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

.bouton_etat{
    position: relative;
    display: inline-block;
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: -ms-calc(100% - 4px);
	width: -o-calc(100% - 4px);
	width: calc(100% - 4px);
    
    
	border:solid #E50019 2px;
	color:#E50019;
	font-weight: normal;
	text-align:center;
	text-decoration: none!important;
	opacity:1!important;
    overflow: hidden;
	
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	
	-webkit-transition: 0.4s!important;
	-moz-transition: 0.4s!important;
	-ms-transition: 0.4s!important;
	-o-transition: 0.4s!important;
	transition: 0.4s!important;
    
	font-size: 20px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:0px!important;
	padding-right:0px!important;
    
    cursor: pointer;
}

.bouton_etat.hover{
    color:#FFF;
    background-color: #E50019;
}

/*box défilante new - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.box_defilante{
    width: 85%!important;
    margin: auto!important;
    overflow: hidden;
}

.box_defilante_prev{
    margin-left: 0px!important;
    left:0px!important;
}

.box_defilante_next{
    margin-right: 0px!important;
    right:0px!important;
}

.box_defilante>.box_defilante_contenu>.cellule{
    width: 100%;
    margin-right: 50px;
}

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

.axeption_bordure .axeptio_widget.Widget__WidgetStyle-zhn46e-1{
    box-shadow: none!important;
    border:#888889 solid 1px!important;
}

.axeption_bordure .axeptio_widget.Widget__WidgetStyle-zhn46e-1.champ_invalide{
    border:#E50019 solid 2px!important;
}

.axeptio_widget h2,.axeptio_widget h3{
    text-transform: none!important;
}

.AxeptioConsent__AxeptioConsentStyle-cvierm-0.cwPBXC{/*permet de cacher les détails lorsque l'utilisateur accepte le receuil de consentement du formulaire de contact */
    display: none;
}

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

.price_calculator{
    position: relative;
    width: 100%;
    max-width: 800px;
    overflow: visible;
}

.price_calculator h3{
    text-transform: none;
    margin-bottom: 10px;
}

.price_calculator .paragraphe a{
    text-decoration: underline;
}

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

#price_calculator_step1 .slider-container{
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "realist";
}

#price_calculator_step1 .pointer-label,#price_calculator_step1 .scale ins{
    color: #888889;
    font-size: 14px;
}

#price_calculator_step1 .back-bar{
    height: 15px;
}

#price_calculator_step1 .pointer{
    width: 25px;
    height: 25px;
    border-radius: 30px;
}

#price_calculator_step2{
    display: none;
}

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


option[disabled]{
    display: none;
    color:#ff0!important;
}

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

.estimation_graphique{
    position: relative;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

.estimation{
    position: relative;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
}

.estimation.basse{
    float: left;
    max-width: 47%;
}

.estimation.haute{
    float: right;
    max-width: 47%;
}

.estimation .range{
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #888889;
    text-align: center;
}

.estimation.moyenne .range{
    margin-top: 5px;
}

.estimation.basse .range,.estimation.haute .range{
    margin-bottom: 5px;
}

.estimation_graphique .ligne{
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #888889;
}


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

.video_link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(229, 0, 25, 0.78);
    cursor: pointer;
}

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

.case_a_cocher{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.4;

    width: 20px;
    height: 20px;
    background-image: url("../images/case_a_cocher.svg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:0% 50%;
	background-repeat:no-repeat;
    cursor: pointer;
}

.case_a_cocher:hover{
	background-position:50% 50%;
}

.case_a_cocher.checked{
	background-position:100% 50%!important;
}

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

.grille_dynamique{
    /*
    Source : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/
    
    Exemple de paramètres :
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 280px;
    grid-row-gap: 75px;
    
    Exemple d'utilisation :
    les colonnes mesurent 280px au minimum et 400px au maximum / il y a 3 colonnes max /
    la marge entre les colonnes est de 50px / la marge entre les lignes est de 75px /
    lorsque l'écran atteint 350px de large, on met les cellules à 100%
    
    .grille_dynamique.evenements{
        --grid-layout-gap: 50px;
        --grid-column-count: 3;
        --grid-item--min-width: 280px;
        grid-row-gap: 75px;
    }

    .grille_dynamique.evenements>.cellule{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    @media(max-width:350px){
        .grille_dynamique.evenements{
            --grid-item--min-width: 100%;
        }
    }
    */

    /*Calculs :*/
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);
    
    
    position: relative;
    width: 100%;
    overflow: hidden;
}

.grille_dynamique>.cellule{
    position: relative;
    overflow: hidden;
}

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

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

.grille_dynamique.partenaires{
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 120px;
    
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.grille_dynamique.partenaires .cellule{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.documentation{
    position: relative;
    width: 100%;
    max-width: 915px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #CBCBCB;
}

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

.documentation .left{
    position: relative;
    float: left;
    width: calc(100% - 150px);
    overflow: hidden;
}


.documentation .right{
    position: relative;
    float: right;
    width: 150px;
    text-align: right;
    overflow: hidden;
}

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


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


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





