/*@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'Avenir-Medium';
    src: url('fonts/Avenir-Medium.eot');
    src: url('fonts/Avenir-Medium.ttf') format('truetype'),
         url('fonts/Avenir-Medium.woff') format('woff'),
         url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Medium.svg#RAvenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('fonts/Avenir-Book.eot');
    src: url('fonts/Avenir-Book.ttf') format('truetype'),
         url('fonts/Avenir-Book.woff') format('woff'),
         url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Book.svg#RAvenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.ttf') format('truetype'),
         url('fonts/Avenir-Light.woff') format('woff'),
         url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Light.svg#RAvenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.ttf') format('truetype'),
         url('fonts/Avenir-Black.woff') format('woff'),
         url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Black.svg#RAvenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('fonts/Avenir-Heavy.eot');
    src: url('fonts/Avenir-Heavy.ttf') format('truetype'),
         url('fonts/Avenir-Heavy.woff') format('woff'),
         url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Heavy.svg#RAvenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6,
.default-content p{
    padding-left: 50px;
    padding-right: 50px;
}
.default-content ul{
    padding-left: 100px;
}

html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Avenir-Book';
}
header{
    background-color: rgba(255,255,255,0.5);
}
h1 {
    font-size: 40px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 18px;
}
.item-content p, .item-content ul{
    text-align:left;
}
.item-content ul {
    padding-left: 10px;
}
.vertical-item .with_padding {
    padding: 20px;
}
.transparent_header .sf-menu > li > a, .transparent_header .sli-menu_button{
    color:#444;
}
.transparent_header a.logo img + .logo_text{
    color:#262626;
}

.sli-menu span, .sli-menu span::before, .sli-menu span::after{
    background:#444;
}

.sf-menu li > ul, .sf-menu > li .mega-menu {
    margin-top: 0;
}
.sf-menu > li {
    padding: 5px;   
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #444; 
}
.sf-menu a {
    font-size: 14px;
}

a.logo {
    margin-top: 30px;
}

.affix a.logo img{
    width: 80px;
}

h4.entry-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}
article.vertical-item.content-padding .item-content {
    padding: 18px 25px 12px;
}
/*.slides li.cs {
    max-height:500px;
}*/

.slide_description h1, .banner-content h1{
    font-family:'Avenir-black';
    font-size:4rem;
    color:#384c83;
    background-color:rgba(255,255,255,0.5);
    margin:0px;
    padding:5px;
    display: block;
}

@media (max-width:798px){
    .slide_description h1, .banner-content h1{
        font-size:2.5rem;
    }
}

.slide_description h2 , .banner-content h2{
    font-family:'Avenir-light';
    font-size:2rem;
    color:#384c83;
    background-color:#fac600;
    width:max-content;
    margin:0;
    padding:5px;
    display: block;
    margin-top:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
}

.slide_description a{
    display: block;
}

.flexslider.text-nav .flex-direction-nav a.flex-prev, .flexslider.text-nav .flex-direction-nav a.flex-next{
    top:300px;
}

.intro_section .flex-direction-nav li {
    bottom: 600px;
}
.banner-area{
    background-color:#337ab7;
    background-repeat: no-repeat;
    background-size:cover;
    height:auto;
}
.banner-area .container{
    background-color:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
}
.banner-area .container .banner-content{
    color:#fff;
    text-align:center;
    padding-top:40px;
}
.banner-breadcrumb {
    background: #eee;
    padding: 8px 5px 1px;
    font-weight: bold;
    margin-bottom:50px;
}
.banner-breadcrumb li{
    display: inline-block;
}

.error, .success {
    padding: 10px;
    font-weight: 600;
}

.section_padding_110 > [class*="container"] {
    padding-top: 20px;
    padding-bottom: 10px;
}

.lst-article article{
    margin:10px;
    border: solid 1px #444;
    width: 47%;
    float: left;
    display: block;
}

.background-bleu{
    background-color:#46a5e5;
    padding:10px;
    max-width: 350px;
    display:block;
    margin: 0 auto;
}

