/*   
 * Template Name: Fullscreen - One Page Template
 * Version: 1.0
 * Author: BootstrapWizard
 * Website: http://www.bootstrapwizard.info
*/
:root {
    --scolor: #198db7; /* Définition de la variable */
    --dcolor: #14799b;
    --rcolor: rgba(25,141,183,0.6);
}


@font-face {
    font-family: 'RobottoSerif';
    src: url('../fonts/RobotoSerif_28pt_Condensed-Regular.ttf');
}


html, body{
    height:100%;
}

body {

    font-family: 'RobottoSerif', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height:1.8em;
    padding-top:130px;
}

p {
    color:#000;
}

h1,
h2,
h4,
h5,
h6 {
    font-weight:bold;
    /**text-shadow: 1px 1px 1px rgba(0,0,0,0.5);**/
    color: var(--scolor)!important;
}

.milieu h3{
    color: #000000;
}

h1 {
    font-size:2em;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:active, a:visited {
    /* color:#fff; */
}

.fullSection {
    min-height:100%;
    padding:100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-full {
    width:100%;
}

.btn-custom {
    background:transparent;
    border: 2px solid #fff;
    color:#fff;
}

.btn-custom:hover {
    background: #fff !important;
    border: 2px solid #fff;
    color:#333;
}

.form-control {
    height: 46px;
    color:#fff;
    background-color: rgba(255,255,255,0.0);
    border: 1px solid rgba(255,255,255,0.5);
}

.form-control:focus {
    border-color:#fff;
    box-shadow:none;
}

#bg_pattern {
    background-image: url(../images/bg_pattern.png);
    position: fixed;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* ==================================================
	Animations Delay
====================================================*/

.showdelay1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}
.showdelay2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}
.showdelay3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
}
.showdelay4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
}
.showdelay5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
}
.showdelay6 {
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
}
.showdelay7 {
    animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
}
.showdelay8 {
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
}
.showdelay9 {
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
}
.showdelay1s {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
}
.showdelay2s {
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
}


/* ==================================================
	navigation
====================================================*/

.navbar-custom{
    background-color: var(--scolor);
    padding: 10px 0;
    border-radius: 0;
    margin: 0;
}

.navbar-custom .navbar-nav>li>a {
    color: #fff;
    font-size:18px;
}

.navbar-custom .nav>li>a:hover, .navbar-custom .nav>li>a:focus {
    background:transparent;
    color:#fff;
    text-decoration: none;
    /*font-weight:bold;*/
}

.navbar-custom  .navbar-nav>li.active a {
    color:#fff;
    font-weight:bold;
}

.navbar-custom .navbar-brand {
    padding:0;
}

.navbar-custom  .navbar-toggle .icon-bar {
    background:#fff;
    width:32px;
}

.top-nav-collapse {
    /* background-color:var(--rcolor); */
	background-color:var(--scolor);
    padding:10px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media (max-width: 767px) {

    #top-nav {
        background-color:rgba(0,0,0,0.6);
        color: #ffffff;
    }

    .navbar-custom .navbar-brand  {
        padding: 0 0 0 15px;
    }

}



/* ==================================================
	fullscreen slider
====================================================*/

#fullscreen-slider {

}

#fullscreen-slider .slider-caption {
    text-align:center;
    padding:60px 140px 140px;
}

#fullscreen-slider .slider-caption {

}

#fullscreen-slider .slider-caption  i{
    font-size:130px;
}

#fullscreen-slider .slider-caption h2 {
    font-size:60px;
    margin-bottom:30px;
}

#fullscreen-slider .slider-caption p {
    margin-bottom:30px;
}

.carousel-control.right, .carousel-control.left {
    background-image:none;
}



@media (max-width:767px) {

    #fullscreen-slider .slider-caption  i{
        font-size:80px;
    }

    #fullscreen-slider .slider-caption h2 {
        font-size:36px;
    }

    #fullscreen-slider .slider-caption {
        text-align:center;
        padding:0 40px 80px;
    }
}



/* ==================================================
	Section Heading
====================================================*/

.section-heading {
    text-align:center;
}

.section-heading h2{
    font-size:46px;
    padding:40px 0;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}



/* ==================================================
	Icon-Box
====================================================*/

.icon-box {
    padding:40px 0;
}

.icon-box i{
    font-size:60px;
}

.icon-box h3{
    font-size:20px;
    margin-bottom: 20px;
}

.icon-box p{

}


/* ==================================================
	Featured
====================================================*/

.featured-list {

}

.featured-box {
    padding:20px 15px;
}

.featured-info p {
    margin-bottom:20px;
}



/* ==================================================
	Showcase
====================================================*/

.showcase {

}

