/*--- THEME FONTS ---*/
@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light-webfont/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont/montserrat-light-webfont.woff') format('woff'),
         url("../fonts/montserrat-light-webfont/montserrat-light-webfont.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular-webfont/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont/montserrat-regular-webfont.woff') format('woff'),
         url("../fonts/montserrat-regular-webfont/montserrat-regular-webfont.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat-medium-webfont/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont/montserrat-medium-webfont.woff') format('woff'),
         url("../fonts/montserrat-medium-webfont/montserrat-medium-webfont.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-semibold';
    src: url('../fonts/montserrat-semibold-webfont/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont/montserrat-semibold-webfont.woff') format('woff'),
         url("../fonts/montserrat-semibold-webfont/montserrat-semibold-webfont.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold-webfont/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont/montserrat-bold-webfont.woff') format('woff'),
         url("../fonts/montserrat-bold-webfont/montserrat-bold-webfont.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Thin';
    src: url('../fonts/BebasNeue-Thin/BebasNeue-Thin.woff2') format('woff2'),
         url('../fonts/BebasNeue-Thin/BebasNeue-Thin.woff') format('woff'),
         url("../fonts/BebasNeue-Thin/BebasNeue-Thin.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Light';
    src: url('../fonts/BebasNeue-Light/BebasNeue-Light.woff2') format('woff2'),
         url('../fonts/BebasNeue-Light/BebasNeue-Light.woff') format('woff'),
         url("../fonts/BebasNeue-Light/BebasNeue-Light.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Book';
    src: url('../fonts/BebasNeue-book/BebasNeue-Book.woff2') format('woff2'),
         url('../fonts/BebasNeue-Bold/BebasNeue-Book.woff') format('woff'),
         url("../fonts/BebasNeue-Bold/BebasNeue-Book.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('../fonts/BebasNeue-Bold/BebasNeue-Bold.woff2') format('woff2'),
         url('../fonts/BebasNeue-Bold/BebasNeue-Bold.woff') format('woff'),
         url("../fonts/BebasNeue-Bold/BebasNeue-Bold.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular/BebasNeue-Regular.woff2') format('woff2'),
         url('../fonts/BebasNeue-Regular/BebasNeue-Regular.woff') format('woff'),
         url("../fonts/BebasNeue-Regular/BebasNeue-Regular.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'Lato-Black';
  src:  url('../fonts/Lato-Black/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black/Lato-Black.ttf')  format('truetype'),
        url('../fonts/Lato-Black/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src:  url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular/Lato-Regular.ttf')  format('truetype'),
        url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--- END THEME FONTS ---*/


/*--- THEME COLORS ---*/
:root{
	--blue-lighten: #49c6f0;
	--blue-default: #26a3dd;
	--blue-darken: #0a87cf;
    --orange-default: #ff9914;
	--dark-lighten: #1f1f1f;
	--gray-darken: #ececec;
	--gray-lighten: #696969;
    --black-lighten: #2e2e2e;
}
/*--- END THEME COLORS ---*/

/*--- MAIN CONTAINER WIDTH ---*/
@media only screen and (min-width: 768px){
    .container{
        width: 100%;
        max-width: 748px;
    }
}
@media only screen and (min-width: 992px){
    .container{
        width: 100%;
        max-width: 972px;
    }
}
@media only screen and (min-width: 1200px){
    .container{
        width: 100%;
        max-width: 1180px;
    }
}
@media only screen and (min-width: 1440px){
	.container{
		width: 100%;
        max-width: 1420px;
	}
}
@media only screen and (min-width: 1680px){
	.container{
		width: 100%;
        max-width: 1660px;
	}
}
/*--- END MAIN CONTAINER WIDTH ---*/

/*--- MAIN STYLE ---*/
body{
    font-family: 'montserrat-regular';
    font-size: 17px;
    color: var(--black-lighten);
}
p{
    color: #4f5d75;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
strong{
    font-family: 'montserrat-bold';
}
h1, h2, h3, h4, h5, h6{
    margin: 20px auto;
    line-height: 1.2;
}
.site-main{
    padding: 0 15px;
    overflow: hidden;
}
.izy-main{
    max-width: 1557px;
    margin: 0 auto;
}
@media only screen and (max-width: 1535px){
    h1, h2, h3, h4, h5, h6{
        margin: 15px 0;
    }
}
@media only screen and (max-width: 479px){
    .vc_row{
        margin: 0 auto;
    }
    .vc_column_container >.vc_column-inner{
        padding: 0;
    }
}
/*--- END MAIN STYLE ---*/

/*--- STICKY ---*/
.sticky-wrapper{
    height: 159px !important;
    transition: all .4s linear;
}

.sticky-wrapper .site-branding img,
.sticky-wrapper .main-header{
    transition: all .4s linear;
}
.sticky-wrapper.is-sticky .site-branding img{
    width: 125px;
    height: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 768px){
    .sticky-wrapper{
        height: 116px !important;
    }
}
/*--- END STICKY ---*/


/*--- REUSABLE CLASS ---*/
.no-pc{
    display: none;
}
.rel{
    position: relative;
}
.bg-white{
    background: #fff;
}
.radius-bloc{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.izystyle{
    font-family: 'montserrat-bold';
    color: var(--blue-default);
}
@media only screen and (max-width: 991px){
    .no-pc{
        display: block;
    }
    .site-main {
        padding: 25px 0 0;
    }
    span.izystyle {
        display: inline-block;
    }
}
/*--- END REUSABLE CLASS ---*/

/*--- IZY FORM ---*/
.izy-form{
    position: relative;
}
.izy-form:before{
    content: '';
    display: block;
    width: 307px;
    height: 686px;
    position: absolute;
    top: 75px;
    left: 215px;
    background: url('../images/femme-contact-izymeet.png') no-repeat center / contain;
}
.home .izy-form:before{
    content: '';
    display: block;
    width: 363px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 115px;
    background: url(../images/pc-demo.png) no-repeat center / contain;
}
.izy-form .wpb_content_element .wpcf7-form{
    max-width: 830px;
    margin: auto;
    position: relative;
}
.izy-form .wpb_content_element .wpcf7-form .header-title{
    font-family: 'montserrat-semibold';
    font-size: 45px;
    color: var(--dark-lighten);
    text-transform: uppercase;
    text-align: center;
    padding-top: 49px;
    white-space: nowrap;
    letter-spacing: -1px;
}

.izy-form .wpb_content_element .wpcf7-form .group-champ{
    position: relative;
}
.obligatoire{
    font-family: 'montserrat-light';
    font-size: 12px;
    color: var(--gray-lighten);
    position: absolute;
    top: 15px;
    right: 0;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ{
    margin-top: 9px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ .sub-title{
    font-family: 'montserrat-light';
    font-size: 20px;
    color: #000;
    line-height: 47px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ input,
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ textarea{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 46px;
    background: var(--gray-darken);
    border: none;
    padding: 0 15px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ textarea{
    height: 142px;
    padding: 15px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .wpcf7-not-valid-tip{
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn{
    padding-top: 38px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap{
    display: inline-block;
    max-width: 480px;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap span{
    display: block;
    margin: 0;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label{
    display: block;
    position: relative;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label .wpcf7-list-item-label{
    font-family: 'montserrat-light';
    font-size: 12px;
    color: #696969;
    line-height: 16px;
    display: block;
    padding-left: 34px;
    cursor: pointer;
}

.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    position: absolute;
    top: 0;
    left: 0;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label input:checked + .wpcf7-list-item-label:before{
    background: url('../images/icon/check-rgpd.png') no-repeat center;
}

.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container{
    float: right;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container .wpcf7-submit{
    font-size: 23px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 222px;
    height: 41px;
    border: none;
    background: var(--blue-default);
    line-height: 41px;
    padding-top: 2px;
}
.izy-form .ajax-loader{
    position: absolute;
}
.izy-form .ajax-loader.is-active{
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: rgba(255, 255, 255, 0.61);
    width: auto;
    height: auto;
}
.izy-form .ajax-loader.is-active:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url('../images/izy-loader.gif') no-repeat center;
}
.izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn:after{
    content: '';
    display: block;
    clear: both;
}
@media only screen and (max-width: 1199px){
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-submit{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px){
    .izy-form .wpb_content_element .wpcf7-form .header-title{
        white-space: normal;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn{
        padding-top: 25px;
    }
}
@media only screen and (max-width: 767px){
    .izy-form .wpb_content_element .wpcf7-form .header-title{
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 479px){
    .izy-form .wpb_content_element .wpcf7-form .group-champ{
        padding: 0 25px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ{
        margin-top: 0;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-champ .sub-title{
        font-size: 20px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn{
        padding-top: 17px;
    }
    .obligatoire{
        right: 25px;
    }
}
/*--- END IZY FORM ---*/

/*--- IZY CALLBACK REQUEST BUTTON ---*/
.izy_callback_bouton{
    width: 113px;
    height: 227px;
    background: var(--blue-default);
    border-top-left-radius: 227px;
    border-bottom-left-radius: 227px;
    overflow: hidden;
    padding: 0;
}
.izy_callback_bouton .icon i:before{
    content: '';
    display: block;
    width: 25px;
    height: 53px;
    background: url('../images/icon/call_request.png') no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    margin: auto;
}
.izy_callback_bouton .text{
    font-family: 'montserrat-bold';
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 160px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
@media only screen and (max-width: 1535px){
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap{
        max-width: 400px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container .wpcf7-submit{
        font-size: 18px;
        width: 130px;
    }
}
@media only screen and (max-width: 1199px){
    .izy_callback_bouton{
        width: 70px;
        height: 145px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container{
        float: none;
        text-align: right;
    }
}
@media only screen and (max-width: 767px){
    .izy_callback_bouton{
        width: 39px;
        height: 39px;
        border-radius: 50%;
        top: unset;
        right: 5px;
        bottom: 25px;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.22);
    }
    .izy_callback_bouton .icon i:before{
        width: 9px;
        height: 19px;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 479px){
    .izy-form .wpb_content_element{
        margin-bottom: 25px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-form-control-wrap label .wpcf7-list-item-label{
        font-size: 10px;
        line-height: 13px;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container{
        text-align: center;
    }
    .izy-form .wpb_content_element .wpcf7-form .group-champ .item-btn .btn-container .wpcf7-submit{
        font-size: 23px;
        display: block;
        width: 100%;
        margin-top: 15px;
    }
}
/*--- END IZY CALLBACK REQUEST BUTTON---*/

/*--- IZY CALLBACK FORM ---*/
.izy-form-callback{
    max-width: 321px;
    margin: 0 auto;
}
.izy-form-callback .callback-header{
    font-family: 'montserrat-bold';
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.izy-form-callback .callback-header strong{
    display: block;
}
.izy-form-callback .callback-header strong:first-child{
    margin-bottom: 7px;
}
.izy-form-callback .form-control{
    margin-bottom: 10px;
    position: relative;
}
.izy-form-callback .form-control .callback-input{
    font-family: 'montserrat-medium';
    font-size: 20px;
    color: #0b0b0b;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 54px;
    background: var(--gray-darken);
    border: none;
    padding: 0 22px
}
.izy-form-callback .form-control .callback-input.callback-input-cb{
    opacity: 0;
    position: absolute;
}
.izy-form-callback .form-control.form-checkbox label{
    font-family: 'montserrat-light';
    font-size: 9px;
    color: var(--gray-lighten);
    line-height: 13px;
    padding-left: 32px;
    position: relative;
    display: block;
    cursor: pointer;
}
.izy-form-callback .form-control.form-checkbox{
    margin-top: 7px;
}
.izy-form-callback .form-control.form-checkbox label:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    position: absolute;
    top: 0;
    left: 0;
}
.izy-form-callback .form-control.form-checkbox .callback-input:checked + label:before{
    background: url('../images/icon/check-rgpd.png') no-repeat center;
}
.izy-form-callback .callback-button-wrapper .callback-button{
    font-family: 'montserrat-medium';
    font-size: 20px;
    color: #fff;
    display: block;
    width: 206px;
    height: 54px;
    background: var(--blue-default);
    border: none;
    margin: 0 auto;
}
div.wpcf7-response-output{
    position: static;
    margin: 40px auto 0;
    text-align: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}
div.wpcf7-mail-sent-ok{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
@media only screen and (max-width: 991px){
    .izy-form-callback .callback-header{
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px){
    div.wpcf7-response-output{
        margin-left: 25px;
        margin-right: 25px;
    }
}
/*--- END IZY CALLBACK FORM ---*/

/*--- IZY CALLBACK POPIN ---*/
.fancy-callback{
    border-radius: 20px;
    overflow: hidden !important;
}
.fancy-callback .fancybox-inner .callback-wrapper{
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    max-width: 480px;
}
/*--- END IZY CALLBACK POPIN ---*/

/*--- CALLBACK CONFIRMATION ---*/
#callback-message-confirmation{
    text-align: center;
    font-family: 'montserrat-bold';
    font-size: 20px;
}
#callback-message-confirmation .close{
    top: 0;
    right: 10px;
}
#callback-message-confirmation h2{
    color: #000;
    margin-bottom: 15px;
}
#callback-message-confirmation .msg{
    font-family: 'montserrat-regular';
    padding: 25px 15px 30px;
    margin: 10px auto;
}
#callback-message-confirmation > a{
    color: #fff;
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: var(--blue-default);
}

/*--- END CALLBACK CONFIRMATION ---*/


/*--- HEADER ---*/
.sticky-wrapper,
.site-header,
.orange-gradient{
	background: rgb(255,139,0);
	background: linear-gradient(90deg, var(--blue-lighten) 0%, var(--blue-default) 25%, var(--blue-darken) 100%);
	z-index: 10 !important;
}
.home .orange-gradient.hub-pharma{
    background: #32afe4 !important;
}
.site-header{
    z-index: 10 !important;
    text-align: center;
}
.site-header .main-header{
    padding: 33px 0 32px;
}
.is-sticky .site-header .main-header {
    padding: 13px 0 13px;
}

.site-header .main-header .container{
    max-width: 1557px;
	margin: 0 auto;
    padding: 0;
    position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.site-header .main-header .container .branding-container{
    text-align: left;
    padding: 0;
}
.site-header .main-header .container .branding-container .site-branding .custom-logo-link .custom-logo{
    position: relative;
    left: -6px;
}

.site-header .main-header .container .container-menu .menu-menu-header-container{
	text-align: center;
}
.site-header .main-header .container .container-menu .close-menu{
    display: none;
}
.site-header .main-header .container .container-menu .menu-menu-header-container .menu{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	padding: 8px 15px 7px;
}
.site-header .main-header .container .container-menu .menu-menu-header-container .menu li{
	padding: 0;
    display: inline-block;
}
.site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link{
    display: none;
}
.site-header .main-header .container .container-menu .menu-menu-header-container .menu li a{
	font-family: 'montserrat-semibold';
	font-size: 20px;
	color: #0b0b0b;
	display: block;
	padding: 10px 9px 9px;
}
.site-header .main-header .container .container-menu .menu-menu-header-container .menu li.current_page_item a,
.site-header .main-header .container .container-menu .menu-menu-header-container .menu li a:hover{
    color: var(--blue-default);
}
.site-header .main-header .container .class-groupement{
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    transition: top .4s linear;
}
.is-sticky .site-header .main-header .container .class-groupement{
    top: -80px;
}
.site-header .main-header .container .class-groupement .radius-bloc{
    font-family: 'montserrat-semibold';
    font-size: 17px;
    color: #000;
    display: block;
    width: 269px;
    height: 43px;
    padding: 15px 5px 10px;
}
.site-header .main-header .container .container-contact .textwidget{
    display: inline-block;
}
.site-header .main-header .container .container-contact a{
    font-family: 'montserrat-bold';
    font-size: 30px;
    color: #fff;
    text-align: right;
    padding-top: 4px;
    text-decoration: none;
    vertical-align: middle;
}
.site-header .main-header .container .container-contact a:focus,
.site-header .main-header .container .container-contact a:hover{
    text-decoration: none;
}
.site-header .main-header .container .container-contact i{
    margin-right: 15px;
}
.site-header .main-header .container .container-contact i:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    width: 40px;
    height: 37px;
    background: url('../images/phone-volume.png') no-repeat center / contain;
}

/*--- PATCH MENU ---*/
@media only screen and (max-width: 1920px){
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu{
        max-width: 714px;
        width: 100%;
    }
}
/*--- END PATCH MENU ---*/

@media only screen and (max-width: 1679px){
    .site-header .main-header .container .branding-container{
        padding: 0 15px;
        text-align: center;
    }
    .site-header .main-header .container .branding-container .site-branding .custom-logo-link .custom-logo{
        position: static;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li a{
        font-size: 18px;
        padding: 10px 7px 9px;
    }
    .site-header .main-header .container .container-contact{
        text-align: center;
    }
    .site-header .main-header .container .class-groupement{
        right: 40px;
    }
}
@media only screen and (max-width: 1365px){
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu{
        padding: 9px 15px 7px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li a{
        font-size: 16px;
        padding: 10px 5px 9px;
    }
    .site-header .main-header .container .container-contact a{
        font-size: 26px;
        padding-top: 11px;
    }
    .site-header .main-header .container .class-groupement .radius-bloc{
        font-size: 15px;
        width: 245px;
        height: 40px;
    }
}
@media only screen and (max-width: 1199px){
    .site-branding img{
        max-width: 150px;
    }
    .site-header .main-header .container .container-contact i{
        margin-right: 7px;
    }
    .site-header .main-header .container .container-contact i:before{
        width: 30px;
        height: 27px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu{
        padding: 9px 10px 7px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li{
        margin-right: -5px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li:last-child{
        margin-right: 0;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li a{
        font-size: 14px;
    }
    .site-header .main-header .container .container-contact a{
        font-size: 20px;
        padding-top: 7px;
    }
    .site-header .main-header .container .class-groupement{
        right: 10px;
    }
    .site-header .main-header .container .class-groupement .radius-bloc {
        font-size: 13px;
        width: 220px;
        height: 38px;
    }
}
@media only screen and (max-width: 991px){
    .site-header .main-header .container .container-menu{
        display: none;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .site-branding img{
        max-width: 100%;
    }
    .site-header .main-header .container .class-groupement{
        display: none;
    }
    .site-header .main-header .container .container-contact{
        opacity: 0;
        position: relative;
        z-index: -5;
    }
}
@media only screen and (max-width: 639px){
    .site-header .main-header .container .container-contact a{
        font-size: 0;
    }
}
@media only screen and (max-width: 479px){
    .site-header .main-header{
        padding: 14px 0;
    }
}
/*--- END HEADER ---*/

/*--- MOBILE MENU ---*/
.mobile-menu-container{
    text-align: left;
    padding-left: 25px;
}
.mobile-menu-container .mobile-menu-toggle{
    color: #fff;
    display: inline-block;
    width: 43px;
    text-align: center;
}
.mobile-menu-container .mobile-menu-toggle .sidebarIconToggle .spinner{
    height: 2px;
    background: #fff;
    margin-bottom: 10px;
}
.mobile-menu-container .mobile-menu-toggle .text-menu{
    font-size: 13px;
}
@media only screen and (min-width: 992px){
    .site-header .main-header .container .container-menu{
        display: block !important;
    }
}
@media only screen and (max-width: 991px){
    .site-header .main-header .container .container-menu{
        position: absolute;
        width: 100%;
        max-width: 100%;
        background: #fff;
        padding: 0;
        top: -33px;
        z-index: 11;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.22);
    }
    .site-header .main-header .container .container-menu .close-menu{
        font-size: 9px;
        color: #000;
        text-transform: uppercase;
        display: block;
        width: 43px;
        height: 30px;
        position: absolute;
        top: 16px;
        right: 7px;
    }
    .site-header .main-header .container .container-menu .close-menu i{
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 auto 5px;
        position: relative;
    }
    .site-header .main-header .container .container-menu .close-menu i:before,
    .site-header .main-header .container .container-menu .close-menu i:after{
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .site-header .main-header .container .container-menu .close-menu i:before{
        transform: rotate(45deg);
    }
    .site-header .main-header .container .container-menu .close-menu i:after{
        transform: rotate(135deg);
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu,
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li{
        display: block;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link{
        display: block;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link.link-logo{
        padding: 15px 30px;
        margin-bottom: 11px;
        border-bottom: 1px solid #eeeeee;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link.link-logo a{
        padding: 0;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link.link-groupement{
        background: var(--blue-default);
        margin-top: 10px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li a{
        font-size: 20px;
        display: block;
        padding: 11px 30px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link.link-groupement a{
        font-family: 'montserrat-medium';
        font-size: 18px;
        color: #fff;
        padding: 15px 15px 14px 30px;
    }
    .site-header .main-header .container .container-menu .menu-menu-header-container .menu li.mobile-menu-link.link-call a{
        font-family: 'montserrat-bold';
        font-size: 30px;
        color: var(--blue-default);
        padding: 23px 30px 20px;
    }
}
@media only screen and (max-width: 479px){
    .mobile-menu-container .mobile-menu-toggle{
        width: 22px;
    }
    .mobile-menu-container .mobile-menu-toggle .sidebarIconToggle .spinner{
        height: 1px;
        margin-bottom: 7px;
    }
    .mobile-menu-container .mobile-menu-toggle .sidebarIconToggle .spinner:last-child{
        margin-bottom: 0;
    }
    .mobile-menu-container .mobile-menu-toggle .text-menu{
        display: none;
    }
    .site-header .main-header .container .container-menu{
        top: -15px;
    }
}
/*--- END MOBILE MENU ---*/


/*--- HP BANNIERE ---*/
.site-content .izy-banniere{

}
.site-content .izy-banniere > .vc_column_container{
    position: relative;
}
.site-content .izy-banniere.hp-ban > .vc_column_container:after{
    content: '';
    display: block;
    width: 367px;
    height: 686px;
    position: absolute;
    top: 105px;
    right: 25px;
    background: url('../images/femme-izymeet.png') no-repeat center / contain;
}
.site-content .izy-banniere > .wpb_column{
    background-image: url('../images/bg-header.png');
    background-repeat: no-repeat;
    background-position: center 101%;
    background-size: contain;
}
.site-content .title-ban{
    font-family: 'montserrat-bold';
    font-size: 40px;
    color: #fff;
    padding: 7px 15px 17px;
    margin-bottom: 46px;
    position: relative;
}
.site-content .title-ban:before{
    content: '';
    display: block;
    width: 130px;
    height: 88px;
    position: absolute;
    top: 4px;
    left: -43px;
    background: url('../images/icon/2-croix.png') no-repeat center / contain;
}
/*.site-content .title-ban:after{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 105px;
    right: 105px;
    background: url('../images/icon/croix.png') no-repeat center / contain;
}*/
.site-content .title-ban p{
    color: #fff;
}
.site-content .info-ban{
    margin: 0;
    /*overflow: hidden;*/
}
.site-content .info-ban .engagement{
    text-align: center;
    padding-top: 38px;
}
.site-content .info-ban .engagement p{
    font-family: 'BebasNeue-Book';
    font-size: 65px;
    color: #fff;
}
.site-content .info-ban .engagement p strong{
    font-family: 'BebasNeue-Bold';
}
.site-content .info-ban .tarif{
    text-align: center;
    position: relative;
    top: -21px;
}
.site-content .info-ban .tarif .wpb_text_column{
    margin-bottom: 0;
}
.site-content .info-ban .tarif .wpb_wrapper .white-circle{
    display: block;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 auto 3px;
}
.site-content .info-ban .tarif .wpb_wrapper .white-circle .wpb_wrapper{
    height: 100%;
}
.site-content .info-ban .tarif .wpb_wrapper p{
    font-family: 'montserrat-regular';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
    font-size: 30px;
    color: #000000;
    display: block;
    margin-top: 12px;
}
.site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
    font-family: 'montserrat-bold';
    font-size: 141px;
    color: var(--orange-default);
    line-height: 1;
    vertical-align: middle;
}
.site-content .info-ban .tarif .wpb_wrapper p .right-price{
    display: inline-block;
    vertical-align: middle;
}
.site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
    font-family: 'montserrat-bold';
    font-size: 80px;
    color: var(--orange-default);
    display: block;
    text-align: left;
    position: relative;
    top: -7px;
}
.site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
    font-size: 23px;
    color: #000;
    display: block;
    position: relative;
    top: -10px;
}
.site-content .info-ban .tarif .wpb_wrapper p .tarif-plus{
    font-family: 'montserrat-medium';
    font-size: 20px;
    color: #000;
    display: block;
    position: relative;
    top: 0px;
}

.site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings{
    margin-top: 16px;
}
.site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings .kksr-legend{
    font-family: 'montserrat-regular';
    font-size: 14px;
    color: #fff;
}

.site-content .call-me .wpb_text_column{
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    max-width: 391px;
    margin: 33px auto 23px;
    box-shadow: -7px 16px 35px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1799px){
    .site-content .title-ban{
        font-size: 38px;
    }
    .site-content .title-ban:after{
        right: 195px;
    }
    .site-content .info-ban{
        max-width: 1480px;
    }
    .izy-form:before, .home .izy-form:before{
        left: 75px;
    }
}
@media only screen and (max-width: 1679px){
    .site-content .title-ban{
        font-size: 34px;
    }
    .site-content .title-ban:after{
        right: 140px;
    }
    .site-content .info-ban{
        max-width: 1366px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .white-circle{
        width: 255px;
        height: 255px;
    }
    .site-content .info-ban .engagement p{
        font-size: 55px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
        font-size: 25px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
        font-size: 111px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
        font-size: 60px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
        font-size: 20px;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .callback-header{
        font-size: 20px;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .form-control .callback-input{
        font-size: 18px;
        height: 50px;
    }
    .site-content .izy-banniere.hp-ban > .vc_column_container:after{
        width: 255px;
    }
}
@media only screen and (max-width: 1535px){
    .site-content .title-ban{
        font-size: 30px;
    }
    .site-content .title-ban:before{
        width: 100px;
        height: 65px;
        left: 0;
    }
    .site-content .title-ban:after{
        width: 32px;
        height: 32px;
        top: 80px;
        right: 180px;
    }
    .site-content .info-ban{
        max-width: 1280px;
    }
    .site-content .info-ban .engagement p{
        font-size: 50px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .white-circle{
        width: 215px;
        height: 215px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
        font-size: 20px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
        font-size: 91px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
        font-size: 46px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
        font-size: 16px;
        top: -5px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-plus{
        font-size: 18px;
    }
    .site-content .call-me .wpb_text_column{
        max-width: 340px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .callback-header{
        font-size: 16px;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .form-control .callback-input{
        font-size: 16px;
        height: 45px;
    }
    .izy-form-callback .callback-button-wrapper .callback-button{
        font-size: 18px;
        height: 45px;
    }
    .site-content .izy-banniere.hp-ban > .vc_column_container:after{
        width: 210px;
        height: 488px;
    }
}
@media only screen and (max-width: 1365px){
    .site-content .title-ban{
        font-size: 25px;
    }
    .site-content .title-ban:before{
        width: 75px;
        height: 50px;
    }
    .site-content .title-ban:after{
        right: 130px;
    }
    .site-content .info-ban{
        max-width: 1024px;
    }
    .site-content .info-ban .engagement p{
        font-size: 40px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .white-circle{
        width: 175px;
        height: 175px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
        font-size: 16px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
        font-size: 65px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
        font-size: 35px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
        font-size: 14px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings .kksr-legend{
        font-size: 11px;
    }
}
@media only screen and (max-width: 1199px){
    .site-content .title-ban{
        font-size: 20px;
    }
    .site-content .title-ban:before{
        width: 50px;
        height: 35px;
    }
    .site-content .info-ban{
        max-width: 880px;
    }
    .site-content .info-ban .engagement p{
        font-size: 30px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .white-circle{
        width: 145px;
        height: 145px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
        font-size: 45px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
        font-size: 25px;
        top: -3px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
        font-size: 11px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-plus{
        font-size: 14px;
        margin-top: 10px;
    }

    .site-content .izy-banniere.hp-ban > .vc_column_container:after{
        width: 160px;
        height: 370px;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .callback-header{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .site-content .call-me .wpb_text_column{
        padding: 15px;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .form-control .callback-input{
        font-size: 14px;
        height: 40px;
    }
    .izy-form-callback .callback-button-wrapper .callback-button{
        font-size: 14px;
        width: 170px;
        height: 40px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 768px){
    .site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings{
        display: block !important;
        text-align: center;
    }
    .site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings .kksr-stars{
        display: inline-block;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px){
    .site-content .title-ban{
        font-size: 18px;
    }
    .site-content .title-ban:after{
        top: 45px;
        right: 30px;
    }
    .site-content .izy-banniere.hp-ban > .vc_column_container:after{
        content: none;
    }
    .site-content .call-me{
        width: 41.66666667%;
    }
}
@media only screen and (max-width: 767px){
    .home .site-content .izy-banniere > .wpb_column{
        background-size: auto;
        background-position: 80% 100%;
    }
    .site-content .title-ban{
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 0;
        padding-top: 0;
    }
    .site-content .title-ban:before{
        left: 0;
    }
    .site-content .title-ban .wpb_wrapper{
        max-width: 500px;
        margin: auto;
    }
    .site-content .info-ban{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .site-content .info-ban .engagement{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    }
    .site-content .info-ban .tarif{
        top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    }
    .site-content .call-me{
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    }
    .site-content .call-me .vc_column-inner{
        padding: 0;
    }
    .site-content .info-ban .tarif .wpb_wrapper .white-circle{
        width: 191px;
        height: 191px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-text{
        font-size: 20px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix{
        font-size: 91px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .euro{
        font-size: 54px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel{
        font-size: 15px;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-plus{
        font-size: 13px;
    }
    .site-content .info-ban .tarif .wpb_wrapper .kk-star-ratings .kksr-legend{
        font-size: 14px;
    }
    .site-content .info-ban .engagement p{
        font-size: 34px;
        line-height: 36px;
    }
    .site-content .izy-banniere.hp-ban > .vc_column_container:after{
        content: '';
        width: 105px;
        height: 230px;
        right: -15px;
        top: 45px;
    }
    .site-content .call-me .wpb_text_column{
        padding: 20px 15px 25px;
    }
    .izy-form-callback .callback-button-wrapper .callback-button{
        font-size: 20px;
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 639px){
    .site-content .title-ban:before,
    .site-content .title-ban:after{
        content: none;
    }
}
@media only screen and (max-width: 479px){
    .site-content .info-ban{
        padding: 0 25px;
    }
    .site-content .title-ban .wpb_wrapper{
        max-width: 250px;
    }
    .site-content .call-me .wpb_text_column{
        max-width: 100%;
    }
    .site-content .call-me .wpb_text_column .callback-wrapper .izy-form-callback .callback-header{
        font-size: 21px;
    }
}

/*--- END HP BANNIERE ---*/

/*--- BREADCRUMBS ---*/
.breadcrumbs{
    padding-top: 23px;
}
.breadcrumbs p {
    margin-bottom: 7px;
}
.breadcrumbs a, .breadcrumbs strong{
    font-family: 'montserrat-light';
    font-size: 15px;
    color: #000;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus{
    text-decoration: underline;
}
.breadcrumbs  a:hover{
    color: var(--blue-default);
}
.breadcrumbs .slass{
    margin: 0 5px;
}
.page .offre-main .breadcrumbs {
    position: inherit;
    opacity: 1;
}
.breadcrumbs strong{
    color: var(--blue-default);
}
/*--- END BREADCRUMBS ---*/

/*--- HP DEMO FORM ---*/
.demo-form{
    margin-top: 22px;
    margin-bottom: 34px;
}
.demo-form .header-title{
    margin-bottom: 33px;
}

.demo-form .group-champ .item-btn .wpcf7-list-item-label{
    max-width: 480px;
}
@media only screen and (max-width: 1679px){
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 40px;
    }
    .demo-form .wpb_content_element .wpcf7-form{
        max-width: 730px;
    }
    .demo-form .group-champ .item-btn .wpcf7-list-item-label{
        max-width: 435px;
    }
}
@media only screen and (max-width: 1535px){
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 35px;
    }
    .demo-form .wpb_content_element .wpcf7-form{
        max-width: 640px;
    }
    .demo-form .wpb_content_element .wpcf7-form .group-champ .item-champ .sub-title{
        font-size: 18px;
    }
    .demo-form .wpb_content_element .wpcf7-form .group-champ .item-btn .wpcf7-submit{
        width: auto;
        font-size: 20px;
    }
    .izy-form:before{
        width: 230px;
        height: 600px;
    }
    .home .izy-form:before{
        width: 230px;
    }
}
@media only screen and (max-width: 1365px){
    .demo-form{
        margin-bottom: 0;
    }
    .izy-form:before{
        width: 230px;
        height: 505px;
    }
    .home .izy-form:before{
        width: 230px;
    }
    .demo-form .wpb_content_element .wpcf7-form{
        max-width: 545px;
    }
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px){
    .izy-form:before, .home .izy-form:before{
        width: 180px;
    }
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 25px;
    }
    .demo-form .wpb_content_element .wpcf7-form{
        max-width: 450px;
    }
    .demo-form .wpb_content_element .wpcf7-form .group-champ .item-champ .sub-title{
        font-size: 16px;
    }
    .demo-form .wpb_content_element .wpcf7-form .item-btn .wpcf7-form-control-wrap.checkbox-806{
        width: 100%;
    }
    .demo-form .wpb_content_element .wpcf7-form .group-champ .item-btn:after{
        content: '';
        display: block;
        clear: both;
    }
}
@media only screen and (max-width: 991px){
    .izy-form:before, .home .izy-form:before{
        content: none;
    }
    .breadcrumbs {
        display: none;
    }
    .site-main {
        padding: 25px 0 0;
    }
}
@media only screen and (max-width: 767px){
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        padding-top: 8px;
    }
}
@media only screen and (max-width: 479px){
    .demo-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .demo-form .wpb_content_element .wpcf7-form .header-title .izystyle{
        display: block;
    }
}

/*--- END HP DEMO FORM ---*/

/*--- HUB PHARMA ---*/
.hub-pharma{
    text-align: center;
}
.hub-pharma .hub-title{
    color: #fff;
    margin-top: 48px;
}
.hub-pharma .hub-title:after {
    content: '';
    display: block;
    width: 127px;
    height: 148px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 440px;
    background: url(../images/icon/croix-contact.png) no-repeat center / contain;
}
.hub-pharma .hub-title p{
    color: #fff;
}
.hub-pharma .hub-title p:first-child{
    font-family: 'montserrat-medium';
    font-size: 56px;
    text-transform: uppercase;
}
.hub-pharma .hub-title p:first-child img{
    position: relative;
    top: -5px;
    margin-left: 7px;
}
.hub-pharma .hub-title p:last-child{
    font-size: 27px;
    margin-top: -7px;
}
.hub-pharma .hub-list{
    padding-top: 4px;
    padding-bottom: 39px;
    overflow: hidden;
    max-width: 1670px;
    margin: auto;
}
.hub-pharma .hub-list .hub-item{
    margin-bottom: 0;
}
.hub-pharma .hub-list .hub-item p{
    font-family: 'montserrat-bold';
    font-size: 28px;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 266px;
    height: 266px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: auto;
}
.hub-pharma .hub-list .slick-track:after{
    content: '';
    display: block;
    clear: both;
}
.hub-pharma .hub-list .slick-dots{
    clear: both;
    text-align: center;
    margin-top: 31px;
}
.hub-pharma .hub-list .slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 4px;
}
.hub-pharma .hub-list .slick-dots li.slick-active{
    background: #000;
}
.hub-pharma .hub-list .slick-dots li button{
    display: none;
}
@media only screen and (max-width: 1679px){
    .hub-pharma .hub-title p:first-child{
        font-size: 46px;
    }
    .hub-pharma .hub-title p:first-child img{
        max-width: 225px;
        top: -14px;
    }
    .hub-pharma .hub-title p:last-child{
        font-size: 25px;
    }
    .hub-pharma .hub-list{
        max-width: 95%;
        margin: 0 auto;
    }
    .hub-pharma .hub-list .hub-item p{
        font-size: 22px;
        line-height: 38px;
        width: 226px;
        height: 226px;
    }
    .hub-pharma .hub-title:after {
        margin-left: 330px;
    }
}
@media only screen and (max-width: 1535px){
    .hub-pharma .hub-title p:first-child{
        font-size: 36px;
    }
    .hub-pharma .hub-title p:first-child img {
        max-width: 190px;
        top: -5px;
    }
    .hub-pharma .hub-title p:last-child{
        font-size: 23px;
    }
    .hub-pharma .hub-list{
        width: 92%;
    }
    .hub-pharma .hub-list .hub-item p{
        font-size: 20px;
        line-height: 34px;
        width: 196px;
        height: 196px;
    }
}
@media only screen and (max-width: 1365px){
    .hub-pharma .hub-title p:first-child{
        font-size: 26px;
    }
    .hub-pharma .hub-title p:first-child img {
        max-width: 160px;
        top: -11px;
    }
    .hub-pharma .hub-title p:last-child{
        font-size: 20px;
        margin-top: 0;
    }
    .hub-pharma .hub-list{
        max-width: 90%;
    }
    .hub-pharma .hub-list .hub-item p{
        font-size: 18px;
        line-height: 28px;
        width: 166px;
        height: 166px;
    }
}
@media only screen and (max-width: 1199px){
    .hub-pharma .hub-title p:first-child{
        font-size: 22px;
    }
    .hub-pharma .hub-title p:first-child img{
        max-width: 125px;
        top: -8px;
    }
    .hub-pharma .hub-title p:last-child{
        font-size: 16px;
    }
    .hub-pharma .hub-list .hub-item p {
        font-size: 14px;
        line-height: 22px;
        width: 146px;
        height: 146px;
    }
}
@media only screen and (max-width: 991px){
    .hub-pharma .hub-list{
        max-width: 100%;
        width: 100%;
    }
    .hub-pharma .hub-list .wpb_column{
        float: left;
    }
    .hub-pharma .hub-title:after {
        content: none;
    }
}
@media only screen and (max-width: 479px){
    .hub-pharma .hub-title{
        margin-top: 35px;
        margin-bottom: 21px;
    }
    .hub-pharma .hub-title p:first-child{
        font-size: 27px;
        margin-bottom: 24px;
    }
    .hub-pharma .hub-title p:first-child img{
        display: block;
        max-width: 190px;
        position: static;
        margin: 7px auto;
    }
    .hub-pharma .hub-title p:last-child{
        font-size: 20px;
        line-height: 27px;
        padding: 0 25px;
    }
    .hub-pharma .hub-list{
        padding-bottom: 26px;
    }
}
@media only screen and (max-width: 413px){
    .hub-pharma .hub-list .hub-item p{
        font-size: 23px;
        line-height: 37px;
        width: 220px;
        height: 220px;
    }
}
/*--- END HUB PHARMA ---*/


/*--- IZY HISTORY ---*/
.izy-history{
    overflow: hidden;
}
.izy-history.vc_row{
    max-width: 1380px;
    margin: auto;
    text-align: center;
    padding-top: 69px;
    padding-bottom: 20px;
    position: relative;
}
.izy-history.vc_row:after{
    content: '';
    display: block;
    max-width: 341px;
    height: 11px;
    background: #e8e8e8;
    margin: auto;
    clear: both;
}
.izy-history .izy-history-bloc p{
    font-family: 'montserrat-medium';
    font-size: 30px;
    color: var(--black-lighten);
    line-height: 44px;
}
.izy-history .izy-history-bloc{
    padding: 0 5px;
    margin-bottom: 60px;
}
.izy-history .izy-history-bloc p .collab{
    font-family: 'BebasNeue-Bold';
    font-size: 86px;
    color: var(--blue-default);
    text-transform: uppercase;
    line-height: 82px;
}
.izy-history .izy-history-bloc p .izy-year{
    font-family: 'BebasNeue-Bold';
    font-size: 150px;
    color: var(--blue-default);
    line-height: 180px;
}
.izy-history .izy-history-bloc p .cms-black-logo{
    position: relative;
    top: -2px;
    margin-left: 5px;
}
@media only screen and (max-width: 1679px){
    .izy-history .izy-history-bloc p{
        font-size: 25px;
        line-height: 38px;
    }
    .izy-history .izy-history-bloc p .collab{
        font-size: 70px;
        line-height: 70px;
        display: inline-block;
        max-width: 375px;
    }
    .izy-history .izy-history-bloc p .izy-year{
        font-size: 110px;
        line-height: 140px;
    }
}
@media only screen and (max-width: 1535px){
    .izy-history .izy-history-bloc p{
        font-size: 20px;
        line-height: 34px;
    }
    .izy-history .izy-history-bloc p .collab{
        font-size: 50px;
        line-height: 50px;
        display: inline-block;
        max-width: 270px;
    }
    .izy-history .izy-history-bloc p .izy-year{
        font-size: 80px;
        line-height: 100px;
    }
}
@media only screen and (max-width: 1365px){
    .izy-history .izy-history-bloc p{
        font-size: 18px;
        line-height: 28px;
    }
    .izy-history .izy-history-bloc p .collab{
        font-size: 40px;
        line-height: 40px;
        max-width: 210px;
    }
    .izy-history .izy-history-bloc p .izy-year{
        font-size: 60px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 1199px){
    .izy-history .izy-history-bloc p{
        font-size: 16px;
        line-height: 26px;
    }
    .izy-history .izy-history-bloc p .collab{
        font-size: 30px;
        line-height: 30px;
        max-width: 160px;
    }
    .izy-history .izy-history-bloc p .izy-year{
        font-size: 40px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 991px){
    .izy-history.vc_row{
        padding-top: 40px;
    }
    .izy-chiffre .izy-chiffre-left .izy-itekpharma img{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .izy-history.vc_row{
        padding-bottom: 36px;
    }
    .izy-history .wpb_column:first-child .izy-history-bloc{
        margin-bottom: 0;
    }
    .izy-history .izy-history-bloc p{
        font-size: 19px;
        line-height: 30px;
    }
    .izy-history .izy-history-bloc p .collab{
        font-size: 45px;
        line-height: 45px;
        max-width: 220px;
    }
    .izy-history .izy-history-bloc p .izy-year{
        font-size: 102px;
        line-height: 123px;
    }

}
@media only screen and (max-width: 639px){
    .izy-history .izy-history-bloc{
        margin-bottom: 36px;
    }
    .izy-history.vc_row:after{
        max-width: 100%;
    }
}
@media only screen and (max-width: 479px){
    .izy-history .izy-history-bloc p .cms-black-logo{
        max-width: 82px;
        top: -3px;
    }
}
/*--- END IZY HISTORY ---*/

/*--- IZY CHIFFRE ---*/
.izy-chiffre{
    overflow: hidden;
}
.izy-chiffre .izy-chiffre-left .logo-itek-mobile{
    display: none;
}
.izy-chiffre .izy-chiffre-left .izy-itekpharma{
    margin-bottom: 0;
}
.izy-chiffre .izy-chiffre-right{
    padding-top: 35px;
}
.izy-chiffre .izy-chiffre-right .wpb_text_column{
    margin-bottom: 0;
    max-width: 370px;
    position: relative;
}
.izy-chiffre .izy-chiffre-right .wpb_text_column p{
    font-size: 30px;
    color: var(--black-lighten);
    line-height: 39px;
}
.izy-chiffre .izy-chiffre-right .itek-annee{
    top: 95px;
}
.izy-chiffre .izy-chiffre-right .itek-projet{
    top: 70px;
    left: -50px;
}
.izy-chiffre .izy-chiffre-right .vc_row:first-child{
    margin-bottom: 71px;
}
@media only screen and (max-width: 1679px){
    .izy-chiffre .izy-chiffre-right .wpb_text_column p{
        font-size: 25px;
        line-height: 34px;
    }
    .izy-chiffre .izy-chiffre-right .vc_row:first-child{
        margin-bottom: 35px;
    }
    .izy-chiffre .izy-chiffre-left .izy-itekpharma img{
        max-width: 480px;
    }
    .izy-chiffre .izy-chiffre-right .img-year img{
        max-width: 250px;
    }
    .izy-chiffre .izy-chiffre-right .itek-annee{
        top: 50px;
    }
    .izy-chiffre .izy-chiffre-right .img-projet img{
        max-width: 200px;
    }
    .izy-chiffre .izy-chiffre-right .itek-projet{
        top: 40px;
        left: -40px;
    }
}
@media only screen and (max-width: 1535px){
    .izy-chiffre .izy-chiffre-right .wpb_text_column{
        max-width: 245px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_text_column p{
        font-size: 20px;
        line-height: 28px;
    }
    .izy-chiffre .izy-chiffre-right .vc_row:first-child{
        margin-bottom: 29px;
    }
    .izy-chiffre .izy-chiffre-left .izy-itekpharma{
        text-align: center;
    }
    .izy-chiffre .izy-chiffre-left .izy-itekpharma img{
        max-width: 360px;
    }
    .izy-chiffre .izy-chiffre-right .img-year img{
        max-width: 200px;
    }
    .izy-chiffre .izy-chiffre-right .itek-annee{
        top: 40px;
    }
    .izy-chiffre .izy-chiffre-right .img-projet img{
        max-width: 150px;
    }
    .izy-chiffre .izy-chiffre-right .itek-projet{
        top: 28px;
        left: -37px;
    }
}
@media only screen and (max-width: 1365px){
    .izy-chiffre .izy-chiffre-right .wpb_text_column{
        max-width: 220px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_text_column p{
        font-size: 18px;
        line-height: 26px;
    }
    .izy-chiffre .izy-chiffre-right .img-year img{
        max-width: 155px;
    }
    .izy-chiffre .izy-chiffre-right .itek-annee{
        top: 10px;
    }
    .izy-chiffre .izy-chiffre-right .img-projet img{
        max-width: 120px;
    }
    .izy-chiffre .izy-chiffre-right .itek-projet{
        top: 22px;
    }
}
@media only screen and (max-width: 1199px){
    .izy-chiffre .izy-chiffre-right .wpb_text_column p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .izy-chiffre .izy-chiffre-left .logo-itek-mobile{
        display: block;
    }
    .izy-chiffre .izy-chiffre-left .izy-itekpharma{
        display: none;
    }
    .izy-chiffre .izy-chiffre-right .wpb_row .wpb_column{
        float: left;
        width: 50%;
    }
    .izy-chiffre .izy-chiffre-right .itek-annee{
        top: 15px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_text_column{
        max-width: 233px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_text_column p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 639px){
    .izy-chiffre .izy-chiffre-left .logo-itek-mobile{
        padding: 0 25px;
        margin-bottom: 9px;
    }
    .izy-chiffre .izy-chiffre-right{
        padding-top: 0;
        padding-bottom: 36px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_row .wpb_column{
        float: none;
        width: 100%;
    }
    .izy-chiffre .izy-chiffre-right .img-year{
        text-align: center;
        margin-bottom: 16px;
    }
    .izy-chiffre .izy-chiffre-right .img-year img{
        max-width: 247px;
    }
    .izy-chiffre .izy-chiffre-right .wpb_text_column{
        margin: auto;
        text-align: center;
        position: static;
        opacity: 1;
    }
    .izy-chiffre .izy-chiffre-right .img-projet{
        text-align: center;
        margin-bottom: 11px;
    }
    .izy-chiffre .izy-chiffre-right .img-projet img{
        max-width: 195px;
    }
}
@media only screen and (max-width: 479px){
    .izy-chiffre .izy-chiffre-right .wpb_row:first-child .wpb_column{
        float: none;
        width: 100%;
        text-align: center;
    }
    .izy-chiffre .izy-chiffre-right .wpb_row:first-child .wpb_column .img-year{
        text-align: center;
        margin-bottom: 5px;
    }
    .izy-chiffre .izy-chiffre-right .itek-annee{
        margin: auto;
    }
}

/*--- END IZY CHIFFRE ---*/


/*--- FOOTER REASSURANCE ---*/
.infos-footer{
    padding: 75px 15px 54px;
    background: #f3f1f1;
    text-align: center;
    overflow: hidden;
}
.infos-footer .row{
    margin: 0 auto;
    max-width: 1705px;
}
.infos-footer .item .title{
    font-family: 'montserrat-bold';
    font-size: 25px;
    color: var(--blue-default);
    text-transform: uppercase;
    margin-bottom: 18px;
}
.infos-footer .item .textwidget{
    padding: 0 15px;
}
.infos-footer .item .textwidget p{
    font-family: 'montserrat-medium';
    font-size: 15px;
    color: var(--dark-lighten);
    line-height: 22px;
}
@media only screen and (max-width: 1680px){
    .infos-footer .item .textwidget{
        padding: 0;
    }
    .infos-footer .item .textwidget p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1679px){
    .infos-footer .item .title{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1535px){
    .infos-footer{
        padding: 55px 15px 40px;
    }
    .infos-footer .item .title{
        font-size: 20px;
    }
    .infos-footer .item .textwidget p br{
        display: none;
    }
}
@media only screen and (max-width: 1365px){
    .infos-footer .item .title{
        font-size: 17px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1199px){
    .infos-footer .item .textwidget p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px){
    .infos-footer .item:first-child,
    .infos-footer .item:nth-child(2){
        margin-bottom: 40px;
    }
    .infos-footer .item {
        min-height: 132px;
    }
}
@media only screen and (max-width: 767px){
    .infos-footer{
        display: none;
    }
    .infos-footer .item:nth-child(3){
        margin-bottom: 40px;
    }
}
/*--- END FOOTER REASSURANCE ---*/

/*--- FOOTER LINK ---*/
.site-footer{
    background: var(--blue-default);
    text-align: center;
    padding: 22px 0;
}
.site-footer *{
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.site-footer .site-info-izy .trait{
    padding-right: 15px;
}
.site-footer .menu-footer-menu-container li a{
    display: block;
    position: relative;
    padding: 0 15px;
}
.site-footer .menu-footer-menu-container li a:hover,
.site-footer .menu-footer-menu-container li a:focus,
.site-footer .menu-footer-menu-container li a:active {
    color: #fff;
    text-decoration: none;
}
.site-footer .menu-footer-menu-container li a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -5px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site-footer .menu-footer-menu-container li a:hover:after,
.site-footer .menu-footer-menu-container li a:focus:after,
.site-footer .menu-footer-menu-container li a:active:after {
    left: 15px;
    right: 15px;
}
.site-footer .container-reseaux-sociaux{
    margin: 0 30px;
}
.site-footer .container-reseaux-sociaux .list-rs li a{
    padding: 0 8px;
}
.site-footer .mobile-footer,
.site-footer .copy-moblie,
.site-footer .mobile-footer .toggle-footer{
    display: none;
}
.site-footer .mobile-footer img{
    max-width: 83px;
}
.site-footer .mobile-footer .toggle-footer{
    width: 21px;
    height: 21px;
    border: 1px solid #040404;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-left: 9px;
}
.site-footer .mobile-footer .toggle-footer:before,
.site-footer .mobile-footer .toggle-footer:after{
    content: '';
    display: block;
    background: #040404;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.site-footer .mobile-footer .toggle-footer:before{
    width: 9px;
    height: 1px;
}
.site-footer .mobile-footer .toggle-footer:after{
    width: 1px;
    height: 9px;
}
.site-footer .mobile-footer .toggle-footer.open:after{
    content: none;
}
@media only screen and (max-width: 991px){
    .site-footer .site-info-izy,
    .site-footer .container-star-ratings{
        display: none;
    }

    .site-footer .container-footer-navigation,
    .site-footer .container-reseaux-sociaux,
    .site-footer .copy-moblie{
        display: block;
    }
    .site-footer .container-reseaux-sociaux{
        margin: 25px auto;
    }
    .site-footer .container-reseaux-sociaux li a i{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .site-footer{
        padding-top: 0;
    }
     .site-footer .mobile-footer{
        display: block;
    }
    .site-footer .mobile-footer{
        padding: 19px 0;
        background: #f4f4f4;
    }
    .site-footer .mobile-footer .toggle-footer{
        display: inline-block;
        vertical-align: top;
    }
    .site-footer .container-footer-navigation{
        display: none;
    }
    .site-footer .menu-footer-menu-container .menu{
        padding-top: 15px;
    }
    .site-footer .menu-footer-menu-container .menu li a{
        padding: 10px 15px;
    }
}
/*--- END FOOTER LINK ---*/


/*--- CONTACT PAGE ---*/
.contact-main .info-ban.contact-ban{
    position: relative;
    max-width: 1024px;
    padding-bottom: 110px;
    margin: 0 auto;
}
.contact-main .info-ban.contact-ban:before {
    content: '';
    display: block;
    width: 127px;
    height: 148px;
    position: absolute;
    top: 42px;
    left: -200px;
    background: url(../images/icon/croix-contact.png) no-repeat center / contain;
}
.contact-main .info-ban.contact-ban .wpb_text_column,
.contact-main .info-ban.contact-ban .wpb_text_column a{
    font-family: 'montserrat-medium';
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}
.contact-main .info-ban.contact-ban .wpb_text_column p{
    color: #fff;
}
.contact-form .header-title{
    margin-bottom: 31px;
}
.contact-form.izy-form .wpb_content_element .wpcf7-form{
    max-width: 730px;
}
.contact-form .wpb_content_element .wpcf7-form .header-title .subtitle{
    font-family: 'montserrat-regular';
    font-size: 32px;
    color: #000;
    text-transform: none;
    line-height: 1;
    margin-top: 18px;
}
@media only screen and (max-width: 1535px){
    .contact-main .info-ban.contact-ban{
        max-width: 992px;
        padding-bottom: 80px;
    }
    .contact-main .info-ban.contact-ban .wpb_single_image{
        margin-bottom: 20px;
    }
    .contact-main .info-ban.contact-ban .wpb_single_image img{
        max-width: 100px;
    }
    .contact-main .info-ban.contact-ban .wpb_text_column,
    .contact-main .info-ban.contact-ban .wpb_text_column a{
        font-size: 22px;
        line-height: 30px;
    }
    .contact-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 35px;
    }
    .contact-form .wpb_content_element .wpcf7-form .header-title .subtitle{
        font-size: 28px;
    }
    .contact-main .info-ban.contact-ban:before {
        width: 97px;
        height: 128px;
        top: 12px;
        left: -90px;
    }

}
@media only screen and (max-width: 1199px){
    .contact-main .info-ban.contact-ban {
        max-width: 768px;
        padding-bottom: 35px;
    }
    .contact-main .info-ban.contact-ban .wpb_single_image img{
        max-width: 80px;
    }
    .contact-main .info-ban.contact-ban .wpb_text_column,
    .contact-main .info-ban.contact-ban .wpb_text_column a{
        font-size: 20px;
        line-height: 28px;
    }
    .contact-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 30px;
    }
    .contact-form .wpb_content_element .wpcf7-form .header-title .subtitle{
        font-size: 24px;
    }
    .contact-form.izy-form .wpb_content_element .wpcf7-form{
        max-width: 480px;
    }
}
@media only screen and (max-width: 991px){
    .contact-main .info-ban.contact-ban:before {
        content: none;
    }
}
@media only screen and (max-width: 479px){
    .contact-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 25px;
    }
    .contact-form .wpb_content_element .wpcf7-form .header-title .subtitle{
        font-size: 20px;
        margin-top: 10px;
    }
}
/*--- END CONTACT PAGE ---*/


/*--- PAGE LISTE OFFRE ---*/
.offre-main{
    background: #f3f3f3;
}

.liste-offre-title{
    text-align: center;
}
.liste-offre-title h1, .blog h1 , .page-template-adherents h1{
    font-family: 'montserrat-semibold';
    font-size: 45px;
    color: var(--dark-lighten);
    text-transform: uppercase;
    margin-bottom: 23px;
}
.liste-offre-title h1 {
    margin-top: 0;
}
.liste-offre-title p{
    font-size: 28px;
    color: #000;
}
.liste-offre-bloc{
    max-width: 1280px;
    margin: auto;
}
.liste-offre-bloc .contenaire-offres{
    margin-bottom: 50px;
}
.liste-offre-bloc .contenaire-offres .bg-white{
    padding-bottom: 40px;
    text-align: center;
}
.liste-offre-bloc .contenaire-offres .header{

}
#content .liste-offre-bloc .contenaire-offres .header .title{
    font-family: 'montserrat-bold';
    font-size: 45px;
    color: #fff;
    text-align: center;
    padding: 17px 0 20px;
    margin-bottom: 14px;
    /*border-bottom: 2px solid #ff5501;*/
}
#content .liste-offre-bloc .contenaire-offres:last-child .header .title{
   /* border-bottom: 2px solid #ff5501;*/
}
.liste-offre-bloc .contenaire-offres .price{
    font-family: 'montserrat-bold';
    font-size: 60px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.liste-offre-bloc .contenaire-offres .picto{
    text-align: right;
    padding-right: 47px;
}
.liste-offre-bloc .contenaire-offres .price .euro{
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: -15px;
    left: -17px;
}
.liste-offre-bloc .contenaire-offres .price .ht{
    font-family: 'montserrat-regular';
    font-size: 13px;
    color: #000;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.liste-offre-bloc .contenaire-offres .contenu{
    text-align: center;
}
.liste-offre-bloc .contenaire-offres .contenu .header_text{
    font-size: 22px;
    color: #000;
    margin-top: 2px;
}
.liste-offre-bloc .contenaire-offres .contenu .service-liste{
    max-width: 278px;
    margin: 25px auto;
}
.liste-offre-bloc .contenaire-offres .contenu .service-liste .options li{
    font-family: 'montserrat-regular';
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 20px 20px 20px 44px;
    position: relative;
    line-height: 18px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}
/*.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(4),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(5),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(6),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(7),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(8),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(9),
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li:nth-child(10),
.liste-offre-bloc .contenaire-offres:nth-child(2) .contenu .service-liste .options li:nth-child(7),
.liste-offre-bloc .contenaire-offres:nth-child(2) .contenu .service-liste .options li:nth-child(8),
.liste-offre-bloc .contenaire-offres:nth-child(2) .contenu .service-liste .options li:nth-child(9),
.liste-offre-bloc .contenaire-offres:nth-child(2) .contenu .service-liste .options li:nth-child(10){
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}*/
.liste-offre-bloc .contenaire-offres .contenu .service-liste .options li.active{
   -webkit-filter: none;
    filter: inherit;
    opacity: 1;
}
.liste-offre-bloc .contenaire-offres:first-child .contenu .service-liste .options li.active{

}
/*.liste-offre-bloc .contenaire-offres .contenu .service-liste .options li:nth-child(odd){
    background: #f2f2f2;
}*/
.liste-offre-bloc .contenaire-offres .contenu .service-liste .options li:before{
    content: '';
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url('../images/icon/check.png') no-repeat center / contain;
}
.liste-offre-bloc .contenaire-offres.type-contenu .header{
    position: relative;
}
.liste-offre-bloc .contenaire-offres.type-contenu .header .title{
    color: #ff2602 !important;
    max-width: 558px;
    margin: 0 auto 14px;
    position: relative;
}
.liste-offre-bloc .contenaire-offres.type-contenu .header .picto{
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 84px;
    right: -120px;
}
.liste-offre-bloc .contenaire-offres.type-contenu .contenu{
    font-family: 'montserrat-regular';
    font-size: 23px;
    color: #000;
    padding: 0 25px;
}
.liste-offre-bloc .contenaire-offres.type-contenu .contenu .header_text{
    font-family: 'montserrat-bold';
    font-size: 34px;
    color: var(--blue-default);
    line-height: 40px;
    text-align: center;
}
.liste-offre-bloc .contenaire-offres.type-contenu .footer_text{
    padding-top: 30px;
}
.liste-offre-bloc .contenaire-offres.type-contenu .footer_text a{
    font-family: 'montserrat-medium';
    font-size: 30px;
    color: #000;
}
.liste-offre-bloc .contenaire-offres .action a{
    font-family: 'montserrat-regular';
    font-size: 23px;
    color: #fff;
    text-align: center;
    display: block;
    width: 300px;
    height: 41px;
    line-height: 41px;
    margin: 25px auto 0;
}
.liste-offre-accroche{
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}

.offres-form{
    overflow: hidden;
}
.offres-form:before{
    top: 50px;
}
.offres-form .wpb_content_element{
    margin-bottom: 0;
    padding-bottom: 64px;
}
.offres-form .wpb_content_element .wpcf7-form .header-title{
    text-transform: none;
    padding-top: 76px;
}
@media only screen and (max-width: 1535px){
    #content .liste-offre-bloc .contenaire-offres .header .title{
        font-size: 35px;
    }

    .liste-offre-bloc .contenaire-offres .price{
        font-size: 50px;
    }
    .liste-offre-bloc .contenaire-offres .contenu .header_text{
        font-size: 20px;
        margin-top: 5px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .contenu .header_text{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1439px){
    .offres-form .wpb_content_element .wpcf7-form{
        max-width: 489px;
    }
    .offres-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px){
    .liste-offre-title h1{
        font-size: 35px;
    }
    .liste-offre-title p{
        font-size: 26px;
    }
    #content .liste-offre-bloc .contenaire-offres .header .title{
        font-size: 30px;
    }
    .liste-offre-bloc .contenaire-offres .price{
        font-size: 40px;
    }
    .liste-offre-bloc .contenaire-offres .price .euro{
        font-size: 35px;
        top: -10px;
        left: -10px;
    }
    .liste-offre-bloc .contenaire-offres .action a{
        font-size: 20px;
        line-height: 39px;
        max-width: 300px;
        width: 85%;
    }
    .liste-offre-bloc .contenaire-offres .contenu .service-liste .options li {
        padding-left: 54px;
    }
}
@media only screen and (max-width: 991px){
    .liste-offre-title h1{
        font-size: 30px;
    }
    .liste-offre-title p{
        font-size: 22px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .contenu .header_text{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .liste-offre-accroche{
        margin: 35px auto 0;
        line-height: 26px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .header .picto{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .liste-offre-title .wpb_text_column{
        margin-bottom: 0;
    }
    .liste-offre-title h1{
        font-size: 25px;
        padding: 0 15px;
    }
    .liste-offre-title p {
        font-size: 18px;
        padding: 0 15px;
        line-height: 28px;
    }
    .liste-offre-bloc .contenaire-offres{
        margin-bottom: 30px;
    }
    #content .liste-offre-bloc .contenaire-offres .header .title{
        font-size: 25px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .contenu{
        font-size: 18px;
        line-height: 28px;
        padding: 0 15px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .contenu .header_text{
        font-size: 18px;
    }
    .liste-offre-bloc .contenaire-offres.type-contenu .footer_text a{
        font-size: 25px;
    }
    .liste-offre-accroche{
        padding: 0 15px;
        text-align: justify;
    }
    .offres-form .wpb_content_element{
        padding-bottom: 25px;
    }
    .offres-form .wpb_content_element .wpcf7-form .header-title{
        font-size: 25px;
        padding-top: 36px;
    }
    .offres-form .wpb_content_element .wpcf7-form .header-title .izystyle{
        display: block;
        margin-top: 7px;
    }
}
/*--- END PAGE LISTE OFFRE ---*/



/*--- PAGE CONTENU ---*/
.page .breadcrumbs{
    opacity: 0;
    position: relative;
    z-index: -5;
}
.page .entry-title {
    font-family: 'BebasNeue-Bold';
    font-size: 60px;
    color: #000000;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-template-default #primary{
    background: #fff;
}
.page-template-default #primary h2,
.page-template-default #primary h3,
.page-template-default #primary h4,
.page-template-default #primary h5{
    font-family: 'montserrat-medium';
    color: var(--blue-default);
    text-transform: uppercase;
}
.page-template-default #primary h2{
    font-size: 28px;
    line-height: 32px;
}
.page-template-default #primary h3{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.page-template-default #primary h4{
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.page-template-default #primary h5{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.page-template-default #primary .entry-content{
    margin-bottom: 35px;
    line-height: 1.9;
}
@media only screen and (max-width: 1535px){
    .page .entry-title{
        font-size: 50px;
    }
    .page-template-default #primary .entry-content .wpb_wrapper h2:first-child{
        margin-top: 0;
    }
    .page-template-default #primary h2{
        font-size: 24px;
        line-height: 28px;
    }
    .liste-offre-bloc .contenaire-offres .price {
        font-size: 50px;
    }
    .liste-offre-bloc .contenaire-offres .price .ht {
        right: -7px;
        bottom: 4px;
    }
}
@media only screen and (max-width: 1199px){
    .page .breadcrumbs{
        padding: 0;
    }
    .page .entry-title{
        font-size: 40px;
    }
    .page-template-default #primary h2{
        font-size: 20px;
    }
    .page-template-default #primary h3{
        font-size: 18px;
        line-height: 28px;
    }
    .liste-offre-bloc .contenaire-offres .price .ht {
        right: -15px;
        bottom: 0px;
    }
    .liste-offre-bloc .contenaire-offres .contenu .service-liste .options li:before {
        left: 15px;
    }
}
@media only screen and (max-width: 767px){
    .page-template-default #primary h2{
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px){
    /*.page .site-main{
        padding: 0;
    }*/
    .page-template-default #primary .entry-content{
        text-align: justify;
    }
}
/*--- END PAGE CONTENU ---*/


/*---  Poupup fancy ---*/
.fancybox-skin .close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.fancybox-skin .close a{
    font-size: 0;
    color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.fancybox-skin .close a:before,
.fancybox-skin .close a:after{
    content: '';
    display: block;
    background: #1d1d1b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.fancybox-skin .close a:before{
    width: 100%;
    height: 2px;
}
.fancybox-skin .close a:after{
    width: 2px;
    height: 100%;
}
/*---  End Poupup fancy ---*/


/*--- Popup alert Corona ---*/
.alert-corona{
    width: 832px !important;
}
.alert-corona .fancybox-skin{
    border-radius: 40px;
    background: #fff;
}
.alert-corona .fancybox-inner,
.alert-corona .fancybox-outer{
    position: static;
}
.alert-corona .fancybox-inner{
    width: auto !important;
}
#popup-alert-izy{
    text-align: center;
}
#popup-alert-izy .close{
    position: absolute;
    top: 22px;
    right: 38px;
}
#popup-alert-izy .close a{
    font-size: 0;
    color: transparent;
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#popup-alert-izy .close a:before,
#popup-alert-izy .close a:after{
    content: '';
    display: block;
    background: #1d1d1b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#popup-alert-izy .close a:before{
    width: 100%;
    height: 2px;
}
#popup-alert-izy .close a:after{
    width: 2px;
    height: 100%;
}
#popup-alert-izy .textwidget h2{
    font-family: 'Lato-Black';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-top: 4px;
}
#popup-alert-izy .textwidget form .title{
    font-family: 'Lato-Black';
    font-size: 36px;
    color: var(--blue-default);
    text-transform: uppercase;
    margin: 23px auto 25px;
}
.formulaire-coronas .wpcf7-not-valid-tip{
    display: none;
}
.formulaire-coronas .field{
    max-width: 516px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.formulaire-coronas .field .wpcf7-form-control-wrap{
    width: 100%;
}
.formulaire-coronas .field .wpcf7-form-control-wrap .wpcf7-tel{
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #000;
    display: block;
    width: 100%;
    height: 88px;
    border: none;
    padding-left: 30px;
    padding-right: 135px;
    background: transparent;
    background: #eff4f4;
    border-radius: 40px;
    margin-bottom: 26px;
}

.formulaire-coronas .field .wpcf7-submit{
    display: block;
    width: 127px;
    height: 88px;
    border-radius: 40px;
    border: none;
    font-size: 0;
    color: transparent;
    background: url('../images/icon/send.png') center no-repeat;
    background-color: var(--blue-default);
    position: absolute;
    top: 0;
    right: 0;
}
.formulaire-coronas .field .ajax-loader{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(253, 253, 253, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.formulaire-coronas .field .ajax-loader:before,
.formulaire-coronas .field .ajax-loader:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.formulaire-coronas .field .ajax-loader:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url('https://dev.izyflex.com/V2/wp-content/uploads/2019/12/cropped-favicon-32x32.png') no-repeat center;
}
.formulaire-coronas .field .ajax-loader:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid;
  border-color: var(--blue-default) transparent var(--blue-default) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.formulaire-coronas .field .ajax-loader.is-active{
    display: block;
    visibility: visible;
}
.formulaire-coronas .checkbox-consent,
.formulaire-coronas .checkbox-consent + a{
    font-family: 'Lato-Regular';
    font-size: 11px;
    color: #000;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    max-width: 640px;
    margin: 0 auto;
}
.formulaire-coronas .checkbox-consent + a{
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.formulaire-coronas .checkbox-consent + a:hover{
    text-decoration: underline;
}
.formulaire-coronas .checkbox-consent label{
    cursor: pointer;
}
.formulaire-coronas .checkbox-consent label input{
    position: absolute;
    opacity: 0;
}

.formulaire-coronas .checkbox-consent .wpcf7-list-item-label{
    display: inline-block;
    padding-left: 20px;
    width: calc(100% - 45px);
    vertical-align: top;
    position: relative;
}
.formulaire-coronas .checkbox-consent .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    position: absolute;
    top: 0;
    left: 0;
}
.formulaire-coronas .checkbox-consent label input:checked + .wpcf7-list-item-label:before{
    background: url('../images/icon/check-rgpd.png') center no-repeat;
    background-size: contain;
}
.formulaire-coronas .field .wpcf7-form-control-wrap .wpcf7-tel.wpcf7-not-valid,
.formulaire-coronas .checkbox-consent .wpcf7-not-valid .wpcf7-list-item-label:before{
    -webkit-box-shadow: 0px 0px 10px 0px #ff0000;
            box-shadow: 0px 0px 10px 0px #ff0000;
}
#popup-alert-izy div.wpcf7-response-output{
    margin-top: 20px;
    max-width: 620px;
    line-height: 24px;
}
.home .izy-chiffre .izy-chiffre-right .itek-projet {
    left: 0;
}

.site-header .main-header .container .container-contact a{
    font-size: 25px !important;
}
@media screen and (max-width:1400px) {
    .site-header .main-header .container .container-contact a{
        font-size: 20px !important;
    }
    .site-header .main-header .container .container-contact i::before {
        width: 25px;
        height: 30px; 
        top: 0;
    }
}
@media screen and (max-width:1100px) {
    .site-header .main-header .container .container-contact a{
        font-size: 15px !important;
    }
    .site-header .main-header .container .container-contact i::before {
        width: 20px;
        height:30px; 
        top: 0;
    }

}
@media only screen and (max-width: 1199px){
    .alert-corona{
        width: auto !important;
    }
    #popup-alert-izy .textwidget h2{
        font-size: 33px;
    }
    #popup-alert-izy .textwidget form .title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px){
    .alert-corona{
        left: 10px !important;
        right: 10px;
    }
    #popup-alert-izy .close{
        right: 15px;
    }
    #popup-alert-izy .textwidget h2{
        font-size: 25px;
    }
    #popup-alert-izy .textwidget form .title{
        font-size: 20px;
    }
    .formulaire-coronas .field .wpcf7-form-control-wrap .wpcf7-tel{
        font-size: 16px;
        height: 50px;
        padding-right: 85px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .formulaire-coronas .field .wpcf7-submit{
        width: 65px;
        height: 50px;
        background-size: 60%;
    }
}
/*--- End Popup alert Corona ---*/

/*START AMELIORAITON 2021*/
.site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel {
    font-size: 16px;
}
.izy_callback_bouton .text {
    text-align: center;
    width: 150px;
    white-space: normal;
    left: 0;
    font-size: 18px;
}
.izy-form-callback .callback-button-wrapper .callback-button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.home .izy-chiffre .izy-chiffre-right .itek-projet {
    left: 0;
}
@media only screen and (max-width: 1679px){
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix {
        font-size: 103px ! important;
    }
    .izy-history .izy-history-bloc p .collab {
        max-width: none ! important; 
    }
}
@media only screen and (max-width: 1535px){
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix {
        font-size: 100px !important;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .right-price .tarif-mesuel {
        font-size: 10px;
    }
}
@media only screen and (max-width: 1365px){
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix {
        font-size: 65px !important;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-plus {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1200px){
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix {
        font-size: 43px !important;
    }
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-plus {
        font-size: 13px;
    }
    .izy_callback_bouton .text {
        left: 10px;
    }
}
@media only screen and (max-width: 767px){
    .site-content .info-ban .tarif .wpb_wrapper p .tarif-prix {
        font-size: 79px !important;
    }
    .izy-form-callback .callback-button-wrapper .callback-button {
        white-space: break-spaces;
        height: auto !important;
    }
}
/*END AMELIORAITON 2021*/