:root{    
    --box-shadow-dark :0px 5px 10px 0px rgba(50,50,50,.8);
}

*,
*::after,
*::before{
    box-sizing: border-box;

}
body {
    background-color: #ffffff;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

ul{
    padding: 0;
}
.algerianFlag{
    padding-right: .6rem;


}
.title{
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    
}
.navbar{
    position: absolute;
    width: 100%;
    padding: 0;
    height: 5rem;
}

.navbar-brand {
    font-size: 1.5rem;
    color: rgb(70, 70, 70);
    
}
.navbar li a{
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(70, 70, 70);
    position: relative;
}
.navbar ul:hover li:not(:hover){
    opacity: .4;
}
.navbar li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    transform: scaleX(0);
    transition: transform 0.35s;
}
.navbar li a:hover::after{
    transform: scaleX(1);
}
.navbar-toggler{
    padding: 0;
}
.navbar-toggler-icon{
    width: 1.4rem;
    height: 1.4rem;
}
.navbar-collapse{
    z-index: 10;
}

/********** Scroll-up button **********/
html {
    scroll-behavior: smooth;
    }
#haut {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: .8rem;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(0, 101, 25, .8);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    opacity: .7;
}
#haut:hover {
    background-color: white;
    color:rgb(0, 177, 0);
    
    border: 4px solid rgb(0, 196, 0);

}
#haut i{
    display: flex;
    justify-content: center;
    align-items: center;
}

/********** Banner **********/
.hero{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(214,255,216,1) 0%, rgba(240,255,241,1) 19%, rgba(255,255,255,1) 100%); 
}


.hero2{
    height: 100vh;
    background-image: url(../img/flat-lay-of-photography-concept-on-black-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content:end;
    padding-left: 1.8rem !important;
     
}


.hero p{
    font-size: 1rem !important;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.hero h2{
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
    font-size: 1.4rem !important;
}
.hero h3{
    font-weight: 600;
    color: rgb(0, 79, 20) !important;
    text-shadow: 2px 2px 1px rgb(210, 210, 210);
    font-size: .9rem !important;
    font-style: italic;
}
.hero2 h2{
    font-size: 1.4rem !important;
    color: rgb(255, 255, 255);
}
.hero2 p{
    font-size: 1.2rem !important;
    color: rgb(255, 255, 255) !important;
    padding: 1rem 0;
}

.btn{
    transition: all 1s ease;
    background-color: rgb(0, 126, 38) !important;
    color: white !important;
    border-radius: .4rem;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 10px;
    font-size: .8rem;
    margin-bottom: 1rem;

}


.hero .btn{
    background-color: rgb(0, 126, 38);
    color: white;
    border: 1px solid rgb(255, 255, 255);


}

.btn:hover{
    transition: all 1s ;
    border: 2px solid rgb(40, 126, 38) !important;
    background-color: rgb(165, 207, 175) !important;
    color: white;
}
.hero2 a{
    margin: 20px 0 40px 0;
    padding: 8px;
}
.hero_box a.btn:hover{
    color: rgb(0, 101, 25) !;

}
.between_hero{
    height: 20px;
}

/* contact Form */

.pageContact h3{
    font-size: 1.2rem;
}
.pageContact p{
    font-size: 0.9rem;
}
.msgAlert{
    font-size: 1rem;
}

form{
    display: flex;
    flex-direction: column;
    padding: .2rem .2rem;
}
form input, form textarea{
    border: 0;
    margin: .5rem 0;
    font-size: .8rem;
    border-radius: .4rem;
    padding: .5rem 1rem;
}
/* form button{
    font-size: 1.2rem;
    border-radius: .4rem;
    background:rgb(255, 255, 255);
    color: black;
    width: 50%;
    margin: 1rem auto;
}
form .submitBtn{
    font-size: 1rem;
    color: black;
}
form .submitBtn:hover{
    color: white;
    background-color: black;
    transition: all .5s ;

} */

/********** About section **********/
#about p{
    font-size: 0.9rem;
    /* padding-bottom: 1rem; */
}
#about p span{
    font-size: 0.7rem;
    font-style: italic;
}
#about h2{
    font-weight: 400;
}
#about h3{
    font-weight: 500;
    font-size: .9rem;
}