.table_section [class*="col-"] {
    display: block;
    float: left;
}
.sli-menu_right .sli-menu {
    right: 5px;
}
.intro_section .slide_description_wrapper {
    padding: 0 0 170px;
}
.page_highlights .highlight-item {
    margin-top: -320px;
    z-index: 2;
}
@media (max-width:992px){
    .page_highlights .highlight-item {
        margin-top: 0px;
        z-index: 2;
    }
    .mobile-active.transparent_header .sf-menu > li > a, .mobile-active.transparent_header .sf-menu > li {
        color: #fff;
    }
    
    .slide_description h1, .banner-content h1{
        font-size:3rem;
    }
}

.transparent_header.affix-top .container-fluid [class*="col-"]:last-child {
    display: block;
}
.affix-top .sli-menu_wrap.collapsed .sf-menu > li a {
    left: 0;
    opacity: 1;
}
.affix-top .sli-menu_wrap .sf-menu {
    visibility: visible;
}

.transparent_header_wrapper + .intro_section{
    margin-top: -140px;
}

.affix-top .sli-menu_wrap .sf-menu{
    visibility: visible !important;
}

.transparent_header.affix-top .container-fluid{
    padding-top: 0px;
}

#form-contact {
    max-width: 800px;
    margin: 0px auto;
    background-color: #fff;
}

#form-contact button {
    margin: 0 auto;
    margin-bottom: 45px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.text_shadow {
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 1em black;
}

.text-white {
    color : #fff;
}

a:hover .text-white {
    color: #fff;
}

.mobile-aside-button{
    text-decoration:none !important;
}

.article-info {
    font-size: 14px;
}

/**Footer**/
footer{
    background-color:#384c83;
    color:#fff;
    font-family: 'Avenir-Book';
}

footer a{
    color:#fff;
}

/** Header **/


.navbar{ display: block; }
.barre-menu{ z-index: 999; }
.img-logo{ 
    max-height: 100px ;
    margin-left:40px;
}
#fixed-lien{
    position: fixed;
    bottom: 110px;
    right: 0;
    z-index: 10;
    transition: right 0.5s;
}
#fixed-lien img{ width: 200px; max-height: 200px; }

#barre-fixed{
    background-color:#fac600;
    top: 0;
    left: 0;
    transition: all 0.5s;
    padding:10px;
    color:#fff
}
#barre-fixed2{ 
    top: -3000px;
    left: -3000px;
    transition: all 1s; 
}

#menu{
    transition: all 1s;
    z-index: 99999;
    text-align: center;
}

#menu ul{ 
    list-style: none;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}

#menu ul li {
    display: inline-block;
}

.main-menu{
    width:180px;
    margin: 0 20px;
    color: #fff;
    height:100px;
    font-family: 'Avenir-medium', sans-serif;
    text-transform : uppercase;
    position: relative;
}

#menu .main-menu:hover{
    color: #fff;
}
#menu .main-menu .crochet2{
    top: 20px;
    display: block;
}
.main-menu:hover .crochet2{
    display:block;
}

#menu li{ cursor: pointer; }

#menu .main-menu:hover .ssmenu, #menu .main-menu:hover div.arrow, .main-menu:hover .crochet2 {
    display: block;
}

.main_ss_menu{
    margin-top:30px;
}

#menu .ssmenu{
    padding:0 25px;
    display: none;
    position: absolute;
    top: 110px;
    left: -15px;
    color:#384c83;
    background-color: rgba(255,255,255,0.8);
    line-height: initial;
    text-transform: initial;
    width: 180px;
    font-family: 'Avenir-Book', sans-serif;
    z-index:100;
}

#menu div.arrow{
    display:none;
    position: absolute;
    top: 94px;
    left: 60px;
    z-index: 99;
    width:0px;
    height:0px;
    border: 0 solid rgba(0,0,0,0);
    border-right-width:15px;
    border-left-width:15px;
    border-bottom:16px solid #384c83;
}

#menu .ssmenu li{
    display:block;
}

#menu .ssmenu li a{
    display:block;
    padding: 15px 0;
    color:#000;
    font-family: 'Avenir-heavy', sans-serif;
}

#menu .ssmenu li a:hover{
    color:#fac600;
    text-decoration:none;
}

#menu .ssmenu li:hover{
    color:#e95b0c;
}
#menuresp{
    width:100%;
}
#barre-fixed #barre-recherche{
    margin-top:30px;
}

