

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@import url('https://fonts.googleapis.com/css?family=Muli:400,700,800,900');




*,html{
    font-family: 'Muli';
    --my-blue-3: #2481d7;
}

body {
    /* overflow:hidden !important; */
}


#main {
    overflow: hidden !important;
}
.txt-center{text-align: center;}

.bloc-center{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}

.clear{
    clear: both
}

/* ----------------- ACCUEIL UN ------------------*/


#accueil-1{
    background-image: url(../images/img/accueil.png);
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: 100vh;
    position: relative;
    padding: 50px 0 ;
}

.accueil-titre h1{
    font-weight: 800
}

.accueil-titre hr{
    height: 20px;
    width: 150px;
    background-color: var(--my-blue-3);
    float: left;
    margin-top: 0;
    border: none;
}

.accueil-1-img{
    background-image: url(../images/img/accueil.png);
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 330px;
}



.accueil-text-1 p,
.accueil-text-1 li{

    font-size: 23px;
    list-style: none;
}

.accueil-text-1 li{
    color: var(--my-blue-3);
    font-weight: 400;
}

.accueil-text-1 ul{
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}

.accueil-text-1{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.aTX1{
    width: 80%;
    margin: 0 auto;
    position: relative

}

.aTX1:before{
    content:url(../images/img/Rectangle-7-copie.png);

}

.aTX1:after{
    content:url(../images/img/Rectangle-7.png);
    position: absolute;
    right: 0;
}



#accueil-1 .container{
    display: flex;
    align-content: center;
    align-items: center;
}


.accueil-1-bando{
    height: 20vh;
    background-color: rgba(36, 129, 215, 0.76);
    position: absolute;
    bottom: 80px !important;
    width: 100%
}


.accueil-1-bando li{
    /*
    text-align: center;
    margin: 0 auto;
    line-height: ;
    color: white;
    font-size: 26px;
    list-style: none;
    font-weight: 100;
    font-size: 20px;
    display: -webkit-inline-box;
    line-height: 160px;
    padding: 0 30px 0 0
    */
}


.aTX2{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}


.startup{
    width: 255px;
    margin-top: -56px;
}




/* ----------------- ACCUEIL DEUX ------------------*/




#accueil-2 {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(../images/img/white.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}


.valeurs ol{
    padding-top: 40px;
    padding-left: 0;
    position: relative;
    list-style: none;

}

.valeurs ol li{

    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    transition: .4s;

}





.valeurs li:hover {
    color: var(--my-blue-3);
}

.valeurs ol li span{

    margin-left: 45px;

}

.valeurs li:hover{
    color: var(--my-blue-3);
    transition: .4s;
    cursor: pointer;
    transform:translateX(10px);
    border: var(--my-blue-3) solid 1px;
    width: 500px;
    padding-left: 40px
}



.line-hover{
    position: absolute;
    left: 0;
    width: 2px;
    background-color: var(--my-blue-3);

}




.content-carre{
    position: relative;
    height: 500px;
    /* background-color: black*/

}

.carre-droit{
    position: absolute;
    width: 400px;
    height: 400px;
    border: 20px solid var(--my-blue-3);
    bottom: 0;
    transition: .4s;
    top:0;
    right: 0;

}






.carre-plein{
    position: absolute;
    height: 400px;
    width: 400px;
    background-color: red;
    background-image: url(../images/img/carre-plein.png);
    background-position: center;
    right: 0;
    transition: .4s;
}



.carre-droit-hover{
    position: absolute;
    width: 400px;
    height: 400px;
    border: 10px solid var(--my-blue-3);
    bottom: 0;
    top: 10px;
    transform: rotate(-70deg);
    left: -20px;
    transition: .5s
}





.carre-plein p {

    width: 80%;
    margin: 0 auto;
    height: 400px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 23px;
    color: white;
    font-weight: 700;
}



/* ----------------- ACCUEIL TROIS ------------------*/



#accueil-3{
    height: 90vh;
}






.pole-carre{
    height: 400px;
    width: 350px;
    border: 10px solid #2b2f41    ;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    transition: .4s;
    color: black
}