.pic {
    position:relative;
    display: block;
    margin: 15px 0;
}
.pic img{

}
a .img_overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

a:hover .img_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}



/* ==================================================
	Modal
====================================================*/



.modal-content {
    background-color:rgba(0,0,0,0.7);
}

.modal-header {
    border:none;
}

.modal-header .close {
    font-size:42px;
    color:#fff;
    opacity:1;
    font-weight:normal;
}

.modal-body {
    padding: 15px 30px;
}

.modal-body  h3{
    margin-bottom:20px;
}

.modal-body img {
    margin:10px 0;
}

.modal-body img.pull-left {
    margin: 10px 25px 10px 0;
    max-width:286px;
}

.modal-body img.pull-right {
    margin: 10px 0 10px 25px;
    max-width:286px;
}

.modal-body hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}


@media (max-width:480px) {
    .modal-body img.pull-left {
        margin: 10px 0;
        max-width: 100%;
    }

    .modal-body img.pull-right {
        margin: 10px 0;
        max-width: 100%;
    }

}



/* ==================================================
	Contact
====================================================*/


/* unstyled */

ul.unstyled {
    list-style:none;
    padding:0;
    margin:0;
}

ul.unstyled li{
    padding:5px 0;
}

ul.unstyled i{
    margin-right:20px;
}


/* Social Link */

ul.social-link {
    list-style:none;
    padding:0;
    margin:0;
}

ul.social-link li{
    display:inline-block;
    padding:10px 20px 10px 0;
}

ul.social-link li a{
    color:#fff;
    opacity:0.5;
}

ul.social-link li a:hover{
    opacity:1;
}

ul.social-link li a i{
    font-size:30px;
}


/* ==================================================
	Footer
====================================================*/


#footer {
    padding: 20px 0;
    background: var(--rcolor);
    color: #ececec;
}

#footer a{
    color: #fff!important;
}

/* ==================================================
	UIToTop
====================================================*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom: 20px;
    right: 10px;
    overflow:hidden;
    width:35px;
    height:35px;
    border:none;
    text-indent:100%;
    background:url(../images/totop.png) no-repeat left top;
}

#toTop:after {
    font-family:'FontAwesome';
    content:"\f105";
    color:#262626;
    margin-right:10px;
}


#toTopHover {
    background:url(../images/totop.png) no-repeat left -35px;
    width:35px;
    height:35px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}


#toTop:active, #toTop:focus {
    outline:none;
}


@media (max-width: 767px) {

    #toTop {
        bottom:10px;
    }
}


/* ==================================================
	Page Loader
====================================================*/


#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #131313;
    z-index: 999999;
}
.loader-item {
    position: absolute;
    width: auto;
    height:height;
    margin: -25px 0 0 -25px;
    top:50%;
    left:50%;
    text-align:center;
}
.loader-item h2 {
    color:#ccc;
    margin:0 auto;
    font-size:20px;
}


.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* background-color is important, or it will be see-through, and we don't want that! */
    text-align: center;
    z-index: 9999999;
}
.preloader .loader-item {
    margin: 100px auto 0;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ==================================================
	PRESONNALISATION
====================================================*/

.intro{
    margin-top: 25px;
    margin-bottom: 35px;
}

.intro,
#introh1 {
    font-family: 'RobottoSerif', Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.intro a:hover{
    font-family: 'RobottoSerif', Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}


.intro h2, .intro p{
    font-family: 'RobottoSerif';
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    line-height: 1;
    margin-top: 4px;
}

.bas h2{
    font-family: 'RobottoSerif', Arial, sans-serif;
    font-size: 55px;
    line-height: 55px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}


.bas {
    z-index: 9999;
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.8;
}

#footer {
    position: static;
    bottom: 0;
    width: 100%;
    margin: 0px;
}


.sousmenu {
    position: absolute;
    top: 70px;
    background: #000000;
    /* opacity: 0.6; */
    margin: 0;
    padding: 0;

}

.lesousmenu {
    position: absolute;
    display:none;
    background: #291d39;
    list-style-type: none;
    padding: 25px;
    padding-right: 80px;
    width: 800px;
    margin-left: -600px;

}

.lesousmenu2 {
    display: none;
    float:left;
    list-style:none;
    padding: 25px;
    position: absolute;
    background: #291d39;
    width: 1000px;
    margin-left: -600px;
}



#top-nav ul li:hover div {
    display: block;
}


#top-nav ul li:hover .colonnes .li1 {
    display: block;
    width: 500px;
    height: auto;
    float: left;
}

#top-nav ul li:hover .colonnes .li2 {
    display: block;
    width: 400px;
    height: auto;
    float: right;
}

