@import url("https://fonts.googleapis.com/css2?family=Share+Tech&display=swap");

body {
    min-height: 100%;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, #7D9CDB 100%);
    background-attachment: fixed;
    font-family:"Share Tech";
    font-size: 20px;
}







header {
    display:flex;
    position: fixed;
    z-index: 50;
    background-color: #0C2E5B;
    color: white;
    margin-left: -10px;
    margin-top: -120px;
    width:101%;
    box-shadow: -20px 10px 40px rgba(0, 0, 0, 0.5);
}

header a {
    display:block;
    margin:auto;
}

.logo img {
    width: 120px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 1));
    transition: filter 0.3s ease;
}

.logo:hover img {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.menu {
    padding: 30px;
    transition: all 0.3s ease;
    font-size: 25px;
}

.menu:hover {
    transform: translateY(-3px);
}

a {
    color: white;
    text-decoration: none;
}

#burger, #toggle {
    position: absolute;
    padding: 44px;
    right:0px;
    display: none;
}

nav {
    display: none;
}













mark {
    color: #ff5400;
    background-color: white;
}

.ligne {
    border-bottom: 3px solid;
    border-bottom-color: #ff5400;
    width: 20%;
    margin-left: 40%;
    transition: all 0.5s ease;
}

a .ligne {
    height: 0px;
    margin-left: 50%;
    margin-top: -10px;
    width: 0px;
    border-bottom-color:#ff742e;
}

.menu:hover ~ .ligne {
    margin-left: 30%;
    width: 40%;
}

.accueil {
    background-image: url(../img/neige.jpg);
    background-size: cover;
    margin-top: 120px;
    margin-left: -10px;
    margin-right: -8px;
    text-align: center;
    padding-bottom: 200px;
}

.slogan {
    font-size:70px;
    padding: 100px;
    transition: all 0.3s ease;
}

.accueil button {
    color:white;
    font-family: "Share Tech";
    background-color: #ff5400;
    border:0px;
    width:270px;
    height:50px;
    font-size: 25px;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.accueil button:hover {
    background-color:#BF3C00;
}

.corps {
    margin-top: 120px;
    top: 120px;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 100px;
    padding-bottom: 50px;
    border-radius: 20px;
    box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.5);
    background-color: white;
    text-align: center;
}

.corpsHeader {
    background-color: #0C2E5B;
    text-align: center;
    color: white;
}

.corpsHeader h1 {
    font-size: 50px;
    padding: 50px;
}

.map img {
    border-radius: 20px;
    margin-bottom: 3%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
    width: 75%;
}

.contact {
    background-color: white;
    outline: solid;
    outline-color: #5CE1E8;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.7;
}

.contact h2 {
    background-color: #5CE1E8;
    border-radius: 10px 10px 0 0;
}

.contact img {
    width: 18px;
}

.contact table {
    width: 96%;
    text-align: left;
    border-collapse: collapse;
    margin-left:4%;
}

.contact th {
    padding-right: 30px;
}

.contact a {
    color: black;
    text-decoration: underline;
}

.reseaux {
    padding-top: 20px;
}

.reseaux img {
    width: 40px;
    transition: all 0.3s ease;
}

.reseaux img:hover {
    transform: translateY(-5px);
}

.service1 h2, .service2 h2 {
    color: white;
    padding-bottom: 20px;
    font-size: 35px;
}

.service1, .service2 {
    display: flex;
    background-color: #124587;
    margin-left:-10px;
    margin-right: -8px;
    height: 400px;
    transition: all 0.3s ease;
}

.service2 {
    background-color: #0C2E5B;
}

.service1 .texte, .service2 .texte {
    color: white;
    line-height: 1.5;
    text-align: justify;
}

.service1 .texte {
    margin-right:50px;
    padding-left:30px;
}

.service2 .texte {
    margin-left:50px;
    margin-right:30px;
}

.service1 img {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
    transition: all 0.5s ease;
}

.service2 img {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
    transition: all 0.5s ease;
}

.presentation {
    text-align: justify;
    margin-left:5%;
    margin-right:5%;
    margin-bottom: 30px;
    line-height: 1.3;
    transition: all 0.5s ease;
}

.presentation img {
    width: 26%;
    margin-left: 37%;
    margin-right: 37%;
    padding-bottom: 30px;
}

.presentation .texte {
    padding: 30px;
    outline: solid;
    outline-color: #0C2E5B;
    border-radius: 15px;
}

.presentation:hover {
    transform: translateY(-5px);
}

.presentation:hover + .ligne {
    width: 60%;
    margin-left: 20%;
}

.equipe {
    margin-top: 70px;
    margin-left: 24%;
    width: 50%;
    padding: 1%;
    outline: solid;
    outline-color:#FEBD57;
    border-radius: 10px;
}

.depot {
    margin-top: 70px;
    width: 60%;
    margin-left:20%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: solid;
    outline-color: #FEBD57;
    transition: all 0.5s ease;
}

.depot h2 {
    background-color:#FEBD57;
    padding: 5px;
    border-radius: 10px 10px 0 0;
}

.depot a {
    color: black;
    text-decoration: underline;
}

.depot:hover {
    transform: translateY(-5px);
}

.depot:hover + .ligne {
    width: 40%;
    margin-left: 30%;
}

