/*
Yassine Abouchrif
23-04-2020
*/


::-moz-selection{
    background:#74aff0;
    text-shadow:none
}
::selection{
    background:#74aff0;
    text-shadow:none
}
img::selection{
    background:0 0
}
img::-moz-selection{
    background:0 0
}


body{
    overflow-x:hidden;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}
p{
    line-height:1.75
}

a{
    color:#3b57a6;
    text-decoration: none;
    outline: none;
}
a:hover{
    color:#5e84f1;
    text-decoration: none;
    outline: none;
}
a:focus{
    color: #5e84f1; !important;
}

.text-primary{
    color:#12569c !important;
}

h1,h2{
    font-weight:900;
    font-family:'Roboto', sans-serif;
    /*text-transform: uppercase;*/
}

section{
    padding:40px 0 40px 0;
}
.navbar{
    z-index: 99999;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #b1d7ff !important;
    }

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
}
}


html, body, .masthead{
    height:90%;
    min-height: 600px;
}


.masthead{
    background: url(../img/bg-header.jpg) center center no-repeat;
    background-size: cover;
}

.masthead .navbar-dark .navbar-nav .nav-link{
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.masthead .navbar-dark .navbar-nav .nav-link:hover, .masthead2 .navbar-dark .navbar-nav .nav-link.active{
    color: #b1d7ff;
}
.masthead .navbar-dark .navbar-nav .dropdown-item{
    text-transform: uppercase;
}
.masthead .dropdown-menu {
    color: #fff;
    background-color: rgba(21, 32, 69, 0.52);
    border: none;
    border-bottom: 5px solid #fff;
    border-radius: initial;
    border-top-left-radius: 25px;
}
.masthead .dropdown-item{
    color: #fff;
}
.masthead .dropdown-item:focus, .masthead .dropdown-item:hover {
    background-color: transparent;
    color: #b1d7ff;
}
.menu-row{
    height: 10%;
}
.p-titre-row{
    height: 75%
}
.scroll-row{
    height: 15%;
}
h1{
    color: #b1d7ff;
    margin-top: 30px;
}
.logo{
    max-width: 100%;
}
.logo:hover{
    opacity: 0.8;
}
.scroll-icon{
    margin-top: 5px;
    animation-name: scrollanim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes scrollanim {
  0% {margin-top: 5px;}
  50% {margin-top: 28px;}
  100% {margin-top: 5px;}
}
.scroll-row:hover img{
    opacity: 0.5;
}
@keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in{
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}



@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animated-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}

h2{
    color: #3b57a6;
    text-transform: uppercase;
    font-size: 2.5em;
}
#produitsandservices{
    background: #f1f1f1;
}
.sep-titre {
    margin: 1rem auto;
    width: 20%;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
}
#produitsandservices .bloc-ps1{
    background: url(../img/bloc-ps1.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps2{
    background: url(../img/bloc-ps2.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps3{
    background: url(../img/bloc-ps3.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps4{
    background: url(../img/bloc-ps4.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps5{
    background: url(../img/bloc-ps5.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps6{
    background: url(../img/bloc-ps6.jpg) center center no-repeat;
}
#produitsandservices .bloc-ps{
    background-size: 97%;
    width: 100%;
    height: 250px;
    margin: 7px auto;
    padding: 0;
    
}
#produitsandservices .bloc-ps div{
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}

#produitsandservices .bloc-ps div a{
    background: rgba(59, 87, 166, 0.64);
    margin: 0 auto;
    vertical-align: middle !important;
    color: #fff;
    padding: 30px;
    font-weight: 700;
    font-size: 20px;
    width: 60%;
     -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#produitsandservices .bloc-ps div a:hover{
    transform: scale(1.3);
    background: rgba(59, 87, 166, 0.92);
}
/*#produitsandservices .bloc-ps div a{
    background: rgba(59, 87, 166, 0.64);
    margin: 0 auto;
    vertical-align: middle !important;
    color: #fff;
    padding: 30px;
    font-weight: 700;
    font-size: 20px;
    width: 60%;
}
#produitsandservices .bloc-ps div a:hover{
    animation-name: scalebloc;
    animation-duration: 1s;
     animation-iteration-count: 1;
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 95px 80px;
    opacity: 1;
    background: rgba(59, 87, 166, 0.8);
    
}
@keyframes scalebloc {
    from {
            width: 60%;
            height: auto;
            font-size: 20px;
            padding: 30px;
            opacity: 0;
            background: rgba(59, 87, 166, 0.8);
    }
    to {
            width: 100%;
            height: 100%;
            font-size: 24px;
            padding: 95px 80px;
            opacity: 1;
            background: rgba(59, 87, 166, 0.8);
    }
}
*/
#quisommesnous{
    background: url('../img/quisommesnous-bg1.png') left center no-repeat, url('../img/quisommesnous-bg2.png') right center no-repeat;
}
#quisommesnous .quissommes-pic{
    max-width: 100%;
    position: relative;
    right: -120px;
}
#quisommesnous h3{
    margin-top: 43px;
    font-size: 28px;
    font-weight: 600;
    color: #595959;
}
#quisommesnous p{
    font-weight: 300;
    text-align: justify;
    font-size: 18px;
}
#quisommesnous a{
    padding: 6px 17px;
    border: 1px solid #3b57a6;
}
#quisommesnous a:hover, #quisommesnous a:focus{
    border-color: #5e84f1;
}
#quisommesnous a[aria-expanded="true"] span{
    display: none;
}
#quisommesnous a[aria-expanded="true"]:after {
  content: "ˆ";
}
.justfy-r{
    text-align-last: right;
    -moz-text-align-last: right;
}
#quisommesnous .quissommes-pic2{
    max-width: 100%;
    position: relative;
    left: -120px;
    z-index: -1;
}
#chiffresCles{
    background: #f1f1f1;
}
#chiffresCles .chif-circle{
    border: 1px solid #9999;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    padding: 17px;
    margin: 0 auto;
}
#chiffresCles .chif-circle h3{
    font-weight: 600;
    color: #4e65ac;
    padding-top: 6px;
}
#chiffresCles p{
    font-weight: 300;
    margin-top: 10px;
    font-size: 20px;
    color: #727272;
}
#chiffresCles .chif-text{
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #989898;
}
#chiffresCles .chif-circle:hover{
    background: #fbfbfb;
}
#chiffresCles .chif-circle:hover img, #chiffresCles .chif-circle:hover .chif-text{
    animation-name: rotateanim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes rotateanim {
  0% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  100% {transform: rotate(-10deg);}
}
#chiffresCles .chif-circle:hover ~ p{
 font-weight: 500;
}
#acrroche{
    background: url(../img/bg-accroch.jpg) no-repeat;
    background-size: cover;
}
#acrroche h2{
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.3em;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 700;
}
#engagement{
    background: #fff;
}
#engagement img{
   max-width: 100%;
}
#engagement img:hover{
    opacity: 0.8;
}
#engagement p{
    font-size: 18px;
    font-weight: 300;
}

