.header_page, #share {
    display: none;
}

#douane {
    background: #3299ba;
    color: #fff;
}

#map_canvas {
    float: right;
    width: 50%;
}

#contact_map {
    background: url('../skins/img/contact_page.jpg') no-repeat left center;
    width: 50%;
    height: 750px;
    float: right;
}

#frmContact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 11px;
}

#frmContact h3, #frmContact h2 {
    color: #fff;
}

#frmContact h3 {
    margin: 1em 2em 0 0;
}

#frmContact .intituleDocument p {
    margin: 0 10px;
    font-size: 0.8em;
    @media (max-width: 1200px) {
        margin-bottom: 15px;
    }
}

#frmContact .intituleDocument input {
    margin: 0 10px;
    @media (max-width: 1200px) {
        margin: 0;
    }
}

#frmContact input, textarea, select {
    background: #fff;
    border: 2px solid white;
    color: #87a8b7;
    float: left;
    font: 400 0.9em / 1.25 'Muli';
    margin: 10px;
    padding: 3px;
    transition: box-shadow .2s linear;
    width: 250px;
    @media (max-width: 1200px) {
        width: 100%;
    }
}

#frmContact select {
    width: 260px !important;
    @media (max-width: 1200px) {
        width: 100% !important;
    }
}

#frmContact .datesExpi input {
    width: 210px !important;
    @media (max-width: 1200px) {
        width: 99% !important;
    }
}

#frmContact #douanes_UTC {
    width: 160px !important;
    @media (max-width: 1200px) {
        width: 100% !important;
    }
}

#frmContact input:focus, textarea:focus {
    box-shadow: 0 0 5px #c3b8b0;
}

#frmContact label.move {
    color: #ffffff;
    float: left;
    font: 400 0.9em / 1.25 'Muli';
    text-transform: uppercase;
    transition: all 0.2s linear;
    width: fit-content;
}

#frmContact label.clear {
    display: block;
    margin: 0 0 5px 17px;
}

#frmContact label.error {
    display: none !important;
}

#frmContact textarea {
    height: 120px;
    resize: none;
}

#frmContact textarea + label.move {
    margin: -162px 0 0 5px;
}

#frmContact textarea + label.active {
    color: #fff;
    transform: translateY(-30px);
}

#frmContact label {
    color: #fff;
    float: left;
    width: 90px;
}

label.droite {
    padding-right: 0.5em;
    text-align: right;
}

#cont_submit {
    background: #96c11f;
    border: 1px solid #e4e4e4 !important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 700 1em 'Muli';
    margin: 1em auto;
    padding: .6em 1em;
}

.req {
    color: red;
}

#frmContact input.error, #frmContact textarea.error {
    border-color: red;
}

#frmContact input[type*='checkbox'].error {
    box-shadow: 0px 0px 2px red, 0px 0px 2px red;
}

#formsend {
    background: #fff;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .25);
    color: #212c30;
    left: 50%;
    margin-left: -150px;
    padding: 25px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 250px;
    z-index: 99;
}

.grecaptcha-badge {
    width: 256px;
    height: 60px;
    position: fixed;
    visibility: visible !important;
    display: block !important;
    transition: right 0.3s ease 0s;
    bottom: 64px !important;
    right: -187px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}

.plainte {
    border: 1px solid #8ce0fb;
    display: block;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    #frmContact {
        clear: both;
        float: none;
        margin: 2em auto;
    }

    #contact iframe, #map_canvas {
        float: none;
        height: 300px !important;
        width: 100%;
    }

    #contact_map {
        display: none;
    }

    @media screen and (max-width: 767px) {
        #frmContact {
            padding: 0;
            width: 90%;
        }

        #frmContact h3 {
            float: none;
        }
    }
}

.accordion {
    position: relative;
    background-color: white;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 16px;
    border: solid 3px #106f8d;
    margin: 5px;
    width: 1150px;
    color: black;
    @media (max-width: 1200px) {
        width: 95%;
    }
}

.accordion.active, .accordion:hover {
    background-color: #106f8d;
    color: #BEDC6A;
    border: solid 3px white;
}

.panel {
    width: 1100px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    position: relative;
    top: -18px;
    border: white solid 2px;
    max-height: 0;
    @media (max-width: 1200px) {
        width: 90%;
    }
}

.panel-content {
    padding: 18px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    @media (max-width: 1200px) {
        flex-direction: column;
    }
}

#popupAlert {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
}

#popupAlert h3 {
    padding: 35px 60px;
    font-size: 2em;
    background: #106f8d;
    color: #fff;
}

.blocAlert {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.accordion::after {
    position: absolute;
    right: 25px;
    content: url(../skins/bo_img/fleche.svg);
    height: 25px;
    width: 25px;
    display: block;
    top: 15px;
    transform: rotate(0deg);
}

.accordion.active::after {
    transform: rotate(180deg);
}

.messageForm {
    display: flex !important;
}

.pulse {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite;
}

.input-group {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    @media (max-width: 1200px) {
        flex-direction: column;
        width: 100%;
    }
}

.intituleDocument {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    @media (max-width: 1200px) {
        width: 100%;
    }
}

.groupInput {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 510px;
    justify-content: center;
    align-items: center;
    @media (max-width: 1200px) {
        width: 100%;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

