/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #ef6603;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffecde;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #ef6603;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: var(--bs-border-radius);
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
    border-radius: var(--bs-border-radius);
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #ef6603 !important;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #444444 !important;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact .info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 20px 0 30px 0;
}

.contact .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--color-primary);
    border-radius: 50%;
    border: 2px dotted #ef6603;
}

.contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.contact .php-email-form .form-group {
    padding-bottom: 20px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form button[type=submit] {
    background: #feb900;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

.candidat {
    padding: 0 !important;
}

.switch-box {
    height: 20px !important;
    width: 40px !important;
    border-radius: 1em !important;
    margin-right: 5px !important;
}


.form-check-input:checked {
    background-color: #ef6603 !important;
    border-color: #ef6603 !important;
    border-radius: var(--bs-border-radius) !important;
}

.form-control {
    border: 1px solid #ef6603 !important;
}

.form-switch .form-check-input {
    border-radius: var(--bs-border-radius) !important;
}

@media (max-width: 700px) {
    .switch-box {
        width: 25px !important;
        height: 42px !important;
    }
}


.custom-file-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-file-input input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.custom-file-label {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ef6603;
    border-radius: 0.25rem;
    background-color: #f8f9fa;
    cursor: pointer;
    text-align: center;
}
.custom-file-label::after {
    content: 'Choisir un fichier';
    display: block;
    font-weight: 500;
    color: #444444;
}
.custom-file-input:hover .custom-file-label {
    background-color: #e2e6ea;
}


.drop-pad {
    padding: .547rem .75rem;
}

.acceptance-checkbox {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.acceptance-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    cursor: pointer;
}
.acceptance-checkbox label {
    margin: 0;
}


.encart {
    background-color: #444444; 
    color: white; 
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.encart .icon {
    font-size: 24px;
    margin-right: 10px;
}
.encart .text {
    flex: 1;
}
.encart .button {
    background-color: white;
    color: #ff6600;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
}
.encart .button:hover {
    background-color: #e5e5e5;
}
.encart .button .arrow {
    margin-left: 5px;
}

section#contact {
    padding: 35px 0;
    overflow: hidden;
}