.pole-carre-rotate{

    position: absolute;
    height: 400px;
    width: 350px;
    transform: rotate(-5deg);
    border: 4px solid var(--my-blue-3);
    transition: .4s;

}

.pole-carre:hover .pole-carre-rotate{
    transform: rotate(-8deg);
    transition: .4s
}

.pole-carre h2{
    font-size: 35px;
    font-weight: 800;
    position: absolute;
    top: 30px

}

.pole-carre p{
    width: 80%;
    font-size: 18px;
    padding: 30px 0;
}

.pole-carre img{
    width: 30%;
    position: absolute;
    bottom: 2px
}


.consult:hover{
    color: white;
    transition: .4s;
    background-color: #2b2f41
}


.techno{
    border-color: #23abd7;
}

.techno:hover{
    background-color: #23abd7;
    color: white;
    transition: .4s;
}

.telent:hover{
    background-color: #151ad7;
    color: white;
    transition: .4s;
}


.telent{
    border-color: #151ad7
}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 360px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: inherit;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    filter: brightness(0.4);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    text-align: center;
    padding-top: 20px;
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    filter: blur(4px);
}
figure.effect-roxy:hover h2 {
    padding: 0;
    transition: 0.4s
}
figure.effect-roxy h2 {

    transition: 0.4s
}

figure.effect-roxy:hover:before{
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-color:blue;
    width: 100%;
    z-index: 0;
    left: 0;
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: #18a367;
}

figure.effect-layla img {
    height: 390px;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*OFFRE*/



.blok-offre{
    border: 1px #e2e2e2 solid;
    border-radius: 5px;
    width: 550px;
    height: 100% !important;
    margin: 0 auto;
    transition: .5s;
    position: relative;
    margin: 30px 0
}

.first-image{
    height: 150px;
    background-image: url(../images/img/offre1er.jpg);
    background-size: cover;
    background-position: bottom;
    filter: brightness(0.6);
    transition: .5s
}


.blok-offre:hover .first-image{

    filter: brightness(1);
    transition: .5s
}



.blok-offre:hover{
    transform: translateY(-5px);
    transition: .5s;
    box-shadow: 0px 3px 20px #cccccc
}



.infooffre{
    position: relative;
    padding-top: 50px;

}

.img-entreprise{
    width: 80px;
    height: 80px;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50px;
    border: solid 1px #cccccc
}



.domaine{
    padding-left: 50px;
    font-weight: 600;
    color: #797979;
    text-align: left
}
.titre-offre{
    padding-left: 50px;
    font-weight: 600;
    color: #454545;
    font-size: 25px;
    text-align: left;
}


i.glyphicon{
    color: #c7c7c7
}

.l3-info li{
    list-style: none;
    padding-left: 30px;
    padding-top: 10px;
    float: left;
}


.infooffre{
    position: relative
}

.l3-info{
    position: relative
}


.btn-down{
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0 !important;
    text-align: center;
    width: 100%;
    padding-top: 32px;
    font-size: 20px;
}



.blok-offre:hover .btn-down{

    color: var(--my-blue-3);
    transition: .5s
}





.info-text{
    display: none;
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.info-text h2{

    text-align: center;
    padding-top: 30px;
}


.btn-primary{
    display: none;
    right: 0;
    margin-top: 30px;
    background-color: var(--my-blue-3) !important;
    border: none !important;
    background-image: none;
}


.img-entreprise{
    background-image: url(../images/img/B_Bleu.png);
    background-size: contain;
    background-size: 70px !important;
    background-repeat: no-repeat;
    background-position: center center
}


/* CONTACT */


#contact h1{

    font-weight: 800;
    margin-bottom: 40px;

}

.titre-contact{
    position: relative
}

.titre-contact img{
    position: absolute;
    width: 300px;
    top: -210px;
    left: 300px;
    z-index: -1
}


.bando-contact{
    background-image: url(../images/img/bando-contact.png);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.bando-contact:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(55, 55, 195, 0.69);
    width: 100%;

}

.input input{
    border: none;
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 20px 50px;
    width: 35%;
    padding: 0 0 20px 0;

}

.input{
    margin-left: 50px;
}

form{

    width: 100%;
    text-align: center;
}

textarea{

    border: none;
    border-bottom: 1px solid #ccc;
    resize: none;
    width: 50%;
    padding: 40px;
}



.submit{

    border: none;
    border: 1px var(--my-blue-3) solid;
    padding: 10px 40px;
    color: white;
    background-color: var(--my-blue-3);
    margin-top: 50px;
}




.bando-contact-2{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 200px;
    align-items: center;
    background-image: url(../images/img/bando-2.png);
    background-attachment: fixed;
    background-size: cover;
    color: white;
    margin-top: 60px;
    position: relative

}

.bando-contact-2:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(55, 55, 195, 0.69);
    width: 100%;
}

