/*------------------------------------*\
    GENERAL
\*------------------------------------*/



html {
    height: 100%;
    font-family: 'Shapiro 75';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    font-size: 10px;
    background-color: #efe7da;
    box-sizing: border-box;
}
body{
    cursor: url('../curse.png')16 16, auto;
    height:100%;
    color:#000;
    font-size: 100%;
    line-height: 1.6;
    background-color: #efe7da;
    letter-spacing: 4px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img{
    width: 100%;
    height: auto;
}
a:link , a:visited  , a:hover ,a:active, a{
    color:#000 !important;
    text-decoration: underline;
    cursor: url('../curse_up.png')16 16, auto;
}
a.active{
    text-decoration: underline;
}
.section_4 a[href^="tel"] {
  color: #fff; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
.section_5 a[href^="tel"] {
  color: #000; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
h1{
    font-size: 520%;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 ;
}

h2{
    text-transform: uppercase;
    font-size: 200%;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 ;
}

h3{
    text-transform: uppercase;
    font-size: 125%;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 ;
}
.section_3 li{
    display: inline-block;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
label{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
input.input-field , textarea{
    max-width: 350px;
    width: 90%;
    margin: auto;
    padding: 5px 20px;
    font-size: 100%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
}
textarea{
    margin-top: 40px;
}


input , textarea{
    font-family: 'Shapiro 75';
    text-transform: uppercase;
}
input::placeholder, textarea::placeholder {
    color: #000;
    letter-spacing: 3px;
}
input:focus , textarea:focus{
    outline: none;
}

input:focus::placeholder , textarea:focus::placeholder{
        color: #a8a38d;
}
[type=submit]{
    width: 200px;
    padding: 5px 20px;
    font-size: 100%;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    letter-spacing: 3px;
    border-radius: 15px;
    color: #000 !important;
}


.forme{
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}
.forme-1{
    background-image: url(../images/TR_FORME_01.png);
}
.forme-2{
    background-image: url(../images/TR_FORME_02.png);
}
.forme-3{
    background-image: url(../images/TR_FORME_03.png);
}



.logo img {
    display: block;
    width:100%;
    height: auto;
}


.enter{
    border: none;
    background-color: transparent;
    margin-top: 35px;
}
.formu{
    text-align: center;
    padding: 0;
    width: 350px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid;
}
.form{
    font-weight: bold;
    font-size: 180%;
    text-align: center;
    position: fixed;
    line-height: 1;
    z-index: 10;
    width: 100%;
    padding-bottom: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    -webkit-transition: transform ease-in-out 0.5s;
    -moz-transition:    transform ease-in-out 0.5s;
    -o-transition:      transform ease-in-out 0.5s;
    -ms-transition:     transform ease-in-out 0.5s;
    transition:         transform ease-in-out 0.5s;

    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;

}



/*------------------------------------*\
    MENU MOBILE
\*------------------------------------*/
.nav {
    position: fixed;
    width: auto;
    display: inline-block;
    border: none;
    z-index: 99999;
    top: 5px;
    right: 30px;
}
.btn-nav {
    background: transparent;
    border: none;
    padding: 10px;
}
.btn-nav:focus {
    outline: 0;
}
.icon-bar {
    display: block;
    margin: 6px 0;
    width: 28px;
    height: 4px;
}
.btn-nav:hover .icon-bar {
    opacity: 0.8s;
}
.nav-content {
    position: fixed;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: block;
    height: 100vh;
    z-index: 9;
}
.nav-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50vh;
    right: 0;
    left: 0;
    margin-top: -120px;
}
.nav-list a{
    text-decoration: none !important;
}

.nav-item {
    margin: 35px auto;
    text-align: center;
}
.animated {
    display: block;
    margin: 0 auto;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar{
    background-color: #000;
}
.animated:focus {
        cursor: url('../curse_up.png')16 16, auto;
    z-index: 9999;
}
.middle {
    margin: 0 auto;
}
.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
    background-color: #000;
}
.animated .icon-bar {
    z-index: 999999;
    background-color: #000;
}

.efr.icon-bar {
    background-color: #000 !important;
}
.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {
    width: 0;
}
@keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-o-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
.showNav {
  -webkit-animation: showNav 0.7s ease forwards;
  -moz-animation: showNav 0.7s ease forwards;
  -o-animation: showNav 0.7s ease forwards;
  animation: showNav 0.7s ease forwards;
}
@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
.hideNav {
  -webkit-animation: hideNav 0.7s ease forwards;
  -moz-animation: hideNav 0.7s ease forwards;
  -o-animation: hideNav 0.7s ease forwards;
  animation: hideNav 0.7s ease forwards;
}
.hidden {
  display: none;
}

/*------------------------------------*\
    MENU DESKTOP
\*------------------------------------*/

#menu li {
    display: inline-block;
    margin: 0 30px ;
    color: #000;
}
#menu li.active{
    text-decoration: underline;
}
#menu li:hover{
    text-decoration: underline;
}
#menu{
    font-size: 125%;
    position:fixed;
    top:25px;
    left:0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}




