.fr-callout[class*=" fr-fi-"]:before, .fr-callout[class^=fr-fi-]:before {
    margin: -0.5rem 0 0 -0.5rem;
}
.fr-callout{
    padding: 1em;
    margin-bottom: 1em;
}
.fr-callout__title{
    display: inline-block;
    font-size: 1rem;
    width: 80%;
}
.fr-breadcrumb {
    margin-bottom: 0.75rem;
}
.fr-grid-row--gutters, .fr-grid-row-md--gutters, .fr-grid-row-sm--gutters {
    margin: 0 -0.75rem 0 -0.75rem;
}
.comment-respond{
    padding: 1em;
}
.comment-respond input[type=submit]:hover{
    background-size: 0;
}
.comment-respond input[type=submit]{
    font-size: 1rem;
    color: unset;
}
#comments .comment-body {
    display: flex;
    position: relative;
}
#comments .comment-body .comment-author {
    max-width: 15%;
    flex: 1 0 auto;
    text-align: center;
    padding: .5em 0 .5em 0;
}
#comments .comment-body .comment-author .fn a {
    text-align: center;
}
#comments .comment-body .comment-content {
    margin-left: 15px;
}
#comments .comment-body .comment-content p{
    margin: revert;
}
#comments .comment-body .comment-content .reply{
    text-align: right;
}
#comments .comment-author img{
    display: block;
    margin: auto;
    width: auto;
}
#comments .comment-author a{
    word-break: break-word;
}
.nav-actu #next{
    text-align: right;
}
#resultatrecherche .fr-col-xl-12{
    height: 100%;
}
ul li, .fr-radio-group, .fr-checkbox-group{
    padding-bottom: 10px;
}
ul.menu{
    width: 100%;
    display: contents;
}
a{
    text-decoration: none;
}
.widget_siteorigin-panels-postloop article {
    box-shadow: 0px 0px 8px #00000059;
    padding: 15px;
    margin-bottom: 20px;
}
span.overlay{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: static;
}
.sow-carousel-thumbnail a{
    display:block;
    transition: all .35s ease;
}
p.entry-title{
    font-weight: bold;
}
.gallery img {
    max-width: 100%;
    width: auto;
}
.gallery a{
    background: 0;
}
.fr-radio-group span.wpcf7-list-item-label::before {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #161616, inset 0 0 0 12px #fff, inset 0 0 0 12px #000091;
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),inset 0 0 0 12px var(--background-default-grey),inset 0 0 0 12px var(--background-action-high-blue-france);
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-right: 0.5rem;
    position: absolute;
    width: 1.5rem;
    left: 0;
    cursor:pointer;
}
.fr-radio-group input[type=radio]:checked + span.wpcf7-list-item-label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),inset 0 0 0 6px var(--background-default-grey),inset 0 0 0 12px var(--background-action-high-blue-france);
}
form .fr-radio-group input[type=radio]{
    display: none;
}
form .fr-radio-group .fr-label{
    margin-left: 2rem;
}

.fr-checkbox-group span.wpcf7-list-item-label::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 1px #161616;
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey);
    content: "";
    display: block;
    height: 1.5rem;
    margin-right: 0.5rem;
    position: absolute;
    top: 12px;
    width: 1.5rem;
    cursor:pointer;
}
.fr-checkbox-group input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
    background-color: var(--background-active-blue-france);
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M10 15.17l9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/></svg>");
    background-image: var(--data-uri-svg);
}
form .fr-checkbox-group input[type=checkbox]{
    display: none;
}
form .fr-checkbox-group .wpcf7-list-item-label{
    margin-left: 2rem;
}
.wpcf7-list-item {
    margin:0;
}