@charset "UTF-8";

/* Parametre
=======================================*/

html {}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFFFF;
    color: #4B4E52;
    width: 100% !important;
    height: 100% !important;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
}


/*couleur du lien*/

a {
    color: #595959;
}

footer a {
    color: #ffffff;
}


/*style du lien flotte*/

a:hover {
    color: #5AA72C;
    text-decoration: none;
}

a:focus,
:focus-visible {
    outline: none!important;
}


/*style du lien active*/

a:active {
    color: white;
}

input:focus,
textarea:focus {
    outline: none;
}


/* fonts style */

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url('../../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url('../../fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url('../../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    src: url('../../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url('../../fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'segoescb';
    src: url('../../fonts/segoesc.ttf') format('truetype');
}

.font_seg {
    font-family: 'segoescb', sans-serif;
}

h1,
.h1 {
    color: #5AA72C;
    font-size: 30px;
    font-weight: 700;
}

h2,
.h2 {
    color: #5AA72C;
    font-size: 24px;
    font-weight: 700;
}

h3,
.h3 {
    color: #5AA72C;
    font-size: 16px;
    font-weight: 700;
}

h4,
.h4 {
    color: #5AA72C;
    font-size: 14px;
    font-weight: 700;
}

h5,
.h5 {
    color: #5AA72C;
    font-size: 12px;
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

P,
.p {
    color: #4B4E52;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}

.card p {
    text-align: left!important;
}

span {
    line-height: 1em;
}

textarea {
    font-size: 14px;
}

label {
    font-size: 14px;
    font-weight: 400;
    color: #4B4E52!important;
}

input,
select,
option {
    font-size: 14px!important;
    font-weight: 400!important;
    color: #4B4E52!important;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #595959 !important;
}


/* omit texts if the text exceeds three lines */
.textOVerFlow {
	height: 54px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}


/* changement Bootstrap
=======================================*/

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-sm-3,
.col-sm-4,
.col-sm-7,
.col-sm-8,
.col-sm-5,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.container-fluid {
    margin: 0;
    padding: 0;
}

.modal-header,
.modal-footer {
    border-top: none;
    border-bottom: none;
}


/* l'espace pour mettre les icon eye */

.input_pr30 {
    padding-right: 30px;
}

.img_eye {
    margin-top: -24px;
    float: right;
    margin-right: 15px;
    /* width: 20px; */
    /* border: none; */
    /* height: 20px; */
    /* display: block; */
}

.img_eye2 {
    margin-top: -23px;
    float: right;
    margin-right: 8px;
}


/* outils display
=======================================*/

.hidden {
    display: none!important;
    /* background-color: #38AEFF; */
}


/* outils button lien
=======================================*/

button a {
    text-decoration: none;
    color: #ffffff;
}

button a :hover {
    text-decoration: none;
    color: #ffffff;
}

.btn {
    font-size: 14px;
    padding: 0;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}


/* width utilisé souvent */

.w200 {
    width: 200px;
}

.w70 {
    width: 70%!important;
}

.w15 {
    width: 15%!important;
}

.w70px {
    width: 70px!important;
    max-width: 70px!important;
}

.lh40 {
    line-height: 40px;
    /* vertical-align: middle;
    display: inline-block; */
}

.lh39 {
    line-height: 39px;
}


/* padding utilisé souvent*/

.pl15 {
    padding-left: 15px;
}

.mgb-20 {
    /* padding-bottom: 100px; */
}

@media (min-width: 768px) {
    .pr-24 {
        padding-right: 24px;
    }
}


/* button de couleur gooddej */

.gooddej_button,
.button_retourn:hover,
.button_retourn:active {
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    height: 40px;
    color: #FFFFFF !important;
    background: #5AA72C;
}


/* l'effet hover  */

.button_retourn,
.gooddej_button:hover,
.gooddej_button:active {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #5AA72C;
    border-radius: 8px;
    height: 40px;
    color: #5AA72C !important;
    background: #FFFFFF;
    -webkit-background-clip: text;
    /* border: none!important; */
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}


/* outils colors
=======================================*/


/* 4 main colors */

.c_1 {
    color: #5AA72C;
}

.c_2 {
    color: #4B4E52;
}

.c_3 {
    color: #FFFFFF;
}

.c_4 {
    color: #AFD588;
}

.c_5 {
    color: #5F9C39;
}


/* gooddej */

.c_7 {
    /* background: linear-gradient(to right, #7E69FB, #9ADAF8); */
    -webkit-background-clip: text;
    color: transparent;
}


/*Background color : Linear Gradient*/

.login_google {
    background: #4B4E52;
    box-shadow: 0px 20px 50px rgba(90, 167, 44, 0.15);
}

.login_facebook {
    background: #4B4E52;
    box-shadow: 0px 20px 50px rgba(90, 167, 44, 0.15);
}

/* .cbg_godj {
    background: linear-gradient(224.11deg, #9ADAF8 12.75%, #7E68FB 78.79%);
} */


/* outils font size
=======================================*/

.fsize_36 {
    font-size: 36px;
}

.fsize_30 {
    font-size: 30px;
}

.fsize_24 {
    font-size: 24px;
}

.fsize_20 {
    font-size: 20px;
}

.fsize_18 {
    font-size: 18px;
}

.fsize_16 {
    font-size: 16px;
}

.fsize_14 {
    font-size: 14px;
}

.fsize_12 {
    font-size: 12px;
}

.fsize_10 {
    font-size: 10px;
}


/* outils front weight
=======================================*/


/* Light */

.fW_3 {
    font-weight: 300;
}


/* Regular */

.fW_4 {
    font-weight: 400;
}


/* Medium */

.fW_5 {
    font-weight: 500;
}


/* Semi-bold */

.fW_6 {
    font-weight: 600;
}


/* Bold */

.fW_7 {
    font-weight: 700;
}


/* Extra bold */

.fW_8 {
    font-weight: 800;
}


/* Black */

.fW_9 {
    font-weight: 900;
}


/* outils line height
=======================================*/

.lineh_26 {
    line-height: 26px;
}

.letter_spacing_02 {
    letter-spacing: 0.2px;
}

.unbreak_text{
    white-space: nowrap;
}

/* outils margin
=======================================*/

.mg_rl {
    margin: 0 11%;
}


/* order des couches
=======================================*/

.z_0 {
    position: fixed;
    z-index: 0;
}

.z_1 {
    position: relative;
    z-index: 1;
}

.za_0 {
    position: absolute;
    z-index: 0;
}