body{
    background: white!important;
}
body.home img{
    max-width: 100%!important;
}
body img{
    max-height: 100%;
    max-width: 100%;
}
.container{
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
}
#masthead{
    /* padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid white; */
}
#masthead .site-logo{
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#masthead #site-navigation{
    margin: 0;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
#masthead #site-navigation .menu-item a{
    font-size: 1rem;
    color: white;
}
#masthead #site-navigation .menu-item a:hover{
    font-size: 1rem;
    color: white;
    text-decoration: none;
}
#masthead .site-contact-link{
    padding: .5rem 1.5rem;
    background-color: white;
    color: #222222;
    border: none;
    text-decoration: none;
    font-size: 1rem;
}
#masthead .site-contact-link:hover{
    background-color: #222222;
    color: white;
}
#main{
    padding: 0;
    margin: 0;
}
#main .entry-content > .elementor{
    max-width: none;
}
.img-100 img,
.img-300 img,
.img-520 img{
    height: 100%!important;
    object-fit: cover;
}
footer{
    background-color: #76B584;
    max-width: unset;
    margin: 0;
    width: 100%;
    min-width: 100%;
}
.entry-content{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
footer.entry-footer{
    margin-top: 0!important;
}
footer .container{
    justify-content: space-between;
}
footer .site-logo{
    margin: 0;
}
footer .footer-navigation-wrapper{
    flex-direction: column;
} 
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width{
    max-width: 100%!important;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before{
    height: 2px!important;
    width: calc(100% - 32px)!important;
    background-color: #FFF!important;
    left: 16px!important;
}
.form-row {
  margin-bottom: 1.5em;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-columns .form-group {
  flex: 1 1 45%;
  min-width: 150px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    background-color: transparent;
    outline: none!important;
    border: none;
    border-radius: 0;
    font-style: italic;
    border-bottom: 1px solid #E0E9D2;
}

textarea {
  min-height: 120px;
}

.form-row .wpcf7-submit, .form-row input[type=submit]:not(:hover):not(:active):not(.has-background){
  background-color: #222222;
  color: #fff;
  border: 2px solid #222222;
  font-size: 1rem;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-row .wpcf7-submit:hover, .form-row input[type=submit]:hover{
    color: #222222!important; 
    border-color: #222222;
    background-color: transparent;
}
input[type="submit"]:hover {
  background-color: #4f7c6c;
}
#header.is-fixed{
    position: fixed;
    top: 0;
    /* width: 100%; */
    background-color: #E0E9D2;
    z-index: 9999;
}
#header.is-fixed #borderer{
    border-color: #E0E9D2;
}
#header.is-fixed #borderer *{
    color: #222222;
}
#header.is-fixed #borderer *:hover{
    border-color: #222222;
}
#header.is-fixed #logo img{
    max-height: 50px;
}
#header #logo img{
    max-height: 75px;
}
@media only screen and (max-width: 768px){
    #header #logo img{
        max-height: 50px;
    }
}
#header.is-fixed .e--pointer-double-line .elementor-item:after,#header.is-fixed .e--pointer-double-line .elementor-item:before,#header.is-fixed .e--pointer-overline .elementor-item:after,#header.is-fixed .e--pointer-overline .elementor-item:before,#header.is-fixed .e--pointer-underline .elementor-item:after,#header.is-fixed .e--pointer-underline .elementor-item:before{
    background-color: #222222!important;
}
.cky-consent-container .cky-btn.cky-btn-accept{
    margin-top: .5rem;
}
#footer a span:hover, #footer-after a span:hover{
    text-decoration: underline;
}
#footer .elementor-social-icon{
    background-color: transparent;
    padding: 0;
    width: auto;
}
button.cky-show-desc-btn:not(:hover):not(:active){
    color: #76B584!important;
}
button.cky-show-desc-btn:hover{
    color: #76B584!important;
}
#img-karine img{
    max-width: 181px!important;
}
#logo-footer img{
    max-width: 200px!important;
}
#svg-ressources img{
    max-width: 400px!important;
}