.milieu {
    background: #fff;
    color: #000;
    margin-bottom: 50px;
    opacity: 0.9;
    position: relative;
    padding-right: 55px;
    padding-bottom: 25px;
	padding-top: 30px;
}

.milieu span{

    text-align: justify;
}

.milieu-old {
    background: #000000;
    color: #ffffff;
    margin-top: 25px;
    margin-left: 0;
    opacity: 0.9;
    position: relative;
}

.droite  {
    /* margin-left: 35px; */
    /* padding-bottom: 35px; */
    /* margin-bottom: 65px; */
}

#top-nav {
    color: #ffffff;
}

.gauche {
    display:none;
    padding-bottom: 35px;
}

.milieu ul li a:hover {
    color: #000000;
}

/*bouton contact */

a {
    color: var(--scolor);
}

a:hover{
    color: var(--dcolor) ;
    text-decoration: none !important;
}

.page {
    margin-bottom: 150px;
}

.titres h1 {
    color: var(--scolor);
    font-size: 24px;
}

.titres h2 {
    font-family: "RobottoSerif";
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;

}

.navigationmobile {
    display: none;
}

a.actif {
    color: #d695ee !important;
}

.traduction {
    color: #ffffff;
    font-size: 18px;
    line-height: 58px;
    font-weight: 100;
    /* margin-right: 40px; */
}

.traduction a.actif {
    font-weight: bold;
    color: #ffffff !important;
}

/*pour aligner le sous-menu "professionnels" */
.test{

}

.mini {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.partie-droite{
    margin-top: 81px;
}


/* ici seulement le style pour affichage sur mobile */


@media screen and (min-width: 200px) and (max-width: 580px) {



    .gauche {
        display: none;
    }

    .intro h2 {
        display: none;
    }

    #top-nav ul li:hover div {
        display: none;
    }

    .lesousmenu {
        position: relative;
        display:none;
        background: #585a5c;
        list-style-type: none;
        width:100%;
        top:80px;
    }

    .lesousmenu2 {
        display: none;
        float:left;
        list-style:none;
        padding: 25px;
        position: relative;
        background: #585a5c;
        width: 100%;
        margin-left: -600px;
    }

    .navigationtotale {
        display:none;
    }

    .navigationtotale li ul a{
        display:none;
    }

    .navigationmobile {
        display: block;
    }


    .milieu {
        width: 100% !important;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        margin-bottom: 65px;
    }

    p, span, li {
        font-size: 18px;
    }

    .intro a {
        font-size: 42px;
    }

    .intro a:hover {
        font-size: 42px;
    }

    .intro span{
        font-size: 38px;
    }

    .btn{
        width: 150px;
        height: 60px;
        color: #000000;
        margin-left: 38%;
    }

    #footer {
        position: relative !important;
    }



}



/* POUR QUE LE MENU S'ADAPTE AUX ECRANS PLUS PETITS */

@media screen and (max-width: 1200px) {

    .ldd_menu span {
        padding-right: 5px !important;
        font-size: 16px !important;
    }

    .traduction {
        padding-right: 5px !important;
        font-size: 14px ;
    }

    .navbar {
        height: auto;

    }

    .pull-right a {
        color:#fff!important;
    }

    .navigationtotale {
        line-height: 14px;
    }

}

.panel-card {
    display: grid;
    padding: 2rem;
    grid-template-columns: 50% 1fr;
    gap: 1rem;
    align-items: center;
    margin: 100px auto;
}

.panel-picture {
    max-width: 100%;
    height: auto;
    display:flex;
    /**justify-content: flex-end;**/
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.panel-picture img{
    max-width: 80%;
    height: auto;
    /**box-shadow: -10px 10px 2px 9px var(--rcolor);**/
    /** margin-right: 40px;**/
}

.cropped {
    display: inline-block;
    width:80%;
    height:300px;
    object-fit:cover;
    object-position: center bottom;
}

.banner {
    text-align: center;
    margin : 100px auto;
}

.focus-text {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
    line-height: 4.5rem
}
.focus-text    p {
    color:var(--scolor);
}


.main-content > p {
    padding-left: 50px ;
    padding-right: 50px;
}

.main-content > ul {
    padding-left: 100px ;
    padding-right: 100px;
}

@media (max-width: 650px) {
    .panel-card {
        display: block;
    }
}

.panel-text {

}

/* ici seulement le style pour affichage sur tablette */

@media screen and (max-width: 880px) {

    .ldd_menu span {
        padding-right: 5px !important;
        font-size: 14px !important;
    }

    .traduction {
        padding-right: 5px !important;
        font-size: 0.8 !important;
    }

    .intro h2 {
        font-family: 'RobottoSerif';
        font-size: 18px;
        font-style: italic;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        line-height: 1;

    .gauche {
        display: none;
    }

    .intro h2 {
        display: none;
    }

    #top-nav ul li:hover div {
        display: none;
    }

    .lesousmenu {
        position: relative;
        display: none;
        background: #585a5c;
        list-style-type: none;
        width: 100%;
        top: 80px;

    }

    .lesousmenu2 {
        display: none;
        float: left;
        list-style: none;
        padding: 25px;
        position: relative;
        background: #585a5c;
        width: 100%;
        margin-left: -600px;
    }

    .navigationtotale {
        display: none;
    }

    .navigationtotale li ul a {
        display: none;
    }

    .navigationmobile {
        display: block;
    }


    .intro a {
        font-size: 42px;
    }

    .intro a:hover {
        font-size: 42px;
    }

    .intro span {
        font-size: 38px;
    }

    .btn {
        width: 150px;
        height: 60px;
        color: #000000;
        margin-left: 38%;
    }

    #footer {
        position: relative !important;
    }

}

}