/**************************** LOGO ****************************/
.logo{
    display: none;
    margin: auto;
    pointer-events: none;
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 20px;
    width: 80px;
    -webkit-transition: transform ease-in-out 0.5s;
    -moz-transition:    transform ease-in-out 0.5s;
    -o-transition:      transform ease-in-out 0.5s;
    -ms-transition:     transform ease-in-out 0.5s;
    transition:         transform ease-in-out 0.5s;

    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
    }
.slideUp{
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
}


/**************************** SECTION ****************************/
/*.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}
*/
.section{
    position: relative;
    z-index: 20;
}
.track {
    padding-bottom: 40px;
    line-height: 1;
    font-size: 450%;
    font-weight: bold;
    /*padding-left:100%;*/
    /*position: absolute;*/
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}




.section_1{

}
.section_1.container-fluid{
    max-width: 1300px;
    width: 85%;
}
.section_2{
    color: #000;
}
.section_2.container-fluid{
    max-width: 1540px;
    width: 92%;
}
.section_3{
    background-color: #c1b6a4;
    color: #fff;
}
.section_4{
    background-color: #a8a38d;
    color: #fff;
    padding: 120px 0;
    text-transform: uppercase;
    word-break: break-word;
}
.section_4 .container-fluid{
    max-width: 1280px;
}
.section_4 .col-lg-6{
    margin-bottom: 60px;
}
.section_4 img{
    width: 100%;
    border: 1px solid #fff;
    object-fit: cover;
    height: 100%;
}
.section_4 a{
    font-size: 100%;
    color: #fff !important;
}
.section_4 .col-lg-6:nth-of-type(1) img{
    border-radius: 50px;
}
.section_4 .col-lg-6:nth-of-type(2) img{
border-radius: 15px;
}
.section_4 .col-lg-6:nth-of-type(4) img{
border-radius: 50%;
}
.section_4 .col-lg-6:nth-of-type(5) img{
border-radius: 50%;
}
.section_4 .col-lg-6:nth-of-type(6) img{
border-radius: 15px;
}
.section_4 .col-lg-6:nth-of-type(8) img{
border-radius: 50px;
}
.section_4 .col-lg-6:nth-of-type(9) img{
border-radius: 50%;
}
.section_4 .col-lg-6:nth-of-type(10) img{
border-radius: 15px;
}


.section_5{
    background-color: #f5f5eb;
    text-align: left;
}





.section-footer{
    border-top: 1px solid #000;
    padding: 90px 0 90px 0;
    background-color: #fff;
    color: #000;
}
.section-footer h1{
    font-size: 280%;
    margin-bottom: 50px;
}

.section-text{
    padding: 90px 0;
}
.section-image-full{
    height: 100%;
    width: 100%;
}
.section-image-full img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-slide-1{
    margin-bottom: 90px;
}
.section-slide-2{
    margin-bottom: 90px;
    height: 45%;
}
.section-slide-2 img{
    height: 100%;
    width: auto;
}
.mySwiper2 , .mySwiper2 div{
    height: 100%;
}

.butt{
    font-family: 'Shapiro 75';
    font-size: 150%;
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 25px 65px 20px 65px;
    text-transform: uppercase;
    line-height: 1;
}
/*.quote{
    font-size: 125%;
    margin-top:90px;
    text-transform: uppercase;
    text-align: center;
}*/