#barre-fixed .customInput{
    background: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    color: #384C82;
    border-color:#384C82;
    font-family: 'Avenir-Book',sans-serif;
    height:auto;
    padding:0px;
    font-style: normal;
}

#barre-fixed .invisible-button{
    border: none;
    background: transparent;
    cursor: pointer;
    color:#384C82;
}

h1{
    font-size:3rem;
}

h1{
    margin-top:75px!important;
}

h2{
    margin:0px;
    padding-top:75px;
    padding-bottom:35px;
    font-family:'Avenir-black';
    font-size:2rem;
    text-transform: uppercase;
}

h2, .titre-h2-blue{
    font-family:'Avenir-black';
    color:#384c83;
}

.titre-h2-black{
    color:#000;
}

.section-space{
    padding-bottom:50px;
}

#implantation h2, .section-space h2{
    padding-top:75px;
    margin:0;
}

#implantation h3{
    color:#fff;
    padding:0;
    margin:0;
    font-size:1.2rem;
}
#implantation img{
    width:100%;
    height:auto;
}

#implantation_2 p{
    line-height:10px;
}

#implantation_2{
    padding:20px;
}
form#contact label{
    font-weight:bold;
    color:#384c83;
    font-size:16px;
    margin-top: 10px;
}

.aleoRegular{
    font-family: 'Aleo';
    font-weight: 400 !important;
    color:#000 !important;
}

.illu_contact{
    position: absolute;
    right: -50px;
    bottom: 50px;
}

#contact{
    padding:15px;
}
#contact_2 img{
    width:100%;
    height:auto;
}
.home-bloc{
    padding:0;
    margin:0;
}
#actualite {
    padding: 80px 100px;
}
#actualite h3{
    text-transform:uppercase;
    font-weight:bold;
    font-family:'Avenir-Black';
}
#actualite .date, .actualite .date{
    color:#384c83;
    font-weight:bold;
    font-size:1.5rem;
    font-family:'Avenir-Black';
}
#actualite .contenu{
    text-align:justify;
}
#actualite a, #contact a{
    text-transform:uppercase;
    width:100%;
    background-color:#fac600;
    color:#fff;
    padding:10px;
    display:inline-block;
    text-align:center;
    margin-top:30px;
}
#actualite img {
    top: 60px;
    position: absolute;
    right: 100px;
}

.article-show-a h3, .actualite h1{
    font-family:'Avenir-Black';
    font-size:2rem;
    text-transform:uppercase;
}

.article-show-a .titre-h2-blue{
    margin-top:20px!important;
    padding-top:0px!important;
}


#search{
    min-height:500px;
}
#search button{
    margin-top: 0;
    border: none;
    height: 60px;
    
}
.color-yellow{
    color:#fac600;
}

.btn-yellow{
    text-transform:uppercase;
    background-color:#fac600;
    color:#fff;
    padding:10px 30px;
    text-align:center;
    margin-top:30px;
    width:max-content;
    font-family:"Oswald";
    font-weight: bold;
    font-size:22px;
    border:none;
}

.form-control, input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    border: none;
    height: 60px;
    border: 1px solid #fef2c7;
    background-color: #fef2c7;
    border-radius: 0;
    color: #1a1a1a;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
}
.bgd-yellow{
    background-color:#fef2c7;
}

.bgd-yellow-bis{
    background-color:#fac600;
}

#barre-fixed, #menu-phone{
    display:block;
}

#menu-phone{
    background-color:#fac600;
}

#menu-phone img{
    margin:0;
}

.mobile-aside-button i{
    text-decoration:none;
}

.maxheightheader{
    height:600px;
    max-height:600px;
}

@media screen and (max-width: 1024px) {
    #barre-fixed{
        display:none;
    }
    
    .illu_contact{
        position: absolute;
        right: 30px;
        bottom: 50px;
        width: 50px;
        z-index: 1;
    }
    
    .slide_description_wrapper{
        padding-top: 100px !important;
    }
}

@media screen and (min-width: 1024px) {
    #menu-phone{
        display:none;
    }
}
@media screen and (max-width: 724px) {
    #actualite {
        padding: 40px;
    }
    #actualite img {
        top: 20px;
        position: absolute;
        right: 40px;
    }
}


#partner {
    text-align: center !important;
    background-color : #fff;
    width:100%;
    padding-top:50px;
    padding-bottom:50px;
    overflow: hidden;
}

