/**
 *
 * @package   ECHO, Software development
 * @theme     theme_myagency
 * @copyright Copyright (c) 2020 ECHO, Software development (http://www.echo.tn)
 * @author    Skander Smaoui <ssmaoui@echo.tn>
 *
 */


/*= General
----------------------------------------------*/

html, body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}
body.page{
    padding: 0;
}

a {
    color:inherit;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #898c8e;
}

h1{
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.titles,
h2{
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2.lg {
    font-size: 32px;
}
h3{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
h4{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
h5{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase
}

.text,
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 12px 0;
}

.text-400{
    font-weight: 400;
}
.text-600{
    font-weight: 600;
}

.bg-filter {
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
}
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.bg-cover-fixed{
   background-attachment: fixed;
   background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.link-b a{
    color: #000000 !important;
}
#loading {
    height: 100vh;
    width: 100%;
}

#wsite {
    display: none;
    width: 100%;
}
.page{
    padding-top: 112px;
}
#navMenu {
    padding: 20px 0;
}
.navbar-light .navbar-toggler {
    border: none;
}
.custom-wpml {
    position: absolute;
    right: 20px;
}
.custom-wpml .wpml-ls {
    padding: 0;
}
.custom-wpml .wpml-ls-native {
    display: none;
}
section {
    padding-top: 100px;
    padding-bottom: 100px
}


.bg-border-content{
    position: relative;
}
.bg-border-top {
    position: absolute;
    height: 30px;
    width: 40px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('../images/border-top-left.png') ;
}
.bg-border-bottom{
    position: absolute;
    height: 30px;
    width: 40px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('../images/border-bottom-right.png') ;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right-white.svg);
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow-left-white.svg);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 10px;
    height: 17px;
}
.slick-next::before{
    font-family: icomoon !important;
    content: "\e9cb";
    color: #000000;
}
.slick-prev::before{
    font-family: icomoon !important;
    content: "\e9c8";
    color: #000000;
}
.navbar-light .logo.active a,
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active {
    position: relative;
}
.navbar-light .logo.active a:after,
.navbar-light .navbar-nav .active > .nav-link:after{
    content: ' ';
    border-bottom: 3px solid #4981a8;
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align: center;
    width: 100%;
}
.navbar-light .logo.active a:after{
    bottom: -50px;
}

.toggle-container .text{
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding: 12px 16px;
}

.toggle-container a > div:nth-child(2){
    display: none;
}
.hmin-75 {
    min-height: 75px;
}
/*= Icons
----------------------------------------------*/
[class^="icoflag-"], [class*=" icoflag-"],
[class^="icomy-md-"], [class*=" icomy-md-"],
[class^="icomy-lg-"], [class*=" icomy-lg-"],
[class^="icomy-"], [class*=" icomy-"] {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
[class^="icomy-lg-"], [class*=" icomy-lg-"] {
    width: 96px;
    height: 96px;
}
[class^="icomy-md-"], [class*=" icomy-md-"] {
    width: 82px;
    height: 82px;
}
[class^="icoflag-"], [class*=" icoflag-"] {
    width: 12px;
    height: 12px;
}


.icomy-phone {
    background-image: url('../images/icomy/icomy-phone.png');
}
.icomy-envelop {
    background-image: url('../images/icomy/icomy-envelop.png');
}
.icomy-md-bell {
    background-image: url('../images/icomy/icomy-md-bell.png');
}
.icomy-md-lock {
    background-image: url('../images/icomy/icomy-md-lock.png');
}
.icomy-md-247 {
    background-image: url('../images/icomy/icomy-md-247.png');
}
.icomy-md-shake {
    background-image: url('../images/icomy/icomy-md-shake.png');
}
.icomy-lg-atom {
    background-image: url('../images/icomy/icomy-lg-atom.png');
}
.icomy-lg-idea {
    background-image: url('../images/icomy/icomy-lg-idea.png');
}
.icomy-lg-target {
    background-image: url('../images/icomy/icomy-lg-target.png');
}
.icomy-lg-chart {
    background-image: url('../images/icomy/icomy-lg-chart.png');
}

.icoflag-tn{
    background-image: url('../images/icomy/icoflag-tn.png');
}
.icoflag-fr{
    background-image: url('../images/icomy/icoflag-fr.png');
}

/*= Header
----------------------------------------------*/

.menu-primary {
    background: #EDEDED;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.scroll .menu-primary{
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    
}
.menu-primary .logo img{
    height: 60px;
}

.page-header {
    height: calc(100vh - 112px);
    padding: 0;
    position: relative;
}
.carousel .carousel-indicators {
    margin-bottom: 50px;
}
.carousel .carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 4px
}
.carousel .carousel-indicators li:hover{
    opacity: .75;
}
.page-header .logo img{
    height: 125px;
    margin-bottom: 20px;
}

