/*
Theme Name: Visemo
Theme URI: https://visemo.ch
Author: Extrasmallworld
Author URI: 
Description:
Version: 1
*/

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-VariableFont_wght.ttf') format('ttf');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
}

body{
	font-size:16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    line-height:1.8em;
    letter-spacing: 0.02em;
    max-width:100%;
}

h1,h2,h3,h4,h5,h6{
    /*font-family:"acumin-pro";*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #000064;
    margin:1em 0px 0.6em 0px;
}

h1{
	font-size:2.5em;
}
h2{
	font-size:2.1em;
}
h3{
	font-size:1.8em;
}
h4{
	font-size:1.5em
}
h5{
	font-size:1.3em
}

p{
	margin:1.4em 0;
}

strong,b{
	font-weight: bold;
}

em,i{
	font-style: italic;
}

ul,ol{
	padding-left:30px;
}

ul li, ol li{
	margin:2px 0px 8px 0px;
	list-style: circle;
}

ol li{
	list-style: decimal;
}

hr{
    opacity: 1
}

blockquote{
	display: block;
	font-size: 1.2em;
	line-height: 1.8em;
	margin:1em 0px 0.6em 0px;
}

blockquote cite {
    padding-top: 50px;
    display: block;
    text-align: right;
    font-size: 0.8em;
    font-style: normal;
}

.color-fdfdfd{
    background-color:#fdfdfd;  
}

.pb-100{
    padding-bottom: 100px;
}

.pt-100{
    padding-top: 100px;
}

.pb-60{
    padding-bottom: 60px;
}

.pt-60{
    padding-top: 60px;
}

.pt-40{
    padding-top: 40px;
}

.pb-40{
    padding-bottom: 40px;
}

@media screen and (max-width:992px) {
    .pb-100{
        padding-bottom: 60px;
    }
    .pt-100{
        padding-top: 60px;
    }
    .ptt-40{
        padding-top: 40px;
    }
    .pbt-40{
        padding-bottom: 40px;
    }
}

@media screen and (max-width:578px) {
    .pb-100{
        padding-bottom: 40px;
    }
    .pt-100{
        padding-top: 40px;
    }
    .pb-60{
        padding-bottom: 20px;
    }
    .pt-60{
        padding-top: 20px;
    }
    .pt-40{
        padding-top:20px;
    }
    .pb-40{
        padding-bottom: 20px;
    }
}

.btn-hover-blue a{
    transition: all 300ms;
    background: #0809be;
    color: #fff!important;
    border: 2px solid #0809be;
}

.btn-hover-blue:hover a{
    background: #fff;
    color: #0809be!important;
    border: 2px solid #0809be;
}

a,a:link {color: #0809be;text-decoration: none} 
a:visited {color: #b6bfbf;}
a:active,a:hover,a:focus {color: #0016f9;text-decoration: none;}

.lt-space-2{
    letter-spacing: 0.2em;
}

.hive-label {
    display: inline-block;
    background: #dadfdf1a;
    color: #0809be;
    padding: 2px 20px;
    border-radius: 18px;
    font-size: 1em;
}

.mt-n100{
   margin-top:-100px; 
}
.mt-n60{
   margin-top:-60px; 
}
.no-margin{
    margin:0px;
    --bs-gutter-x: 0px;
}

.hr-s1{
    height:3px;
    max-width:64px;
    width:100%;
}

.hide{
    display: none;
}

/* End > Typographies */

.wp-block-image figcaption{
    text-align:center;
}

.container-1080{
    max-width:1080px !important;
    margin: auto;
    box-sizing: border-box;
}
.container-500{
    max-width:500px;
    margin: auto;
    box-sizing: border-box;
}
.container-750{
    max-width:750px;
    margin: auto;
    box-sizing: border-box;
}

.title-430{
    max-width:430px;
    box-sizing: border-box;
}

.btn-hive {
    display: inline-block;
    border: 2px solid #fff;
    padding: 8px 20px;
    font-size: 0.9em;
    font-weight: 600;
    background: #fff;
    color: #0809be !important;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-hive .btn-picto{
    color: #0809be !important;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
.btn-hive .btn-picto-right{
    margin: 0px 10px 0px 0px;   
}

.btn-hive:hover,.btn-hive:active,.btn-hive:focus {
    background: none;
    color: #fff !important;
}

.btn-hive:hover .btn-picto,.btn-hive:active .btn-picto,.btn-hive:focus .btn-picto{
    color: #fff !important;   
}

.btn-hive.btn-hive-blue{
    transition: all 300ms;
    background: #0809be;
    color: #fff !important;
    border: 2px solid #0809be;
}

.btn-hive.btn-hive-blue .btn-picto{
    color: #fff !important;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.btn-hive.btn-hive-blue:hover,.btn-hive.btn-hive-blue:active,.btn-hive.btn-hive-blue:focus {
    background: none;
    color: #0809be !important;
}

.btn-hive.btn-hive-blue:hover .btn-picto,.btn-hive.btn-hive-blue:active .btn-picto,.btn-hive.btn-hive-blue:focus .btn-picto{
    color: #0809be !important;   
}

.btn-hive.btn-hive-outlineblue{
    color: #0809be !important;
    border: 2px solid #0809be;
}
.btn-hive.btn-hive-outlineblue:hover{
    background: #0809be;
    color: #fff !important;
}

.btn-hive.btn-hive-round{
    border-radius: 40px;
}

.btn-hive.btn-hive-fluid{
    width:100%;
    text-align: center;
}

/* !GÃ©nÃ©ral */

.width-750{
    max-width:750px;
    width:100%;
    margin:.15em auto;
}

.social-link { /*cercle*/
    background: #fff;
    border:2px solid #0809be !important;
    display: inline-block;
    padding: 1px 0px;
    color: #0809be !important;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px 4px;
}

.social-link:hover { /*cercle*/
    background: none;
    color: #0016f9 !important;
    border:2px solid #0016f9 !important;
}

.loop-position {
    background: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    display: block;
    margin: 10px 0px;
    padding: 20px 40px;
    position: relative;
    transition: all 720ms;
}

.loop-position span{
    display: block;   
}

.loop-position .title{
    color: #0809be;
    font-size: 1.2em;
}

.loop-position .icon{
    position: absolute;
    top: 42%;
    right:40px;
    color:#0809be;       
    transition: all 720ms; 
}

.loop-position:hover{
    padding-left:80px;
}

.loop-position:hover .icon{
    right:80px;
}
    
/* End > GÃ©nÃ©ral */


/* !Header */

#body-header {
    padding-top: 20px;
    position: relative;
    padding-bottom: 10em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
    
#body-header #menu-header .logo-header img{
    max-width:230px;
}

#body-header .wave {
    position: absolute;
    width: 101%;
    height: auto;
    bottom: -1px;
    left: -1px;
    z-index: 0;
}

