@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: 'PT Serif'!important;
    width: 100%;
    overflow-x: hidden;
}

.img-logo {
    height: 34px;
}

.title {
    margin-top: 30px!important;
    margin-bottom: 30px;
    padding-left: 0!important;
}

.container .row p {
    text-align: justify;
}

hr.mainhr {
    opacity: 1!important;
    width: 200px!important;
    height: 5px!important;
    color: #0bb8bf!important;
}

hr.subhr {
    opacity: 1!important;
    width: 80px!important;
    height: 3px!important;
    color: #0bb8bf!important;
    border-bottom: none!important;
    text-align: left;
}

.subtitle-h2 {
    position: relative;
}

.subtitle-h2::before {
    content: "> ";
    color: #0bb8bf;
    left: -15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/** Book */
.header .title {
    font-family: 'Cardo'!important;
    text-align: center;
    font-size: 35px!important;
    color: #0e6a6e;
    background-image: url('../images/forme_verte_titre.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    padding: 1em 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    z-index: 1;
    font-weight: bold;
}

.header {
    position: relative;
}

.header::before {
    content: "";
    background-image: url('../images/forme_bleue_1.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 34% 117%;
}

.mainimghr {
    background-image: url('../images/hr.png');
    background-position: center;
    height: 22px!important;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: transparent;
    width: 200px;
    background-size: contain;
    margin: 0 auto;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.subimghr {
    background-image: url('../images/lasso_marron.png');
    background-position: center;
    height: 60px!important;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: transparent;
    width: 200px;
    background-size: contain;
    margin: 0 auto;
    margin-top: 30px!important;
    margin-bottom: 10px!important;
}

.bg-green {
    background-color: #c6d6c7;
}

.search_title {
    font-size: 20px;
    color: #0e6a6e;
    background-color: white;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    border-radius: 8px;
    border: 1px solid #be7b47;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    font-family: 'PT Serif'!important;
    font-weight: 700;
}

.search_title::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    color: #be7b47;
    font-weight: 900;
}

.search_title::after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    color: #be7b47;
    font-weight: 900;
}

.page-template-book .projet, .page-template-book .apropos {
    padding: 20px 0;
    position: relative;
}

.page-template-book .projet .col-image {
    background-image: url('../images/particules.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-book .projet .col-image img {
    display: block;
    margin: 0 auto;
    height: 190px;
}

.page-template-book .projet .desc, .page-template-book .apropos .desc {
    color: #0e6a6e!important;
    font-size: 18px!important;
}

.page-template-book .projet .desc p {
    margin-bottom: 0!important;
}

.page-template-book .apropos .row .col-images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.page-template-book .apropos .row hr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.page-template-book .apropos .col-images img
{
    display: block;
    margin: 0 auto;
    height: 100px;
}

.page-template-book .apropos .col-images {
    background-image: url('../images/forme_blanche_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.guillemets_title {
    position: relative;
}

.search_title.guillemets {
    margin-bottom: 60px;
}

.guillemets_title::before {
    content: "";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url('../images/guillemets.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -30px;
    left: -100px;
    height: 40px;
    width: 40px;
}

.guillemets_title::after {
    content: "";
    background-image: url('../images/guillemets.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    right: -100px;
    height: 40px;
    width: 40px;
}

.page-template-book .book > ._df_book.df-lite.df-container
{
    background-color: white!important;
    border-top: 3px solid #0e6a6e;
    border-bottom: 3px solid #0e6a6e;
}

.page-template-book .book .df-book-stage, .page-template-book .book .df-page-content {
    z-index: 20;
}

.page-template-book .df-ui-btn {
    z-index: 100;
}

.page-template-book .tmpbook1, .page-template-book .tmpbook2, .page-template-book .book {
    position: relative;
}

.page-template-book .book::before {
    content: "";
    background-image: url('../images/arc_cercle_vert.png');
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 30px;
    left: 0;
    height: 100px;
    width: 20px;
    z-index: 1;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-book .book::after {
    content: "";
    background-image: url('../images/arc_cercle_vert.png');
    bottom: 30px;
    right: 0;
    height: 100px;
    width: 20px;
    z-index: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-book .tmpbook2::before {
    content: "";
    background-image: url('../images/forme_bleue_1_large.png');
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100px;
    z-index: 1;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-book .tmpbook2::after {
    content: "";
    background-image: url('../images/forme_bleue_1_large.png');
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    z-index: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.subimghrlarge {
    background-image: url('../images/lasso_marron_large.png');
    background-position: center;
    height: 80px!important;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: transparent;
    width: 300px;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 30px!important;
    margin-bottom: 10px!important;
}

.footer .noms, .copyright {
    color: #0e6a6e;
    text-align: center;
    font-size: 18px;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    height: 130px;
}

.copyright {
    margin-top: 10px;
}

.copyright a {
    color: #0e6a6e;
}

@media (min-width: 350px)
{
    .header::before {
        background-position: 25% 117%;
    }
    .header .title {
        background-size: 55%;
    }
}

@media (min-width: 500px)
{
    .header .title {
        font-size: 45px!important;
        background-size: 56%;
    }

    .header::before {
        background-image: url(../images/forme_bleue_1_large.png);
        width: 160px;
        height: 130px;
        background-position: 251% 26%;
        background-size: 118%;
    }
}

@media (min-width: 576px)
{
    .guillemets_title::after {
        top: -50px;
        right: -130px;
        height: 60px;
        width: 60px;
    }
    .guillemets_title::before {
        bottom: -50px;
        left: -130px;
        height: 60px;
        width: 60px;
    }
    .page-template-book .projet .desc, .page-template-book .apropos .desc {
        font-size: 22px!important;
    }    
    .footer .noms, .copyright {
        font-size: 22px;
    }
    .search_title {
        font-size: 24px;
        padding-left: 70px!important;
        padding-right: 70px!important;
    }
    .subimghr {
        margin-top: 0px!important;
    }
    .page-template-book .book::before, .page-template-book .book::after {
        height: 140px;
        width: 20px;
    }
    .page-template-book .tmpbook1::before {
        content: "";
        background-image: url('../images/cercle_vert.png');
        bottom: 0;
        left: 0;
        height: 230px;
        width: 300px;
        z-index: 1;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .page-template-book .tmpbook1::after {
        content: "";
        background-image: url('../images/forme_verte_1.png');
        top: 0;
        right: 0;
        height: 230px;
        width: 200px;
        z-index: 0;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-template-book .tmpbook2::before, .page-template-book .tmpbook2::after {
        width: 150px;
        height: 150px;
    }
    .guillemets_title {
        padding-left: 85px!important;
        padding-right: 85px!important;
    }
}

@media (min-width: 600px)
{
    .header .title {
        font-size: 50px!important;
    }
    .mainimghr {
        width: 250px;
    }
}

@media (min-width: 768px)
{ 
    .page-template-book .projet .col-image img {
        height: 250px;
    }
    .page-template-book .apropos .col-images img
    {
        height: 150px;
    }
    .header::before {
        width: 168px;
        background-position: 90% 61%;
    }
    .header .title {
        font-size: 55px!important;
    }
    .page-template-book .projet .col-image {
        background-image: none;
        position: relative;
        z-index: 0;
    }
    .page-template-book .projet .col-image img {
        z-index: 1;
    }
    .page-template-book .projet .col-image::after {
        content: "";
        background-image: url('../images/particules.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(30%, -50%);
            -ms-transform: translate(30%, -50%);
                transform: translate(30%, -50%);
        height: 500px;
        width: 300px;
        z-index: -1;
    }
    .mainimghr {
        margin-top: 40px!important;
        margin-bottom: 40px!important;
    }
    .page-template-book .apropos .row .bloc {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .page-template-book .apropos .row .col-images {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .page-template-book .apropos .col-images {
        background-image: none;
        position: relative;
        z-index: 0;
    }
    .page-template-book .apropos .col-images img {
        z-index: 1;
    }
    .page-template-book .apropos .col-images::after {
        content: "";
        background-image: url(../images/forme_blanche_1.png);
        background-size: 104%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(14%, -44%);
            -ms-transform: translate(14%, -44%);
                transform: translate(14%, -44%);
        height: 564px;
        width: 452px;
        z-index: -1;
    }
}

@media (min-width: 992px)
{
    .header .title {
        font-size: 55px!important;
        background-size: 37%;
    }
    .header::before {
        background-size: 145%;
        background-position: 60% 55%;
    }
    .page-template-book .projet .col-image::after {
        -webkit-transform: translate(-5%, -50%);
            -ms-transform: translate(-5%, -50%);
                transform: translate(-5%, -50%);
    }
    .page-template-book .book::before, .page-template-book .book::after {
        background-size: 150%;
        height: 170px;
    }
    .page-template-book .tmpbook2::before, .page-template-book .tmpbook2::after {
        width: 200px;
        height: 200px;
        z-index: 3;
    }
    .page-template-book .tmpbook1::before {
        height: 275px;
        width: 300px;
    }
}

@media (min-width: 1200px)
{
    .header .title {
        font-size: 60px!important;
        background-size: 37%;
    }
    .page-template-book .apropos .col-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page-template-book .apropos .col-images::after {
        background-size: contain;
        -webkit-transform: translate(10%, -50%);
            -ms-transform: translate(10%, -50%);
                transform: translate(10%, -50%);
        height: 327px;
        width: 452px;
    } 
}