#partner .row{
    margin:0px !important;
}

#partner img {
    max-height: 80px;
    width: auto;
    vertical-align: middle;
    padding: 5px;
    max-width: 100%;
    margin:auto;
}

#partner .owl-wrapper{
    display: flex !important;
    align-items: center;
    margin:auto;
    justify-content: center !important;
    width:min-content!important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-carousel .owl-item{
    opacity:1;
}




.crochet {
    width: 30px;
    height: 30px;
    position: relative;
    top: -16px;
    left: 0px;
    margin-right:-25px;
}

.crochet-menu{
    position: relative;
    top: -10px;
    left: 10px;
    display: none;
}

.crochet-menu .crochet-bleu{
    stroke-width: 4;
}

.main-menu:hover .crochet-menu{
    display: ruby;
}

.main-menu:hover .main_ss_menu{
    margin-left: -50px;
}

.main_ss_menu{
    margin-left: -25px;
}

.crochet-bleu {
    stroke: #384c83;
    stroke-width: 6;
}

.crochet-jaune {
    stroke : #fac600;
    stroke-width: 6;
}


.select-invisible {
    opacity: 0;
    position: absolute;
    margin-bottom: 20px;
    width: 95%;
    font-family: "Avenir-Book", sans-serif;
}

.customSelect {
    display: inline-block;
    background: #384c83 none repeat scroll 0 0;
    background-color: #384c83;
    color: #333;
    width: 100%;
    height: calc(2.25rem + 12px);
    overflow: hidden;
    font-family: "Avenir-Book", sans-serif;
}

.background-select, .background-select:hover, .background-select:focus, .background-select:active {
    background: #fef2c7;
}

.customdisplay {
    display: block;
    width: 100% !important;
}

.customdisplay .nowrap {
    display: inline-block;
    padding: 15px;
    font-family: "Avenir-Book", sans-serif;
    color:#000;
}

.customdisplay i {
    padding: 15px;
    font-size: 18px;
}

.background-bleu, .background-bleu:hover, .background-bleu:focus, .background-bleu:active {
    background: #384c83;
}



/*------------------------------------------------------------------------------*/
/*---------------------------PAGE ESPACE PRESSE---------------------------------*/
/*------------------------------------------------------------------------------*/

#presse, #etude{
    width: 100%;
    padding: 0px 10% 45px 10%;
}
#presse .bloc-presse, #etude .bloc-presse{
    width: 100%;
}
.presse{ 
    background:#fff;
    position:relative;
    min-height: 550px;
    cursor: pointer;
    font-family: 'Avenir-Heavy',sans-serif;
    transition:all 0.5s;
}
.presse:hover{ 
    background:#384C82;
    color:#fff;
    transition:all 0.5s;
}
.presse:hover h3,.presse:hover h2{ 
    color:#fff;
    transition:all 0.5s;
}
.presse-download{ 
    position: absolute;
    bottom: 0;
    left: 15px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.revue-plus{
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    color:#fff;
    padding: 16px;
}

#timeline{
    width: 100%;
    padding: 45px 10%;
}

.titre-timeline{
    font-family: "Avenir-Book", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: block;
}

.titre-timeline:hover, .titre-timeline:active, .titre-timeline:focus{
    color: #333;
}

.titre-timeline i{
    font-weight: bold;
}

.date-timeline{
    font-family: "Aleo", sans-serif;
    font-style: italic;
    font-size: 18px;
}

.timeline{
    overflow-x: scroll;
    max-height: 55px;
    white-space: nowrap;
}

.timeline-cat{
    display: inline-block;
    background: #fff;
    color: #03A4BF;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 30px 5px 30px;
    font-family: "Avenir-Book", sans-serif;
    cursor: pointer;
    transition: background 0.4s, color 0.4s;
}

.timeline .active, .timeline .timeline-cat:hover, .timeline-cat:active, .timeline-cat:focus{
    color: #fff;
    background: #03A4BF;
    font-family: "Avenir-Heavy", sans-serif;
}

#texte-timeline{
    margin-top: 15px;
}


