#recherches-pop { background-color: #000; text-align: center;color: white;}
#recherches-pop a{display: inline-block; color: #bbb; padding: 10px 0; }
#recherches-pop a:hover {color: white;}

#comments .title-comments {display: none;}

.commentrating .fas, .commentrating .far, p.comment-rating .fas, p.comment-rating .far {font-size:16px;margin: 0 2px;color:#ffcc00}

.comment-form-url {display: none;}

.gform_wrapper input, .gform_wrapper textarea {
    border: none;
    border-left: 2px solid #009fe3;
    background-color: rgba(25, 25, 25, 0.02);
}

.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: .2s;
    transition: .2s;
}
/* after */
.gform_wrapper input[type=checkbox]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
    border-radius: 50%;
}
.gform_wrapper input[type=checkbox]:checked + label:after{
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #97bf0d;
    background-color: #97bf0d;
    z-index: 0;
    border-radius: 50%;
}
/* 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 {
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
    border-radius: 0;
    padding: 10px 15px;
    background: #97bf0d;
}

#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 {
	background: #d44329;
    border-radius: 0;
}

#commentform a, #gform_1 a {
	color: #ffffff;
} */

/* Barre cookie */
#cookie-notice {
    box-shadow: 0 -1px 8px rgba(65, 65, 65, 0.25);
}
#cookie-notice .cookie-notice-container a#cn-accept-cookie {
    padding: 10px 8px;
    margin: 0;
    margin-left: 8px;
    color: #000;
    border: none;
    border-radius: 6px;
    background-color: #fff;
    background-image: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
#cookie-notice .cookie-notice-container a#cn-accept-cookie:hover {
    color: #fff;
    background-color: #000;
}
#cookie-notice .cookie-notice-container span.cn-text-container a {
    color: black;
}
#cookie-notice .cookie-notice-container span.cn-text-container a:hover {
    color: white;
}
#cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: #282828;
}
/* Fin Barre cookie */

/* Table */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #eee;
}

/* ul et ol - margin bottom */
.elementor-location-single ul, .elementor-location-single ol, .elementor-text-editor ul, .elementor-text-editor ol {
    margin-bottom: 1.5em;
}

/* Animation */
#animation-cycle, #animation-cycle-mobile{
    position:absolute; 
    width:11.5%; 
    animation: logoanimate 7.5s infinite; 
    right: -5%;
    top: 35%;
    transform: rotate(40deg);
}
@keyframes logoanimate {
    0%{
        right: -5%;
        top: 35%;
        transform: rotate(40deg);
    }
    7%{
        right: 3%;
        top: 18%;
        transform: rotate(35deg);
    }
    13%{
        right: 8%;
        top: 14%;
        transform: rotate(8deg);
    }
    20%{
        right: 17%;
        top: 14%;
        transform: rotate(-18deg);
    }
    27%{
        right: 21%;
        top: 14%;
        transform: rotate(20deg);
    }
    40%{
        right: 33%;
        top: -4%;
        transform: rotate(29deg);
    }
    47%{
        right: 35%;
        top: -8%;
        transform: rotate(37deg);
    }
    54%{
        right: 40%;
        top: -17%;
        transform: rotate(33deg);
    }
    60%{
        right: 45%;
        top: -22%;
        transform: rotate(-5deg);
    }
    67%{
        right: 48%;
        top: -20%;
        transform: rotate(-15deg);
    }
    70%{
        right: 57%;
        top: -7%;
        transform: rotate(-31deg);
    }
    74%{
        right: 70%;
        top: 17%;
        transform: rotate(-35deg);
    }
    87%{
        right: 75%;
        top: 27%;
        transform: rotate(7deg);
    }
    94%{
        right: 84%;
        top: 32%;
        transform: rotate(-21deg);
    }
    100%{
        right: 90%;
        top: 40%;
        transform: rotate(-25deg);
    }
}


@media screen and (max-width: 1024px) {
	
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
	
}