/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300itlic,400italic,500,500italic,700,700italic,900italic,900);*/

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.pp-ico  {color:white}
section{
    text-align: center;
    padding: 3% 0;
}
.accueil_slide{
    background-image: url(../assets/images/enegiedin_visuel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*width: 100%;
    height: auto;*/
    padding-top: 10%;
    padding-bottom: 4%;
    margin: 0;
}
.accueil_slide .title{
    font-size: 55px;
    font-weight: 600;
    color: rgb(27, 80, 131);
    font-family: "Poppins",sans-serif;
}
.accueil_slide .title span{
    color: rgb(66, 165, 225);
}
.accueil_slide .description{
    width: calc(70% - 110px);
    font-size: 18px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    font-family: "Poppins",sans-serif;
    margin: auto;
    padding-bottom: 8%;
    /*min-width: 808px;
    max-width: 808px;*/
    /*min-height: 93px;
    max-height: 93px;*/
}
.accueil_slide .presentation{
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    color: rgb(27, 80, 131);
    background-color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 15px 60px;
}
.accueil_slide .presentation:hover{
    background: #fff;
}
.accueil_slide .services{
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgba(27, 80, 131, 0.75);
    padding: 15px 85px;
    text-decoration: none;
}
.accueil_slide .services:hover{
    background-color: rgb(27, 80, 131);
}
.accueil_slide .nos-btn a{
    display: inline-block;
    margin: 2px;
    transition: all .3s ease-in;
}

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

.titleag{
    color: #000;
    font-size: 30px;
    font-family: "Poppins",sans-serif;
    margin-bottom: 10%;
}
span.hidden-text{
    position: absolute;
    top: 5%;
    left: 50%;
    font-size: 110px;
    color: #ebf2f9;
    opacity: .3;
    font-weight: 600;
    transform: translateX(-50%);
    width: 100%;
}
h1{
    font-size: 65px;
    font-weight: 400;
}
h2{
    font-size: 36px;
    font-family: "Poppins",sans-serif !important;
    line-height: 1.4em;
}
h4{
    font-size: 24px;
    font-weight: 300;
    font-family: "Poppins";
    line-height: 1.4em;
}
p{
    font-size: 15px;
    font-family: "Roboto",sans-serif;
}
a{
    text-decoration: none !important;
}
/************************************************************/
.agence_web{
    position: relative;
    padding: 8% 0 4%;
    border-bottom: 1px solid #ddd;
}
.agence_web .icon i{
    background: #31aae2;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
}
.agence_web h4 {
    color: #31aae2;
    font-size: 24px;
    font-family: 'Poppins';
    line-height: 1.4em;
    margin: 20px 0;
}
.agence_web p{
    color: #959595;
    text-align: justify;
    margin-bottom: 20px;
}

.votre_partenaire{
    text-align: left;
    border-bottom: 1px solid #ddd;
}
section.votre_partenaire h2{
    font-size: 36px;
    line-height: 1.4em;
}
.votre_partenaire p{
    font-size: 20px;
    color: rgb(65, 72, 77);
    margin: 30px 0;
}
.votre_partenaire h4{
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 1.3em;
}
.votre_partenaire i{
    font-size: 21px;
    color: #b5b7b8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #b5b7b8;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    margin-bottom:;
}
.votre_partenaire i:hover{
    background: #31aae2;
    color: #fff;
    border-color: #31aae2;
}
.votre_partenaire ul li{
    display: inline-block;
    margin: 10px 0;
}
.votre_partenaire a{
    display: inline-block;
    color: #343434;
    border: 1px solid #1b5083;
    padding: 15px 30px;
    text-decoration: none !important;
    margin-top: 20px;
    transition: .3s;
}
.votre_partenaire a:hover{
    background-color: #4b7bc2;
    color: #fff;
    border-color: #4b7bc2;
}
.votre_partenaire img{
    display: block;
    margin: auto;
}
section.creation_site h2{
    font-size: 36px;
    line-height: 1.5em;
}
.creation_site .desc{
    padding-bottom: 20px;
}
.creation_site a{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.creation_site img{
    width: 100%;
}
.creation_site a:hover{
    color: #000;
}
.creation_site .content:nth-of-type(1) > a{
    background: #ffc311;
}
.creation_site .content:nth-of-type(2) > a{
    background: #aed533;
}
.creation_site .content:nth-of-type(3) > a{
    background: #54ade1;
}
.creation_site .content:nth-of-type(4) > a{
    background: #22b2c1;
}
.creation_site .content:nth-of-type(5) > a{
    background: #cccccc;
}
.creation_site .content:nth-of-type(6) > a{
    background: #681b88;
}
.creation_site .content:nth-of-type(7) > a{
    background: #86c8c9;
}
.creation_site .content:nth-of-type(8) > a{
    background: #e6c24a;
}
.creation_site .content{
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.sites {
    margin-top: 5%;
}


.specialisation{
    background-image: url(../assets/images/bk_section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0 8%;
}
.specialisation i{
    width: 65px;
    height: 65px;
    background: #1b5083;
    color: #fff;
    line-height: 65px;
    font-size: 25px;
    border-radius: 50%;
}
.specialisation h4{
    color: #000;
    margin: 10px 0;
    font-family: Poppins;
    font-size: 21px;
    line-height: 1.4em;
}
.specialisation p{
    color: #504f4f;
}
.specialisation .show_gallerie{
    background: #1b5083;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin: 4% 0;
}
.specialisation .show_gallerie:hover{
    border: 1px solid rgb(75, 123, 194);
}
section.realisation{
    text-align: center;
}
.realisation .titleag {
    color: #000;
    font-size: 30px;
    font-family: "Poppins",sans-serif;
    margin-bottom: 5%;
}
.realisation .link-part a{
    background-color: #1b5083;
    padding: 15px 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto";
    text-transform: uppercase;
    text-decoration: none;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev, .slick-next{
    /*border-radius: 50%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    top: 25%;*/

}
.realisation .slick-slide img{
    margin: auto;
}
.realisation .slick-prev:before,.realisation .slick-next:before{
    /*border-radius: 50%;
    color: #1b5083;
    font-size: 30px;*/
}

.avis_clients{
    background-image: url(../assets/images/bk_section.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins",sans-serif;
    padding: 10% 0;
}
.avis_clients img{
    margin: auto;
    margin-bottom: 3%;
}
.avis_clients figcaption{
    font-size: 32px;
    margin: 10px 0;
    font-weight: 600;
    color: rgb(27, 80, 131);
    font-family: "Ubuntu",sans-serif;
}
.avis_clients .job{
    font-size: 20px;
    font-weight: 600;
    color: rgb(42, 42, 42);
}
.avis_clients blockquote {
    font-size: 20px;
    font-weight: 400;
    color: rgb(42, 42, 42);
    min-width: auto;
    max-width: 670px;
    margin: auto;
    border-left: none;
}

.agence_qualifie{
    background: rgb(45, 133, 196);
    color: #fff;
    padding: 2% 0;
    text-align: left;
}
.agence_qualifie .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.agence_qualifie h1{
    margin-bottom: 4%;
    font-size: 60px;
}
.agence_qualifie p{
    font-size: 24px;
}

.notre_personnel{
    background: rgb(248, 249, 250);
}
.notre_personnel h2{
    font-family: "Roboto",sans-serif !important;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 1.2em !important;
    margin: 0;
}

.collaboration{
    text-align: left;
    padding-bottom: 0;
}
.collaboration p{
    font-size: 16px;
    color: rgb(65, 72, 77);
}
.collaboration h3{
    color: rgb(27, 28, 29);
    font-weight: 400;
    margin-bottom: 25px;
}
.collaboration ul li{
    list-style-type: disc;
    list-style-position: inside
}

.equipe{
    position: relative;
    background-image: url(../assets/images/bk-presentation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0%;
}
.equipe .hidden-text{
    font-size: 100px;
    top: -50%;
}
.equipe .col-md-3 {
    margin: 10px 0px;
}
.equipe p{
    color: #fff;
    font-family: "Poppins" !important;
    padding: 15px;
    font-size: 14px;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipe .co-gerant .fullname{
    background-color: #232323;
}
.equipe .fullname{
    background-color: #144071;
    margin-bottom: 0px;
}
.equipe .specialist{
    background-color: #28abd7;
    height: 70px;
}
.equipe hr{
    width: 30px;
    background: #3498db;
    height: 3px;
    margin-top: 5% !important;
}
.marketing p{
    color: #000;
    font-size: 15px;
}
.accompagne{
    padding: 5% 0;
}
.accompagne h1{
    font-size: 54px !important;
    margin: 0;
    color: rgb(70, 72, 75);
    font-weight: 400;
}

.creation_site .contact{
    background: rgb(42, 160, 239);
    display: inline-block;
    padding: 15px 35px;
    font-size: 23px;
    font-weight: 300;
    margin-top: 5%;
    border-radius: 5px;
}
.creation_site .contact:hover{
    color: #fff;
    background-color: #4b7bc2;
}

.realisations{
    position: relative;
    padding-top: 10%;
}
.realisations .hidden-text{
    top: 7%;
}
.realisations .slider .content{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.realisations .text{
    text-align: left;
    background: #62c1fa;
    width: 32%;
    padding: 2%;
    /*position: absolute;
    top: calc(37.5% / 2);
    left: 69%;*/
}
.realisations h3{
    color: rgb(27, 80, 131);
    margin: 0;
    font-weight: 400;
    font-size: 21px;
}
.realisations hr{
    border: none;
    width: 30px;
    height: 3px;
    background: rgb(27, 80, 131);
}
.realisations p{
    color: #fff;
    text-align: justify;
    margin: 0;
}
.realisations .content{
    background: transparent;
    padding: 0;
}
.realisations .carousel-control {
    background: none !important;
}
.autre_realisations .titleag{
    margin-bottom: 15px;
}
.autre_realisations .projects{
    text-align: left;
}
.autre_realisations button{
    float: left;
    background: transparent;
    border-radius: 32px;
    font-size: 14px;
    padding: 6px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    outline: none;
}
.post-filters .post-filter.active{
    background: #62c1fa;
    color: #fff;
    border-color: #62c1fa;
}
@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }
    100% {
        transform: none;
    }
}
@keyframes rotate-right {
    0% {
        transform: translate(-100%) rotate(-100deg);
    }
    100% {
        transform: none;
    }
}
.is-animated {
    /*animation: .6s zoom-in;*/
    animation: .6s rotate-right;
}
.autre_realisations .content{
    height: 380px;
}
.autre_realisations h2{
    margin-top: 0;
    margin-bottom: 0;
}
.autre_realisations h2 a{
    font-size: 21px;
    font-weight: 300;
    color: #000;
    font-family: "Roboto";
}
.autre_realisations .project-desc{
    color: #62c1fa;
    font-size: 12px;
    font-family: "Georgia";
    font-style: italic;
}
.contact{
    background: #f1f1f1;
}
.contact hr{
    background: #fff;
    height: 1px;
    border: none;
}
.contact p{
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.contact .souhaitez{
    font-size: 23px !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-align: justify;
}
.contact .btn-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.contact .btn-contact a{
    width: 49%;
    margin: auto 5px;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    display: block;
}
.contact .btn-contact a:first-child{
    background-color: rgba(0,0,0,0);
    color: #313131;
    border: 1px solid #313131;
}
.contact .btn-contact a:last-child,.contact input[type="button"]{
    background-color: #3498db;
    color: #fff;
    border: 1px solid rgba(0,0,0,0);
}
.contact .btn-contact a:first-child:hover{
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}
.contact .btn-contact a:last-child:hover,.contact input[type="button"]:hover{
    background-color: #2881bd;
}
.contact .formule-contact form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact select,.contact input{
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #313131;
    background: transparent;
    width: 33%;
}
.avis_nos_clients{
    text-align: left;
    color: #fff;
    background-image: url(../assets/images/pattern-shattered-transparent-contrast-low.png);
    background-color: rgb(44, 88, 112);
}
.avis_nos_clients h1{
    font-size: 45px !important;
    margin-bottom: 40px;
}
.avis_nos_clients P{
    font-size: 24px;
}
.avis_nos_clients .row{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.avis_nos_clients img{
    margin: auto;
}
.avis_nos_clients .text{
    margin-top:;
}
.formule.contact .contact {
    background: #fff !important;
}

.avis{
    background: rgb(241, 241, 241);
    text-align: left;
}
.avis .content{
    background: #fff;
    padding: 20px;
    margin: 15px auto;
}
.avis img{
    display: block;
    margin: auto;
}
.avis .name{
    color: rgb(128, 130, 136);
    font-size: 20px;
}
.avis .job{
    color: rgb(86, 174, 227);
    font-size: 14px;
}
.avis p{
    margin-bottom: 0;
}
.avis .image{
    background: rgba(24, 24, 25, 0.05);
    border-radius: 100px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 20px auto;
}
.avis blockquote{
    border-left: none;
    margin: 0;
    padding: 0;
    color: rgb(75, 79, 83);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}
.avis .btn-social{
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.avis .btn-social a{
    color: #fff;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    font-size: 17px;
}
.avis .btn-social a:first-child{
    background-color: #36d3df;
}
.avis .btn-social a:last-child{
    background-color: #2c5870;
}

.page-top{
    background-color: #1b5083;
    background-image: url(../assets/images/pattern-shattered-transparent-contrast-low.png);
    color: #fff;
    text-align: left;
    padding: 5%;
}
.page-top .text{
    margin-top: 0;
}
.page-top h1{
    font-size: 50px;
    margin: 15px 0;
}
.page-top p{
    font-size: 20px;
}
.page-top img{
    margin: auto;
}
.page-content{
    text-align: left;
}
.page-content p.pre{
    color: #020202;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 25px;
}
.page-content h2{
    color: #ff7f50;
    font-size: 29px !important;
    letter-spacing: 1px;
    font-family: Roboto !important;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}
.page-content li,.page-content p{
    font-size: 17px;
    color: rgb(65, 72, 77);
    text-align: justify;
    margin: 10px 0;
}
.page-content li{
    list-style-type: inherit!important;
    list-style-position: inside;
    margin-bottom: 10px;
    text-align: justify;
}
.page-content img{
    margin: auto;
    display: block;
}
.page-content .row{
    margin-bottom: 40px;
}
.page-content h3{
    color: #1b5083;
    font-family: "Sanchez";
    margin-top: 0;
}
.page-content .content-parent{
    background: #1b5083;
}
.page-content .content-parent p,.page-content .content-parent h3{
    color: #fff;
    margin: 0;
    padding: 15px;
}
.content-parent .column:nth-child(2){
    background-color: #fff;
}
.content-parent .column:nth-child(2) h3{
    color: #1b5083;
}
.content-parent .column:nth-child(2) p{
    color: rgb(65, 72, 77);
}
.content-parent .content{
    display: flex;
}
.content-parent .column{
    flex: 1;
    width: 33%;
}
.e-commerce .page-top{
    background-color: #215a94;
}
.e-commerce .page-content h3{
    color: #3498db;
}
.content8,.content9{
    padding: 2%;
}
.content8 h3{
    color: #3498db;
}
.main-text{
    background: #215a94;
    text-align: justify;
    padding: 1% 0;
}
.main-text p{
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}
.sur-mesure .page-top{
    background-color: #3d9cd5;
}
.content0,.content1{
    padding: 2% 3%;
}
.content1{
    background: #3498db;
}
.content1 p{
    color: #fff;
}
.content1 h3{
    color: #fff;
    text-align: center;
}
.content0 h3{
    text-align: center;
    color: #000;
}
.content0 p{
    text-align: center;
}
.webdesign .page-top{
    background-color: #4b7bc2;
}
.page-content .video{
    margin-top: -14%;
}
.video iframe{
    padding-top: 15%;
}
.content2{
    padding: 2% 3%;
    background-color: #1b6596;
    background-image: url(../assets/images/pattern-shattered-transparent-contrast-low.png);
}
.content2 p,.content2 h3{
    color: #fff !important;
}
.google-adwords h3{
    color: #6f9100
}
.community-manager .page-top{
    background-color: #4b7bc2;
}
.community-manager .page-top h1{
    font-size: 60px !important;
}
.accordion{
    background-color: #4ab4f6;
    color: #fff;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 23px;
    transition: 0.4s;
    font-weight: 400;
    border-radius: 5px;
}
.accordion:after{
    content: '\002B';
    color: #fff;
    font-weight: 400;
    float: right;
    margin-right: 5px;
}
.accordions .active:after{
    content: "\2212";
}
.panels{
    padding: 0 2%;
    border-top: none !important;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    margin-bottom: 20px;
}
.panels p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.accordions .active, .accordions .accordion:hover {
    background-color: #398ec4;
}
a.nous-contacter{
    background: #4b7bc2;
    color: #fff;
    display: inline-block;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 300;
    margin-top: 5%;
    border-radius: 5px;
    border: 1px solid rgb(226, 223, 223);
}
a.nous-contacter:hover{
    color: #fff;
    background-color: #79a3e0;
    border-color: rgb(75, 123, 194);
}
.optimisation-serveur .page-top{
    background-color: #23a3a9;
}
.optimisation-serveur .page-content h3{
    color: #23a3a9
}
.agence-site-web-maroc .page-top{
    background-color: #215a94;
}
.content-img{
    background: #215a94;
    height: 500px;
    max-height: 500px;
    display: flex;
}
.content3{
    background: #f1f1f1;
    padding: 2%;
}
.content3 h3{
    font-family: "Acme";
    letter-spacing: 2px;
    color: rgb(39, 40, 43);
    text-align: justify;
}
.content3 p{
    color: rgb(39, 40, 43);
    letter-spacing: 2px;
}
.content4{
    padding: 2%;
    letter-spacing: 2px;
}
.content5{
    background: rgba(94,160,222,0.64);
    padding: 2%;
    letter-spacing: 2px;
}
.content5 h3{
    font-family: "Acme";
    color: #fff;
}
.content5 p{
    color: #fff;
}
.infogerance .page-top{
    background-color: #4b7bc2
}
.page-top .row{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.infogerance .page-top h1{
    font-size: 60px !important;
}
.specialites .image{
    background: #4b7bc2;
    height: 230px;
    max-height: 230px;
}
.specialites .col-md-3:nth-child(2) .image{
    background: #20a4a8;
}
.specialites a{
    color: #fff;
    font-size: 17px;
}
.specialites a:hover{
    color: #81ecec;
}
.specialites .desc{
    background-color: #395788;
    padding: 10px;
}
.specialites .col-md-3:nth-child(2) .desc{
    background-color: #28878a;
}
.redaction .page-top{
    background-color: #4b7bc2;
}
.tarif{
    background: #f1f1f1;
    padding-bottom: 0;
}
.tarif p{
    color: #313131;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1px;
}
.tarif .title{
    font-size: 33px;
}

.prestashop .page-top{
    background: #20a1a5;
}
ul.presta li{
    line-height: initial !important;
    margin-bottom: 0;
}
.content6{
    padding: 2%;
}
.content7{
    background: #3498db;
    padding: 2%;
}
.content7 h3,.content7 p{
    color: #fff !important;
}
.wordpress .page-top,.amp-presta .page-top, .prestashop-maroc .page-top{
    background-color: #4b7bc2;
}
.amp-presta .page-top h1,.offshore .page-top h1{
    font-size: 60px !important;
}
.offshore .page-top{
    background-color: #4b7bc2;
}
.offshore .page-content h3{
    font-weight: 300;
    color: #4b7bc2;
    font-family: "Roboto";
    padding-left: 10px;
    margin: 15px 0;
    border-left: 3px solid #1b5083;
}
.contact-form{
    text-align: left;
    display: inline-block;
}
.contact-form input{
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    color: rgb(172, 174, 174);
}
.contact-form input[type="submit"] {
    background-color: rgb(90, 173, 225);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px;
}
.contact-form textarea{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    color: rgb(172, 174, 174);
    width: 94%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.contacter h1{
    color: rgb(70, 72, 75);
    font-weight: 400;
    font-size: 42px;
    margin: 50px 0;
}
.map{
    text-align: left;
    background-color: #1b5083;
    padding: 10px;
}
.map p,.map a{
    font-weight: 500;
    font-size: 17px;    
    color: #fff;
    margin-bottom: 15px;
}
.map a:hover{
    color: #fff;
}
.map i{
    margin-right: 15px;
}
.grid{
    columns: 3;
    column-gap: 20px;
    margin: 50px auto;
    display: inline-block;
    transition: .5s;
}
.single-blog{
    text-align: left;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0;
}
.single-blog img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.single-blog h2{
    height: 70px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 20px 0;
}
.single-blog h2 a{
    font-size: 20px;
    line-height: 1.4em;
    color: #075ab3;
}
.single-blog p{
    height: 120px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.single-blog .read-more-btn{
    display: inline-block;
    background: linear-gradient(to right,#2547a3,#5c8bef);
    padding: 8px 15px;
    /*border-radius: 10px;*/
    font-size: 16px;
    color: #fff;
    transition: .2s ease-out;
    border-bottom-left-radius: 10px;
}
.single-blog .read-more-btn:hover{
    background: linear-gradient(to right,#5c8bef,#2547a3);
}
.border-part{
    border: 1px solid #ddd;
    width: 33%;
    margin: auto;
}
.border-part p{
    text-align: center;
    font-size: 11px;
}
.social-btn button{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 5px;
    border: none;
}
.social-btn button .fa{
    margin-right: 8px;
}
.social-btn button:nth-child(1){ background-color: #3a579a ; border-bottom: 3px solid #13254f;}
.social-btn button:nth-child(2){ background-color: #00abf0 ; border-bottom: 3px solid #106d92;}
.social-btn button:nth-child(3){ background-color: #EA4335 ; border-bottom: 3px solid #8a251c;}
.social-btn button:nth-child(4){ background-color: #cd1c1f ; border-bottom: 3px solid #6f0f11;}
.social-btn button:nth-child(5){ background-color: #127bb6 ; border-bottom: 3px solid #083e5d;}

.blog blockquote{
    border-left: 1px solid #eee;
    padding: 0px 20px;
    padding-right: 0;
}
img{
    margin: auto;
}
.grid .item{
    padding: 5px;
    background-color: #fff;
    width: 100%;
    margin: 0 0 20px;
    break-inside: avoid;
}
.realisation-slider,.avis-clients{
    height: auto;
}
/*.slick-prev, .slick-next{
    top: 46% !important;
}*/
.slick-prev:before, .slick-next:before{
    color: #1b5083 !important;
    font-size: 30px !important;
}
.carousel-inner>.item img{
    margin: ;
}
.carousel-indicators{
    bottom: -10px !important;
}
a.carousel-control .glyphicon{
    display: none;
}


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

@media screen and (max-width: 768px){
    img#chat {
        display: block;
    }
    .accueil_slide .title {
        font-size: 25px;
        line-height: 1em;
    }
    .accueil_slide .description {
        width: 100%;
        font-size: 10px;
        margin-top: 20px;
    }
    .accueil_slide .nos-btn a {
        font-size: 10px;
        width: 170px;
        padding: 10px;
    }
    span.hidden-text{
           font-size: 38px!important;
    top: -29%!important;
    }
    .titleag {
        font-size: 18px !important;
    }
    .agence_web .icon i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    h4 {
        font-size: 18px !important;
    }
    p {
        font-size: 14px;
		text-align:justify;
    }
    h2 {
        font-size: 20px !important;
        line-height: 1.3em !important;
    }
    .votre_partenaire p {
        font-size: 14px;
        margin: 15px 0;
    }
    .votre_partenaire img{
        width: 80%;
    }
    .votre_partenaire h4 {
        font-size: 12px !important;
    }
    .votre_partenaire i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .votre_partenaire a{
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
        display: block;
    }
    .specialisation i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .specialisation .show_gallerie{
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .specialisation{
        padding: 10% 0;
        background: #f5fafc;
    }
    .creation_site a{
        display: block;
    }
    .avis_clients figcaption {
        font-size: 20px;
    }
    .avis_clients .job {
        font-size: 15px;
    }
    .avis_clients blockquote {
        font-size: 14px;
    }
    .avis_clients{
        padding: 15% 0;
        background: #f5fafc;
    }
    section.realisation{
        padding: 10% 0 0;
        margin: 0;
    }
    .avis_clients img{
        width: 30%;
    }
    h1 {
        font-size: 30px !important;
    }
    .agence_qualifie .row{
        display: block;
    }
    .agence_qualifie p {
        font-size: 20px;
    }
    .notre_personnel h2 {
        font-size: 16px !important;
    }
    .collaboration p {
        font-size: 14px;
    }
    .collaboration h3{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .equipe .hidden-text{
        font-size: 40px;
        top: -80%;
    }
    .equipe{
        background: #f5fafc;
        padding: 5% 0;
    }
    .equipe img{
        width: 100%;
    }
    .marketing p {
        font-size: 13px;
		    text-align: justify;
    }
    .accompagne h1 {
        font-size: 19px !important;
    }
    .creation_site .contact{
        font-size: 15px;
        display: block;
        padding: 10px 30px;
    }
    .realisations .text{
        left: 1%;
        top: 52%;
        width: 100%;
        height: 110px;
        opacity: .9;
        display: flex;
        flex-direction: column;
        justify-content: inherit;
    }
    .realisations h3{
        font-size: 12px;
    }
    .realisations hr{
        width: 20px;
        height: 1px;
        margin: 5px 0;
    }
    .realisations .text p{
        font-size: 8px;
    }
    .realisations .slider .content{
        padding: 1%;
        display: block;
        padding-bottom: 5%;
    }
    .carousel-indicators{
        bottom: -14px !important;
    }
    .autre_realisations button{
        margin: 5px;
    }
    /*.post-filters {
    margin: 0 15px;
}*/
    .autre_realisations .content {
        height: 300px;
        text-align: center;
    }
    .autre_realisations h2 a{
        font-size: 15px;
    }
    .autre_realisations .project-desc{
        font-size: 10px;
    }
    .contact p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .contact .btn-contact{
        margin-bottom: 0px;
    }
    .contact .btn-contact a{
        font-size: 10px;
        padding: 10px 12px;
        margin: 5px auto;
        width: auto;
    }
    .contact .souhaitez {
        font-size: 10px !important;
    }
    .contact select, .contact input {
        padding: 10px;
        font-size: 8px;
        width: 100%;
        margin: 3px auto;
    }
    .avis_nos_clients h1 {
        font-size: 35px !important;
    }
    .avis_nos_clients P {
        font-size: 18px;
    }
    .avis blockquote,.avis .name{
        font-size: 15px;
    }
    .avis .job {
        font-size: 12px;
    }
    .avis .image{
        padding: 0;
        margin: 10px auto;
    }
    .avis .btn-social a{
        font-size: 14px;
        margin: 5px 0;
        padding: 10px;
    }
    .avis .btn-social{
        display: block;
        text-align: center;
        padding: 0 15px;
    }
    .avis_nos_clients .row{
        display: block;
    }
    .page-top .row{
        display: block;
    }
    section.page-content .container .row > div{
        margin: 5px 0;
    }
    .page-top .text{
        text-align: center;
    }
    .page-top h1 {
        font-size: 25px !important;
    }
    .page-content li, .page-content p {
        font-size: 12px;
    }
    .page-content p{
        margin-top: 10px;
    }
    .page-content h2{
        font-size: 18px !important;
        line-height: 1em !important;
        margin-top: 10px;
    }
    .page-content .row {
        margin-bottom: 0px;
    }
    .page-content h3{
        font-size: 16px;
        line-height: 1em !important;
        margin-top: 10px;
    }
    .content-img{
        height: 300px;
    }
    a.nous-contacter{
        padding: 10px;
        font-size: 12px;
    }
    .page-top p {
        font-size: 14px;
    }
    .page-content p.pre{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
    }
    .page-content img{
        width: 200px;
    }
    .main-text p{
        font-size: 12px;
    }
    .video iframe{
        height: 250px;
        margin-bottom: 10px;
    }
    .community-manager .page-top h1{
        font-size: 30px !important;
    }
    .accordion{
        font-size: 12px;
        padding: 5px 15px;

    }
    .panels{
        margin-bottom: 0;
    }
    .panels p{
        font-size: 10px;
    }
    .infogerance .page-top h1{
        font-size: 30px !important;
    }
    .tarif p{
        font-size: 12px;
    }
    .tarif .title {
        font-size: 16px;
    }
    .specialites .content{
        margin-bottom: 15px;
    }
    .contact .btn-contact {
        display: block;
    }
    .contact .formule-contact {
        display: block;
    }
    .amp-presta .page-top h1, .offshore .page-top h1 {
        font-size: 30px !important;
    }
    .page-content li{
        margin-bottom: 0;
    }
    .single-blog h2{
        height: auto;
        min-height: auto;
        margin: 10px 0;
        display: block;
    }
    .single-blog p{
        height: auto;
        min-height: auto;
        display: block;
    }
    .single-blog h2 a {
        font-size: 15px;
        line-height: 1em;
    }
    .single-blog .read-more-btn {
        display: block;
        text-align: center;
        border-bottom-right-radius: 10px;
        font-weight: 500;
    }
    .blog h1{
        font-size: 20px !important;
    }
    .blog blockquote{
        padding: 0 10px;
    }
    .border-part{
        width: 100%;
    }
    .border-part p {
        font-size: 10px !important;
    }
    .social-btn button{
        font-size: 9px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .social-btn button .fa{
        margin-right: 2px;
    }
    .social-btn {
        text-align: center;
    }
    .blog img{
        width: 100%;
    }
    .blog iframe {
        width: auto;
    }
    .agence_web h4{
        line-height: 1;
        margin: 5px 0;
    }
    .agence_web p{
        margin-bottom: 5px;
    }
    .agence_web .content {
        margin: 20px 0;
    }
    .creation_site .content img{
        width: 100%;
    }
    .creation_site a{
        width: 95%;
        margin: auto;
    }
    section{
        padding: 10% 0;
    }
    .specialisation h4{
        font-size: 16px !important;
        margin: 10px 0 !important;
    }
    .specialisation .content{
        margin: 20px 0;
    }
    .creation_site .content{
        margin: 15px 0;
    }
    .grid .item{
        padding: 1px;
    }
    .grid{
        columns: 1;
        margin: 0 15px;
    }
    .contact-form input,.contact-form textarea{
        width: 100%;
        margin: 0 0 15px;
    }
    section.contacter{
        padding: 3% 0;
        margin: 2% 0;
    }
    .contacter h1{
        margin: 20px 0;
    }
    .map p, .map a{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .map i{
        margin-right: 8px;
    }
    .slick-prev, .slick-next{
        display: none !important;
    }
    .reali{
    }
    .realisation .link-part a{
        font-size: 15px !important;
        padding: 15px !important;
        height: 50px !important;
    }
    .realisation-slider,.avis-clients{
        height: auto;
    }
    .text-animation li{
        font-size: 2em !important;
        margin: 0 5px !important;
    }
}


img#chat {
    display: none;
}

/**************************** iPad *******************************/

@media only screen and (min-width : 768px) and (max-width : 1024px){
    section {
        padding: 5% 0;
    }
    span.hidden-text{
        font-size: 60px;
        top: 4%;
    }
    .agence_web p {
        text-align: center;
    }
    .agence_web .content{
        margin: 30px 0;
    }
    .votre_partenaire img {
        width: 60%;
        margin-bottom: 40px;
    }
    .specialisation {
        padding: 5% 0;
    }
    .accueil_slide .description{
        width: 70%;
        margin: 30px auto;
        padding: 0;
    }
    .grid{
        columns: 2;
    }
}
@media only screen and (max-width : 1200px){
    .realisations .slider .content{
        display: block;
    }
    .realisations .text{
        width: 100%;
    }
}
/*************************** iPad Pro ****************************/

@media only screen and (min-width : 1024px) and (max-width : 1366px){}


.aos-init.aos-animate{
    transition-duration: 1.5s !important;
}

form#form_ed {
    display: block;
    width: 100%;
}

.col-md-9 > div:not(:first-child) {
    display: none;
}
.stage .page-top{
    background-color: #2d85c4;
}
.e-commerce-maroc .page-top{
    background-color: #23a3a9;
    background-image: url(/assets/images/pattern-web-ransparent.png);
}
a.nav-link.offshore-btn:hover{
    color: #1b5083;
    background: #fff;
    transition: .3s;
    border: 1px solid #1b5083;
}

header nav#menu-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-desktop .container {
    display: flex;
        justify-content: space-between;
}

.navbar-nav > li.nav-item {
    list-style: none;
    padding: 0px 15px;
}

.navbar-nav > li.nav-item:last-child{
    padding-right: 0;
}

div#navbarcontent {
    float: unset;
    padding: 0;
}

.navbar>.container .navbar-brand{
        padding: 0 !important;
    display: flex;
    align-items: center;
}

.btn-contactt{
    clear: both;
    margin: 50px 5px;
}

.btn-contactt a {
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    background-color: #3498db;
    color: #fff;
}

.dslc-text-module-content p {
    margin-bottom: 25px;
    font-style: normal;
    text-align: left;
    color: rgb(65, 72, 77);
}

.dslc-text-module-content h3, .dslc-text-module-content h2 {
    text-align: left;
}

.title {
    font-size: 36px;
}

.operateur p{
                                     text-align:center!important;font-size:13px;margin:0;margin-top:10px;
                                 }
                                 .fullname {height:20px;font-weight:bold}
                                 .specialist {height:20px;}


.votre_partenaire {
    border-top: 1px solid #ddd;
}

.votre_partenaire ul li {
    display: flex;
    align-items: center;
        margin: 30px 0;
}

.votre_partenaire i{
    margin-top: 0
}

.votre_partenaire p{
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 1.3em;
    margin: 0;
}

.index h1 {
    text-align: center;
    font-size: 36px;
}

.line_througt{
  text-decoration: line-through;
}

section.moutons_projet {
    margin: 75px 0;
}

.moutons_projet .titleag {
    margin-bottom: 55px;
}

.moutons_projet .projet1,
.moutons_projet .projet2,
.moutons_projet .projet3{
    /*background-image: url(/assets/images/pattern-shattered-transparent-contrast-low.png);*/
    padding: 25px;
    text-align: justify;
    line-height: 1.8;
    background: linear-gradient(180deg, #d6effe, #fff);
    background: #f5fafc;
    border-radius: 6px;
}

.moutons_projet .projet2{
    margin: 35px 0;
}

.moutons_projet h2 {
       font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}

.btns_avis{
    margin-top: 20px;
}

.btns_avis span {
font-size: 24px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    color: rgb(27, 80, 131);
}

.btns_avis span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #1b5083;
    transform: translateX(-50%);
    content: "";
    border-radius: 4px;
}

.btns_avis a {
    background: #1b5083;
    padding: 10px 25px;
    color: #fff;
    border-radius: 18px;
    margin: 10px;
    display: inline-block;
    min-width: 155px;
}

.btns_avis a i {
    margin-right: 10px;
}



.moutons_projet ul{
   
    font-weight: bold;
    list-style: square;
}

.moutons_projet ul li {
    margin-bottom: 15px;
}


.auteur {
            display: flex;
    box-shadow: 0 0 3px 1px #1b5083;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    justify-content: unset;
    align-items: center;
}

.auteur > div {
    padding: 15px;
    background: #1b5083;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
}


@media (min-width: 992px){
    .co-gerant .col-md-3 {
        width: 22%;
    }
}