.oxy-header-row .oxy-header-container {
    padding: 0 !important;
}

html{
    -webkit-scroll-behavior:smooth;
    scroll-behavior:smooth;
}

#_header-2-16.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
    z-index: 4 !important;
}

.nos_services_full_container section:last-child {
    border: none !important;
}


/* Gutenberg */

.gutenberg_container h2 {
    font-family: 'Montserrat';
    font-size: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gutenberg_container h2:not(:first-child) {
    margin-top: 70px;
}

.gutenberg_container figure{
    margin: 0 !important;
}

.gutenberg_container ul{
    padding-left: 15px ;
}

.gutenberg_container ul li::marker{
    color: #4AB297 !important;
}

/*           
    ** Bitform **
*/

.contact_form input, .contact_form select, .contact_form textarea {
    border-radius: 0 !important;
    border: none !important;
    background-color: white;
    min-height: 45px !important;
    padding-left: 20px !important;
}

.contact_form select {
    -webkit-appearance: none; /* Pour désactiver l'apparence native du select sur WebKit */
    -moz-appearance: none; /* Pour désactiver l'apparence native du select sur Firefox */
    appearance: none; 
    position: relative;
    color: #999999 !important;
    background-image: url('/wp-content/uploads/2023/05/arrow.svg');
    cursor: pointer;
}

.contact_form .btcd-fld-itm.b1-6 ::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    z-index: 999999;
    right: 25px;
    top: 23px;
    -webkit-mask: url('/wp-content/uploads/2023/05/arrow.svg') no-repeat 50% 50%;
    background-color: var(--color_noir2);
    background-size: contain;
    transform: rotate(90deg);
}

.contact_form textarea {
    resize: none;
}

.contact_form input::placeholder,
.contact_form select::placeholder,
.contact_form textarea::placeholder{

    color:#999999 !important;
    opacity: 1;
}

.contact_form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/wp-content/uploads/2023/06/chevron-down-solid.svg);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding-right: 20px; 
    background-size: 16px;
}

/* Checkbox */

.contact_form input[type="checkbox"] + label {
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_form input[type="checkbox"] + label span:first-child {
    border-radius: 0;
    background-color: white;
    border: 1px solid #d6d6d6 !important;
    margin-top: 3px;
    margin-right: 15px;
}

.contact_form input[type="checkbox"]:checked + label span:first-child {
    background: #4AB297;
}

.contact_form input[type="checkbox"] + label span:last-child {
    flex: 1;
    font-size: 0.9rem;
}

/*  Bitform bouton submit */

.contact_form button {
    padding: 15px 35px !important;
    text-transform: uppercase;
    font-size: 1rem!important;
    position: relative!important;
    transition-duration: 0.4s!important;
    overflow: hidden!important;
    color: #ffffff!important;
    background-color:#4AB297;
    border-radius: 0 !important;
    box-shadow: none;
    font-weight: 500 !important;
    line-height: inherit !important;
    margin-top: 25px !important; 
    border: 2px solid #4AB297;
}

.contact_form button:hover {
    background-color: #f4f4f4!important;
    border: 2px solid #4AB297;
    color: #4AB297 !important;
}


@media screen and (max-width:1300px) {
    body, html{
        margin-top: 0px !important;
    }
}