/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 mars 2021, 11:09:32
    Author     : OUHIB.Wissam
*/

/*************** GENERAL **************************************/

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.btn, .ui-button, button { 

    background: /*#fca604*/ transparent;
    background-color: transparent !important;
    line-height: 45px ;
    padding: 0.5em 0.5em 0.5em 0.5em !important; 
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: white !important;
    border-radius: 12px !important;
    text-decoration:none !important; 
    text-align: center;
    border: 3px solid /*#fca604*/#E5A762 !important;
    width: max-content !important;
    cursor: pointer;

}
.btn:hover, .ui-button:hover, button:hover { 

    background-color:#E5A762 !important;
    color: /*#fca604*//*#ff6c00*/white !important;
    transition: 0.5s;
    border: 3px solid #fca604;
    box-shadow: none !important;
}

.ui-fileupload-choose {
    background-color: /*#969696*/ /*#0088cc*/#2f5cac !important;
    border: 3px solid /*#0088cc*/#2f5cac !important;
    width: 180px;
    padding: 4px 0px 4px 0px !important;
    font-size: 15px;
    display: inline-block !important;
}

.ui-fileupload-choose:hover {
    background-color: /*#ababab*/ white !important;
    color: /*#0088cc*/#2f5cac !important;
}

.ui-fileupload-content {
    border-top: none !important;
}

.ui-fileupload-buttonbar {
    width: 180px;
}

.ui-fileupload-buttonbar .ui-button .ui-button-text {
    display: inline-block !important;
}

.btn_elem {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    min-width: 150px;
    text-transform: initial;
}

.containerAR_style .btn_elem {
    font-size: 17px !important;
}

.visibility_yes {
    visibility: visible !important;
    opacity: 1 !important;
}

.visibility_no {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: visibility 0s, opacity 0.5s linear !important;
}

/****************************************************************/

/*************************** SECTION BANNIERE ************************/

.banniere_conteneur {
    position: relative;
}

.filtre_droite:after, .filtre_gauche:after {
    position: absolute;
    z-index: 1;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
}

.filtre_droite:after {
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.9) 100%);
}

.filtre_gauche:after {
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.9) 100%);
}

