html, body{
    font-family: 'Open Sans', sans-serif;
}






/**********************************/
/************** AVIS **************/
/**********************************/

.background-primaire{
    background-color: #ffffff;
}

.background-secondaire{
    background-color: #0072C0;
}

.color-primaire{
    color : #0072C0;
}

.color-secondaire{
    color : #ffffff;
}

.logo-mailex{
    background-color: #0072C0;
}

.en-tete{
    font-weight: bold;
    font-size: 25px;
}

.border-presentation {
    background-color: #0072C0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
}

.size-09rem{
    font-size: 0.9rem !important;
}

.mailex-logo-text{
    width: 110px;
    margin-top: -7px;
    width: 81px;
    height: 25px;
    object-fit: cover;
}

.formulaire_ligne{
    border: none;
    border-bottom: 1px solid #3AA0DA;
    border-radius: 0;
    color: #0072C0;
}

.formulaire_ligne:focus{
    border: none;
    border-bottom: 2px solid #0072C0;
    border-radius: 0;
    box-shadow: none;
    color: #0072C0;
}

.formulaire_textarea{
    border: none;
    border-bottom: 1px solid #3AA0DA;
    border-right: 1px solid #3AA0DA;
    border-radius: 0px;
    color: rgb(0, 114, 192);
    border-bottom-right-radius: 5px;
}

.formulaire_textarea:focus{
    border: none;
    border-bottom: 2px solid #0072C0;
    border-right: 2px solid #0072C0;
    border-radius: 0;
    box-shadow: none;
    color: #0072C0;
    border-bottom-right-radius: 5px;
}

/* Scrollbar */
.formulaire_textarea::-webkit-scrollbar {
    width: .45rem;
}
.formulaire_textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0, 114, 192, .4);
    border-radius: 3px;
}
.formulaire_textarea::-webkit-scrollbar-track{
    background: transparent;
}


.formulaire_is_invalid{
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

.formulaire_is_valid{
    border: 1px solid #198754;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}

.formulaire_is_invalid_text{
    color: #dc3545;
    font-weight: bold;
}

.formulaire_is_valid_text{
    color: #198754;
    font-weight: bold;
}

/**********************************/
/************** SLIDER ************/
/**********************************/
.your-class h3{
    opacity: 0.8;
}

.your-class .slick-center div img{
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    color: #e67e22;
    opacity: 1 !important;
    transform: scale(1.4);
}

.your-class{
    padding: 20px 0;
}

.your-class div {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 0px;
    padding: 20px;
    position: relative;
    text-align: center;
}

/* .slick-slide{

     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
 }
 }
 .slick-slide div{


     -moz-transform: scale(1.00);
     -ms-transform: scale(1.00);
     -o-transform: scale(1.00);
     -webkit-transform: scale(1.00);

     opacity: 1;
     transform: scale(1.00);

 }

 .slick-current{
     background-color : #ffffff;


 }

 .slick-current img.opacity-50{
     opacity: 1!important;

     -moz-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -webkit-transform: scale(1.08);

     opacity: 1;
     transform: scale(1.08);

 }

 .your-class div{
     margin-right: 10px;
     margin-left: 10px;

 }
*/

/**********************************/
/************** FIN ************/
/**********************************/