.div-photo:hover .afficherTitre{
    display:block;
    transition:all 0.5s;
}
.div-photo .afficherTitre{
    display:none;
    transition:all 0.5s;
    background:rgba(255,255,255,0.2);
    width: 100%;
    bottom: 20px;
    left:0;
    position: absolute;
    font-weight: bold;
    color:#000;
    text-align: center;
    font-size: 22px;
}


.header_white .sf-menu > li.active > a, blockquote.blockquote-item p::before, .ds a, .text_color a, .ds .ls a { color: #fff; }

.background-bleu, .btn-primary, #toTop, .banner-area .container { background-color: #fac600; }

.btn-primary:hover  { background-color: #384c83; }

a:hover, .header_white .sf-menu > li > a:hover { color: #384c83; }

@media screen and (max-width: 1024px) {
    .flex-active-slide { background-color: #384c83; }
}

a{
    color:#000;
}

#toTop{
    right:10%;
}

.article-show{
    background-color:#fac600;
    height:60px;
    width:60px;
    position:absolute;
    bottom:0;
    right:15px;
    padding:10px;
}

.article-show i{
    color:#fff;
    padding-top:5px;
}

.article-show-a:hover{
    text-decoration:none;
}

.article-show-a:hover .item-content{
    background-color:#384c83;
}

footer a:hover{
    color:#fac600;
}

.card-contact{
    padding-top:40px;
    padding-bottom:40px;
}

.card-contact > div{
    height:500px;
}

.card-contact .card-titre{
    position:absolute;
    bottom:40px;
    left:0px;
    width:100%;
    background-color:rgba(56,73,131,0.5);
    min-height:100px;
    text-align:center;
}

.card-contact h3{
    font-family:'Avenir-Black';
    color:#fff;
    padding-top:15px;
    text-align:center;
}

.card-contact h4{
    font-family:'Aleo';
    color:#fff;
    padding-top:5px;
    text-transform: none;
    text-align:center;
}




/********************* MOBILE BOOTSTRAP B4 *******************/
/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #fac600;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      width: 40px;
      height: 40px; } }
  #scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      #scrollUp i {
        line-height: 40px;
        font-size: 16px; } }
  #scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.height-100 {
  height: 100vh; }

.cs {
    background-color: #fff;
}

