:root{
    --color-purple :#9950ff;
}

@font-face {
    font-family: "Poiret one";
    src: url(../webfonts/PoiretOne-Regular.ttf);
}

@font-face {
    font-family: "Titillium Web";
    src: url(../webfonts/TitilliumWeb-Regular.ttf);
}

body{
    font-family: "Titillium Web", Sans-serif;
}

.big-title h2{
    font-size: 40px;
    font-weight: 700;
}

.no-padding{
    padding: 0;
}

.menu {
    position: relative;
}

.float-to-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.js .animate-box, .js .animate-list , .js .animate-content, .animate-rectangle{
    opacity: 0; 
}

.no-margin{
    margin: 0;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-purple) !important;
}

.navbar-dark .navbar-nav .nav-link:hover + .hover-link::before {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important;
    font-size: 19px;
}
.navbar {
    padding-left: 4rem;
}

.text-purple{
    color: var(--color-purple);
}

.bg-purple{
    background-color: var(--color-purple);
}


.full-black-bg {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.nav-item .icon i {
    font-size: 25px;
}

.contact h1{
    color: #fff;
}

.contact .custom-hr hr{
    background-color: #fff;
}

.contact .custom-hr hr::after{
    background-color: #7b7474;
}

#contact .form-group{
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
}

#contact .form-group .form-control{
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    line-height: 1.2;
    padding: 0 2px;
    font-size: 17px;
    color: #F3F2F2;
    outline: none;
    border: none;
}


#contact .form-group input:focus {
    box-shadow: none;
}

#contact .form-group textarea:focus {
    box-shadow: none;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgb(158, 66, 153);
    background: -webkit-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -o-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -moz-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -webkit-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: -o-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: -moz-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
}

.hover-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgb(158, 66, 153);
    background: -webkit-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -o-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -moz-linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: linear-gradient(225deg, rgb(197, 51, 149) 0%, rgb(248, 54, 0) 100%);
    background: -webkit-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: -o-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: -moz-linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
    background: linear-gradient(-225deg, rgb(197, 51, 149) 0%, rgb(158, 66, 153) 50%, rgb(115, 72, 154) 100%);
}

#contact .form-control:focus + .focus-input100::before {
    width: 100%;
}

.mail-icon {
    background: #73489a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.social-nav i {
    font-size: 16px;
    color: #fff;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}

#hr-contact{
    width: 100px;
    margin: 40px auto;
}

ul.list-items li span i {
    color: #9950ff;
    margin-right: 0.75rem;
}

ul li{
    list-style: none;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.8);
}

.navbar-dark .nav-link{
    font-family: "Poiret One",Sans-serif;
    font-size: 19px;
    font-weight: 600;
}

/* ===Responsive design */

@media (min-width: 992px) {
    .logo-img-xs{
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar-dark{
        background-color:rgba(0, 0,0, 1)
    }
    .logo-img-lg{
        display: none;
    }
    .logo-img-xs{
        display: block;
        width: 40px;
        height: 40px;
    }
    .navbar{
        padding: 1rem 4rem !important;
    }
    .navbar-toggler {
        padding: 0.2rem 0.2rem !important;
    }
    .banner-info {
        padding: 7em 0 !important;
    }
    .slider {
        height: 90vh !important;
    }
    #contact{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    
    .banner-info .content .content-text p, .banner-info .content .content-text ul li{
        font-size: 11px;
    }
}
  
@media (max-width: 576px) {
    .navbar {
        padding: 0 !important;
    }
    .navbar-brand{
        padding-left: 4rem !important;
    }
    .navbar-toggler{
        margin-right: 4rem !important;
    }
    .team1 img{
        width: 100% !important;
    }
    .slider {
        height: 90vh !important;
    }
    .banner-info .content{
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .banner-info .content .content-text p, .banner-info .content .content-text ul li{
        font-size: 10px;
    }

    .banner-info h3{
        font-size: 1rem;
    }
    .banner-info hr {
        width: 80px !important;
        height: 2px !important;
    }

    p , ul li{
        font-size: 12px;
    }

    .copyright h5{
        font-size: 12px;
    }
  }
/* ===Responsive design */

.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

#team-name{
    font-size: 20px;
    font-weight: bold;
}

.team{
    font-size: 14px;
}

.masonry-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    transition: all 0s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.masonry-item:nth-of-type(1).active,.masonry-item:nth-of-type(2).active{
    background-size: cover !important;
    background-position: bottom;
}

.masonry-item:nth-of-type(1).active {
    background-image: url(../images/references/Aeroport/aeroport-logo.jpg);
}

.masonry-item:nth-of-type(2).active {
    background-image: url(../images/references/Tour-Orange/1200px-Orange_logo.svg.png);
}
.masonry-item:nth-of-type(3).active {
    background-image: url(../images/references/Novotel/1200px-Accor_Logo.png);
}
.masonry-item:nth-of-type(4).active {
    background-image: url(../images/references/colas.png);
}
.masonry-item:nth-of-type(5).active {
    background-image: url(../images/references/JDI/JDI-logo.jpg);
}
.masonry-item:nth-of-type(6).active {
    background-image: url(../images/references/SEPIA/logo-sepia.jpg);
}
/* .masonry-item:nth-of-type(7).active,
.masonry-item:nth-of-type(8).active,
.masonry-item:nth-of-type(9).active {
    background-image: url(../images/references/video2.PNG);
} */
.masonry-item.active{
    filter: grayscale(0);
}

.dropdown-menu {
    background-color: #000 !important;
}

.dropdown-menu .dropdown-item{
    color: #fff !important;
    font-size: 12px !important;
}

.dropdown-menu li {
    text-align: center !important;
}

.dropdown-item:hover {
    background-color: #e9ecef;
    color: #000 !important;
}

ul.list-style li {
    list-style: circle;
}

.prestation>div.col-sm-4{
    padding: 1px !important;
    overflow: hidden;
}

.prestations{
    padding-left: 2px;
    padding-right: 2px;
}

.prestations .prestation img:not(.bg-img){
    height: 250px;
}

.zoom-img:hover{
    transition: all 0.7s ease-in;
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3); 
    -ms-transform: scale(1.3); 
    -o-transform: scale(1.3); 
    transform: scale(1.3);  
}


.list-disc li{
    list-style: disc !important;
}

 
.video-container {    
    padding-top: 30px;
}

.video-container iframe {
    width: 80%;
    height: 400px !important;
}

.fluid-width-video-wrapper{
    height: 400px !important;
    padding-top: 0 !important;
}

img{
    object-fit: cover;
}

.prestation-content{
    padding: 1px;
}

.grayscale{
    filter: grayscale(100%);
}


.animated-2s {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
.animated-3s {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }