@charset "UTF-8";
/*
* Theme Name: Association Les conquérants
* Theme URI: ttps://www.crea-m.fr/
* Author: Damien Albiser
* Author URI: https://www.crea-m.fr/
* Description: Association Les conquérants
* Version: 1.0
*/

/* FONTES ET VARIABLES DECLARATION #############################################"*/

:root {
    --blue-color: rgb(21, 110, 168);
    --fuschia-color: #b12e60;
    --gutter: 40px;
}

@font-face {
    font-family: "mate_scregular";
    src:
        url(fonts/matesc-regular-webfont.woff) format("woff2"),
        url(fonts/matesc-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "sansita_bold";
    src:
        url(fonts/sansita-bolditalic-webfont.woff) format("woff2"),
        url(fonts/sansita-bolditalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "lobster_bold";
    src:
        url(fonts/lobster_1.3-webfont.woff) format("woff2"),
        url(fonts/lobster_1.3-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

/* GLOBAL ELEMENT ##############################################################""*/
body,
html {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: rgb(46, 46, 46);
    min-height: 100vh;
    background-color: #ffffff;
    font-size: 1.2rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1,
h2,
h3 {
    margin: 20px 0;
}
h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 3rem;
    padding: 20px 0;
    @media (max-width: 768px) {
        font-size: 2rem;
    }
}
h2 {
    font-size: 2.4rem;
    padding: 20px 0;
    @media (max-width: 768px) {
        font-size: 1.8rem;
    }
}
h3 {
    font-size: 1.8rem;
    padding: 20px 0;
    @media (max-width: 768px) {
        font-size: 1.6rem;
    }
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/* FORMULAIRE ##########################################""*/
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

img,
svg {
    outline: none;
    border: none;
    height: auto;
    max-width: 100%;
}

li,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover,
ul {
    color: inherit;
}

section {
    padding: 80px 0;
}

.btn {
    padding: 1rem/4 1rem;
}

.btn_white {
    margin: 1rem;
    display: inline-block;
    padding: 1rem;
    border-radius: 16px 2px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.btn_white:focus,
.btn_white:hover {
    color: #fff;
    background-color: #38598e;
}

/* BANNER SECTION ###########################################*/

.banner_section {
    background: url(images/bg_section_pages_small.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media (min-width: 769px) {
    .banner_section {
        background: url(images/bg_section_pages.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

.banner_section .banner_section_container {
    text-align: center;
    color: white;
}
h1.banner_title {
    font-size: 5rem;
    margin: 0 0 20px 0;
}
@media (min-width: 768px) {
    h1.banner_title {
        font-size: 5rem;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 768px) {
    h1.banner_title {
        font-size: 2rem;
    }
}
.banner_logo {
    max-width: 100px;
    width: 20vh;
    max-width: 150px;
}
.banner_description {
    display: inline-block;
    color: white;
    margin: 0 0 40px 0;
    font-style: italic;
}

/* FOOTER #############################################*/

.footer a:active,
.footer a:focus,
.footer a:hover,
.footer button:active,
.footer button:focus,
.footer button:hover {
    border: none;
    outline: none;
}

.footer {
    font-size: 0.9rem;
    text-align: center;
    color: rgb(29, 29, 29);
    padding: 2rem 0 4rem;
    margin: 0;
    background-color: #ececec;
}

.footer a,
.footer button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    line-height: 1rem;
    display: inline;
}

@media (max-width: 767px) {
    .footer a,
    .footer button {
        border-radius: 3px;
        display: block;
        width: 100%;
        padding: 0.5rem 0;
        margin: 0.5rem 0;
        border: solid 1px #fff;
    }

    .footer a:active,
    .footer a:focus,
    .footer a:hover,
    .footer button:active,
    .footer button:focus,
    .footer button:hover {
        border: solid 1px #fff;
        outline: none;
    }
}

.footer li {
    display: inline-block;
}
.footer li:not(:first-child)::before {
    content: "|";
}
.footer li a,
.footer li a:not(:hover) {
    padding: 5px 8px;
    text-decoration: underline;
    transition: 0.3s ease;
}
.footer li a:hover,
.footer li a:active,
.footer li a:focus {
    font-weight: 700;
}

/* GENERALES CLASSES ##############################################*/

.content_container {
    margin: 40px 0 20px 0;
}

.inner {
    margin: 0 auto;
    max-width: 1140px;
    width: 90%;
}

img.alignleft {
    float: left;
    margin-right: 1rem;
}

img.alignright {
    float: right;
    margin-left: 1rem;
}

.googlemapsapi {
    width: 100%;
    border: solid 5px #333;
    padding: 32px 3rem 3rem !important;
    background-color: transparent;
    position: relative;
    z-index: 1 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.googlemapsapi:hover {
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}

@media (min-width: 768px) {
    .only_mobile_display {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .only_mobile_hidden {
        display: none;
        visibility: hidden;
    }
}

.videocontent {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 2rem 0;
}

.videocontent iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.video_legend {
    text-align: center;
    font-style: italic;
}

/* Décalage pour affichage du menu pour la première section hors page d'accueil */
section.first {
    padding-top: 140px;
}

div.wp-block-buttons {
    margin: 50px 0 0 0;
}

/* NAVIGATION - HEADER  ################################################*/

header.no-js-header {
    background-color: rgba(255, 255, 255, 0.98);
    color: #333;
}

/* GRANDS TERMINAUX */
@media (min-width: 1200px) {
    header.no-js-header,
    header:not(.no-js-header) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 2000;
    }

    header.no-js-header .logo,
    header:not(.no-js-header) .logo {
        padding: 0 0 0 20px;
        max-width: 70px;
    }

    header.no-js-header .navigation,
    header:not(.no-js-header) .navigation {
        -webkit-box-flex: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        -ms-flex-item-align: center;
        align-self: center;
    }

    header.no-js-header .navigation .hamburger,
    header:not(.no-js-header) .navigation .hamburger {
        display: none;
    }

    header.no-js-header .navigation .small-menu-content,
    header:not(.no-js-header) .navigation .small-menu-content {
        text-align: right;
    }

    header.no-js-header .navigation .small-menu-content ul,
    header:not(.no-js-header) .navigation .small-menu-content ul {
        list-style: none;
        padding: 0 1rem 0 0;
    }

    header.no-js-header .navigation .small-menu-content li,
    header:not(.no-js-header) .navigation .small-menu-content li {
        display: inline-block;
    }

    header.no-js-header .navigation .small-menu-content a,
    header:not(.no-js-header) .navigation .small-menu-content a {
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        color: #444;
        position: relative;
        padding: 1rem 0.5em;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        z-index: 0;
    }

    header.no-js-header .navigation .small-menu-content a:hover,
    header:not(.no-js-header) .navigation .small-menu-content a:hover {
        color: black;
    }

    header.no-js-header .navigation .small-menu-content a:hover::after,
    header.no-js-header .navigation .small-menu-content a:hover::before,
    header:not(.no-js-header) .navigation .small-menu-content a:hover::after,
    header:not(.no-js-header) .navigation .small-menu-content a:hover::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* Si javascript activé */
header:not(.no-js-header) {
    background-color: rgba(255, 255, 255, 0.98);
    color: #242424;
}

/* Pour petit écran */
@media (max-width: 1199px) {
    header:not(.no-js-header) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        position: fixed;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1200;
        width: 100%;
    }

    header:not(.no-js-header) .logo {
        position: relative;
        width: 60px;
        height: 60px;
        max-width: 60px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        padding: 10px;
    }

    header:not(.no-js-header) .navigation {
        flex-grow: 10;
        align-self: center;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    header:not(.no-js-header) .navigation button {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
    }

    header:not(.no-js-header) .navigation .hamburger {
        display: block;
        text-align: right;
        z-index: 2500;
        cursor: pointer;
        color: inherit;
        border: 0;
        min-height: 60px;
    }

    header:not(.no-js-header) .navigation .hamburger.active {
        position: relative;
        z-index: 1600;
    }

    header:not(.no-js-header) .navigation .hamburger-box {
        margin: 16px 0.5rem 0 0;
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    header:not(.no-js-header) .navigation .hamburger-inner,
    header:not(.no-js-header) .navigation .hamburger-inner::after,
    header:not(.no-js-header) .navigation .hamburger-inner::before {
        width: 40px;
        height: 4px;
        background-color: #666;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property:
            transform,
            -webkit-transform;
        transition-property:
            transform,
            -webkit-transform;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        display: block;
    }

    header:not(.no-js-header) .navigation .hamburger-inner {
        top: 50%;
    }

    header:not(.no-js-header) .navigation .hamburger-inner::after,
    header:not(.no-js-header) .navigation .hamburger-inner::before {
        content: "";
    }

    header:not(.no-js-header) .navigation .hamburger-inner::before {
        top: -10px;
    }

    header:not(.no-js-header) .navigation .hamburger-inner::after {
        bottom: -10px;
    }

    header:not(.no-js-header) .navigation .hamburger--elastic .hamburger-inner {
        top: 2px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    header:not(.no-js-header) .navigation .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        -webkit-transition: opacity 0.15s 0.4s ease;
        transition: opacity 0.15s 0.4s ease;
    }

    header:not(.no-js-header) .navigation .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition:
            transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
            -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition:
            transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
            -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    header:not(.no-js-header) .navigation .hamburger--elastic.active .hamburger-inner {
        -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
        transform: translate3d(0, 10px, 0) rotate(135deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    header:not(.no-js-header) .navigation .hamburger--elastic.active .hamburger-inner::before {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0;
    }

    header:not(.no-js-header) .navigation .hamburger--elastic.active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    header:not(.no-js-header) .navigation .small-menu-content {
        min-height: 0;
        height: 1px;
        padding: 0;
        overflow: hidden;
        transition: 0.5s ease;
        transform: translateX(150%);
        z-index: 1000;
    }

    header:not(.no-js-header) .navigation .small-menu-content ul {
        position: relative;
        width: 100%;
        margin: 0;
        height: 1px;
        padding: 0 1rem;
        list-style: none;
        text-align: center;
    }

    header:not(.no-js-header) .navigation .small-menu-content li {
        margin: 0;
        padding: 0;
    }

    header:not(.no-js-header) .navigation .small-menu-content a {
        display: block;
        border: solid 1px #fff;
        margin: 1rem/3 0;
        padding: 0.5rem 0;
        width: 100%;
        color: inherit;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    header:not(.no-js-header) .navigation .small-menu-content.visible {
        position: relative;
        overflow: auto;
        transform: translateX(-30px);
        min-height: 100vh;
    }

    header.no-js-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        z-index: 2000;
        background-color: #333;
    }

    header.no-js-header .logo {
        display: block;
        margin: 1rem auto;
        width: 40px;
    }

    header.no-js-header .navigation .hamburger {
        display: none;
        visibility: hidden;
    }

    header.no-js-header .navigation .small-menu-content ul {
        padding: 0 1rem;
    }

    header.no-js-header .navigation .small-menu-content li {
        display: block;
        margin: 0.5rem;
    }

    header.no-js-header .navigation .small-menu-content a {
        display: block;
        text-align: center;
        width: 100%;
        border: solid 1px #fff;
        padding: 1rem/4;
    }
}

/* MODAL - MENTIONS LEGALES #################################"""*/

.modal_box {
    display: block;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: #000;
    background-color: rgba(31, 31, 31, 0.74);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
}

.modal_box .modal-content {
    background-color: #fefefe;
    color: #000;
    margin: 80px auto;
    padding: 20px;
    width: 90%;
    max-width: 700px;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 1s ease 0.5s;
    transition: 1s ease 0.5s;
    overflow: hidden;
    box-shadow: 0 3px 6px #000;
}

.modal_box .modal-content h2 {
    margin: 0;
    padding: 4rem 0 0;
}

.modal_box.visible_modal {
    opacity: 1;
    height: 100%;
    overflow: auto;
}

.modal_box.visible_modal .modal-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.close-modal {
    color: #fff;
    margin: 2rem auto;
    border: solid 1px #000;
    background-color: #000;
    font-weight: 700;
}

.close-modal:focus,
.close-modal:hover {
    text-decoration: none;
    cursor: pointer;
}

/* HOME ################################################################################*/

.intro_container > h1 {
    text-align: center !important;
}

/*ADHÉSION */
.adhesion_container {
    background: url("images/bg_section.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
.adhesion_container h2 {
    text-align: center;
}

/* FAITES UN DON */
.donation_container {
    background: url("images/bg_section_2.jpg") left bottom no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.donation_container h2 {
    color: white;
}

/* ACTIONS */
.actions_container {
    background: rgb(27, 26, 26);
    background: url("images/bg_section_3.jpg") left bottom no-repeat;
    background-size: cover;
    color: white;
}
.actions_container h2 {
    text-align: center;
}
.actions_grid {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 20px;
}
@media (max-width: 768px) {
    .thumbnail,
    h3 {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .actions_grid {
        display: grid;
        grid-template-columns: 200px auto;
        column-gap: 20px;
    }
    .thumbnail img {
        transform-origin: bottom right;
        transform: rotate(-5deg);
    }
}

.suggestion_container h2 {
    text-align: center;
}

/* AUTRES PAGES */

.page_container h1 {
    text-align: center;
}

/*FORMULAIRE CONTACT FORM################################################################################################*/

.wpcf7-form.init {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form label {
    display: block;
    min-width: calc(100% + 10px);
}

.wpcf7-form input[type="submit"] {
    max-width: 300px;
    display: inline;
    width: auto;
    background: #333;
    padding: 12px 30px;
    border: none;
    outline: none;
    color: white;
    border-radius: 4px;
    transition: 0.3s ease;
}
.wpcf7-form input[type="submit"]:hover {
    background: var(--fuschia-color);
    color: white;
    box-shadow: 0 2px 4px #999;
}

/* PAGE MEMBRE, TEMOIGNAGE & CONTACT ###########################################################""*/

.temoignage_container,
.membre_container,
.page_container {
    background: rgb(19, 65, 109) url("images/bg_section_pages_small.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    min-height: calc(100vh - 200px);
}
@media (min-width: 769px) {
    .temoignage_container,
    .membre_container,
    .page_container {
        background: rgb(19, 65, 109) url("images/bg_section_pages.jpg") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        color: white;
    }
}

/* Section gallerie page accueil */

.gallery_home_container,
.gallery_home_content,
.envira-gallery-wrap,
.wp-block-envira-envira-gallery,
.envira-gallery-wrap,
.envira-gallery-theme-base,
.envira-lightbox-theme-base {
    margin: 0;
    padding: 0;
}
.gallery_home_container {
    margin-top: 20px;
}

.gallery_home_container img {
    filter: grayscale(100%) brightness(140%) contrast(130%);
    transition: 0.3s ease;
}
.gallery_home_container img:hover {
    filter: grayscale(10%) brightness(100%) contrast(130%);
}