#body-header .header-text-content{
    max-width:800px;
    margin:auto;
    color:#fff;
    text-align: center;
    font-size:1.3em;
    position: relative;
    z-index: 1;
    padding: 80px 0px;
}

#body-header .header-text-content *{
    color:#fff   
}

#body-header .header-text-content h1 {
    font-size: 2.8em;
    margin-top:0px;
}

#body-header.bkg_style_split .header-text-content{
    text-align: left;
}

#body-header.menu_style_blue .header-text-content *{
        color:#000064;
}
    
#body-header.bkg_style_mosaique1{
    position: relative;
    height:auto;
}


#body-header.bkg_style_mosaique1 .mosaique{
    position: absolute;
    background-size: cover;
    background-repeat:no-repeat;
    z-index: -1;   
}

#body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape1 {
    top: 0%;
    width: 650px;
    height: 870px;
    right: 0px;
}
#body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape3{
    bottom:60px;
    left:0px;
    width:250px;
    height:250px;
}
#body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape2{
    top:0px;
    left:0px;
    width:450px;
    height:450px;
    background-position: top right
}

#body-header.bkg_style_mosaique1 .mosaique.mosaique1 {
    width: 280px;
    height: 320px;
    right: 26%;
    border-radius: 15px;
    top: 190px;
    z-index:1;
    
}

#body-header.bkg_style_mosaique1 .mosaique.mosaique2 {
    width: 280px;
    height: 430px;
    right: -2%;
    border-radius: 15px;
    top: 260px;
    z-index: 1;
}

#body-header.bkg_style_mosaique1 .sep-mosaique1{
    height:200px;
}


#body-header.bkg_style_mosaique1 .header-text-content{
    margin: 0px !important;
    text-align: left !important;
    width: 40%;
}

#body-header.bkg_style_mosaique1 .overlay{
    background: linear-gradient(180deg, #fdfdfd 0%, #fdfdfd 100%);
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: -1
}

