/* a {
    color: inherit;
    font-weight: 600;   
}
a:hover {
    color: var(--e-global-color-primary);
} */
.image-grid{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.titregalerie{
              
font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
font-size: 27px;
margin-top: 5%;
}
.img-galerie{
object-fit: cover;
height: calc((1180px / 6) - 20px)!important;
    width: calc((1180px / 6) - 20px)!important;
}
h1,
.title-xl .elementor-heading-title {
    font-size: clamp(35px, 10px + 3vw, 50px);
    line-height: 1;
}
.title-xl span {
    margin-right: 10px;
}
.title-xl span:last-child {
    color: var(--e-global-color-primary);
}
.title-xl.span-marron span:last-child {
    color: var(--e-global-color-secondary);
}
h2,
.title-lg .elementor-heading-title {
    font-size: clamp(30px, 10px + 2vw, 38px) !important;
}

.elementor-button {
    font-family: var(--e-global-typography-secondary-font-family) !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 0 #5f3831 !important;
}
.elementor-button span {
    transform: translateY(2px);
}
#recherches-pop {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
#recherches-pop a {
    color: #bbb;
}
#recherches-pop a:hover {
    color: var(--e-global-color-primary);
}
#recherches-pop {
    display: none;
}

#comments .title-comments {
    display: none;
}

.commentrating .fa {
    font-size: 16px;
    margin: 0 5px;
    color: #ffcc00;
}

.comment-form-url {
    display: none;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-post__card .elementor-post__read-more {
    font-weight: 600 !important;
}
body:not(.elementor-editor-active) #header-content {
    clip-path: circle(0% at 50% 50%);
}
body:not(.elementor-editor-active) .title-xl,
body:not(.elementor-editor-active) .title-lg {
    display: inline-block;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
body:not(.elementor-editor-active) .appear-opacity {
    opacity: 0;
}
body:not(.elementor-editor-active).home .elementor-widget-flip-box {
    clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
}

/***********************
    FORMULAIRE
***********************/

.gform_wrapper input[type="text"] {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--e-global-color-primary);
    margin-bottom: 20px;
    background-color: transparent;
}
.gform_wrapper textarea {
    border: 2px solid var(--e-global-color-primary);
    background-color: transparent;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus {
    background-color: rgb(142 228 211 / 15%);
}
.gform_wrapper li.gfield > label {
    /* color: var(--e-global-color-secondary); */
    font-weight: normal;
    opacity: 0.8;
    position: relative;
    top: 5px;
}
.gform_wrapper .ginput_container_textarea {
    margin-top: 25px !important;
}
.gform_wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.gform_wrapper input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}

.gform_wrapper input[type="checkbox"] + label:before,
.gform_wrapper input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/* after */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    z-index: 0;
    border-radius: 2px;
}
/* before */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#commentform [type="button"],
#commentform [type="submit"],
#commentform button,
#gform_1 [type="button"],
#gform_1 [type="submit"],
#gform_1 button {
    padding: 10px 30px;
    font-size: 1.2rem;
    box-shadow: 0 4px 0 #5f3831 !important;
    border: none;
    font-size: 1.5rem;
}

#commentform [type="button"]:hover,
#commentform [type="submit"]:hover,
#commentform button:hover,
#gform_1 [type="button"]:hover,
#gform_1 [type="submit"]:hover,
#gform_1 button:hover {
    color: var(--e-global-color-text);
}

/*button[type="submit"] {
    background-color: var(--e-global-color-primary);
    color: white;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 1.3em;
    border: none;
    padding: 0.3em 1.5em;
    transition: 0.3s;
}
button[type="submit"]:hover {
    background-color: var(--e-global-color-secondary);
} */

/***********************
    TABLEAUX
***********************/
tr,
td {
    background-color: transparent !important;
}

/***********************
    SITEMAP
***********************/
.wsp-container h2 {
    margin-top: 20px;
}

.wsp-container li a,
.wsp-container strong {
    font-size: 1rem;
    padding-left: 10px;
}

.wsp-container li::marker {
    font-family: "Font Awesome 5 Free";
    content: "\f1ae";
    font-weight: 900;
}

/***********************
    GALERIE
***********************/
.galerie-dynamique-wrapper .slick-arrow {
    font-size: 0;
    background-color: transparent !important;
}
.mfp-gallery button {
    background-color: transparent !important;
    border: none;
    outline: none !important;
}
.mfp-arrow-left:after,
.mfp-arrow-next:after {
    bottom: 20px;
}

/***********************
    COOKIES BAR
***********************/
#cookie-notice .cookie-notice-container {
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
}
#cookie-notice .cookie-notice-container .cn-button {
    background-color: var(--e-global-color-secondary) !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--e-global-typography-primary-font-family) !important;
}
#cookie-notice .cookie-notice-container .cn-button:hover {
    background-color: black !important;
    color: inherit;
}
#cookie-notice .cookie-notice-container a {
    color: inherit;
    font-weight: bold;
}
#cookie-notice .cookie-notice-container a:hover {
    color: black;
}
/*#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    background-color: var(--e-global-color-accent);;
}*/

@media screen and (max-width: 1024px) {
.image-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
.image-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
}
