@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-Mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Maax';
    src: url('fonts/Maax-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}



* {
    box-sizing: border-box;
}
body {
    margin:0;
    padding:0;
    position: relative;
    font-family: 'Maax';
    font-size: 16px; 
    line-height: 26px;
    font-weight: 300;
    color:#FFF;
    background-color: #1d1d1d;
}

div {
    margin:0;
    padding: 0;
}

a {
    transition: 0.4s;
}
a:link, a:visited {
    color: white;
    text-decoration: underline;
}
a:active, a:hover {
    color: #a50000;
    text-decoration: underline;
}
h1 {
    font-size:75px;
    font-weight: 500; 
    line-height: 80px;
    letter-spacing: -2.5px;
    margin-top:50px;
}
h2 {
    color:#FFF;
    font-size: 30px;
    margin-top:50px;
    line-height: 35px;
}
h3 {
    font-weight: 600;
}
p {
    font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.7px;
  margin: 0;
}


::-moz-selection { /* Code for Firefox */
    color: white;
    background: #a50000;
}
::selection {
    color: white; 
    background: #a50000;
}
img::-moz-selection { /* Code for Firefox */
    color: none;
    background: none;
}
img::selection {
    color: none;
    background: none;
}
img {

 -moz-user-select: none; /* Firefox */
 -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 user-select: none; /* Propriété standard */

}


#page {
    position:relative;
    z-index: 10; 
}
section {
    padding:30px;
    padding-left:33%;
    padding-right:45px;
}
section.wide {
    padding:0;
}
section.map {
    background-image: url('img/map.jpg');
    background-size: cover;
    background-position: center center;
    min-height:700px;
}
section.map .black-mask {
    background-color: rgba(0,0,0,0.7);
    width:33%;
    min-height:700px;
}
section.manif {
    background-image: url('img/manif.jpg');
    background-size: cover;
    background-position: center center;
    min-height:600px;
}
#col-logo {
    position: fixed;
    top:0;
    left:0;
    width: 33%;
    text-align: center;
    z-index:100;
    min-height: 300px;
}
#col-logo img {
    display: inline-block;
    margin-top:135px;
}
#col-logo img, #col-logo img[src$=".svg"] {
    width: 80%;
    max-width: 300px;
    height: auto; 
}
#col-logo img.logo_svg {
    display: inline-block;
}
#col-logo img.logo_png {
    display: none;
}
.ie11 #col-logo img.logo_png {
    display: inline-block;
}
.ie11 #col-logo img.logo_svg {
    display: none;
}

.hastag {
    font-size: 24px;
    display: block;
}

#section1 {
    margin-top: 90px;
}
.background {
    background-size: cover;
    background-position: center center;
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    transition: opacity 0.5s;
}
.container-clear {
    clear: both;
    margin-bottom: 100px;
}
.clear {
    clear: both;
}
.half-col {
    float: left;
    width: 45%;
}
.button {
    transition:0.4s;
    padding:15px 25px;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.button:link, .button:visited {
    background-color: white;
    color: #a50000;
    text-decoration: none;
}
.button:active, .button:hover {
    background-color: #a50000;
    color: #FFF;
    text-decoration: none;
}


.avatar {
    margin-right: 20px;
    margin-bottom: 20px;
}

p .fa {
    margin-left: 15px;
    margin-right: 15px;
}
.social span {
    margin-right:45px;
    font-size:22px;
    font-weight:300;


}
.social-icon {
    font-size: 28px;
font-weight: 500;
line-height: 38px;
letter-spacing: -0.7px;
margin-right: 15px;
}
p.newsletter {
    font-size:22px;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight:300;
}
form input[type="text"], form input[type="email"] {
    background-color: #282828;
    border:0;
    width:400px;
    margin-right:20px;
    padding:0px 25px;
    height: 70px;
    font-family: 'Maax';
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 20px;
} 
form input[type="submit"] {
    background-color: #FFF;
    color:#1d1d1d;
    border:0;
    padding:0px 40px;
    font-weight: 500;
    font-family: 'Maax';
    font-size: 18px;
    height: 70px;
    cursor: pointer;
} 
form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1; /* Firefox */
}
form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #949494;
}
form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #949494;
}

form input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1; /* Firefox */
}
form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #949494;
}
form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #949494;
}

#section6 {
    border-bottom: 1px solid #4a4a4a;
}
#footer img {
    display: inline-block;
    vertical-align:middle;
    margin-left: 20px;
}
#footer {
    line-height: 40px;
    color:#c7c7c7;
}
.footer-menu {
    float: right;
}
.footer-menu a {
    
    margin-right: 10px;
}
.footer-slogan {
    
}

.tab-header {
    padding:25px 60px;
    background-color: transparent;
    border-top:1px solid #4a4a4a;
    font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.7px;
  cursor:hand;
  cursor: pointer;
  transition:background-color 0s ease-out, color 0s ease-out;
}