.split-style{
    margin-top: 100px;
}

.contact-customer-form{
    margin-top: 57px;
    padding-bottom: 100px;
}

.mosaique-custom-class{
    height: 800px;
}

.bg-white{
    background-color: #fff;
}

/* End > Header */


/* !Naviguation */

/* container nav #menu-main-menu */
.menu-menu-secondaire-container{
    position: relative;
}
/* ul nav nv1 */
ul#menu-main-menu.menu{
    list-style: none;
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    position: relative;
    z-index: 5
}
ul#menu-main-menu.menu li.menu-item{
    display: inline-block;
    margin:0px 5px;
    position: relative;
}
ul#menu-main-menu.menu li.menu-item a{
    letter-spacing: 0px;
    display: block;
    padding:10px 20px;
    
    color:#000064;    
    font-weight: 600;
    
    -webkit-transition : all 700ms;
    -moz-transition    : all 700ms;
    -ms-transition     : all 700ms;
    -o-transition      : all 700ms;
    transition         : all 700ms;
}

ul#menu-main-menu.menu li.menu-item a:hover,
ul#menu-main-menu.menu li.menu-item a:active,
ul#menu-main-menu.menu li.menu-item a:focus{
    opacity: 0.8
}


/* ul nav nv2 width .sub-menu-cols */
.menu-main-menu-container .menu .sub-menu-cols > .sub-menu {
    height: 0;
    visibility: hidden;
    transition: all 300ms;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    width: max-content;
    text-align: right;
    padding: 0px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 10px -5px;
    border-radius: 10px;
}

.menu-main-menu-container .menu .sub-menu-cols > .sub-menu {
    text-align: left;
    padding-left: 0;
    height: auto;
    text-align: left;
}

.menu-main-menu-container .menu .sub-menu-cols .sub-menu {
    padding-left: 0;
}

ul#menu-main-menu.menu li.menu-item.sub-menu-cols .sub-menu li:nth-of-type(2) {
    border-left:1px solid #E5EAF4;
}

ul#menu-main-menu.menu li.menu-item.sub-menu-cols:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    padding-bottom: 10px; 
}


ul#menu-main-menu.menu li.menu-item.sub-menu-cols ul.sub-menu li.menu-item a{
    color:#0809be;
    font-weight: bold;
}

ul#menu-main-menu.menu li.menu-item.sub-menu-cols ul.sub-menu li.menu-item ul.sub-menu li.menu-item  {
    display: block;
    background: none;
    height:auto;
    border-left:none;
    box-shadow:none !important;
}

ul#menu-main-menu.menu li.menu-item.sub-menu-cols ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
    font-weight: normal;
    padding:5px 15px;
    color:#000064;
    -webkit-transition : all 700ms;
    -moz-transition    : all 700ms;
    -ms-transition     : all 700ms;
    -o-transition      : all 700ms;
    transition         : all 700ms;
}
ul#menu-main-menu.menu li.menu-item.sub-menu-cols ul.sub-menu li.menu-item ul.sub-menu li.menu-item:hover a {
    color:#0809be;
}
ul#menu-main-menu.menu li.menu-item.sub-menu-cols ul.sub-menu li.menu-item ul.sub-menu li.menu-item.current-menu-item a {
    color:#0809be;
    text-decoration: underline;
}

.menu_style_white ul#menu-main-menu.menu li.menu-item a{
    color:#fff;   
}

.mobile-menu{
    display:none;
}

.mobile-menu .sub-menu{
    display: none   ;
}

.mobile-navigation > .menu{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    align-items: flex-start;
    /* padding: 0 0px 0 590px; */
    justify-content: flex-end;
}

.mobile-navigation .menu li{
    display: block;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #b6bfbf;
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
}

.mobile-navigation .menu li i{
    position: absolute;
    right: 0px;
}

.mobile-navigation li::marker{
    content: '';
}

.mobile-navigation > .menu{
    list-style: none;
    padding-left: 0px;
}

.mobile-menu-content {
    padding: 40px;
}

.mobile-menu-content img{
    max-width: 230px;
}

.mobile-menu-content a{
    display: block;
    text-align: left;
    font-size: 24px;
    padding-bottom: 4px;
    width: 100%;
    color: #b6bfbf;
}

.mobile-menu-content .mobile-navigation a{
    text-align: left;
}

#menu-menu-mobile i.fa-chevron-right {
  margin-left: 8px;
  transition: transform 0.3s ease; 
  transform-origin: center;
}