#certifications{
    background: #f1f1f1;
}
#certifications p{
    font-size: 20px;
    font-weight: 300;
}
#certifications img:hover{
    opacity: 0.8;
}

#partenaires .owl-carousel .owl-item img{
    max-width: 95%
}
#pdfquestion{
    background: rgb(59,87,166,1);
    background: radial-gradient(circle, rgba(89,131,211,1) 0%, rgba(59,87,166,1) 39%, rgba(59,87,166,1) 100%);
    padding: 0;
}
#pdfquestion .icon-pdf{
    max-width: 100%;
    float: left;
}
#pdfquestion .bloc-pdf-text{
    max-width: 250px;
    float: left;
    margin-left: 12px;
}
#pdfquestion .bloc-pdf-text h3{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
#pdfquestion .bloc-pdf-text p{
    color: #fff;
}
#pdfquestion .bloc-pdf-text p a{
    color: #72f3ff;
    text-decoration: underline;
}
#pdfquestion .bloc-pdf-text p a:hover{
    color: #fff;
}
.techn-person{
    max-width: 100%;
}
.btn-derouler {
    text-align: right;
    margin-top: -20px;
    margin-right: 15px;
}
.btn-derouler img {
    width: 46px;
}
.band-footer{
    background: #838b90;
    height: 15px;
}
footer p{
    font-weight: 300;
}

/*page portails*/
.h-portails{
    background: url(../img/portails/bg-header-portails.jpg) center center no-repeat;
    background-size: cover;;
}
.h-portails .logo{
    width: 80px;
}
.h-portails {
    height: 40%;
    min-height: 380px;
}

.h-portails .menu-row {
    height: 35%;
}
.h-portails .p-titre-row {
    height: 65%;
}
.h-portails .h1-titre p{
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
}
#portails h2, #portails2 h2{
    font-size: 2.3em;
}

