/*variables root*/
:root {
    --main-color: #003579;
    --second-color: #00f9ff;
}
body {
    font-family: Work Sans,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #3e3e3e;
    background-color: #ffffff
}

figure img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
h2 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.3;
    color: var(--main-color);
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--main-color);
    height: 1px;
    width: 40%;
}
#ck-close {
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.ck-btn {
    position: absolute;
    right: 75px;
    color: #ffffffbd;
    font-size: 18px;
    outline: none;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}
.ck-btn:hover {
    color: #ffffff
}
#cookie_accept, #cookie_annuler {
    background-color: transparent;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
    font-size: 11px;
}
.text-privacy {
    color: #ffffff !important;
    font-size: 13px
}

#word {
    font-size: 18px
}
.vh100 {
    height: 100vh;
}
.main-color {
    color: var(--main-color) !important;
}
.navbar-box {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-white {
    background-color: #ffffff;
}
.bg-main-color {
    background-color: var(--main-color);
}
.bg-main-color h2{
    color: #ffffff !important
}
#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    color: black;
}
#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}
/*debut header et banner (hero)*/
.bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}
.cover-logo {
    margin: 0 !important;
    max-width: 130px 
}
#logo {
    width: 125%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.logo-bg-tp img{
    margin-left: 2px;
    width: 210px;
}
.main-banner figure:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background: linear-gradient(-179deg, #000000 0%, #000000 100%);
}
.main-navbar {
    background-color: transparent !important;
}
.main-navbar .navbar-brand {
    color: #ffffff;
    font-size: 32px;
}
.navbar-light .navbar-brand {
    color: #fff
}
.navbar-light .navbar-brand:hover {
    color: #fff
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0 20px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}
.nav-item {
    position: relative;
}
.navigate a::after {
    content: "";
    background-color: var(--main-color);
    display: block;
    height: 2px;
    transform-origin: 100%;
    transform: scaleX(0);
    transition: transform .35s ease;
}
.navigate a:hover:after {
    transform-origin: 0;
    transform: scaleX(1);
}
.main-navbar .navbar-brand:hover, .main-navbar .navbar-brand:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
}
.btn-contact {
    position: relative;
    padding: 10px;
}
.btn-contact:hover:after{
    transform: scale(1.2);
}
.btn-contact:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    margin: auto;
    background-color: transparent;
    border: 3px solid;
    z-index: -1;
    transition: all .5s;
    border-radius: 50px;
}
.second-menu  {
    color: var(--main-color);
}
.intro-center {
    color: #fff;
    left: 50%;
    margin: 0;
    max-width: none;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,.25);
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    z-index: 222
}
.intro-center p {
    font-size: 28px 
}
.main-btn {
    padding: 16px 32px;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
    transition: all 0.8s;
    outline: none;
    padding: 20px 48px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 50px;
    margin-top: 25px
}
/*.main-btn:hover {
    transform: scale(1.04);
}*/
.main-btn:hover, .main-btn:active {
    background-color: var(--second-color);
}
.main-btn:not(:disabled):not(.disabled):active {
    background-color: var(--main-color);
    box-shadow: none;
}
.main-btn:focus {
    box-shadow: none;
}

}
.second-btn {

}
.align-center {
    justify-content: center;
}
.text-center {
    text-align: center;
}
/* fin headet et banner (hero)*/

/* debut a propos*/
.pr {
    padding-right: 80px;
}
.py-cost{
    padding-top: 120px;
    padding-bottom: 120px
}
.box-sh-item {
   box-shadow:  0 30px 100px rgba(0, 0, 0, 0.17);
}
.box-inner {
    position: absolute;
    bottom: -170px;
    left: -113px;
    z-index: 1;
}
.box-inner img {
    transition: all 1s;
}
.form-control-cnt {
    border: 1px solid #d4d4d4;
    padding: 15px 15px;
    background: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 45px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.mh-cnt {
    resize: none;
    min-height: 165px !important
}
.location i {
    color: #003579;
    font-size: 22px
}
.location span, .location p {
    color: #000
}
/* fin a propos*/

/* debut nos services*/
.our-services, .notre-projets{
    background-color: #fff
}

.our-services h2 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.3;
    color: var(--main-color);
}
.our-services .text-center {
    margin-bottom: 52px;
}
.our-services .col-lg-4 {
    margin-bottom: 32px;
    transition: transform 0.5s ease;
}
.our-services .col-lg-4:hover {
    transform: scale(1.08);
}
.pad-section {
    padding: 35px
}
.pt-cost {
    padding-top: 180px
}
.services-box-link,
.services-box-link:hover {
	text-decoration: none;
	color: #3e3e3e;
}