#menu-menu-mobile i.fa-chevron-right.chevron-rotated {
  transform: rotate(90deg); 
}

#whatyouget {
    margin-top: 200px;
    margin-bottom: 100px;
}

.footer-form-logo{
    margin-top: 33px;
    margin-bottom: 63px;
}

/* End > Naviguation */


/* !Content */

.loop-application {
    height: 500px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 24px 16px;
    position: relative;
    overflow: hidden;

}

.loop-application *{
    position: relative;
}

.loop-application .overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, #000064 100%);
    
}

.loop-application .title {
    margin-top: 7em;
    font-size: 2em;
    font-weight: bold;
    z-index: 1;
    transition: all 750ms;
    margin-bottom: 15px;
}
.loop-application:hover .title {
    margin-top:5em;
}

.loop-application .descr {
    z-index: 1;
    color:#fff   
}

.loop-application .more {
    font-weight: bold;
    z-index: 1;
}

.loop-application .more a {
    color:#fff   
}
.loop-application .tag {
    display: inline-block;
    background: #fff;
    color: #0809be;
    font-weight: 600;
    padding: 2px 40px;
    border-radius: 25px;
    text-transform: uppercase;
}

.loop-application .tag-industry {
    color:#ff8200;    
}

.quoteblue {
    background-image: url("../img/oval.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #0809be;
    border-radius: 20px;
    padding: 25px 80px;
    line-height: 2.2em;
}

.big_badge_blue {
    background: #0D0DD4;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    padding: 70px 0px;
}

/* End > Content */

/* !Blog */

.author_info {
    border-top: 1px solid #E8ECF5;
    border-bottom: 1px solid #E8ECF5;
    padding: 20px 0px;
    color: #000064;
    line-height: 1.3em;
}
.author_info .gravatar{
    width:40px;
    border-radius: 40px;
    margin-right:15px;
    float:left;
}

.author_info .desc_bio{
    font-weight: light;
    font-style: italic;
    color:#b6bfbf;
    font-size:0.9em;
}
.author_info .desc_bio .bioverify{
    margin-right:5px;   
}
    
.author_info .date{
    color:#b6bfbf;
    text-transform: uppercase;
    font-size:0.9em   
}

.sharelink{
    text-align: center;
    float:left;
}

.social-share{
    display: block;
    cursor: pointer;
    margin-top:20px;
    color:#000064;
    font-size:1.2em;
}

.social-share:hover{
    color:#0809be;
}

.loop-post {
    height: 500px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    margin-bottom:24px;
    padding: 24px 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    transition: all 750ms;
}

a.loop-post,a.loop-post:link {color: #fff;text-decoration: none} 
a.loop-post:visited {color: #f5f5f5;}
a.loop-post:active,a.loop-post:hover,a.loop-post:focus {color: #f5f5f5;text-decoration: none;}

.loop-post:hover {
    color:#fff;   
}

.loop-post span{
    display: block;
}

.loop-post .title {
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    line-height:1.4em;
}
.loop-post .footer {
    position: absolute;
    transition: all 750ms;
    z-index: 1;
    top: 66%;
    box-sizing: border-box;
    padding-right: 20px;
}

.loop-post .footer .descr {
    font-size:1.2em;   
    line-height:1.4em;
    padding-right:30px;
}

.loop-post .date,
.loop-post .desc_bio {
    color:#959EAD;
}

.loop-post .overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, #000064 100%);
    opacity: 0.7
    
}

.loop-post .author_info{
    border:0px;
    color:#fff;
    padding-top: 30px;
}

.loop-post:hover{
    padding-top:50px;
}
.loop-post:hover .footer{
    top:60%;
}

.loop-post .tag {
    display: inline-block;
    background: #fff;
    color: #00c887;
    text-transform: uppercase;
    padding: 2px 40px;
    border-radius: 25px;
}

.filter_category{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:20px;
}

.category_badge {
    background: #dadfdf;
    border-radius: 0.2em;
    margin: 4px;
    color: #0809be !important;
    padding: 2px 30px;
    display: inline-block;
    cursor: pointer;
}
.category_badge.cat_active {
    background:#0809be ;
    color: #dadfdf !important;
}
    
/* End > Blog */

/* !WIDGETS */

.widget_nav_menu ul{
    padding:0px;
}
.widget_nav_menu ul li{
    list-style: none;   
}

/* !Footer */

#body-footer{
    margin-top:220px;
}

#body-footer .footer-col-title{
    font-weight: bold;
    margin-bottom: 1em;
}
#body-footer .footer-col-title > a{
    color: #000064;
}

