
body {
    font-family: Roboto, Arial, Calibri, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    color:rgb(24, 0, 0);
}

a {
    color:rgb(128,0,0);
    font-weight: 400;
    text-decoration: none;
    text-decoration-color: black;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: red;
}

h1 {
    font-weight: 500;
    padding-top:10px; 
    margin-bottom: 20px;
    font-size: 28px;
    color: rgb(80,0,0);
    text-decoration: underline;
    text-decoration-color: rgb(128,0,0);
    filter: drop-shadow(-1px 1px 1px rgb(80, 80, 80));
}

h2 {
    font-weight: 400;
    padding-top:10px; 
    margin-bottom: 5px;
    font-size: 24px;
    color: rgb(60,0,0);
    text-decoration: underline;
    text-decoration-color: rgb(98,0,0);
    filter: drop-shadow(-1px 1px 1px rgb(80, 80, 80));
}

h3 {
    font-weight: 300;
    padding-top:10px; 
    font-size: 20px;
    color: rgb(40,0,0);
    text-decoration: underline;
    text-decoration-color: rgb(58,0,0);
    filter: drop-shadow(-1px 1px 1px rgb(80, 80, 80));
}

.enTete {
    z-index: 9992;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    color:white;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(128,0,0);
}
 
.piedPage {
    z-index: 9990;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgb(128,0,0);
    color:black;
    text-align: center;
    padding: 10px;
    backdrop-filter: blur(10px);
}

.fond {
    background: linear-gradient(100deg, rgb(211, 206, 206) 0%, rgb(248, 245, 245) 95%) no-repeat fixed;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    z-index: 1;
}

::-webkit-scrollbar {
    display: none;
}

.pic {
    text-align: center;
    padding: 15px;
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    filter: drop-shadow(2px 2px 3px rgb(20, 20, 20));
    background-color: rgb(255, 255, 238);
}

.aDroite {
    transform: rotate(2deg);
    overflow: hidden;
}

.aGauche {
    transform: rotate(358deg);
    overflow: hidden;
}

.logo {
    padding: 5px;
    padding-top: 5px;
    padding-left: 20px;
    height: 100px;
    filter: drop-shadow(-3px 3px 2px rgb(20, 20, 20));
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9996;
}

.camion {
    position: fixed;
    bottom: -5px;
    right: -2%;
    height: 15%;
    max-height: 100px;
    z-index: 9999;
    filter: drop-shadow(0px 0px 20px white);
}

@media screen and (min-width: 1000px) { /* écrans larges */

    .contenu {
        padding-bottom: 200px;
        padding-right: 20px;
        position: absolute;
        padding-top: 100px;
        padding-left: 20px;
        top: 0px;
        bottom: 0px;
        text-align:justify;
        width: 100%;
        /* height: 100%; */
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 16px;
        z-index: 10000;
    }
    
    .burger-menu {
        display: none;
    }

    .Menu {
        top: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        position: fixed;
        right: 20px;
        display: flex;
        flex-direction: line;
        text-align: center;
        z-index: 9992;
        transition: right 0.5s;
    }
    
    .MenuItem {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        margin-top: -20px !important;
        max-width: 100px;
        margin-right: 15px !important;
        transition: 0.3s;
    }

    .PageEnCours {
        margin: 0px;
        margin-right: 15px !important;
        font-size:20px;
        color: rgb(128, 0, 0);
        filter: drop-shadow(0px 0px 3px rgb(128, 0, 0));
        text-decoration: underline;
        text-decoration-color: black;
    }
    
}

@media only screen and (max-width: 999px)  { /* petits écrans */
    .contenu {
        padding-bottom: 200px;
        padding-right: 20px;
        position: absolute;
        padding-top: 100px;
        padding-left: 20px;
        top: 0px;
        bottom: 0px;
        text-align:justify;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 18px;
        z-index: 10000;
    }
    
    .burger-menu {
        display: block;
        position: fixed;
        top: 75px;
        right: 30px;
        font-size: 30px;
        cursor: pointer;
        z-index: 10000;
        color: rgb(128, 0, 0);
        background-color: white;
        border: solid 1px rgb(128, 0, 0);
        border-radius: 5px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 1px;
        transition: opacity 0.3s;
    }
    
    .Menu {
        top: 90px;
        padding-top: 70px;
        padding-right: 5px;
        position: fixed;
        right: -1000px;
        left: auto;
        background-color: #f4f1f1;
        width: 200px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #f4f1f1;
        border-left: 1px solid rgb(128,0,0);
        border-bottom: 1px solid rgb(128,0,0);
        border-right: 1px solid rgb(128,0,0);
        text-align: center;
        margin:0px;
        z-index: 2;
        transition: right 0.5s;
    }
    
    .MenuItem {
        margin-right: 15px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        transition: 0.3s;
    }

    .PageEnCours {
        padding-top: 12px;
        padding-bottom: 12px;
        margin: 0px;
        font-size:20px;
        /*color: rgb(255, 255, 255);*/
        color: rgb(128, 0, 0);
        filter: drop-shadow(0px 0px 3px rgb(128, 0, 0));
        text-decoration: underline;
    }
    
}

.Menu a {
    font-size:20px;
    margin: 0px;
    padding: 0px;
    transition: filter 0.3s;
}

.Menu a:hover {
    filter: drop-shadow(0px 0px 20px rgb(196, 0, 0));
    text-decoration-thickness: 2px;
    transition: 0.3s;
}


ul {
    list-style-type: none;
}

.animate__animated.animate__slideInRight {
    --animate-duration: 2s;
}

.animate__animated.animate__flipInX {
    --animate-duration: 1.5s;
}

.zoom {
    text-align: center !important;
    width: 100%;
}

.cadreEngagement{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid rgb(128,0,0);
}

.contactButton {
    background-color: rgb(80,0,0);
    color: white;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: ease-in-out 0.1;
}

.contactButton:hover{
    background-color: rgb(128,0,0);
    scale: 1.1;
}

/* Style de base pour le carrousel */
.carousel-container {
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    width: 96%;
    margin: 2%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid rgb(128,0,0);
}

/* Logo */
.logo_caroussel {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    z-index: 5000;
}

/* Boutons de navigation */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 250, 250, 1);
    color: rgba(80, 0, 0, 1);
    border: none;
    border-radius:4px;
    font-size: 18px;
    padding: 10px;
    filter: drop-shadow(3px 3px 3px rgb(80, 0, 0));
    transition: scale 0.5s;
}

.prev:hover, .next:hover  {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(180, 0, 0, 1);
    filter: drop-shadow(4px 4px 4px rgb(180, 0, 0));
    scale: 1.1;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.pub {
    width: auto;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid rgb(128,0,0);
}

.bottomPopUp {
    position: fixed; 
    bottom: 39px; 
    left: 0px; 
    font-weight: bold; 
    background-color: #cac3c3; 
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid rgb(128,0,0);
    z-index:10000;
}