.carousel-indicators{
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators img{
    cursor: pointer;
    width: 100%;
    padding-right: 2px;
    padding-top: 2px;
}
.p-just{
    font-weight: 300;
    text-align: justify;
    font-size: 18px;
}
.btn-devis{
    background: #3b57a6;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}
.btn-devis:hover, .btn-devis:focus{
    background: #3c60c8;
    color: #fff
}
#argdevis{
    padding: 0;
}
#argdevis .point-forts{
    background: url(../img/portails/bg-point-forts.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
}
#argdevis .point-forts ul{
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    color: #4c4c4c;
    list-style: none;
    margin-top: 20px;
}
#argdevis .point-forts ul li:before {
    content: '';
    display: inline-block;
    height: 26px;
    width: 25px;
    background: url(../img/portails/check2.png) no-repeat center;
    background-size: contain;
    margin-bottom: -6px;
    margin-right: 11px;
}
#argdevis .d-devis{
    background-color: #3b57a6;
    padding: 40px;
}
#argdevis .d-devis h2{
    color: #fff;
    padding-bottom: 15px;
}
#argdevis .d-devis .form-control {
    display: block;
    width: 100%;
    max-width: 401px;
    padding: .475rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #e6ebfa;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #93afff;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#argdevis .d-devis .form-control:focus {
    color: #495057;
    background-color: #fff;
    font-weight: 600;
    outline: 0;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(38, 159, 252) !important;
    background-color: rgb(255, 255, 255) !important;
    transition: all 0.5s ease !important;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2) !important;
}
#argdevis .d-devis .btn-envoyer{
    background: #269ffc;
    color: #ffff;
    font-size: 20px;
    outline: none;
    border: none;
    box-shadow: none;
    font-weight: 300;
    width: 100%;
    max-width: 401px;
        padding: 6px;
        cursor: pointer;
}
#argdevis .d-devis .btn-envoyer:hover {
    background: #268ffc;
    }
#argdevis .d-devis .text-danger {
    color: #ff9090!important;
}
#argdevis .d-devis .btn-envoyer:focus {
    background: #268ffc;
    box-shadow: 0 0 10px #074095;
}
#argdevis .logo-minst-def{
    width: 80px;
    max-width: 100%;
        margin-bottom: 5px;
}
#argdevis .logo-elysee{
    width: 269px;
    margin-left: 15px;
    max-width: 100%;
}
#argdevis .text-dem-devis{
    width: 100%;
    max-width: 401px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 35px;
    text-align: justify;
}
#text-garantie{
    background: #4564bc;
}
#text-garantie p{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}




































@media (max-width:768px){
.navbar-dark .navbar-toggler img {
    width: 21px;
}
navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}
.navbar-collapse{
    color: #fff;
    background-color: rgba(21, 32, 69, 0.52);
    border: none;
    border-bottom: 5px solid #fff;
    border-radius: initial;
    border-top-right-radius: 25px;
    padding: 15px;
    margin-top: 5px;
    width: inherit;
}
.masthead .dropdown-menu {
    background-color: rgba(59, 87, 166, 0.92);
    border: none;
    border-top-left-radius: initial;
}
.masthead .dropdown-menu .dropdown-item{
    white-space: initial;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
.logo {
    max-width: 115px;
}
h1, h2{
    font-size: xx-large !important;
}

.slideaccueil1 {
    background: url(../img/01-header-phone.jpg) center center no-repeat, url(../img/02-header-phone.jpg) center center no-repeat, url(../img/03-header-phone.jpg) center center no-repeat;
    animation: slideaccueil 15s ease-in-out infinite;

}



@keyframes slideaccueil{
  0%{
     background: url(../img/01-header-phone.jpg) center center no-repeat;
  }
  20%{
    background: url(../img/01-header-phone.jpg) center center no-repeat;
  }
  35%{
    background: url(../img/02-header-phone.jpg) center center no-repeat;
  }
  55%{
    background: url(../img/02-header-phone.jpg) center center no-repeat;
  }
  75%{
    background: url(../img/03-header-phone.jpg) center center no-repeat;
  }
  90%{
    background: url(../img/03-header-phone.jpg) center center no-repeat;
  }
  100%{
    background: url(../img/01-header-phone.jpg) center center no-repeat;
  }
}

#quisommesnous{
    text-align: center !important;
}
#quisommesnous .quissommes-pic2, .quissommes-pic{
    right: auto !important;
    left: auto !important;
}
#quisommesnous .quissommes-pic2{
    margin-top: 25px;
}
.techn-person{
    display: none;
}
#pdfquestion .icon-pdf{
    text-align: center !important;
}
#pdfquestion .bloc-pdf-text{
    text-align: center !important;
    margin: 15px auto;
}
#pdfquestion {
    padding: 40px 0 40px 0;
}
#pdfquestion .bloc-pdf-quest{
    text-align: center;
}
#pdfquestion .icon-pdf, #pdfquestion .bloc-pdf-text {
    float: none;
}


/*page portails*/
.h-portails .logo {
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.center-phone{
    text-align: center !important;
}
#argdevis .point-forts ul{
    line-height: normal;
}
#argdevis .point-forts ul li{
    padding-bottom: 25px;
}
#argdevis .d-devis .form-control {
    text-align: center;
    margin: 0 auto;
    }

#argdevis .logo-minst-def {
width: 70px;
}
#argdevis .logo-elysee {
    width: 160px;
    }

}