.normes {
    margin-top: 70px;
    background-color: #0C2E5B;
    color: white;
    margin-bottom: -50px;
    padding: 2%;
    padding-top: 1px;
    border-radius: 0 0 20px 20px;
}

.engagements {
    display: flex;
}

.engagements img {
    width: 200px;
    margin: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    transition: all 0.2s ease;
}

.engagement {
    text-align: justify;
    margin: 30px;
    padding: 20px;
    padding-top: 1px;
    font-size: 22px;
    line-height: 1.5;
    outline: solid;
    border-radius: 10px;
    outline-color:#0C2E5B;
}

.realisation {
    display: flex;
    outline: solid;
    outline-color:#0C2E5B;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.realisation img {
    width: 90%;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.realisation img:hover {
    width: 95%;
    margin-bottom:0px;
}

.encours {
    text-align: justify;
    width: 30%;
    margin-left: 35%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.encours h2 {
    text-align: center;
    background-color: #FEBD57;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    margin-bottom: 0px;
}

.encours table, .encours th, .encours td {
    border: solid 2px;
    border-collapse: collapse;
    padding: 5px;
    border-color:#FEBD57;
    border-radius: 10px;
}

.encours table {
    width: 100%;
}

.clients input {
    appearance: none;
    position: absolute;
    margin-top: 320px;
    margin-left: 83px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    border: 2px solid #999;
    transition: 0.2s all linear;
}

.clients input[value|="op2"] {
    margin-left: 119px;
}

.clients input[value|="op3"] {
    margin-left: 155px;
}

.clients input[value|="op4"] {
    margin-left: 191px;
}

.client1, .client2, .client3, .client4 {
    display: none;
    transition: all 0.8s ease;
}

.client1 img, .client2 img, .client3 img, .client4 img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.clients input:checked {
    border: 9px solid #0C2E5B;
}

.clients input[value|="op1"]:checked ~ .client1, .clients input[value|="op2"]:checked ~ .client2, .clients input[value|="op3"]:checked ~ .client3, .clients input[value|="op4"]:checked ~ .client4 {
    display: initial;
}
















footer {
    text-align: center;
    position: absolute;
    color: white;
    background-color: #0C2E5B;
    margin-left: -10px;
    left: 0;
    right: 0;
}

footer img {
    width:270px;
    padding: 30px;
}

.menuFoot {
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.5;
    color:#3165A5;
}

.rgpd {
    display:block;
    margin:auto;
}

.rgpd a {
    color:#3165A5;
    transition: all 0.2s ease;
}

.rgpd a:hover {
    color: white;
}



















@media only screen and (max-width: 1300px) {
    body {
        font-size: 14px;
    }
    .menu {
        font-size: 17px;
    }
    .slogan {
        font-size: 50px;
    }
    .corpsHeader h1 {
        font-size: 40px;
        padding: 40px;
    }
    .contact {
        font-size: 15px;
        width: 80%;
        margin-left:10%;
        margin-right:10%;
    }
    .contact img {
        width:14px;
    }
    .reseaux img {
        width:30px;
    }
    .service1 h2, .service2 h2 {
        font-size: 25px;
        padding-bottom: 0px;
    }
    .service1, .service2 {
        height: 270px;
    }
    .service1 .texte {
        margin-right: 40px;
        padding-left: 20px;
    }
    .service2 .texte {
        margin-left: 40px;
        margin-right: 20px;
    }
    .engagements img {
        width: 100px;
        margin: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .engagement {
        font-size: 18px;
    }
    .engagement h2 {
        text-align: left;
    }
}


@media only screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }
    .menu {
        display:none;
    }
    #burger {
        display: initial;
        cursor: pointer;
    }
    #toggle:checked ~ nav {
        margin-left: 0%;
    }
    nav {
        position:absolute;
        display:flex;
        flex-direction: column;
        width: 270px;
        line-height: 2;
        padding: 20px;
        margin-left: -100%;
        font-size: 25px;
        transition: all 0.7s ease;
        background-color: #0C2E5B;
        border-radius: 0px 0px 20px 0px;
        outline:solid;
        outline-color:#3165A5;
    }
    nav li {
        transition: all 0.2s ease;
    }
    nav li:hover {
        transform: translateY(-3px);
    }
    .accueil {
        background-image: url(../img/helico_soleil.jpg);
    }
    .slogan {
        font-size: 35px;
    }
    .corps {
        margin-left: 1%;
        margin-right: 1%;
    }
    .corpsHeader h1 {
        font-size: 25px;
        padding: 25px;
    }
    .map img {
        border-radius: 8px;
    }
    .contact {
        border-radius: 8px;
    }
    .contact table {
        font-size:12px;
    }
    .contact th {
        padding-right:5px;
    }
    .reseaux img {
        width:28px;
    }
    .accueil button {
        width:200px;
        height:40px;
        font-size: 18px;
        border-radius: 8px;
    }
    .depot, .historique {
        width: 90%;
        margin-left: 5%;
    }
    .service1 .texte, .service2 .texte {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
    }
    .service1 img, .service2 img {
        display: none;
    }
    .engagements {
        display: initial;
    }
    .engagements img {
        margin: 10px;
    }
    .realisation img {
        border-radius: 5px;
        box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.5);
    }
    .encours {
        width: 70%;
        margin-left: 15%;
    }
    footer img {
        width:180px;
    }
    .rgpd {
        font-size: 16px;
    }
}