/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 2, 2024 */

@font-face {
    font-family: 'goodDog';
    src: url('../fonts/good-dog/gooddog-webfont.woff2') format('woff2'),
         url('../fonts/good-dog/gooddog-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'blackjack';
    src: url('../fonts/blackjack/blackjack-webfont.eot');
    src: url('../fonts/blackjack/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blackjack/blackjack-webfont.woff2') format('woff2'),
         url('../fonts/blackjack/blackjack-webfont.woff') format('woff'),
         url('../fonts/blackjack/blackjack-webfont.ttf') format('truetype'),
         url('../fonts/blackjack/blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'satisfy';
    src: url('../fonts/satisfy/Satisfy-Regular-webfont.eot');
    src: url('../fonts/satisfy/Satisfy-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satisfy/Satisfy-Regular-webfont.woff2') format('woff2'),
         url('../fonts/satisfy/Satisfy-Regular-webfont.woff') format('woff'),
         url('../fonts/satisfy/Satisfy-Regular-webfont.ttf') format('truetype'),
         url('../fonts/satisfy/Satisfy-Regular-webfont.svg#satisfyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
STYLES TEXTES
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

body {
    color: #363636;
}

.surstyle strong,
.est-surligne,
h4 > strong {
    display: inline-block;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background: #758f4119;
}

.surstyle h3 > strong {
    text-decoration: underline;
    font-style: normal;
    display: inline;
    padding: 0;
    background-color: transparent;
    font-weight: 600;
}

.surstyle strong > em {
    text-transform: uppercase;
    font-style: normal;
}

.fond-lumineux .est-surligne,
.est-surligne.est-clair { background: rgba(255,255,255,0.5); }

.est-en-savoir-plus {
    display: block;
    padding-top: 1rem;
    color: #363636;
}

.est-interlettre-1 { letter-spacing: 0.025em;}
.est-interlettre-2 { letter-spacing: 0.05em;}
.est-interlettre-3 { letter-spacing: 0.1em;}
.est-interlettre-4 { letter-spacing: 0.2em;}

@media (max-width:769px) { 
    .title.is-1 { font-size: 8vw !important; }
    .title.is-2 { font-size: 8vw !important; }
    .title.is-3 { font-size: 6vw !important; }
}

.theme-font {
    font-family: 'goodDog';
    font-weight: normal !important;
    letter-spacing: 0.05em;
}
.theme-font.title.is-2 { font-size: 4em;}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
LIENS ET BOUTONS
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

a:hover {
    text-decoration: underline;
}


.bouton {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.6rem 0.25rem 0.6rem;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-decoration: none !important;
    border-bottom-color: #758f41;
    color: #363636 !important;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

.bouton:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: all 0.1s ease-in-out;
    background-color: #758f41;
}

.bouton:hover:before {
    height: 100%;
}

.bouton:hover {
    color: #ffffff !important;
}

.fond-lumineux .bouton { border-bottom-color: #ffffff; }
.fond-lumineux .bouton:before { background-color: #ffffff; }
.fond-lumineux .bouton:hover { color: #363636 !important; }

.bouton.est-noir { color: #ffffff !important; }

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
FONDS
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.est-couvrant { background-size: cover ; }
.est-etire { background-size: 100% 100%; }

.fond-fonce { background-color: #363636;}
.fond-lumineux { background-color: #758f41;}
.fond-pale { background-color: #fff5ce;}
.fond-clair { background-color: #ffffff;}

.fond-pale.motif { background-image: url('../images/uploads/fond-motif-pale.png'); }
.fond-fonce.motif { background-image: url('../images/uploads/fond-motif-fonce.png'); }

/* impacts sur les autres couleurs */

.fond-fonce .column,
.fond-fonce h2,
.fond-fonce p { color: #ffffff; }

.fond-fonce .bouton { color: #ffffff !important; }

.fond-fonce .bouton:hover,
.fond-fonce .bouton:focus { color: #363636 !important; }

.fond-lumineux h2 {
    color: #ffffff;
    display: inline-block;
    background-color: #758f41;
    padding: 0 0.25em;
    border-radius: 1em;
    position: relative;
}

.fond-lumineux .column,
.fond-lumineux p { color: #363636; }

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
NAVBAR
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.navbar {
    margin-top: 1.25rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.navbar-brand > .navbar-item > img {
    max-height: initial;
}

.navbar-sitetitle {
    padding-left: 0.5em;
    font-size: 2em;
}

@media (max-width:500px) { 
    #navMenu > div > section {
        flex-direction: column;
        align-items: flex-end;
    }
}

.navbar-menu-main {
    font-weight: bold;
}

.navbar-menu-item {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

a.navbar-menu-item:hover,
a.navbar-menu-item:focus {
    color: #363636;
    background: #758f4110;
}

.navbar-menu-item.is-active {
    text-decoration: underline;
}

/* ----- MENU-ACCESS -----*/

.menu-access,
.menu-access>div,
.menu-access>div>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu-access>div>p,
.menu-access>div>div,
.menu-access>div>ul>li {
    padding: 0.5em;
}

.menu-access>p,
.menu-access>ul>li>a {
    display: block;
}

#accessconfig>button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.3rem 0.25rem 0.3rem;
    background-color: transparent;
    border: transparent 0px solid !important;
    border-bottom: solid 3px #758f41 !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-decoration: none !important;
    color: #363636;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

#accessconfig>button:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: all 0.1s ease-in-out;
    background-color: #758f41;
}

#accessconfig>button:hover:before {
    height: 100%;
}

#accessconfig>button:hover {
    color: #ffffff !important;
}


/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.footer-menu { display: flex; }
.footer-menu > a { color: #ffffff !important; }

.footer-menu.est-horizontal { flex-wrap: wrap; justify-content: center; text-align: center; }
.footer-menu.est-horizontal > a { margin-left: 1rem; margin-right: 1rem; }

.footer-menu.est-vertical {
    flex-direction: column;
    background-color: #495828aa;
    padding: 0 0.5rem 1rem;
}

.footer-menu.est-vertical > a { margin-top: 0.75rem; margin-top: 0.75rem; }

@media (max-width: 768px) {
    .footer-centre-mobile { text-align: center; }
    .footer-menu.est-vertical { align-items: center; }
    .footer-centre-mobile .search-wrapper > form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}

@media (min-width: 769px) {
    .text11 { width: 141px; text-align: center; }
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
BREADCRUMB
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.breadcrumb {
    font-size: 0.875rem;
}

@media (max-width: 1023px) {
    .breadcrumb {
        padding-left: 0.75rem;
    }
}

.breadcrumb li > span {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 .75em;
}

.breadcrumb li > span > span {
    pointer-events: none;
    color: #363636;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
BORDS DESSINES
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.fond-clair .bord-dessine-2 { color:#ffffff }
.fond-pale .bord-dessine-2 { color:#fff2d5 }
.fond-lumineux .bord-dessine-2 { color:#758f41 } /* ffb605*/
.fond-fonce .bord-dessine-2 { color:#363636 }

.bord-dessine-2 {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
}

.bord-dessine-2.bord-haut { bottom: 100%; }
.bord-dessine-2.bord-bas { top: 100%; transform: rotate(180deg); }

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
MACARONS (dans le footer : écoconception et cookies)
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.macaron {
    position: relative;
    z-index: 1;
    max-width: 250px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent !important;
}

@media (max-width: 769px) {
    .macaron {
        margin-left: auto;
        margin-right: auto;
    }
}

.macaron.est-vert {
    color: #ffffff;
}

.fond-macaron {
    position: absolute;
    z-index: -1;
    left: -5%;
    bottom: -1rem;
    bottom: -2rem;
    width: 110%;
    max-width: initial;
}

.macaron > figure {
    height: 125px;
    display: flex;
    align-items: center;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
EXERGUE
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.exergue.fond-pale figure.image img,
.exergue.fond-lumineux figure.image img { mix-blend-mode: multiply; }

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
BELLE-LISTE
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.belle-liste h3 {
    /* title is-4 */
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    word-break: break-word;
    /* autres */
    text-transform: uppercase;
}

.belle-liste figure > img {
    border-radius: 0 50% 50% 0;
}

title is-4 is-uppercase

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
PORTFOLIO
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.folio-fiche-tabulation {
    width: 6rem;
    max-width: 6rem;
    min-width: 6rem;
}

@media (min-width:1024px) {
    article.folio .style-markdown {
        font-size: 1.25em;
    }
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
ITEM FOLIO
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.item-folio {
    position: relative;
    display: block;
    padding: 0.5rem;
    border: solid 1px #758f41;
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}

.item-folio:hover,
.item-folio:focus {
    transform: scale(1.02);
}

.item-folio:active {
    border: solid 2px #ffb604;
}

/* titre */

.item-folio > header {
    position: absolute;
    left: 0.5rem;
    z-index: 1;
    color: #363636;
    width: calc(100% - 1rem);
    pointer-events: none;
}

.item-folio > header.folio {
    bottom: 0.5rem;
    padding: 0.125rem 0.5rem 0.25rem;
    background-color: #fffc;
}

.item-folio > header.page {
    bottom: 1rem;
    padding: 1rem 1.5rem 1rem;
}

.item-folio > header > h3 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.125em;
    margin: 0.25em 0;
}

.item-folio > header > h3:last-child {
    margin-bottom: 0.25em !important;
}

.item-folio > header > div {
    margin-top: 1rem;
}

/* lien et image */

.item-folio > a {
    position: relative;
    display: block;
}

.item-folio .image > span {
    background-color: #fff5ce;
    padding-top: 100%;
    width: 100%;
    display: block;
}

/* tags */

.item-folio > .tags {
    position: absolute;
    top: 1rem;
    right: -0.5rem;
    flex-direction: column;
    align-items: flex-end;
}

.item-folio > .tags > .tag {
    margin-right: 0;
    background-color: #758f41;
    color: #363636;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
ITEMS TEMOIGNAGE
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.item-temoignage {
    background-image: url('../images/fond-temoignage.png');
    background-size: 100% 100%;
    padding: 2rem;
}

.item-temoignage > .title {
    position: relative;
    padding-left: 3rem;
}

.item-temoignage > .title > small {
    font-size: 0.66em;
    font-weight: 300;
}

.item-temoignage > .title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url('../images/guillemet_temoignage.png');
    background-size: 100%;
    mix-blend-mode: darken;
}

.item-temoignage > div {
    position: relative;
    display: block;
    padding-right: 7rem;
    line-height: 1.125rem;
    margin-top: 1rem;
    color: #bd3000;
}

.item-temoignage > div > p > strong {
    color: #bd3000;
    font-style: normal;
}

.item-temoignage > div > figure {
    position: absolute;
    top: 0;
    right: 0;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
PLACEHOLDER
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

figure.image {
    text-align: center;
}

figure.image > img { background-color: #fff5ce; }
.column:nth-child(odd) figure.image img { background-color: #fff5ce99; }


/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
AJOUTS au plugin FORM pour imiter les styles BULMA
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

.form-field:not(:last-child) {
    margin-bottom: .75rem;
}

.form-input-wrapper,
.form-textarea-wrapper {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

form>.buttons>button,
.form-input-wrapper>input,
.form-textarea-wrapper>textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .375em;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
}

form>.buttons>button,
.form-input-wrapper>input,
.form-textarea-wrapper>textarea {
    margin: 0;
}

.form-input-wrapper>input,
.form-textarea-wrapper>textarea {
    box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: .375em;
    color: #363636;
}

.form-textarea-wrapper>textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
}

.form-textarea-wrapper>textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical;
}

.form-label:not(:last-child) {
    margin-bottom: .5em;
}

.form-label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

form>.buttons {
    justify-content: center;
}

form>.buttons>.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
}

form>.buttons>.button {
    background-color: #485fc7;
    border-color: transparent;
    color: #fff !important;
}

form>.buttons>.button:hover {
    background-color: #3e56c4;
    border-color: transparent;
    color: #fff;
}

button.gdlr-button {
    background-color: #e5365b;
    border-color: transparent;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
}

button.gdlr-button:hover,
button.gdlr-button:focus {
    background-color: #E3264F;
}

button.gdlr-button:active {
    background-color: #EF3C67;
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
STYLE MARKDOWN ET NOTICES
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.notices {
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px !important;
    padding: 1.25em 1.5em !important;
}

.style-markdown > h2,
.style-markdown > h3 {
    word-break: break-word;
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 1.25rem;
    break-after: avoid-column;
}

.style-markdown > h2 {
    font-size: 2.5rem;
}

.style-markdown > h3 {
    font-size: 1.5rem;
}


.style-markdown > h2:not(:first-child),
.style-markdown > h3:not(:first-child) {
    margin-top: 1.75rem;
}

.style-markdown > p,
.notices > p {
    line-height: 1.5em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    break-inside: avoid-column;
}

.style-markdown > p > strong,
.style-markdown > p > * > strong,
.style-markdown > ol > li > strong,
.style-markdown > ul > li > strong,
.notices > p > strong,
.notices > p > * > strong  {
    font-size: 1.125em;
    display: inline-block;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background: #65980030;
}

.style-markdown > ul,
.notices > ul {
    list-style: disc;
    padding-left: 1em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.notices.blue { color: #175A6E !important; }
.notices.green { color: #495828 !important; background-color: #e2eccf !important; border-left-color: #758f41; }
.notices.yellow { color: #794701 !important; background-color: #FFF4DB !important; border-left-color: #f0ad4e !important;}
.notices.red { color: #A02622 !important; }

.style-markdown > p > img {
    max-width: 100%;
    margin: 2em auto;
    display: block;
}

.style-markdown > blockquote {
    padding: 1em;
    border-left: 0.25em #d6d9e0 solid;
    background-color: rgb(243, 244, 246);
    color: rgb(64, 70, 84);
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
HELPERS
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.est-max-12 { max-width: 12rem; }
.est-max-20 { max-width: 20rem; }
.est-max-30 { max-width: 30rem; }
@media (min-width:1024px) { .est-max-30-tablet { max-width: 30rem; } }
.est-20 { max-width: 20rem; }
.est-30 { width: 30rem; }
@media (max-width:1099px) { .est-20, .est-30 { max-width: 18rem; } }

.est-fusione-multiplie {
    mix-blend-mode: multiply;
}

.est-arrondie {
    border-radius: 50%;
}

@media (max-width:769px) { 
    .est-flex-direction-column-mobile {
        flex-direction: column;
    }
}

/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
PATCH
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    color: #495828;
}