/* Actualités*/

#actualites h2{
    padding-top:  3rem ;
    font-weight: 400;
    text-decoration: underline;
}
#actualites h3{
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
#actualites p{
    font-size: .9rem;
}
#actualites img{
    margin: 0 0 0 1rem;
}


/* Realisations */
#realisations{
    height: auto;
}
.scene {
    padding: 1rem;
}
.card{
    box-shadow: var(--box-shadow-dark);
}

.card h5{
    position: absolute;
    top: 0rem;
    left: 0rem;
    text-align: center;
    font-size: .8rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.301);
    width: 100%;
    padding: .8rem 0;
    border-radius: .3rem .3rem 0 0;
}
#realisations h2{
    font-weight: 400;
    text-align: center;
    padding-top: 1rem;
}
#realisations p{
    font-size: 1rem;
    padding: 1rem 1rem;
}



/********** Clients section **********/
#clients{
    width: 80%;
    background-color: rgb(241, 241, 241);
    margin: auto;
}
#clients img{
    width: 80%;
}
.clients_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
#clients h2{
    font-weight: 400;
    font-size: 1.4rem;
}
#clients p{
    font-size: .7rem;

}

/********** Services section **********/
#services{
    text-align: center;
    display: flex;
    justify-content: center;

}
#services .card{
    box-shadow: var(--box-shadow-dark);
}
#services .card:hover{
    transform: scale(1.05);
    transition: all .8s ease;
}
#services img{
    width: 100%;
}
#services h2{
    font-weight: 400;
}
#services p{
    font-size: .7rem;
}
#services ul li {
    font-size: .6rem;
    text-decoration: none;
}
#services h3{
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    background-color: rgba(44, 62, 80, .8);
    color: #fff;
    width: 100%;
    top: 2rem;
    opacity: .7;
    
}
#services h5{
    font-weight: 400;
    font-size: 1rem;
    
    
}
#services .options{
    background-color: #fff;
    padding-top: 1.5rem;
    border: 1px solid black;
    margin: 0 .1rem 1rem .1rem;
}
#services .options h4{
    font-size: .8rem;
    border-radius: 50%;
    background-color: rgb(40, 40, 40);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    color: white;
    margin: auto;
}
#services .options p{
    margin-top: 1rem;
}
#services a{
    font-size: 1rem;
    border-radius: .4rem;
    border: 1px solid black;
    padding: 0.5rem;
    background-color: rgb(40, 40, 40);
    color: white;
    margin: 0;
}
#services a:hover{
    color: black;
    background-color: #fff;
    transition: all 0.4s ease;
}
#services .tarif-pub{
    padding-top: 1.2rem;
 }
#services .tarif-pub h2{
    font-size: 1.2rem !important;
    padding-bottom: 1rem;
}

/********** Initiative Algerie 2030 **********/
.pageInitiative h1{
    font-size: 24px !important;
}
.pageInitiative h3{
    font-size: 18px !important;
    margin-top: 10px;
}
.pageInitiative li{
    font-size: 16px !important;
}

/********** Footer **********/
footer{
    background-color: rgb(40, 40, 40);
    
}
footer p{
    font-size: 1rem;

    
}
footer li a{
    font-size: 1rem;
}
footer a i:hover{
    transform: scale(1.5);
    transition: .4s ease-in-out;
}
footer p a{
    color: white;
}
footer h1{
    font-size: 1.2rem;
}
footer h3, footer h6{
    font-size: .9rem;
    font-weight: 200;
}
.copyright{
    font-size: .5rem;
    background-color: #fff;
    color: black;

}
.copyright p a{
    color: black;
    font-size: 1rem;
}
.form-control{
    width: 100%;
    margin: auto;
    font-size: .7rem;
    font-style: italic;
    text-align: center;
}
.form-outline{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-outline button{
    margin: auto;
    margin-left: 0rem;
    font-size: .6rem;
    padding: .4rem;
}

.banner_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.video_banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px){
    .banner_title{
        padding-left: 3rem;
    }
    #actualites{
        padding: 0 3rem;
    }
    .video_banner{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 589px){

    .video_banner{
        height: 260px !important;
    }
}
.dflex{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}