.quote{
    margin-top:90px;
    text-align: center;
    font-style: italic;
}

.quote span{
    font-size: 90%;
    margin-bottom:60px;
    text-transform: initial;
    font-style: normal;
    display: block;
    text-align: center;
    line-height: 1;
}

.section_8 .quote span{
    margin-bottom:0;
}



/**************************** VIDEO ****************************/
.video-js .vjs-big-play-button{
    width: 1em !important;
    margin-left: -0.5em !important;
    font-size: 16em !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    border-radius: 50%;
    background-color: rgba(47, 33, 33, 0.35)
}
.video-js .vjs-control-bar {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}


.arrow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 90px;
    margin: auto;
}
.arrow img{
    height: auto !important;
    position: initial !important
}



/**************************** MUTE VIDEO ****************************/
.mute-video{
    width: 25px;
    height: 25px;
    background-size: 100% auto;
    position: absolute;
    top: 25px;
    right: 35px;
    z-index: 200000000000;
}
.sound-on-1 , .sound-on-2{
    background-image: url("../images/SON_ON.png");
    display: none;
}
.sound-off-1 , .sound-off-2{
    background-image: url("../images/SON_OFF.png");
}
.sound-on-1 img, .sound-on-2 img, .sound-off-1 img, .sound-off-2 img{
    width: 100%;
    height: auto;
}



/**************************** PRELOADER ****************************/
#preloader{
    background-color: #fff;
    height: 100%;
    width:100%;
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 10001;
}
#preloader .container-fluid{
    height:100%;
    position:relative
}
#preloader .image-contain{
    background-image:url(../images/logo_preload.png);
    height:100%;
    position:relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    text-align: center;
}
#preloader img{
    margin: auto;
    width:38px;
    height:38px;
    top: 53%;
    position: relative;
    opacity: 0.1;
}





.modal-dialog{
    max-width: none;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.questions{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
}
.qa-parag{
    margin-bottom: 90px;
}

.name{
    text-decoration: underline;
    margin-top: 12px;
    display: inline-block;
}

.cloclo{
    width: 32px;
    height: 32px;
        cursor: url('../curse_up.png')16 16, auto;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.cloclo:before, .cloclo:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.cloclo:before {
  transform: rotate(45deg);
}
.cloclo:after {
  transform: rotate(-45deg);
}

.modal-dialog-scrollable .modal-content {
    height: 100% ;
    max-height: 100%;
    margin: 0;
    padding: 0;

}

.modal-dialog {
    /*max-width: 100%;
    margin: 0;*/
    border-radius: 0;
    max-height: 100%;
    height: 100%;
}

/*.modal-body {
    max-width: 800px;
    margin: auto;
}*/

.modal-backdrop {
   background-color: #000;
   opacity: 1 !important;
}
.modal-content {
   background-color: #000;
}

.mobile{
    display: none;
}
.desktop-flex{
    display: flex;
}
.desktop{
    display: block;
}

/**************************** RESPONSIVE ****************************/
@media screen and (max-width: 991px) {
    .log-top{
/*        padding-top: 15%;*/
    }
    .mobile{
        display: block;
    }
    .desktop-flex{
        display: none;
    }
    .desktop{
        display: none;
    }

    .forme{
        margin-top:40px;
        margin-bottom:40px ;
    }
    .section_2.container-fluid {
        width: 100%;
    }
    .section_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section_1 .col-lg-6{
        -ms-flex-align: center!important;
        align-items: center!important;
        display: flex;
        justify-content: center;
    }
    .section_2 {
         padding-top: 80px; 
         padding-bottom: 80px; 
    }
    .section_1 , .section_2 , .section_3  , .section_5{
         padding-left:20px !important;
         padding-right:20px !important;
    }
    .section_4  {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .section_3 , .section_5{
         padding-top: 120px; 
         padding-bottom: 120px; 
    }
    .section_3.h-100 , .section_3 .h-100 , .section_5.h-100 , .section_5 .h-100{
        height: auto !important;
    } 
}
@media screen and (max-width: 1450px) {
    .forme{
        background-size: 96%;
    }  
}
@media screen and (max-width: 1240px) {
    .acces , .section_4{
        letter-spacing: 1px;
    }
}