.services-box {
    margin: 15px 0;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    padding: 25px 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    height: 100%;
}
.services-box img {
    width: 55px;
    height: 55px;
    margin-bottom: 20px
}
.services-box h5, .footer .col-lg-3 h5, .stats-body h5, .lt-box-head h5 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-color);
}
.services-box p {
    text-align: -webkit-center;
    font-size: 14px
}
/* fin nos services*/
/* debut La manière digitec*/
.left-content {
    color: #ffffff;
}
.left-content h2 {
    margin-bottom: 45px;
}
.left-content ul, .lt-box-body ul {
    padding: 0;
    list-style: none;
}
.left-content li {
    margin-bottom: 15px
}
.fa-check-circle:before{
    content: "\f058";
    margin-right: 10px;
}
.right-content img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}
/* fin La manière digitec */
/* debut nos projets */
.header-projects {
    margin-bottom: 25px;
}
.header-projects h2 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.3;
    color: var(--main-color);
}
.body-projects {
    color: #fff;
    text-align: center;
}
.bg-etr-am {
    background-image: url("../img/etr-aménage.jpg");
}
.bg-etr-food {
    background-image: url("../img/etr-food.jpg");
}
.bg-etr-gaming {
    background-image: url("../img/etr-gaming.jpg");
}
.bg-etr-booking {
    background-image: url("../img/etr-hotel.jpg");
}
.bg-etr-mnmt {
    background-image: url("../img/etr-management.jpg");
}
.bg-etr-trvl {
    background-image: url("../img/etr-travel.jpg");
}
.box-projects {
    position: relative;
    height: 120px;
    border-radius: 4px;
    transition: all 1s;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -186px 158px -132px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -186px 158px -132px rgba(0,0,0,0.75);
    box-shadow: inset 0px -142px 60px -122px rgba(0,0,0,0.75);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.box-projects:hover {
    transform: scale(1.05);
}
.ovrflw-hd h5 {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-weight: 600;
}
.ovrflw-hd span {
    position: absolute;
    left: 30px;
    bottom: 5px;
}
.ovrflw-hd {
    overflow: hidden;
}
.body-projects .col-lg-4 {
    margin-bottom: 32px;
}
/* fin nos projets */
.stats-body {
    margin-top : 32px;
}
.stats-body p {
    font-size: 14px
}
.cover-map {
    margin-bottom: 32px
}
.box-stats {
    padding: 25px 5px !important;
}
.counter {
    font-size: 28px
}
/* debut testimonials*/
.testimonial {
    width: 100%
}
.inner-content-padd {
    padding: 50px 25px !important
} 
.inner-content {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    text-align: center;
    margin: 0 10px;
}
.inner-content img {
    width: 100px;
    height: 100px;
    margin: auto;
    background: white;
    margin-bottom: 15px;
}
.inner-content h5, .team-item h5 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.3;
    color: var(--main-color);
}
/* fin testimonials*/
.team h2 {
    width: 100%;
    margin-bottom: 32px
}
.team-item img {
    width: 100%;
    height: auto;
}
.team-item h5 {
    margin-top: 15px
}
/*debut clients */
.clients h2 {
    width: 100%
}
.cover-inner {
    text-align: center;
}
.cover-inner img {
    width: 120px;
    height: 120px
}
.cover-inner figure {
    margin: 0
}
.our-clients {
    width: 100%
}
.slick-next:before,.slick-prev:before {
    display: none;
}
/*fin clients */
/* debut contacts*/
.contact {
    color: #fff;
    cursor: pointer;
}
.bg-contact {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-contact:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background: linear-gradient(-179deg, #000000 0%, #000000 100%);
    z-index: 111
}
.bg-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all 0.4s;
}
.contact:hover .bg-contact img{
    transform: scale(1.05);
} 
.contact p, .contact h2, .contact button {
    z-index: 5
}
.text-color-light {
    color: #fff
}
/* fin contacts*/
/* debut footer*/
.footer .col-lg-3 h5 {
    color: #fff !important
}
.footer .col-lg-3 p{
    font-size: 10px;
    line-height: 1.5;
    margin: -5px 0 0;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.footer ul a:hover {
    text-decoration: underline;
}
.social-media i {
    margin-right: 5px
}
.sub-footer {
    color: #fff;
    text-align: center;
    background-color: transparent;
    padding: 10px 0
}
/* fin footer */
/* debut costum design slick */
.slick-next:before, .slick-prev:before{
    font-size: 24px !important;
    color: var(--second-color) !important
}
.slick-slide img {
    display: initial !important;
}
/* fin costum design slick */

/*hiring page design*/

/*hero section*/
.hiring-intro-center {
    color: #fff;
    left: 50%;
    margin: 0;
    max-width: 735px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,.25);
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    z-index: 222
}
.hiring-intro-center  {
    font-size: 24px
}
.why-item {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
}
.why-item img {
    width: 120px;
    height: 120px
}
.why-item h5 {
    color: var(--main-color)
}
.why-item p {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0;
}