.banniere_photo {
    height: 42vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.banniere_texte {
    position: absolute;
    z-index: 2;
    color: white;
    width: 40%;
    margin-top: 11vw;
    text-shadow: 0px 5px 5px black;
}

.filtre_droite .banniere_texte {
    right: 0;
}

.banniereAR .banniere_texte {
    margin-right: 3vw;
}

.banniereFR .banniere_texte {
    margin-left: 3vw;
}

.banniere_texte h1 {
    font-size: 3.6vw;
    margin-bottom: 1vw;
}

.banniereAR .banniere_texte h1 {
    font-size: 3.8vw;
}

.banniere_texte p {
    font-size: 1.55vw;
    line-height: 2vw;
    text-align: justify;
    width: 90%;
}

.banniereAR .banniere_texte p {
    font-size: 1.75vw;
    line-height: 3vw;
}

.gras {
    font-weight: 700;
}

.couleur {
    color:#ff6c00;
}

.couleur2 {
    color:#2f5cac;
}

/****************************************************************/

/*************************** SECTION TEXTE ************************/

.section_texte {
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
}

.texte_1 {
    color: #666;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    /*    margin-left: 20vw;
        margin-right: 20vw;*/
}

.texte_2 {
    padding-right: 8vw;
    padding-left: 8vw;
    line-height: 30px !important;
}

.texte_3 {
    color: #2f5cac;
    font-size: 24px;
}

.texte_4 {
    text-align: justify;
}

.texte_ar {
    letter-spacing: 1px;
}

.texte_sous_section_bleue {
    padding-top: 3%;
    padding-bottom: 3%;
}

.texte_sous_section_bleue p, .texte_sous_banniere p  {
    font-size: 24px !important;
}

.texte_sous_banniere {
    padding-top: 6% !important;
}


.couleur_elec {
    color: /*#f69123*/#ff6c00;
}

.couleur_gaz {
    color: /*#0088cc*/#2f5cac;
}

.rowAR {
       margin-right: 10%; 
}

.texte_formulaire {
    color:#666666;
    font-size: 18px;
    margin-bottom: 2em;
}

/******************************************************************/

/*************** SECTION ELEMENTS VERTICAUX ***************************************/

.elem_vertical {
    transform: scale(1);
    transition: 0.5s;
    box-shadow: 3px 3px 10px #cccccc;
}

.elem_vertical:hover {
    transform: scale(1.03);
}

/****************************************************************/

/*************** SECTION ELEMENTS HORIZONTAUX ***************************************/

.section_elems_horizontaux {
    background: linear-gradient(to top, transparent, transparent 20%, #eee 20%, #eee 80%, transparent 80%, transparent 100%);
}

.container_elems_horizontaux  {
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #004d40;
    text-align: -webkit-center;
    padding-top: 3%;
    padding-bottom: 5%;
    /*    padding-left: 13vw;
        padding-right: 13vw;*/
}

.elem_horizontal {
    display: grid;
    height: auto;
    grid-gap: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    background: white;
    margin-top: 1.5rem;
    margin-bottom: 0;
    box-shadow: 3px 3px 10px #ddd;
    border-radius: 5px;
}

.vertical_align_helper {
    display: inline-block;
    vertical-align: middle;
}

.elem_img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.containerFR_style .elem_img, .containerAR_style .style_inverse .elem_img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.containerAR_style .elem_img, .containerFR_style .style_inverse .elem_img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.area_title {
    color: #666;
    font-size: 22px;
    text-transform: initial;
    margin-top: 0px;
    margin-bottom: 10px;
    height: fit-content;
}

.area_text {
    color: #666;
    word-wrap: break-word;
    min-height: 1px;
    line-height: 20px;
    font-size: 17px;
    text-transform: initial;
    margin-bottom: 20px; 
}

.inside_content_text {
    height: fit-content;
}

.content_textFR,.content_textAR {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 19px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content_textFR {
    text-align: left;
    padding-left: 5%;
}

.content_textFR .area_text {
    padding-right: 2%;
    direction: ltr;
}

.content_textAR {
    text-align: right;
    padding-right: 5%;
}

.content_textAR .area_text {
    padding-left: 2%;
    direction: rtl;
}

/****************************************************************/

/*************** SECTION ELEMENTS VERTICAUX ***************************************/

.section_elems_verticaux {
    background: linear-gradient(to top, transparent, transparent 20%, #eee 20%, #eee 80%, transparent 80%, transparent 100%);
    text-align: -webkit-center;
}

.container_elems_verticaux {
    display: grid;
    height: auto;
    grid-gap: 1.5rem;
    text-transform: uppercase;
    font-size: 12px;
    color: #004d40;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 5%;
}

.elem_vertical {
    display: grid;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    background: white;
}

.content_img {
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_text {
    text-align: center;
    padding: 2%;
    font-size: 19px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card_title {
    color: #666;
    font-size: 20px;
    text-transform: initial;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card_text {
    color: #71797a;
    word-wrap: break-word;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 20px;
}

.text-arabe {
    font-size: 18px !important;
    line-height: 26px !important;
}

/****************************************************************/

/*//////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1300px) {
    /****** ELEMENTS HORIZONTAUX *******/
    .elem_horizontal {
        width: 50%;
        margin-left: 10%;
        margin-right: 10%;
    }
    /**********************************/
}

@media(max-width: 970px) { 
    /****** ELEMENTS HORIZONTAUX *******/
    .elem_horizontal {
        width: 60vw;
    }
    /**********************************/
    /****** SECTION BANNIERE *********/
    .banniereAR .banniere_texte h1 {
        font-size: 30px;
    }

    .banniereAR .banniere_texte p {
        font-size: 16px;
        line-height: 25px;
    }

    /*********************************/
}

@media(max-width: 600px) { 
    /****** GENERAL *******/
    .btn {
        font-size: 14px;
        line-height: 40px;
    }
    /**********************************/
    /****** SECTION BANNIERE *********/

    .filtre_droite:after {
        background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
    }

    .banniere_photo {
        height: 420px;
    }

    .banniere_texte {
        width: 60%;
    }

    .banniere_texte h1 {
        font-size: 28px;
    }

    .banniereAR .banniere_texte h1 {
        font-size: 30px;
    }

    .banniere_texte p {
        font-size: 18px;
        line-height: unset;
        text-align: initial;
    }

    .banniereAR .banniere_texte p {
        font-size: 20px;
        line-height: 40px;
        text-align: initial;
    }

    /***********************************/

}

@media(max-width: 400px) { 
    /****** GENERAL *******/
    .btn {
        font-size: 13px;
        line-height: 35px;
    }
    /**********************************/

    /****** ELEMENTS HORIZONTAUX *******/
    .elem_horizontal {
        width: fit-content !important;
    }
    /**********************************/
    
}