#body-footer .footer-credits {
    margin-top: 60px;
    margin-bottom: 60px;
}

#body-footer .social-links{
    margin-top:10px;
}

#sidebar-footer-1{
    margin-top: 123px;
    margin-bottom: 23px;
}

.mobile-navigation .sub-menu{
    padding-left: 12px;
}

.mobile-navigation .sub-menu li a{
    font-size: 18px;
}

.mobile-navigation .sub-menu li:last-of-type{
    border: 0px;
}

.custom-customer-care-class{
    padding-top: 340px;
}

.page-id-1234 h1{
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {     
    #body-header{
        padding-bottom: 0px;
    }
    .filter_category{
        padding-top: 40px;
    }
    .custom-customer-care-class {
        padding-top: 505px;
    }
    #body-footer{
        margin-top:100px;
    }
    #sidebar-footer-1{
        margin-top: 83px;
        margin-bottom: 23px;
    }
    .mosaiqueshape3{
        display: none;
    }
    #body-header .wave{
        display: none;
    }
    .bkg_style_mosaique1 {        
        padding-bottom: 60px!important;
    }
    
}

@media screen and (max-width: 992px) { 
    .sharelink{
        display: flex;
    }

    .custom-customer-care-class {
        padding-top: 475px;
    }

    .has-large-font-size{
        font-size:28px!important;
    }
    
    p{
        font-size: 14px;
        line-height: 1.4rem;
    }    
    
    .split-style{
        margin-top: 40px;
    }
    
    #body-header .header-text-content{
        padding: 80px 0 40px 0;
    }

    #body-header{
        padding-bottom: 0;
    }
    
    #body-header.bkg_style_mosaique1 .mosaique.mosaique2 {
        /*display: none;*/   
        top: 0;
        right: 0;
        width: calc(40% - 20px);
        position: relative;
        display: block; 
        margin-right: calc(var(--bs-gutter-x) * .5);
        display: none;
    }
    
    #body-header.bkg_style_mosaique1 .mosaique.mosaique1 {
        right:-2%;
        width:25%;   
        right: 0;
        top: 0;
        width: calc(100% - 24px);
        position: relative;
        display: block; 
        margin-left: calc(var(--bs-gutter-x) * .5);
        margin-right: calc(var(--bs-gutter-x) * .5);
    }
    
    .mosaique-cols-wrap{
        order: 2;
    }
    
    .mosaique-cols-wrap > div > p{
        margin-top: 0;
    }

    #body-header.bkg_style_mosaique1 .header-text-content{
        width:100%;   
    }
    
    #body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape1 {
        right: -37%;   
    }

    .contact-customer-form{
        margin-top: 40px;
        padding-bottom: 40px;
    }

    #body-footer{
        margin-top:60px;
    }
    #sidebar-footer-1{
        margin-top: 60px;
        margin-bottom: 20px;
    }
    #body-footer .footer-credits{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    #whatyouget {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #whatwedo .container-1080 .wp-block-columns{
        margin-bottom: 0em;
    }
    
    .footer-form-logo{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .desktop-menu{
        display:none;
    }
    
    .mobile-menu-content{
        position: absolute;
        top: -1999px;
        width: 100%;
        padding: 20px;
        transition: all 250ms;
        left: 0px;
        background: #fff;
        z-index: 55;
    }
    
    .mobile-menu-content > div{
        position: relative;
    }
    
    body.responsive-menu .mobile-menu-content{
        top:0px;
    }
    
    .menu-bars {
        font-size: 38px;
        float: right;
        color: #0809be;
        cursor: pointer;
    }
    
    .menu_style_white .menu-bars{
        color:#fff;
    }
    
    .menu-menu-mobile-container{
        margin-top:80px;
    }
    
    .menu-menu-mobile-container ul{
        padding:0px;
    }
    
    .menu-menu-mobile-container ul li{
        list-style: none;
        text-align: center;
        font-size:1.5em;
        margin-top: 12px;
    }
    
    .mobile-menu{
        display:block;
    }
    
    .mobile-menu-content .menu-bars {
        position: absolute;
        top: 0;
        right: 0;
        color: #0809be;
    }
    
    .mobile-menu-content .fa-xmark {
        font-size: 51px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .mosaique1{
        display: none;
    }

    .mosaique2{
        display: none;
    }

    .mosaiqueshape1{
        display: none;
    }

    .bkg_style_mosaique1 {        
        padding-bottom: 20px!important;
    }
    
    #body-header.bkg_style_mosaique1 .sep-mosaique1{
        display: none;
    }

    #body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape3{
        bottom:0px;
    }

    #whatwedo .block-hive-box {    
        height: 100%;
    }

    #whatwedo .block-hive-box .icon img {
        width: 20px;
    }

    #whatwedo .block-hive-box .zone_text {
        margin-left: 35px;
        width: calc(100% - 30px);
    }    
    
   #body-header .header-text-content h1{
       font-size: 36px;
   } 
   
   .sharelink{
       float:none;
   }

   .sharelink .social-share{
    display: inline-block;
    margin:0px 15px;   
   }

    .wp-block-media-text>.wp-block-media-text__content{
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .sm-no-margin{
        margin:0px;
    }
    .custom-customer-care-class {
        padding-top: 355px;
    }
    .page-id-1234 h1{
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 578px) { 
    .wp-block-media-text>.wp-block-media-text__content{
        padding: 0;
    }

    .custom-customer-care-class {
        padding-top: 280px;
    }

    #body-footer{
        margin-top:40px;
    }
    
    .menu-menu-mobile-container{
        margin-top:40px;
    }

    .mobile-menu-content {
        padding:  20px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #sidebar-footer-1{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .mobile-menu-content .fa-xmark {
        padding-right:0;
    }

    .mobile-menu-content > div {
        padding:0;
    }
    #body-header .header-text-content * {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {    
    
    #body-header .wave{
        display: none;
    }

    .mosaique-cols-wrap{
        padding-bottom: 0px;
    }

    #body-header.bkg_style_mosaique1 .mosaique.mosaiqueshape1 {
        top: -15%;
        right: -44%;   
    }

    .contact-customer-form{
        margin-top: 20px;
    }

    .split-style{
        margin-top: 0px;
    }
    
    #whatwedo {    
        margin-top: 40px;
        margin-bottom: 0px;
    }
    
    #whatyouget {
        margin-top: 40px;
        margin-bottom: 40px;
    }       
}

