@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,400;0,700;1,200;1,300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap');
*
{
    padding: 0;
    margin: 0;
}
body
{
    background-color: #000000;
    color: white;
    font-family: 'Bai Jamjuree', sans-serif;
}
nav
{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 65px;
    align-items: center;
}
nav div
{
    width: 30%;
}
nav ul
{
    display: flex;
    justify-content: space-around;
}
nav ul li 
{
    list-style: none;
}
nav ul li a
{
    text-decoration: none;
    color: #fff;
}
nav img 
{
    height: 55px;
}
.header
{
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 75vh;
}
.header .header-flex
{
    padding: 0 20%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.presentation
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-image: url(img/fondhibounoir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 30px;
    height: 100%;
}
.container2block
{
    display: flex;
    justify-content: space-around;
    width: 90%;
    flex-wrap: wrap;
}
.container2block div
{
    width: 45%;
}
video
{
    width: 45%;
}
.services
{

    padding: 50px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #161616;
}
.flexwrap
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.card
{
    padding: 16px;
    background-image: url(img/cadre.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}
.card:hover
{
    background: url(img/cadrehover.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #e2bd56;
}
.card .leftcard img 
{
    width: 180px;
}
.card
{
    height: 225px;
}
.leftcard
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 190px;
}
.rightcard
{
    width: 285px;

}
.button-click
{
    background-color: #e2bd56;
    text-align: center;
    width: 45%;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    padding: 2px;
}
.rightcard p 
{
    width: 250px;
    padding: 20px 0;
}
.button
{
    width: 510px;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.button a, button
{
    background-color: #000000;
    cursor: pointer;
    color: #fff;
    height: 60px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button a:hover, button:hover
{
    background-color: #e2bd56;
 
}
.button
{
    background: url(img/buttonbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.title-header
{
    padding: 20px;
}
.barre
{
    height: 1px;
    background-image: linear-gradient(to right, #b47e11, #c5962e, #d6ad48, #e7c661, #f8de7b);
    width: 100%;
}
.rightcard h4
{
    color: #e2bd56;
}
.card:hover .button-click
{
    background-color: #161616;
    border: 1.5px solid #e2bd56;
    color: #e2bd56;
}
.title-header h3:nth-child(1)
{
    font-size: 32px;
}
.title-header h3:nth-child(2)
{
    font-size: 62px;
    color: #e2bd56;
}
.bando
{
    text-align: center;
    font-size: 13px;
    color: #777;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.container2block div p 
{
    margin-top: 20px;
}
.container2block div 
{
    background-color: #000000b5;
    padding: 20px;
}
.container2block div h5 
{
   color: #e2bd56; 
}
.presentation div h6
{
    margin-top: 15px;
    color: white;
    text-align: left;
}
@media(max-width: 800px) {
    .container2block 
    {
        flex-wrap: wrap;
    }
    .container2block div 
    {
     width: 80%;
     margin-top: 30px;
    }
    .container2block video
    {
        width: 80%;
    }
    .presentation
    {
        height: 80vh;
    }
    .header .header-flex
    {
        padding: 0;
        justify-content: center;
        align-items: flex-end;
    }
    .header-flex img 
    {
        height: 32%;
    }
    .rightcard {
        width: 179px;
    }
    .rightcard p {
        width: 150px;
        padding: 20px 0;
    }
    .leftcard {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 190px;
    }
    .card .leftcard img {
        width: 172px;
    }
    .button a, button {
        background-color: #000000;
        cursor: pointer;
        color: #fff;
        height: 60px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .button, .message .button  {
        background: url(img/buttonbg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 80px;
    }
  }
  %shared{
    box-shadow:2px 2px 10px 5px #b8b8b8;
    border-radius:10px;
  }
  #thumbnails{
    text-align:center;
    img{
      width:100px;
      height:100px;
      margin:10px;
      cursor:pointer;
        @media only screen and (max-width:480px){
      width:50px;
      height:50px;
    }
      @extend %shared;
      &:hover{
 
      }
    }
  }
  #main{
    width:60%;
    height:600px;
    object-fit:cover;
    display:block;
    margin:20px auto;
    @extend %shared;
    @media only screen and (max-width:480px){
      width:100%;
    }
  }
  .hidden{
    opacity:0;
  }
  .slideimage
  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    
  }
  #thumbnails
  {
    display: flex;
    justify-content: center;
    height: 100px;
    width: 80%;
    justify-content: space-evenly;
  }
  #thumbnails img 
  {
    width: 100px;
    cursor: pointer;
  }

  .slideimage
  {
    background-image: url(img/fond-carroussel.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .slideimage h4
  {
    margin-top: 20px;
  }
  @media(max-width: 720px) 
    {
        #thumbnails 
        {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            height: 100px;
            width: 80%;
            justify-content: space-evenly;
        }
        #thumbnails img 
        {
            width: 75px;
            cursor: pointer;
        }
    }

    @media(max-width: 620px) 
    {
        .presentation {
            height: max-content;
        }
        .title-header h3:nth-child(2) {
            font-size: 52px;
            color: #e2bd56;
        }
        .title-header h3:nth-child(1) {
            font-size: 24px;
        }
        .rightcard h4 {
            font-size: 22px;
            margin-top: -18px;
            text-transform: uppercase;
        }
        .rightcard {
            width: 165px;
        }
        .title-header {
            padding: 46px 0;
        }
        .rightcard p {
            width: 150px;
            padding: 0;
            font-size: 11px;
        }
        .rightcard h4 {
            font-size: 22px;
            margin-top: -10px;
            text-transform: uppercase;
        }
        #main
        {
            width: 60%;
            height: 300px;
            object-fit: cover;
            display: block;
            margin: 20px auto;
        }
        .container2block div h5 
        {
            font-size: 22px;
        }
        h5
        {
            font-size: 22px;
        }
        video
        {
            margin-top: 30px;
        }
        nav div {
            width: 44%;
        }
        textarea {
            background-color: #262626;
            color: #ffffff86;

            border: 1px solid #ffffff;
            height: 6rem;
            width: 25rem;
        }
    }
.title-header
{
    text-transform: uppercase;
}
h5
{
    font-size: 34px;
}
.presentation p
{
    font-size: 18px;
}
.rightcard h4
{
    font-size: 17px;
    text-transform: uppercase;
}
.button a, button
{
    font-size: 20px;
    text-transform: uppercase;
}
.slideimage h4
{
    font-size: 34px;
}
.presentation h6
{
    font-size: 18px;

}
.modal-content ul li 
{
    list-style: none;

}
.modal-content h1
{
    color: #e2bd56;
}
.formulaire-section {
    height: auto;
    background-color: #161616;
    color: #FFFFFF;
    padding: 3rem;
    margin-top: 100px;
}

.formulaire-section h1 {
   font-size: 34px;
   margin: 0;
   text-align: center;
   padding: 2rem;
}

.form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.form h2 {
    display: flex;
    justify-content: left;
    margin: 0;
}

.form-top {
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
}

input[type=text], textarea {
    background-color: #262626;;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    width: 25rem;
    height: 3rem;
}

.message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message h2 {
    margin: 0;
}

textarea {
    background-color: #262626;
    color: #ffffff86;
    width: 51rem;
    border: 1px solid #ffffff;
    height: 6rem;
}


.message .button {
    background: url(img/buttonbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 100px;
    margin-top: 30px;

}
.message .button button
{
    border: none;
    font-family: 'Bai Jamjuree', sans-serif;

}

@media(max-width: 620px) 
{
    .presentation {
        height: max-content;
    }
    .title-header h3:nth-child(2) {
        font-size: 52px;
        color: #e2bd56;
    }
    .title-header h3:nth-child(1) {
        font-size: 24px;
    }
    .rightcard h4 {
        font-size: 22px;
        margin-top: -18px;
        text-transform: uppercase;
    }
    .rightcard {
        width: 165px;
    }
    .title-header {
        padding: 46px 0;
    }
    .rightcard p {
        width: 150px;
        padding: 0;
        font-size: 11px;
    }
    .rightcard h4 {
        font-size: 22px;
        margin-top: -10px;
        text-transform: uppercase;
    }
    #main
    {
        width: 60%;
        height: 300px;
        object-fit: cover;
        display: block;
        margin: 20px auto;
    }
    .container2block div h5 
    {
        font-size: 22px;
    }
    h5
    {
        font-size: 22px;
    }
    video
    {
        margin-top: 30px;
    }
    nav div {
        width: 44%;
    }
    textarea {
        background-color: #262626;
        color: #ffffff86;

        border: 1px solid #ffffff;
        height: 6rem;
        width: 25rem;
    }
    .leftcard {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 175px;
    }
    .message .button {
        background: url(img/buttonbg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 72%;
        height: 100px;
        margin-top: 30px;
        width: 100%;
    }
}
.modal-content ul li 
{
    list-style-image: url("img/icon-check.svg");
}
.modal-content ul li::marker
{
 font-size: 24px;
}
.presentation ul li 
{
    list-style-image: url("img/icon-check.svg");
}
.presentation ul li::marker
{
 font-size: 34px;
}

.button a
{
    text-decoration: none;
}


footer {
    background-color: #000000;
    font-size: 13px;
    color: #777;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.separateur {
    border: 1px solid #D0A750;
    height: 90px;
    margin-top: 38px;
}

.left {

    padding: 20px;
    height: 20px;
}
.mid {

    padding: 20px;
}

.right {
    padding: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.right ul li a
{
 text-decoration: none;
 color: white;
}


#cookie-popup {
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  width: 330px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
background: rgba(0,0,0,0.85);
  color: #eee;
}

#cookie-popup p:first-child {
  margin: 0;
  color: #eee;
  font-weight: 900;
  color: #e2bd56;
}

#cookie-popup p:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

#cookie-popup .link {
  color: #e2bd56;
  text-decoration: none;
}

#cookie-popup button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  padding: 8px 0;
  
  color: #fff;
  background-color: #e2bd56;
  
 
}

#cookie-popup button:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 450px) {
  #cookie-popup {
    max-width: 95%;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }
}