.cta-link{
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
}
.cta-link a{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 16px;
}

.cta-scroll-down {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
.cta-scroll-down:hover {
    bottom: 8px;
}
.cta-scroll-down a {
    padding: 10px;
    color: #FFFFFF;
    opacity: .5;
}
.cta-scroll-down a i {
    font-size: 28px;
}
.cta-scroll-down a:hover {
    opacity: 1;
    margin-top: 5px
}


.filter {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.filter li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.site-mydmc .filter li:not(:last-of-type) {
    border-right: 1px solid var(--custom-color-mydmc) ;
}
.site-myevent .filter li:not(:last-of-type) {
    border-right: 1px solid var(--custom-color-myevent) ;
}
.filter a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #adadad;
}
.filter a.active {
    color: #000000;
    font-weight: 400;
}
iframe {
    margin-bottom: -4px;
}


.box-post-container {
    margin-top: 30px;
}
.box-post {
    position: relative;
}

.box-post a:hover {
    color: #FFFFFF;
}
.box-post .box-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-post .box-post-content .text {
    font-size: 12px;
}
.box-post .hide{
    display: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-post:hover .hide{
    display: block;
}
.box-post:hover .box-post-content {
    height: 100%;
}

.box-post-container .slick-prev::before,
.box-post-container .slick-next::before {
    color: #FFFFFF;
}
.unitegallery {
    display: none;
}
/*= Sidebar
----------------------------------------------*/
.quicklinks {
    position: fixed;
    right: 15px;
    bottom: 50%;
    z-index: 1020;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}
.scroll .quicklinks {
    opacity: 0.5;
}
.scroll .quicklinks:hover {
    opacity: 1;
}
.quicklinks ul {
    list-style: none;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    margin: 0;
    border-radius: 5px;
}
.quicklinks ul li{
    padding: 4px 2px;
}

.quicklinks ul li a{
    color: #FFFFFF;
    opacity: 0.7;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 32px;
}
.quicklinks ul li a:hover{
    opacity: 1;
}

.quicklinks ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.pages-content .row:nth-child(2n) {
    background: #F1F1F1;
}

/*= MyAgency :: Homepage
----------------------------------------------*/
.section-introduction{
    padding-bottom: 0;
}
.bloc-introduction-values{
    min-height: 300px;
}
.bloc-introduction-values a {
    display: block;
}
.bloc-introduction-values a i{
    margin: 0 auto
}
.bloc-introduction-values h3{
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
}

.section-myAgency{
    padding: 0;
}

.section-myAgency .content {
    height: 75vh;
}
.section-myAgency .value-content{
    background: #000000;
    color: #FFFFFF;
    height: 100%;
    font-size: 38px;
    font-weight: 300;
}

.section-myAgency .value-content ul {
    margin: 0;
    width: 100%;
    text-align: center;
}
.section-myAgency .value-content ul li{
    margin: 25px 0;
}
.section-showreel{
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    background: #e2e2e2;
}
.section-showreel h2{
    margin-bottom: 100px;
}
.section-showreel iframe{
    width: 100%;
    height: 100vh;
}
.section-team {
    background: #e2e2e2;
}
.section-team h2{
    max-width: 800px;
    margin: 0 auto;
}
.member {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    padding-bottom: 25px;
    min-height: 400px;
}
.member-photo {
    width: auto;
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}
.member-photo .member-contact {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.member-photo:hover .member-contact{
    opacity: 1;
}
.section-timeline .timeline{
    margin: 100px 50px 0 50px;
}

.section-timeline .timeline .timeline__content p {
    font-size: 13px;
    height: 60px;
    overflow: auto;
}

.section-news {
    background: #f8f9fa;
    border-top: 1px dashed #DDDDDD;
    padding-top: 50px;
}
.section-news h2{
    padding: 20px 0;
}
.post {
    margin: 15px 0;
}
.post .post-poster {
    height: 200px;
    border: 1px solid #DDDDDD;
}
.post .post-content {
    margin-top: 30px;
    padding: 20px 20px 12px 20px;
}
.post .post-title{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.post .post-date{
    color: #9e9e9e;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    font-size: 11px;
}
.post .post-excerpt,
.post .post-excerpt p
{
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}
.read-more{
    text-transform: uppercase;
    font-weight: 300;
    height: 20px;
    opacity: .5;
}
.read-more:hover{
    opacity: 1;
}
#carouselOffres {
    min-height: 100vh;
}
.section-partners .logo{
    padding: 15px;
}
.partners-logo .logo{
    padding: 20px;
    height: 150px;
}
.partners-logo .logo img{
    max-height: 100%;
}
/*= MyConcierge :: Homepage
----------------------------------------------*/
.site-myconcierge .bloc-introduction-values a .ico-container {
    border: 2px solid var(--custom-color-myconcierge);
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    margin-bottom: 10px;
}
.section-services{
    padding-bottom: 0;
}
.thegrid .bg-cover:hover{
    background-position: 25% 25%;
    transition: all .5s;
}
.thegrid .title {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.section-avantages-category {
    padding: 65px 0 0 0;
}
.section-avantages  {
    padding: 100px 0 0 0;
}
.section-avantages .cta-container {
    position: absolute;
    margin: 0;
    bottom: 25px;
    z-index: 1;
    width: 100%;
}
.section-avantages .cta-container a {
    font-size: 10px;
    padding-bottom: 6px;
}

.section-avantages .cta-link a:hover{
    color: #FFFFFF;
}
.section-avantages-category .carousel,
#carouselAvantageMyConcierge {
    margin-top: 25px;
    height: 500px;
}

.section-avantages-category .carousel h5,
.section-avantages .carousel h5 {
    font-size: 30px;
}
.section-avantages-category .carousel p,
.section-avantages .carousel p {
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 1px;
}
.box-offer .card-header{
    height: 115px;
}

.box-offer .card-body{
    
}

.box-offer .card-body ul{
    padding: 0;
    margin: 0;
}
.box-offer .card-body ul li{
    font-weight: 300;
    list-style: none;
    padding: 5px 0;
}

.box-offer h3{
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--custom-color-myconcierge);
}

.box-offer .cta-link{
    margin: 20px 0 10px 0;
}
.box-offer .cta-link a {
    letter-spacing: 0;
    color: var(--custom-color-myconcierge) ;
    border-color: var(--custom-color-myconcierge) ;
}
.box-offer .cta-link a:hover {
    color: #FFFFFF;
}
.section-myconcierge {
    background-image: url('../images/corporate-suite.jpg');
    text-align: center;
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
}

.section-myconcierge > div{
    background-image: url('../images/my-overlay.png');
    background-color: rgba(0, 0, 0, .5);
}
.section-myconcierge .padding {
    padding: 100px 15px;
}
.section-myconcierge h2{
    margin-bottom: 60px;
    color: #FFFFFF;
}
.section-myconcierge h3 {
    margin-bottom: 20px;
    color: #FFFFFF;
}
.section-myconcierge a:hover{
    color: #FFFFFF;
     text-shadow: 1px 1px rgb(255, 255, 255, .5);
}

.section-application .text {
    margin: 30px;
}
.section-application .text h2{
    font-size: 20px;
}
.section-application .text ul {
    list-style: disclosure-closed;
    margin-bottom: 40px;
    
}
.section-application .text a {
    margin: 0 5px;
}
.header-instagram a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.section-instagram .cta-link a{
    border-color: #9e9e9e;
    color: #9e9e9e;
}


.category .page-header .logo img {
    height: 165px;
    margin-top: 20px;
}
.category .page-header {
    
}

/*= MyDMC :: Homepage
----------------------------------------------*/
.dmc-introduction-item img{
    opacity: 0.8;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.dmc-introduction-item a:hover img{
    opacity: 1;
}
.section-mices {
    padding-left: 0;
    padding-right: 0;
}

.section-mices .page-content .logo{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section-mices .page-content {
    background: var(--custom-color-mydmc) ;
    color: #FFFFFF;
    padding: 50px 40px;
}

.section-mices .page-content h2,
.section-mices .page-content p {
    color: #FFFFFF;
}
.section-dmc-introduction{
    padding-bottom: 0;
}
.section-dmc-introduction h2 {
    margin-bottom: 15px;
}
.section-dmc-introduction .link{
    font-weight: 300;
    font-size: 18px;
}

.section-prestations-container {
    border: 5px solid var(--custom-color-mydmc) ;
    padding: 15px;
}

.image-container {
    height: 200px;
    overflow: hidden;
}
.image-container-fit {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.text-container {
    margin: 15px;
}
.text-container h2 {
    text-align: left;
    margin: 10px 0 0 0;
}
.section-prestations {
    padding-bottom: 0;
}
.section-prestations .text {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.text-container .read-more{
    text-align: left;
}
.site-mydmc .section-realisations{
    padding-bottom: 0;
}
.ih-item .img img {
    object-fit: cover;
    height: 260px;
    width: 100%;
}
/*= MyEvent :: Homepage
----------------------------------------------*/
.section-beforeafter {
    background: #f4f4f4;
}
.section-surmesure {
    min-height: 500px;
    padding: 0;
}
.section-surmesure iframe{
    min-height: 500px;
}

.section-surmesure .text-container {
    text-align: left;
    color: #FFFFFF;
    padding: 60px 15px;
}
.section-surmesure-container {
    background: var(--custom-color-myevent) ;
}

/*= MyTravel :: Homepage
----------------------------------------------*/
.site-mytravel .section-introduction p{
    font-size: 20px;
    
}
.section-esprit  .text-container,
.section-perf .text-container{
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.5);
}
.section-vos-objectifs .toggle-container,
.section-les-outils .toggle-container{
    height: 200px;
}
.section-vos-objectifs .toggle-container h3,
.section-les-outils .toggle-container h3{
    text-align: center;
    font-weight: 400;
}
.section-vos-objectifs .toggle-container .text,
.section-les-outils .toggle-container .text{
    color: #FFFFFF;
}

.section-vos-objectifs .bg,
.section-les-outils .bg{
    background-image: url('../images/sites/mytravel/bg-term.jpg');
    margin: 15px 0;
}
.section-vos-objectifs .toggle-container:hover,
.section-les-outils .toggle-container:hover{
    background-image: url('../images/mask-logo.png');
}

/*= MyTeam :: Homepage
----------------------------------------------*/
.site-myteam .cta-link a{
    border: 1px solid  var(--custom-color-myteam);
    color: var(--custom-color-myteam);
}
.bloc-realisations-1 {
    min-height: 250px;
    text-align: center;
    margin: 15px;
    background: rgba(0, 0, 0, 0.3);
}
.bloc-realisations-1 h3{
    font-size: 28px;
    font-weight: 400;
}
.bloc-realisations-1 a:hover {
    text-decoration: underline;
}

.bloc-realisations-2 {
    margin: 20px 0;
    min-height:200px;
}
.bloc-realisations-2 .ih-item .img {
    position: relative;
}
.bloc-realisations-2 .ih-item .img .h3 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bloc-realisations-2 .ih-item .img .h3 h3 {
    text-align: center;
    width: 100%;
    text-shadow: 0 0 2px #000000;
}

/*= Footer
----------------------------------------------*/

.cta-scroll-up a {
    color: #FFFFFF;
    opacity: .5;
}
.cta-scroll-up a i {
    font-size: 28px;
}
.cta-scroll-up a:hover {
    opacity: 1;
}
.cta-country{
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 10px;
}
.cta-country i{
    display: block;
}

.cta-language{
    text-align: center;
    margin-bottom: 10px;
}
.cta-language ul{
    padding: 0;
}
.cta-language ul li{
    list-style: none;
    display: inline-block;
    padding: 0 8px;
}
.cta-language .wpml-ls-flag{
    display: none;
}
footer {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../images/my-overlay.png');
    background-color: #000000;
}

footer ul {
    margin: 0;
}
footer > .container{
    min-height: 400px;
}

footer .logo img{
    height: 60px;
}
footer .cta-scroll-up{
    text-align: center;
    width: 100%;
    padding-top: 15px
}

footer .navbar {
    padding-bottom: 20px;
    text-align: center;
}

footer a:not(.active) i,
footer a:not(.active){
    opacity: 0.5;
}
footer a i,
footer a {
    font-weight: 300;
    color: #FFFFFF !important;
    text-transform: uppercase;
}
footer .logo.active a,
footer a:hover{
    opacity: 1;
}
footer .links {
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
}
footer .links-2 {
    margin: 40px auto 15px auto;
}
footer .links-2 ul {
    text-align: center;
    padding: 0;
}
footer .links-2 ul li {
    display: inline-block;
}
footer .links-2 a {
    font-size: 10px;
}
footer .links-2 a.tel {
    font-size: 16px;
    vertical-align: middle;
}
footer .social-media i {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 6px;
}