.bando-text{
    position: absolute;
    top: 30px;
    text-align: center;

}


.bluecard-rh {
    padding-right: 15%;
    padding-left: 15%;
    text-align: center;
    color: #0c0f7f;
}

.card-thumbnail-rh {
    border-style: hidden;
}


#accueil-img{
    height: 100vh;
    overflow: hidden;
}
.accueil-txt span {

    color: var(--my-blue-3);
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.accueil-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #484848
}

.accueil-txt{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding-left: 80px;
}

.span-blue-1{
    font-weight: 600 !important;
    color: var(--my-blue-3);
    font-size:18px !important;
    text-transform: none !important;
}

.accueil-fond{
    background-image: url(../images/webdesign/img-accueil.png);
    height: 100vh;
}
#accueil-img .container{
    margin-right: 0 !important;
}

.btn-accueil{
    background-color: var(--my-blue-3);
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    display:  inline-table;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s;

}

.btn-accueil:hover{
    transform: scale(1.1)
}

@media screen and (max-width:991px){

    #techno-1 .row{
        display:block !important;

    }

    #techno-1 .col-md-2 img{
        margin:0 !important;

    }

    #techno-1 .col-md-2{
        margin:50px 0
    }

    #techno-1 .col-md-2:hover img {

        transform:none;

    }

    #techno-1 .col-md-2:hover:before{

        display:none
    }

    #techno-2 img{
        width: 209px
    }

    .bloc-techno .row{
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    #presta-consult{
        height: auto !important;

    }
    #presta-consult .container{
        height: auto !important;

    }

    #presta-consult .row{
        display: block !important;
    }
    #deux img{
        display: none;
    }
    .grid{
        display: flex;

        align-content: center;

        justify-content: center;

        align-items: center;

        flex-direction: column;
    }

    #sauvegard .row{
        display: block;
    }

    .sauvegard-bleu {

        height: auto !important;

    }
    .sauvegard-bleu .col-md-4 {

        display: inherit !important

    }

    #virtualisation{
        height: auto !important;
    }

    .accueil-fond{
        display: none
    }

    .accueil-txt{

        height: auto;
        display: block !important;
        padding-left: 0;
    }

    .carre-plein p{
        height: 300px;
        font-size: 17px;
    }
    .carre-plein{
        height: 300px;
        width: 300px;
    }

    .carre-droit{
        display: none;
    }

    .valeurs li:hover{
        width: auto;
    }

    #accueil-2{
        margin: 40px 0;
        height: auto !important;
    }
    #presta-accueil{
        height: auto !important
    }
    #ressources {
        height: auto;
    }

    #ressources .col-md-4,
    #ressources .col-sm-4{
        display: none;
    }

    .pole-carre{
        width: 100%;
    }

    #accueil-3{
        height: auto;
        margin-bottom: 30px
    }

    .pole-carre-rotate{
        display: none;
    }

    .container-box {
        height: inherit !important;
        display: block !important;
    }
    .container-box .box {
        width: 100% !important;
        height: 400px;
    }

    .infra-img {
        height: 1185px !important
    }

    #techno-3 .row {
        display: flex;

        align-content: center;

        align-items: center;

        justify-content: center;
    }

    #blugraphy .col-md-6:nth-child(2) img {

        width: 154px;

        float: right;

        margin-top: -250px !important;

        z-index: -331;

        opacity: 0.6;
    }
    #blugraphy .col-md-6:nth-child(1) {
        z-index: 5;
    }
    #blugraphy .col-md-6:nth-child(2) {
        z-index: 0;
    }

    #techno-3 {
        background-image: none !important
    }

    .form-style-10{
        width: 90% !important;
    }
    #nosoffres .panel{
        width: 80%;

    }

    .photo-box{
        right: 0;
        left: 0;

    }

    .logo{
        z-index: 999;
    }

    #wrapper{
        position: fixed;
        z-index: 888;
    }
    .visual{
        margin-top: 130px;
    }

}