#speakers {
    padding: 40px;
    z-index: 10;
    position: relative;
}

#speakers .container{
    max-width:1160px;
}

#speakers .photo img {
    max-width:260px;   
}

#speakers .name {
    font-weight: bold;
    font-size: 1.3em;
    color: #000064;
    letter-spacing: 0.01em;
    margin-top: 25px;
}

#speakers .btn-hive {
    margin-top: 25px;
    margin-bottom: 50px;
}

.hsfc-Button{
    background-color: #000064;
}

.no-border-grid .wp-block-columns {
    border: none;
}
/* Ajustement dropdown About */
#menu-item-1208{
	border-radius:10px !important
}

/* ???? Force HubSpot form to display two fields per row */
.hubspot-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
  display: inline-block !important;
  width: 48% !important;
  margin-right: 4% !important;
  vertical-align: top !important;
}

.hubspot-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2n) {
  margin-right: 0 !important;
}

/* Prevent inputs from stretching full-width */
.hubspot-form-wrapper .hs-form .input,
.hubspot-form-wrapper .hs-form input,
.hubspot-form-wrapper .hs-form select,
.hubspot-form-wrapper .hs-form textarea {
  width: 100% !important;
  max-width: 100% !important;
}

/* Fix wrapping issues */
.hubspot-form-wrapper .hs-form fieldset.form-columns-2 {
  display: block !important;
}

.page-id-1234 #contact-customer-car-form > div > figure{
    display: none;
}

.page-id-1234 #contact-customer-car-form .footer-form-logo{
    display: none;
}

.cky-btn{
    border-radius: 40px!important;
    border-width: 2px!important;
}

.cky-btn-reject, .cky-btn-accept{
    border-color: #000064!important;
    background-color: #000064!important;
}

.cky-btn-customize{
    border-color: #000064!important;
    color: #000064!important;   
}

.cky-btn-reject:hover, .cky-btn-accept:hover{
    opacity: 1;
    color: #000064!important;
    background-color: #fff!important;
}

.cky-box-bottom-left > div > div:nth-child(2){
    display: none!Important;
}

.cky-title{
    color: #0809be!important;
}