
@font-face {
    font-family : "libre bodoni italic";
    src: url('LibreBodoni-Italic.otf')
}

@font-face {
    font-family : "Trebuchet MS Bold Italic";
    src: url('Trebuchet MS Bold Italic.ttf')
}





.actif {
    color : var(--maincolor);
}

#wrapper {
    width : 100uw;
    height : 100vh;
}

#container {
    position: fixed;
    width: 100%;
    height: 103%;
    background: url('../images/background.jpg') center center no-repeat fixed;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
}





.multiplyBG {
    position: absolute;
    width: 65%;
    background-color: var(--maincolor);
    mix-blend-mode: multiply;
    top: 350px;
    left: 15%;
    margin-bottom: 500px;
}

.contentText {
    position: absolute;
    z-index : 3;
    width:65%;
    top: 350px;
    left:15%;
    padding:5em;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contentText > p, .contentBG > p {
    margin-bottom : 30px;
}

.contentText img, .contentBG img {
    margin-bottom: 8px;
    margin-right: 5px;
}


.button-box {
    text-align: right;
}

.fondblanc {
    width: 75%;
    background-color: #fff;
    margin: 50px;
    margin-top: 100px;
    padding: 50px;
    padding-bottom: 100px;
    border: 5px solid white;
}

.realisationext {
    width: 100%;
}

.readnextBG {
    background-color: var(--maincolor);
    position: absolute;
    top: 75%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    padding: 15px;
    line-height: 15px;
    font-weight: bold;
    color: transparent;
    border: 3px solid var(--maincolor);
    mix-blend-mode: multiply;
    border-radius: 8px;
}

.readnextBGpart {
    position: absolute;
    background-color: var(--maincolor);
    text-decoration: none;
    padding: 15px;
    line-height: 15px;
    font-weight: bold;
    color: transparent;
    border: 3px solid var(--maincolor);
    mix-blend-mode: multiply;
    border-radius: 8px;
}

.readnextTxtOnly {
    background-color: white;
    position: absolute;
    top: 75%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    line-height: 15px;
    border: 3px solid #FFF;
    color: var(--maincolor);
    border-radius: 8px;
}

.readnextTxtOnlyPart {
    position: absolute;
    background-color: white;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    line-height: 15px;
    border: 3px solid #FFF;
    color: var(--maincolor);
    border-radius: 8px;
}

.readnextTxtOnly:hover {
    background-color: transparent;
    color: white;
}

.readnextTxtOnlyPart:hover {
    background-color: transparent;
    color: white;
}



.readnextBlanc {
    background-color: var(--maincolor);
    text-decoration: none;
    padding: 15px;
    line-height: 15px;
    font-weight: bold;
    color: white;
    border: 3px solid var(--maincolor);
    border-radius: 5px;
}

.readnextBlanc:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    line-height: 15px;
    padding: 15px;
    border-color: var(--maincolor);
    color: var(--maincolor);
    border-radius: 5px;
}

.readnextTransp {
    background-color: transparent;
    text-decoration: none;
    padding: 15px;
    line-height: 15px;
    font-weight: bold;
    color: transparent;
    border: 3px solid transparent;
    border-radius: 5px;
}

.readnextTransp:hover {
    background-color: transparent;
    text-decoration: none;
    line-height: 15px;
    padding: 15px;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}

.gallery-header {
    padding : 10px;
    margin-bottom: 10px;
    border: 1px solid white;
}

.gallery-header > h1 {
    margin:0;
    padding: 0;
    line-height: 1em;
}

.gallery-header > p {
    margin:0;
    padding: 0;
    line-height: 1em;
}

#animated-thumbnails {
    text-align: center;
}

#animated-thumbnails > a > img {
    margin-right: 6px;
    margin-bottom: 10px; 
}

.partenaire {
    text-align: center;
    width: 500px;
    height: 200px;
    background-color: #fff;
    margin-top: 100px;
    margin-left: 300px;
    padding: 50px;
}


@media only screen and (max-width: 1372px) {
    .contentHeaderBG {
        position: relative;
        width:60%;
        height: 250px;
        top: 0;
        left:0;
        background-color: var(--maincolor);
        mix-blend-mode: multiply;
    }
    
    .contentHeaderText {
        position: absolute;
        width:60%;
        height: 200px;
        top: 100px;
        left:0;
        padding:50px;
        color: #fff;
        font-size: 2em;
        font-family: 'Trebuchet MS Bold Italic';
        text-align: right;
        line-height: 0.7em;
    }
  }

@media only screen and (max-width: 600px) {

    #bigTitle {
       width: 100%;
       left:50%;
    }

    .blendBoxBigTitle {
       left:50%;
    }

    #logo {
        top: 50;
        right: 0;
    }

    .readnextTxtOnly {
        left: 50%;
    }

    .readnextBG {
        left: 50%;
    }

    .contentHeaderBG {
        position: relative;
        width:100%;
        height: 250px;
        top: 0;
        margin:0;
        background-color: var(--maincolor);
        mix-blend-mode: multiply;
    }
    
    .contentHeaderText {
        position: absolute;
        width:100%;
        height: 200px;
        top: 100px;
        margin:0;
        font-size: 2em;
        text-align: center;
        line-height: 0.7em;
    }

    .contentText {
        width:100%;
        left:0;
        padding:0;
    }

    .contentText > p {
        margin-top: 0;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .button-box {
        text-align: center;
        transform: translateY(-50px);
    }

    .multiplyBG {
        width:90%;
        left:5%;
    }

    .BGprestas {
        display:none;
    }

    .contentText.ContentTextPrestas > p,
    .contentText.ContentTextPrestas > ul {
        background-color: var(--maincolor) !important;
    }

    .contentText > img {
        margin-bottom: 0;
    }

    h1 {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    h1 > img {
        transform: translate(1px, 6px) !important;
    }

  }