.tab-header .expand {
    position: absolute;
    width:60px;
    top:21px;
    right: 0;
    text-align: center;
}
.tab-header .num {
    position: absolute;
    width:60px;
    top:24px;
    left: 0;
    text-align: center;
}
.accordion-tab.active .tab-header {
    display:block;
    background-color: white;
    color:#1d1d1d;;
}
.tab-content {
    height: 0;
    overflow: hidden;
    
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.55px;

    transition:background-color 0s ease-out, color 0s ease-out, height 0.7s ease-out;
    background-color: #1d1d1d;
    color: white;
}

.accordion-tab.active .tab-content {
    height: auto;
    background-color: white;
    color: #1d1d1d;
}

.tab-content p {
    padding:50px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0;
}
.tab-content ul {
    padding:0px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    margin:0;
    margin-top:-30px;
}
.tab-header {
    font-size:22px;
    position: relative;
}
.tab-content p, .tab-content li {
    font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0px;
  
}

.container-clear .half-col:first-child {
    padding-right: 40px;
    margin-bottom: 30px;
}

.stroke-text {
    position: relative;
    display: inline;
    background-image: linear-gradient(to right, white 0%, white 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: right 50%;
    transition: background-size 2s ease-out;

    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1.5px;
}

.stroke-text.big {
    font-size: 70px;
    line-height: 80px;
}

.stroke-text.show {
    background-size: 0% 0.1em;
}

p.stroke-text {
    font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.7px;
}



.responsive-hide {
    display: inline-block;
}
.responsive-show {
    display:none;
}


.button.responsive-show {
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:200;
    margin:0;
}

.button_tracker {
    display: inline-block;
    border: 2px solid white;
    background-color: transparent;
    padding:22px 20px;
    line-height: 16px;
    transition: 0.6s;
    font-weight: bold;
    margin-bottom: 20px;
}
.button_tracker:hover {
    background-color: white;
}
.button_tracker span {
    font-weight: bold;
}
.button_tracker a:link, .button_tracker a:visited {
    text-decoration: none;
}
.button_tracker a:active, .button_tracker a:hover {
    text-decoration: none;
}



/* -------------------- POPUP -------------------------- */

.calendar-cell-content {
    display: block;
}
.calendar-cell-content-mobile {
    display: none;
}
.lightbox_trigger {
    width:30px;
    height: 30px;
    margin-top:10px;
    background-color: #252525;
}
.lightbox_trigger.red {
    background-color: #a50000;
    cursor: pointer;
}
.close_popup {
    cursor: pointer;
    text-align: right;
}
.lightbox {
    display: none;
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.7); 
    text-align:center;
    z-index: 10000;
    padding-top:50px;
}
.lightbox .close_popup {
    position: absolute;
    display: inline-block;
    top:20px;
    right: 20px;
    font-size:40px;
}

/* -------------------- LIGHTBOX -------------------------- */
#popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index:1000;
    position: fixed;
    top:0;
    left: 0;
}
#popup.show {
    display: flex;
    flex-direction: column;   
    flex:1; 
}

#lightbox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
    justify-content: center;
    align-items: center;
}

#lightbox-content {
    position:relative;
    width: 70%;
    max-width: 100%;
    min-height: 100px;
    background-color: #444;
    /*padding:30px;*/
    z-index:1001;
    color: black;
    color: white;
    padding:30px;
}
#lightbox-content.big {
    width:85%;
    height:85%;
}

#popup-close {
  position: absolute;
  z-index: 1002;
  right: 32px;
  top: 25px;
  width: 25px;
  height: 32px;
  opacity: 0.8;
  cursor: pointer;
}
#popup-close:hover, #popup-close2:hover {
  opacity: 1;
}
#popup-close:before, #popup-close:after, #popup-close2:before, #popup-close2:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
#popup-close:before, #popup-close2:before {
  transform: rotate(45deg);
}
#popup-close:after, #popup-close2:after {
  transform: rotate(-45deg);
}
.popup-content-hidden {
    display: none;
}

#lightbox-content input[type="text"],#lightbox-content input[type="email"] {
    width:100%;
    margin-bottom: 20px;
    height: 55px;
}

@media (max-width: 840px) {
    #lightbox-content {
        width:95%;
    }
}
/* END POPUP */


/* ------------------- VIDEO RESPONSIVE -------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------- VIDEO CAROUSSEL -------------------- */

#carroussel{

}

#carroussel {
    position: relative;
    overflow:hidden;
}
#carroussel .slide {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    display: none;
    /*transition: 2s;*/
    z-index: 500;
}  
#carroussel_nav {
    margin-top:20px;
} 
#carroussel_nav .previous {
   float: left;
   font-size:24px;
}
#carroussel_nav .next {
    float: right;
    font-size:24px;
}
#carroussel_nav .previous.inactive, #carroussel_nav .next.inactive {
    color:gray;
    cursor: default;
}

