
.header {position: absolute !important; z-index: 999 !important;}
.header .pull-right {
    float: right!important;
    position: fixed !important;
    right: 0 !important;
}
.top_inter {
     position: relative;
     z-index: 0;
     width: 100%;
     height: 100vh;
     display: flex;
     align-items: center;
     align-content: center;
     justify-content: center;
     background-image: url(../img/Sans-titre-5-2.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
}
.title_inter {
    font-family: Pacifico;
    font-size: 5em;
    display: table;
    text-shadow: 1px 3px 11px rgba(0, 0, 0, 0.55);
    position: relative;
    color: #efe459;
    margin: 0 auto;
    text-align: center;
}
.path_inter {
    display: table;
    margin: 10px auto;
    font-family: Poppins;
    color: #ece8bb;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.path_inter a{ color: #ece8bb;}
.scrollDown {
    position: absolute;
    bottom: 0;
    background-color: #efe459;
    border-radius: 100px 100px 0px 0px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    height: 35px;cursor:pointer
}
.contentInter {
   position: relative;
   z-index: 12;
   display: table;
   width: 100%;
    padding: 10vh 0;
   background-color: #edebd4;
}
.parag_inter {
font-family: Poppins;
    font-size: 0.9em;
    color: #333333;
    font-weight: 300;
    text-align: justify;
}
.title_prag_inter {
    font-size: 1.2em;
    color: #224915;
    font-weight: 500;
    margin-bottom: 3vh;
}
.container h1{margin:0px;font-size: 1.3em;color: #224915;}
.container  h2{margin:0px;font-size: 1.2em;color: #224915;margin-bottom: 15px;}
.container  h3{margin:0px;font-size: 1.1em;color: #224915;margin-bottom: 15px;}
.parag_inter p{margin-bottom: 2vh;}
.img_parag {
    display: block;
    overflow: hidden;
    position: relative;
}
.img_parag img{
       -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.img_parag:hover img {
	    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.frame_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
background-color: rgba(0,0,0,0);
}
.img_parag:hover .frame_video {
    background-color: rgba(0,0,0,0.5);
}
.icon_video {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.subtitle_prag_inter {
    font-weight: 500;
    margin-bottom: 2vh;
}

@media(max-width:767px) {
.title_inter {font-size: 3em;}
html, body {
   overflow: visible !important;
}
.img_parag {
    margin-bottom: 20px;
}
}