.social-icons {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index:10000;
}

.social-icons.contact {
    top: calc(30% + 100px);
}

.icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #c1a07e;
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.icon img {
    height : 36px;
}

.icon.facebook { background-color: #3b5998; }
.icon.linkedin { background-color: #0077b5; }
.icon.instagram { background-color: #e4405f; }

.icon:hover {
    background-color: #555;
}

.icon.phone {
    width: 40px;
    background-color: #c1a07e;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: width 0.3s ease;
}

.icon.phone .phone-icon {
    font-size: 24px;
    margin-right: 10px;
    color: white!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

.icon-phone .phone-icon span {

}

.icon.phone .phone-icon i{
    font-size:1.6em;
}

.icon.phone .phone-text {
    display: none;
    color: white;
    white-space: nowrap;
}

.icon.phone:hover {
    width: 200px;
}

.icon.phone:hover .phone-text {
    display: inline;
}

.icon-container {
    position: relative;
}

.icon-container .icon.phone {
    position: absolute;
    top: calc(100% + 10px); /* Adjusts the position below the last icon */
}

.carousel {
    position: relative;
    max-width: 100%;
    max-height: 700px;
    margin: auto;
    overflow: hidden;
}
.carousel img {
    width: 100%;
    display: none;
}
.carousel img.active {
    display: block;
}
.carousel-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
}

.main-logo:hover{

}

.d-color {
    color: var(--dcolor)!important;
}


#cookiePopUp {
    position: fixed;
    top:0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none; /* Initialement masqué */
    align-items: center;
    justify-content: center;
}

#cookieContent {
    position: relative;
    min-width: 200px;
    width: 50%;
    min-height: 200px;
    height: auto;
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

#saveCookie {
    padding-bottom: 20px;
}

.toggle-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toggle-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Espacement entre les éléments */
}

.toggle-item span {
    padding-left: 20px;
}

@media (max-width: 768px) {
    #cookieContent {
        width: 100%;
    }
}

.toggle-container {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding:10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cookie-sign-footer{
    display: none;
}

.social-icons-footer{
	display:none;
}

.social-icons-footer .icon {
	
    margin: 10px;
}

.small-footer {
	display:none;
}

@media only screen and (max-width: 767px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .main-content > p {
        padding-right: 10px;
        padding-left:10px;
    }

    .main-content > ul {
        padding-right: 20px;
        padding-left: 20px;
    }


    .carousel-text {
        position: absolute; /* Assurez-vous que l'élément est positionné absolument */
        left: 50%;
        width:80%;
    }
    .carousel-text h1 {
        font-size:1.8em;
    }

    .social-icons {
        display: none;
    }

    .cookie-sign {
        display: none;
    }

    .cookie-sign-footer{
        display: block;
    }
	
	.social-icons-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
	}

	.small-footer {
		display:block;
	}
	
	.medium-footer {
		display : none;
	}

}

/* The lightbox container */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

/* The close button */
.lightbox .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
	opacity : 1;
}

/* The image in the lightbox */
.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
	max-height: 80%;
	object-fit: contain;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    user-select: none;
	    font-size: 3rem;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
    left: 0;
    border-radius: 0 3px 3px 0;

}

.container.navigationtotale div {
	padding: 0;
}

.container.navigationtotale {
	padding : 20px 0;
}

@media (max-width: 992px) {
	.ldd_menu span {
		font-size: 0.8rem!important;
	}
	
	.traduction {
		font-size:0.8rem!important;
	}
}


.menu-item.active span a {
  color: var(--dcolor) !important;
}


.menu-item.active span > a {
      color: var(--dcolor) !important;
    }

    .ldd_submenu {
      display: none;
    }

    .ldd_submenu.active {
      display: block;
    }