/*
 *   Copyright (c) 2021 
 *   All rights reserved.
 */

 @font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Regular.woff2") format("woff2");
  }

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {font-family: "Poppins", sans-serif;}

nav, ol, ul {list-style:none;}

a {text-decoration: none;color:aqua;}

a:hover {color:white;}

hr {
    width: 300px;
    background-color: #1c1c1e;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

address {font-style: normal;}

h2 {letter-spacing:2px;font-size:27px;font-size:24px}

h3 {letter-spacing:1.1px;line-height: 1.2;font-weight:500;font-size:18px}

/* ---------- BUTTON -------- */

button {   
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    text-align: center;   
    margin:25px 0 10px; 
    color:white;
    border:0;
    border-radius: 5px;
}

button:hover {cursor:pointer;}

.btn2 {
    width:260px;
    background-color: black;
    padding:15px 15px;
    font-size: 18px;
}

.btn3 {
    width:170px;
    background-color: red;
    padding:8px 0 6px 0;
    margin:auto 0 auto 20px;
    font-size: 16px;
    vertical-align:top; 
    cursor: pointer;
}

.btn2:hover, .btn3:hover {background-color: orange;}

.btn-mob {
    display:none;
}

/* -------------- Projet -------------- */

.section-gp {
    position: relative;
    width: 100%;
    padding-top:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C2535;
    color:#f1f1f1;
}

.container-gp {
    max-width:1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px;
}

.blocg-gp {
    max-width:600px;
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.blocd-gp {
    max-width:600px;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 0 20px;
}

.img-projet {width:100%;padding-bottom:30px;}

h1 {font-size: clamp(1.3em, 4vw, 1.8em);padding-bottom: 10px;}

h2 {line-height: 1.3;padding: 10px 0;}

h3 {padding-bottom:10px;font-weight: 600;}

.text {font-size: clamp(0.8rem, 4vw, 1rem);}

.synopsis {padding: 15px 0;}

.li-studio {
    list-style: disc;
    margin-left:30px;
}

iframe {
    width:100%;
    padding:5px 0 15px 0;
}

.container-logo {padding: 20px 0;}

.logo {
    width: 200px;
    height: auto;
    padding: 10x 0;
}

/* -------------- Connexe -------------- */

.section-connexe {
    position: relative;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 80px 80px;
    background-color: #1C2535;
    color:#F1F1F1;
    flex-direction: column;
}

.container-connexe {
    position: relative;
    width:100%;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top:30px;
}

.block-connexe {
        max-width:360px;
        width:100%;
        height: auto;
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: column;
        text-align: left;
        margin:20px 20px;
}

.block-connexe img {
    width:100%;
    height: 190px;
    display:flex;
}

.trois-connexe {
    padding:5px 0px 3px;
    font-size:17px;
}

.block-text {text-align:left;padding:4px 12px 8px 12px;background-color: #3d2645;}

.site-connexe {padding-top:3px;font-size:15px;}

.text-connexe {font-size:15px;}

.diapo-connexe {color:white;}

/* -------------- FOOTER -------------- */

footer {
    flex-shrink: 0;
    width:100%;
    background-color: #201E20;
    color: #ffffff;  
    padding-bottom:110px;
}

.container-footer {
    width: 100%;
    display : flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 20px 0px;  
    font-size: 15px;
}

.address {text-align: left;}

.address a {
    color: aqua;
    transition: all 0.4s ease-in;
}

.address a:hover {color:#f1f1f1;}

.logo-footer img {width:120px;}

.block {
    width:230px;
    margin: 20px 20px;
}

.liens {color:aqua;transition: all 0.3s ease-in;}

.liens:hover {color:#f1f1f1;padding-left:3px;}

.titre-liste {
    padding-bottom: 15px;
    font-size: 20px;
}

.horaires {list-style-type: none;}

.ban-reseaux {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;  
}

.ban-reseaux a {padding: 0 10px;}

.social-footer {width: 35px;transition: all 0.4s ease-in;}

.social-footer:hover {transform: scale(1.2);}

.copy {
    text-align: center;
    padding-bottom: 10px;
    font-size: 15px;
    color: #f1f1f1;
}

.copy a{color: #ddc3a5;transition: all 0.4s ease-in;}

.copy a:hover{color: #e0a96d;transform: scale(1);}

.maj {
    text-align: center;
    padding-bottom:7px;
    font-size: 15px;
}

.maj a {transition: all 0.4s ease-in;}

.maj a:hover {color:white;}

.txt-foot {padding-right:70px;}

.francenum a img {width:40%;padding-top:10px;}

ul li ul.dropdown-footer li {display:block;}

ul li ul.dropdown-footer {
    width:270px;
    padding:10px 0 5px;
    background:#1c1c1e;
    position:absolute;
    z-index:999;
    display:none;
    margin-top:-5px;
    margin-left:-31px;
    text-align: center;
}

ul li:hover ul.dropdown-footer {display:block;}


/* ----------- MEDIA QUERIES ----------- */

@media (max-width: 1280px){

    /* .header {padding: 9px 40px;} */

    .blocd-gp {max-width:700px;padding: 0 0;}
}

@media all and (max-width:820px) {
     /* header {opacity:1;}

    .header {padding: 9px 30px;}

    .header nav ul{padding: 0 40px;}

    .container {margin-top: -2px;}

    .hamburger-menu-container{display: flex;}

    #check{display: block;}

    .nav-btn {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        overflow-x: hidden;
        transform: translateX(100%);
        background-color: #1c1c1e;
    }
    
    .nav-links ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 120px;
    }

    .nav-links ul > nav{flex-direction: column;}

    #check:checked ~ .nav-btn{transform: translateX(0);}

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn {animation: animation .5s ease forwards var(--i);}

    .nav-link{
        width: 480px;
        opacity: 0;
    }

    .nav-link > a{
        line-height: 1;
        padding: 1rem 1rem;
        font-size: 1.2rem;
        color: #ffffff;
    }

    .nav-link:hover > a{transform: scale(1);color: aqua;}

    .container-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .logo {padding:10px 0;}

    .block {width:230px;margin: 20px 10px;}

    .section-connexe {padding: 20px 10px 80px;}

    .btn3 {display:none;}

    .btn-mob {
        position: absolute;
        top:0px;
        right:55px;
        display: flex;
        justify-content: center;
        align-items: center;
        width:30px;
        height:30px;   
        background-color: red;    
        z-index:1000;
        border-radius: 5px;
        margin-top:2px;
        cursor:pointer;
    }

    .btn-mob img{
        width:16px;
        height:20px;
        display:flex;
        transform: rotate(15deg);
    }
}

@media all and (max-width:650px) {

    .icon-phone {display:none;}

    header {height: 50px;}
    
    .header {
        height: 50px;
        padding: 8px 15px;
    }

    .header .logo a img {
        width:4.1em;
        left:41%;
        right:41%;
        display:flex;
        justify-content:center;
        align-items:center;
        margin:30px auto 0;
        border:3px solid #1c1c1e;
    } */

}

@media all and (max-width:520px) {

    .icon-phone {display:none;}

    button {margin:25px 0 20px;}

    .footer-reseaux .fab {
        font-size:25px;
        display: flex;
        justify-content: center;
    }
    
    .reseaux {
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

    .reseaux .reseaux-sociaux{padding:6px 6px;}

    .copy {padding: 5px;}

    .copy, .maj {font-size: 14px;}
}

@media all and (max-width:425px) {

.block-connexe img {
    width:100%;
    height: auto;
}

h2 {font-size:21px}

.block-connexe {margin:20px 5px;}

.trois-connexe {
    padding:5px 0px 3px;
    font-size:16px;
}

.text-connexe {font-size:14px;}

.site-connexe {padding-top:3px;font-size:14px;}

.btn2 {
    width:200px;
    background-color: black;
    padding:13px 5px;
    font-size: 16px;
}

.container-gp {margin: 15px;}

}