body{margin:0;overflow-x:hidden;}
#recherches-pop { background-color: #000; padding: 10px 0; text-align: center;color: #fff;}
/*#recherches-pop a{color: #bbb;}
#recherches-pop a:hover {color: #97bf0d;}*/
.elementor-nav-menu--dropdown{width:100% !important; left:0 !important;}
#comments .title-comments {display: none;}
.fa-star{color:#f8e81f;}
.commentrating .fa{font-size:16px;margin: 0 5px;color:#ffcc00}

.comment-form-url {display: none;}

.gform_wrapper .gfield_checkbox li input[type=checkbox] {
    opacity: 0;
    position: absolute;  
}
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label{
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;   
    line-height: 22px; 
    font-weight:400 !important;
    max-width:100%;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
.gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after{
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #24C0EB;
    background-color: #24C0EB;
    z-index: 0;
    border-radius: 2px;
}
/* before */
.gform_wrapper .gfield_checkbox li 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 .gfield_checkbox li 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%;
}

.gform_wrapper form ul {
     font-size: 16px;
     display: flex !important;
     flex-wrap: wrap;
     justify-content: space-between;
     list-style-type: none;
     padding: 0 !important;
     margin: 0 !important;
}
.gform_wrapper form ul li {
     padding: 0;
     text-indent: 0;
     position: relative;
     margin: 0 !important;
     margin-bottom: 30px !important;
     font-size: 1em;
     width: 100%;
}
.gform_wrapper form ul li.w50 {
     width: calc(50% - 25px);
}
 @media (max-width: 767px) {
    .gform_wrapper form ul li.w50 {
         width: 100%;
    }
}
.gform_wrapper form ul li label {
     font-size: 17px;
     font-weight: 600;
     letter-spacing: 0.025em;
     color: #2C2C2C;
     position: absolute;
     top: 32px;
     left: 25px;
     transition: all 0.3s ease;
}
.gform_wrapper form ul li label.focused {
     font-size: 13px;
     top: 15px;
     color: #24C0EB;
}
.gform_wrapper form ul li input, .gform_wrapper form ul li textarea {
     width: 100%;
     border: 1px solid #d0d5d9;
     padding: 25px !important;
     transition: all 0.2s ease;
     font-size: 17px;
     line-height: 1.3em !important;
     letter-spacing: 0.025em;
     color: #2C2C2C;
}
.gform_wrapper form ul li input:focus, .gform_wrapper form ul li textarea:focus {
     outline: none;
     border-color: #24C0EB;
}
.gform_wrapper form ul li textarea {
     height: 100px;
     resize: none;
}
.gform_wrapper form ul li.gfield_error input, .gform_wrapper form ul li.gfield_error textarea {
     border-color: red;
}
.gform_wrapper form ul li.gfield_error .gfield_description {
     font-size: 14px;
     margin-top: 5px;
     color: red;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{
    max-width:100%;
}
.gform_wrapper form ul li#field_1_9 label{
    top:0;
    left:0;
    height:auto;
}
.gform_wrapper form ul li#field_1_6,
.gform_wrapper form ul li#field_1_9{
    margin:0 !important;
}

.pdfemb-viewer{
    margin:0 auto 20px !important;
}


@media screen and (max-width: 1024px) {
	
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
	
}