/*--
    - Background Color
------------------------------------------*/
.bg-paleturquoise {
  background-color: #effafa; }

.bg-aliceblue {
  background-color: #e7eaf0; }

.bg-gray {
  background-color: #f6f6f6; }

.default-overlay {
  position: relative; }
  .default-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    bottom: 0; }

.wrapper {
  overflow-x: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-wrap {
    display: none; } }

@media only screen and (max-width: 767px) {
  .main-header-wrap {
    display: none; } }

.header-small-mobile {
  display: none;
  padding: 10px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-small-mobile {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .header-small-mobile {
      display: block; } }

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.logo {
  padding-top: 40px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.main-menu {
  margin-left: 30px; }
  .main-menu > nav > ul > li {
    display: inline-block;
    margin: 0 26px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-menu > nav > ul > li {
        margin: 0 14px; } }
    .main-menu > nav > ul > li.angle-shape::before {
      border-bottom: 16px solid #fff;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      content: "";
      height: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      bottom: 0px;
      width: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      z-index: 9999; }
    .main-menu > nav > ul > li > a {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      display: inline-block;
      line-height: 108px; }
      .main-menu > nav > ul > li > a > span {
        position: absolute;
        top: 21px;
        right: -28px;
        font-size: 13px;
        font-family: "Roboto", sans-serif;
        background-color: #fac600;
        display: inline-block;
        color: #ffffff;
        line-height: 1;
        text-transform: uppercase;
        padding: 3px 10px; }
    .main-menu > nav > ul > li ul.submenu {
      background: #fff none repeat scroll 0 0;
      -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
      display: block;
      left: 0;
      padding: 22px 30px 24px;
      position: absolute;
      top: 100%;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
      transform-origin: center top 0;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      visibility: hidden;
      width: 190px;
      z-index: 999; }
      .main-menu > nav > ul > li ul.submenu li {
        margin-bottom: 16px; }
        .main-menu > nav > ul > li ul.submenu li:last-child {
          margin-bottom: 0px; }
        .main-menu > nav > ul > li ul.submenu li a {
          font-weight: 300;
          font-size: 14px;
          color: #000000;
          font-family: "Poppins", sans-serif;
          letter-spacing: .2px;
          display: block;
          text-transform: capitalize; }
          .main-menu > nav > ul > li ul.submenu li a:hover {
            color: #fac600; }
    .main-menu > nav > ul > li ul.mega-menu {
      background-color: #fff;
      display: block;
      left: -273px;
      padding: 23px 30px 62px 0;
      position: absolute;
      text-align: left;
      top: 100%;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
      transform-origin: center top 0;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      visibility: hidden;
      width: 972px;
      z-index: 999;
      -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .main-menu > nav > ul > li ul.mega-menu {
          width: 900px; } }
      .main-menu > nav > ul > li ul.mega-menu > li {
        display: inline-block;
        float: left;
        padding-left: 30px;
        padding-right: 0;
        width: 25%; }
        .main-menu > nav > ul > li ul.mega-menu > li a.menu-title {
          color: #000000;
          font-size: 16px;
          font-family: "Poppins", sans-serif;
          letter-spacing: .2px;
          display: block;
          border-bottom: 1px solid #cccccc;
          padding-bottom: 18px; }
        .main-menu > nav > ul > li ul.mega-menu > li ul {
          margin-top: 23px; }
          .main-menu > nav > ul > li ul.mega-menu > li ul li {
            margin-bottom: 19px; }
            .main-menu > nav > ul > li ul.mega-menu > li ul li:last-child {
              margin-bottom: 0px; }
            .main-menu > nav > ul > li ul.mega-menu > li ul li a {
              font-weight: 300;
              font-size: 14px;
              color: #000000;
              font-family: "Poppins", sans-serif;
              letter-spacing: .2px;
              display: block;
              text-transform: capitalize; }
              .main-menu > nav > ul > li ul.mega-menu > li ul li a:hover {
                color: #fac600; }
    .main-menu > nav > ul > li:hover > ul.mega-menu {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      visibility: visible; }
    .main-menu > nav > ul > li:hover > ul.submenu {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      visibility: visible; }
    .main-menu > nav > ul > li:hover a {
      color: #fac600; }
    .main-menu > nav > ul > li:hover.angle-shape::before {
      opacity: 1;
      visibility: visible; }

.header-right-wrap {
  display: -webkit-box;
  text-decoration:none;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  .header-right-wrap .header-search {
    margin-right: 26px; }
    .header-right-wrap .header-search > a {
      font-size: 20px; }
  .header-right-wrap .setting-wrap {
    margin-left: 26px; }
    .header-right-wrap .setting-wrap button {
      background-color: transparent;
      border: none;
      font-size: 20px;
      padding: 0; }
      .header-right-wrap .setting-wrap button:hover {
        color: #fac600; }
    .header-right-wrap .setting-wrap .setting-content {
      background: #fff none repeat scroll 0 0;
      padding: 26px 30px 32px;
      position: absolute;
      right: 0;
      top: 100%;
      width: 300px;
      z-index: 9999;
      -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
      max-height: 636px;
      overflow-y: auto;
      display: none; }
      @media only screen and (min-width: 1366px) and (max-width: 1600px) {
        .header-right-wrap .setting-wrap .setting-content {
          max-height: 510px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1365px) {
        .header-right-wrap .setting-wrap .setting-content {
          max-height: 400px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-right-wrap .setting-wrap .setting-content {
          max-height: 400px; } }
      .header-right-wrap .setting-wrap .setting-content ul li {
        padding-bottom: 25px; }
        .header-right-wrap .setting-wrap .setting-content ul li:last-child {
          padding-bottom: 0px; }
        .header-right-wrap .setting-wrap .setting-content ul li h4 {
          font-size: 16px;
          margin: 0;
          color: #000000;
          padding-bottom: 19px;
          border-bottom: 1px solid #cccccc;
          letter-spacing: .2px; }
        .header-right-wrap .setting-wrap .setting-content ul li ul {
          padding-top: 18px; }
          .header-right-wrap .setting-wrap .setting-content ul li ul li {
            padding-bottom: 31px; }
            .header-right-wrap .setting-wrap .setting-content ul li ul li:last-child {
              padding-bottom: 0px; }
            .header-right-wrap .setting-wrap .setting-content ul li ul li a {
              letter-spacing: .2px;
              color: #000000;
              font-weight: 300;
              display: block;
              line-height: 1; }
              .header-right-wrap .setting-wrap .setting-content ul li ul li a:hover {
                color: #fac600; }
    .header-right-wrap .setting-wrap:hover {
      color: #fac600; }



.main-search-active {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999; }
  .main-search-active.inside {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 9999; }
  .main-search-active .sidebar-search-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 50px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    .main-search-active .sidebar-search-icon button {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      color: #fff;
      cursor: pointer;
      font-size: 35px;
      line-height: 1;
      padding: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-search-active .sidebar-search-icon button:hover {
        color: #fac600; }
  .main-search-active .sidebar-search-input {
    padding: 300px 0 0; }
    .main-search-active .sidebar-search-input .form-search {
      position: relative; }
      .main-search-active .sidebar-search-input .form-search input {
        background-color: transparent;
        border-color: #6e6e6e;
        border-style: solid;
        border-width: 0 0 1px;
        color: #c0c0c0;
        display: block;
        font-size: 20px;
        height: 50px;
        line-height: 62px;
        padding: 0;
        width: 770px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 2px;
        padding: 0 55px 0 0; }
        .main-search-active .sidebar-search-input .form-search input::-moz-input-placeholder {
          color: #c0c0c0;
          opacity: 1; }
        .main-search-active .sidebar-search-input .form-search input::-webkit-input-placeholder {
          color: #c0c0c0;
          opacity: 1; }
      .main-search-active .sidebar-search-input .form-search button {
        background-color: transparent;
        border: medium none;
        color: #ffffff;
        cursor: pointer;
        font-size: 20px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 13px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .main-search-active .sidebar-search-input .form-search button:hover {
          color: #fac600; }

.stick .logo {
  padding-top: 25px; }

.stick .main-menu > nav > ul > li > a {
  line-height: 80px; }
  .stick .main-menu > nav > ul > li > a span {
    top: 8px; }

.stick .header-right-wrap {
  padding-top: 25px; }

.stick .cart-wrap .shopping-cart-content {
  top: 54px;
  height: calc(100vh - 80px); }

.stick .header-small-mobile .header-right-wrap {
  padding-top: 3px; }

.header-small-mobile .header-right-wrap {
  padding-top: 3px; }
  .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content {
    top: 51px;
    height: calc(100vh - 79px); }
    .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content .shopping-cart-top {
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content.show {
      right: -40px; }
    .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content .shopping-cart-bottom {
      margin-top: 12px; }
      .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content .shopping-cart-bottom a {
        padding: 9px 40px 10px;
        font-size: 13px; }
      .header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content .shopping-cart-bottom .shopping-cart-total {
        padding: 12px 0px 11px;
        margin: 15px 0 15px; }
  .header-small-mobile .header-right-wrap .mobile-off-canvas {
    margin-left: 20px;
  text-decoration:none;}
    @media only screen and (max-width: 767px) {
      .header-small-mobile .header-right-wrap .mobile-off-canvas {
        margin-left: 12px; } }
    .header-small-mobile .header-right-wrap .mobile-off-canvas a {
      font-size: 20px; }

.wrapper .body-overlay {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }

.wrapper.overlay-active .body-overlay {
  opacity: 1;
  visibility: visible; }

.mobile-off-canvas-active {
  position: fixed;
  top: 0;
  width: 330px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: -330px;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999; }
  @media only screen and (max-width: 767px) {
    .mobile-off-canvas-active {
      width: 260px;
      right: -260px; } }
  .mobile-off-canvas-active.inside {
    visibility: visible;
    opacity: 1;
    right: 0px; }
  .mobile-off-canvas-active .mobile-aside-close {
    position: absolute;
    text-decoration:none;
    left: -40px;
    top: 0px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #343538; }
    .mobile-off-canvas-active .mobile-aside-close i {
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
        color: #fff; }
    .mobile-off-canvas-active .mobile-aside-close:hover i {
      color: #fac600;
      text-decoration:none;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 40px 30px 50px;
    overflow: auto;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .mobile-off-canvas-active .header-mobile-aside-wrap {
        padding: 30px 20px 50px; } }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search {
      border-bottom: 1px solid #ddd;
      margin-bottom: 27px;
      padding-bottom: 40px; }
      .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form {
        position: relative; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {
          border: none;
          border-radius: 0px;
          height: 50px;
          padding: 0 60px 0 15px;
          width: 100%;
          font-size: 14px; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
          background-color: transparent;
          border-color: #ddd;
          -webkit-border-image: none;
          -o-border-image: none;
          border-image: none;
          border-radius: 5px 0 0 5px;
          border-style: none none none solid;
          border-width: medium medium medium 1px;
          color: #000000;
          font-size: 18px;
          height: 100%;
          padding: 0 15px 0 14px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          @media only screen and (max-width: 767px) {
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
              font-size: 16px; } }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button:hover {
            color: #fac600; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button i {
            margin-top: 5px;
            display: inline-block; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
      border-bottom: 1px solid #ddd;
      margin-bottom: 36px;
      padding-bottom: 27px; }
      .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav {
        height: 100%; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li {
          display: block;
          position: relative;
        margin-top:10px;
        margin-bottom:10px;}
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand {
            line-height: 50;
            top: -5px;
            left: 90%;
            width: 30px;
            position: absolute;
            height: 50px;
            text-align: center;
            cursor: pointer; }
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i {
              display: block;
              position: relative;
              width: 10px;
              margin-top: 15px;
              border-bottom: 1px solid #1f2226;
              -webkit-transition: all 250ms ease-out;
              -o-transition: all 250ms ease-out;
              transition: all 250ms ease-out; }
              .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
                top: 0;
                width: 100%;
                content: "";
                display: block;
                position: absolute;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                border-bottom: 1px solid #1f2226;
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0); }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a {
            font-size: 16px;
            text-transform: capitalize;
            line-height: 18px;
            position: relative;
            display: inline-block;
            padding: 10px 0;
            font-family: "Roboto", sans-serif; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a {
            padding: 10px 15px 5px;
            font-size: 14px;
            color: #000000;
            font-weight: 300; }
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a:hover {
              color: #fac600; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li ul li a {
            padding: 10px 30px 5px;
            font-size: 14px;
            color: #000000;
            font-weight: 300; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
      border-bottom: 1px solid #ddd;
      margin-bottom: 31px;
      padding-bottom: 37px; }
      @media only screen and (max-width: 767px) {
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
          display: block; } }
      .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
        position: relative;
        margin-bottom: 15px; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
          margin-bottom: 0; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a {
          font-size: 16px;
          display: block;
          letter-spacing: .2px;
          font-family: "Roboto", sans-serif; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a i {
            float: right;
            font-size: 10px;
            position: relative;
            top: 8px; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
          margin-top: 5px;
          display: none;
          background-color: #fff;
          -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          padding: 22px 30px 26px;
          width: 100%;
          z-index: 11; }
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
            padding-bottom: 10px; }
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
              padding-bottom: 0px; }
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
              font-size: 14px;
              letter-spacing: .2px;
              font-family: "Poppins", sans-serif;
              font-weight: 300; }
              .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
                color: #fac600; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > a {
          color: #fac600; }
        @media only screen and (max-width: 767px) {
          .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
            margin-bottom: 5px; }
            .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
              margin-bottom: 0; } }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
      margin-bottom: 20px; }
      .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
        font-size: 16px;
        margin-right: 20px; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
          margin-right: 0; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.facebook {
          color: #3b5999; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.twitter {
          color: #55acee; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.pinterest {
          color: #bd081c; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.instagram {
          color: #e4405f; }
        .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.google {
          color: #dd4b39; }
        
        .sli-menu_right .sli-menu {
    right: 5px;
}
.sli-menu_right .sli-menu {
    left: auto;
    margin-left: 0;
    right: -17px;
}
.sli-menu {
    display: block;
}
.sli-menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}

#contact_2{
    padding-left: 0;
    padding-right: 0;
}

.content-home{
    display: flex;
    flex-direction: row; 
    height: 100%; 
}

/* AVANT/APRES */

div.juxtapose{
    padding: 0 50px;
}

.container-home div.juxtapose{
    padding: 0;
}

div.jx-image img{
    height: 100% !important;
}

.juxtapose .jx-arrow{
    display: none;
}

.juxtapose .jx-control{
    background: #384C82;
    width: 5px;
}

.juxtapose .jx-controller{
    background: #384C82;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 100px;
}