/*debut posts demandés*/
.hr-infos{    
    width: 60%;
    padding: 5px 36px 25px;
    border: 3px dashed var(--main-color);
    margin-bottom: 25px;
    position:relative;
}
.hr-infos span.ref{    
    position: absolute;
    top : 5px;
    right: 5px;
    background: Yellow;
}
.py-hiring-cost {
    padding-top: 45px;
    padding-bottom: 45px;
}
#job-details .modal-body {
    height: 333px;
    max-height: 333px;
    overflow-y: scroll;
}
#job-details .modal-body p, #job-details .modal-body ul li {
    font-size: 14px!important;
    line-height: 1.43!important;
    color: #2d2d2d!important
}
.poste-demandés .col-lg-6 {
    padding-bottom: 30px;
}
.poste-demandés a:hover {
    text-decoration: none;
}

.post-item {
    border: 1px solid #d4d2d0;
    padding: 25px;
    cursor: pointer;
}
.post-item:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,0.08)
}
.post-item:hover .tile-job{
    text-decoration: underline;
}
.post-item h5 {
    color: #003579
}
.post-item ul li {
    color: #767676 !important;
    line-height: 20px !important;
    font-size: 14px
}
.post-item span {
    font-size: 12px;
    color: #767676 !important;
    line-height: 2px
}
/* debut cv */

.main-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.inner-form {
    width: 475px;
    max-width: 475px;
    margin: auto;
}
.inner-form h3 {
    color: var(--main-color);
}
.inner-form .form-group {
    text-align: left !important;
}

/* start login page*/
.main {
    color: #3c4b64;
    background-color: #ebedef;
    --color: #3c4b64;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: center;
}
.carde {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
}
.carde-body {
    padding: 20px
}
.carde-title {
    color: var(--main-color);
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
}
.carde-title:after {
    content: '';
    width: 46px;
    height: 3px;
    display: block;
    background-color: var(--main-color);
    margin-top: 8px;
}
.logo-carde img {
    width: 124px;
    object-fit: cover;
}
.btn-snd-skin {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
    transition: all 0.3s ease
}
.btn-snd-skin:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    text-decoration: none;
}
.footer {
    font-size: 12px;
    color: #96989b;
    font-weight: 500;
}
.error {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #d35400 !important;
    top: 5px !important;
    left: 5px !important;
    text-align: left !important;
    display: none;
    width: 100%;
}
/* end login page*/