/* -------------------- RESPONSIVE -------------------------- */

@media (max-width: 1280px) { /* MD,  écran moyen */

    h1 {
        font-size:65px;
        line-height: 70px;
    }
    .stroke-text {
      font-size: 48px;    
        line-height: 48px;
    }
    p.stroke-text {
        font-size: 23px;
      line-height: 32px;
      letter-spacing: -0.3px;
    }
    .footer-menu {
        float: none;
    }
    .footer-slogan {
        float:none;
    }
}
@media (max-width: 992px) { /* XS, tablette */

    #section1 {
        margin-top: 85px;
    }
    h1 {
        font-size:50px;
        line-height: 52px;
        letter-spacing: -2.5px;
    }
    .stroke-text.small {
      font-size: 38px;   
        line-height: 43px;
        letter-spacing: -1.5px;
    }
    p.stroke-text {
        font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.3px;
    }
    #footer {
        font-size:14px;
        line-height: 30px;
        color:#c7c7c7;
    }
    .footer-menu {
        float: none;
    }
    .footer-slogan {
        float:none;
    }
    .tab-header {
        font-size:18px;
    }

    #col-logo {
        position: fixed;
        top:0;
        left:0;
        width: 33%;
        text-align: center;
        z-index:10;
    }
    #col-logo img {
        display: inline-block;
        width:70%;
        max-width: 300px;
        margin-top:100px;
    }
    .button {
        font-size:14px;
        padding:12px 18px;
        line-height: 30px;
    }
    .tab-content p {
        padding:50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0;
    }
}
@media (max-width: 840px) { /* SM,  mobile */

    #col-logo {
        position: relative;
        width: 100%;
    }
    section {
        padding:30px;
        padding-left:30px;

    }
    .black-mask {
        display: none;
    }
    .button {
        font-size:16px;
        padding:15px 23px;
        line-height: 32px;
    }
    .tab-content p {
        padding:50px;
        padding-left: 60px;
        padding-right: 50px;
        padding-top: 0;
    }
    .stroke-text, .stroke-text.big {
      font-size: 42px;   
        line-height: 47px;
    }
    .stroke-text.small {
      font-size: 38px;   
        line-height: 43px;
        letter-spacing: -1.5px;
    }
}
@media (max-width: 550px) { /* mobile */

    #section1 {
        margin-top: 0px;
    }
    h1 {
        font-size:45px;
        line-height: 48px;
        letter-spacing: -2.5px;
    }

    .half-col {
        float: none;
        width: 100%;
    }
    .half-col p {
        margin-top:30px;
    }
    .stroke-text, .stroke-text.big {
      font-size: 30px;   
        line-height: 38px;
    }
    .stroke-text.small {
      font-size: 42px;   
        line-height: 45px;
    }
    p.stroke-text {
        font-size: 22px;
      line-height: 26px;
    }

    .avatars {
        text-align: center;
    }
    .avatar {
        width:95%;
        margin-right: 0;
        display: inline-block;
    }
    p span {
        margin:0px;
        font-size:inherit;
        display: block;
        width:100%;
    }
    p .fa {
        margin-top:20px;
    }

    form input[type="text"], form input[type="email"] {
        width:100%;
        margin-right:0;
        padding:0px 25px;
        font-size: 15px;
    } 
    form input[type="submit"] {
        padding:0px 40px;
        font-size: 15px;
        width:100%;
    } 

    .footer-slogan {
        text-align: center;
    }
    #footer img {
        margin:0;
        margin-top:20px;
        margin-bottom:20px;
    }
    .footer-menu {
        text-align: center;
        margin-left:10px;
        margin-right: 10px;
        margin-bottom:75px;
    }
    .footer-slogan span {
        display: block;
    }
    .button {
        text-align: center;
    }
    .wide-responsive {
        padding:0;
    }
    .responsive-text-center {
        text-align: center;
    }
    .tab-content p {
        padding:50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
    }
    .tab-content ul {
        padding:0px;
        padding-left: 45px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin:0;
        margin-top:-20px;
    }
    .responsive-hide {
        display: none;
    }
    .responsive-show {
        display:block;
    }


    .calendar-cell-content {
        display: none;
    }
    .calendar-cell-content-mobile {
        display: block;
    }


}
@media (max-width: 390px) { /* mobile */

    #col-logo img {
        margin-top:50px;
    }
    h1 {
        font-size:32px;
        line-height: 36px;
        letter-spacing: -2.5px;
    }
    .stroke-text, .stroke-text.big {
      font-size: 40px;   
        line-height: 45px;
    }
    .stroke-text.small {
        font-size: 40px;   
        line-height: 45px;
    }
    p.stroke-text {
        font-size: 22px;
      line-height: 26px;
    }

    .button {
        font-size:15px;
        padding:12px 8px;
        line-height: 32px;
    }
}
