
/*body {
    font-family: 'Comfortaa', cursive;
}*/


/******************************************************************************************************************|
                                                     Banniere                                                  **|
*******************************************************************************************************************/


.wrapper-page-interne {
    padding: 40px 0;
}

.wrap-page-interne {
    align-items: unset;
}

.left-contact {
    width: 67.949%;
}

.wrap-left-contact {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin: 0 30px 0 0;
    padding: 50px 50px 45px;
    border-radius: 10px;
}

.section-title.interne {
    margin-bottom: 20px;
}

.sub-title {
    color: #303d72;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 4px;
    text-align: center;
}

.sub-title span {
    position: relative;
}

.main-title {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 0;
    text-align: center;
    color: #032e42;
    font-weight: 700;
}

.sub-title span:before, .sub-title span:after {
    width: 30px;
    background: #303d72;
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    left: -45px;
}

.sub-title span:after {
    left: unset;
    right: -45px;
}

form.contact-form {}


.contact-form ::placeholder {
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    text-transform: capitalize;
}

.wrap-field.middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrap-field {
    position: relative;
}

.input-field {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
}

.full-line .input-field {
    width: 100%;
}

.wrap-field input, 
.wrap-field textarea, 
.wrap-field select {
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    padding-right: 50px;
    border: 1px solid #f4f4f4;
    color: #363636;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.wrap-field textarea {
    min-height: 100px;
    height: 168px;
    resize: none;
}

.input-field i {
    margin-top: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 20px;
    color: #b7b7b7;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
}

.wrap-field.btn-div {
    position: relative;
    display: flex;
}

.btn.btn-connexion {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 35px;
    color: #fff;
    background-color: #01b88e;
    display: flex;
    width: auto;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
font-family: 'Comfortaa';}

.btn.btn-connexion:hover {
    color: #fff;
    background-color: #1271e5;
}

.message-erreur::before {
    display: block;

    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

.message-erreur-connexion {
    padding: 15px;
    background: #ffcd83;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.message-erreur-connexion::before {
    display: none;
}

.message-erreur-connexion:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f39c1b;
}







.right-contact {
    width: 32.01%;
}

.wrap-right-contact {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: relative;
}

.top-right-contact {
    width: 100%;
    text-align: center;
    padding: 25px 30px 21px;
    background-color: #01b88e;
    border-radius: 10px 10px 0 0;
}

.top-right-contact h2 {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.middle-right-contact {}

.wrap-middle-right-contact {}

.item-info-contact {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e7e7e7;
    padding: 35px 40px 25px;
    display: flex;
}

.icon-info-contact {
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 8%);
    margin-right: 23px;
    border-radius: 100%;
    font-size: 23px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01b88e;
}

.infobox-content-holder {width: calc(100% - 93px);}

.infobox-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -8px;
    margin-bottom: 5px;
    color: #010b39;
}

.infobox-content {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
    color: #676767;
}


.bottom-right-contact {
    padding: 30px;
}

.wrap-bottom-right-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-bottom-right-contact a {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1px;
}

.wrap-bottom-right-contact a i {
    color: #fff;
}