#accueil-img{
    overflow: visible;
    height: auto;
    margin-bottom: 50px !important;
}


/** OFFRES **/

.box {
    width: 340px;
    padding: 10px;
    border: 1px solid gray;
    /* margin-bottom: 1em; */
}

.panel {
    display: none;
    margin-top: 1em;
}

.title:after,
.title-with-toggle-indicator .toggle-indicator:after {
    content: '+';
    float: right;
    font: bold 2em/20px sans-serif;
}

.open .title:after,
.open .title-with-toggle-indicator .toggle-indicator:after {
    content: '-';
}

.no-pseudo-content-change.open .title:after {
    content: '+';
}

.panel{
    width: 800px;
    margin: 15px 0;
    transition: .5s all;
    min-height: 150px;


}
.panel:hover{
    box-shadow: 1px 1px 50px 1px #bfbfbf
}
.panel-group{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.panel-heading {
    text-align: center;
    border-top-left-radius: 50px;
    overflow: hidden
}
h4.panel-title {

    font-size: 20px;
    color: RGB(4, 198, 242);
    font-weight: 200;
    color: #383838;
    padding: 15px 0;
    box-shadow: 0px 4px 7px #dcd7d7;


}
.info-box li{
    display:inline-flex;
    margin: 0 10px;
    color: #b9b9b9;

}
.info-box{
    margin-top: 20px;
}
.info-box li i{

    margin-right: 5px
}
.panel-heading{
    padding: 0 !important;

}
.panel-default {
    border-color: #e0e0e0;

}
.panel a{
    text-decoration: none;
}
.postuler{
    background-color: #0089ff87;
    padding: 5px 10px;
    text-align: center;
    color: white;
    display: inline-flex;
    margin: 0 auto;
}
.btn-postuler{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
}
h5{
    font-size: 20px;
    text-align: center;
    color: #262626;
    font-weight: 600
}
.panel-body li{

    color: #919191;
}
.cat-job{
    display: inline-block;
    color: #373738;
    padding: 3px 7px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}
.photo-box{
    height: 100px;
    width: 100px;

    margin: 0 auto;
    border-radius: 6px;
    position: absolute;
    right: -50px;
    top: 30px
}
.photo-box img{
    width: 100%;
}
.panel:hover .photo-box{
    border-color: rgba(0, 118, 255, 0.37) !important;
    transition: all .5s;
}
.panel-right{
    background-image: url("https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 150px;
}
.l3-info{
    margin-top: 50px
}
h5 hr {
    display: inline-table !important;
    width: 21px !important;
    height: 4px;
    background-color: #6cb8d5;
    /* border-color: blue; */
    margin-right: 15px;
}

.panel-body p {
    color:#8d8D8D !important;
}

.postuler a {
    color: #fff !important;
}

.panel:hover .panel-right{
    filter: brightness(0.8) !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-control{
    border-radius: none !important;
}
label{
    display: block !important;
    text-align: left !important;
}
.modal-content{
    background-color: #3f4c5ce6 !important;
    color: white;
}
.modal-backdrop{
    background-color: black !important;
    z-index: -1 !important;
}
.modal-body div{
    margin: 10px 0;
}
.modal-header{
    border-bottom: none !important;
}
.btn-envoyer {
    background-color: #79d9f1;
    border: none;
    padding: 11px 56px;
    transition: all .5s;
}
.btn-envoyer:hover{
    background-color: #5fbad1
}
.modal-footer {
    border-top: none !important;
}
.modal-title{
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
