
/*@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("../../../inovado/style.css");
html,
body {
    overflow-x: hidden;
}
body, .wrapall{
    border-top: none;
    background-color: #f1f1f1;
}
h1, h2 {
    text-transform: uppercase;
}
.home h2 {
    font-weight: 300;
    color: #696969;
    font-size: 39px;
    line-height: 40px;
    text-transform: none;
    max-width: 70%;
}
h1 b,
h2 b {
    color: #e31479;
}
#contain h1{
    font-size: 39px;
    line-height: 40px;
    color: #3d688a;
    text-align: left;
    font-family: Roboto;
    font-weight: 300;
    margin-top: 30px;
}
#contain.blog.row h1{
    width: 100%;
}
.bg-blue{
    background-color: #3d688a;
}
ol li {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
a, button, input[type="submit"] {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
a {
    cursor: pointer;
}
a.btn{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    flex: 0 0 auto; 
    max-width: 240px;
}
a.btn:hover{
    opacity: 0.8;
    color: #fff;
}
a.button {
    background: #e31479;
    color: #fff;
    border-radius: 0px;
    font-family: Roboto;
    border: none;
}
a.button:hover {
    color: #fff !important;
    background: rgba(227, 20, 121, 0.8);
}
a.button:visited {
    color: #fff !important;
}
b, strong {
    font-family: 'Roboto';
    font-weight: 600;
}
.caps {
    text-transform: uppercase;
}
.white * {
    color: #fff;
}
.light {
    font-weight: 300;
}

/* ---- HEADER ---- */
#header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: #fff;
}
#header.header .logo{
    z-index: 10;
    width: 178px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#header a.btn{
    border: 1px solid #e4007d;
    border-radius: 15px;
    background: transparent;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #494949 !important;
    width: 154px;
    height: 61px;
    padding-left: 60px;
    padding-top: 18px;
    margin-top: 40px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
#header a.btn i{
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 35px;
    color: #e4007d;
}
#header a.btn b{
    font-weight: 700;
    color: #000;
}
#header a.btn:hover{
    opacity: 0.5;
    cursor: pointer;
}
#searchform{
    margin-bottom: 0px;
    margin-top: 50px;
    position: relative;
}
#searchform label{
    display: none;
}
input[type="search"]{
    background: #f8f8f8; 
    box-shadow: none;
    border: none;
    outline: none;
    font-family: 'Roboto';
    font-size: 12px;
    color: #a7a7a7;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
input[type=search]::placeholder {
    color: #a7a7a7;
    opacity: 1; 
}
input[type=search]:-ms-input-placeholder {
    color: #a7a7a7;
}
input[type=search]::-ms-input-placeholder {
    color: #a7a7a7;
}
.search-submit{
    position: absolute;
    right: 10px;
    top: 5px;
    background: #a7a7a7;
    border-radius: 50%;
    border: none;
    color: #f8f8f8;
    font-size: 12px;
    padding: 3px 7px;
}
.search-submit:hover,
.search-submit:focus,
.search-submit:active{
    background: #969696 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-log{
    border: 1px solid #e4007d;
    border-radius: 15px;
    margin-top: 40px;
    display: block;
    width: 154px;
    height: 61px;
    padding-left: 70px;
    padding-top: 19px;
    float: right;
    background-image: url('../../img/header/user.svg');
    background-size: 50px;
    background-position: 10px 2px;
    background-repeat: no-repeat;

    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #494949 !important;
    cursor: pointer;
}
.btn-log svg{
    width: 47px;
    height: auto;
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}
.btn-log b{
    font-weight: 700;
    color: #000;
}
.btn-log:hover{
    opacity: 0.5;
}
/* logout */
.nav-tabs.logout{
    border: none;
    display: block;
    float: right;
    margin-top: 40px;
    margin-left: 0px;
}
.nav-tabs.logout li a.nav-link{
    width: 154px;
    height: 61px;
    background-image: url('../../img/header/user.svg');
    background-size: 50px;
    background-position: 10px 2px;
    background-repeat: no-repeat;
    border: 1px solid #e4007d;
    border-radius: 15px;

    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 70px;
    padding-top: 18px;
    color: #494949 !important;
    cursor: pointer;
}
.nav-tabs.logout li a.nav-link b{
    font-weight: 700;
    color: #000;
}
.nav-tabs.logout li a.nav-link.dropdown-toggle::after{
    margin-left: auto;
    margin-right: auto;
}
.nav-tabs.logout li a.nav-link:hover,
.nav-tabs.logout li a.nav-link:focus,
.nav-tabs.logout li a.nav-link:visited,
.nav-tabs.logout li a.nav-link:active{
    border: none !important;
    border-color: none !important;
    border-radius: 0px;
    opacity: 0.5;
    padding-left: 80px;
    padding-top: 19px;
}
.nav-tabs.logout .dropdown-item{
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #161614;
    letter-spacing: 0.05rem;
    position: relative;
}
.nav-tabs.logout .dropdown-item:active{
    color: #fff;
    background-color: #161614; 
}
.dropdown-item i{
    position: absolute;
    right: 10px;
    top: 6px;
}
/* menu */
.menu-principal-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.navbar.navbar-light .navbar-nav .nav-link{
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    color: #161614;
    letter-spacing: 0.1rem;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.navbar.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar.navbar-light .navbar-nav .current-menu-item .nav-link:before,
.navbar.navbar-light .navbar-nav .menu-item:hover .nav-link{
    color: #e4007d;
}
.navbar.navbar-light .navbar-nav .nav-link:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #161614;
    font-weight: 900; 
    font-size: 6px;
    position: absolute;
    left: 12px;
    top: 14px;
}
/* ---- MODAL CONNECT ---- */
#connect-modal .modal-content{
    padding: 0px;
}
#connect-modal .bg-blue{
    background: #67799a;
    color: #fff;
}
#connect-modal .modal-body{
    padding: 0px;
}
#connect-modal .modal-body h3{
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
#connect-modal a.um-button.btn-grey{
    max-width: 250px;
    background: #ededed;
    color: #666;
    margin: 0 auto;
}
.modal-content {
    padding: 30px 50px 0px 50px;
}
.modal-header {
    border: none !important;
}
.modal-header h5 {
    color: #e31479;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
}
#connect-modal .um-field-checkbox:not(.um-field){
    width: 100%;
}

/* ---- CONTENT ---- */
#carouselActuUne{
    height: calc(100vh - 240px);
    min-height: 460px;
}
#carouselActuUne .carousel-item{
    height: calc(100vh - 270px);
    min-height: 430px;
}
#carouselActuUne .visuel{
    position: relative;
    display: inline-block;
    width: 60%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#carouselActuUne .carousel-caption{
    position: relative;
    display: block;
    float: right;
    width: 40%;
    height: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: left;

    display: flex;
    justify-content: center;
    flex-direction: column;
}
#carouselActuUne .carousel-caption .cat-name{
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 300;
    border-top: 1px solid #fff;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 8px;
    display: inline-block;
    width: 15%;
    min-width: 100px;
}
#carouselActuUne .carousel-caption h3,
#carouselActuUne .carousel-caption p{
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Roboto;
}
#carouselActuUne .carousel-caption h3{
    font-weight: 300;
    font-size: 39px;
    line-height: 40px;
}
#carouselActuUne .carousel-caption p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
#carouselActuUne .carousel-caption a.btn{
    color: #fff;
    font-family: Roboto;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 14px 28px;
    text-transform: uppercase;
    background: transparent;
    width: 40%;
}
#carouselActuUne .carousel-caption a.btn:hover{
    background-color: #fff;
    color: #707074;
}
#carouselActuUne .carousel-indicators{
    bottom: 0px;
    margin-bottom: 0px;
}
#carouselActuUne .carousel-indicators li{
    background-color: rgba(105, 105, 105, 0.5);
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
#carouselActuUne .carousel-indicators li.active{
    background-color: rgba(105, 105, 105, 1);
}

/* ---- BLOC SLIDE ---- */
#bloc-slide .bloc{
    border-left: 27px solid #000;
    background-color: #fff;
    padding: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#bloc-slide .bloc h2{
    text-transform: none;
    font-size: 39px;
    line-height: 40px;
    font-weight: 300;
}
#bloc-slide .bloc i{
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    padding-top: 8px;
}
#bloc-slide h3{
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
#bloc-slide .visuel{
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
/* color */
#bloc-slide .bloc.yellow,
#bloc-slide .bloc.yellow i{
    border-color: #f7a800;
    color: #f7a800;
}
#bloc-slide .bloc.yellow h2{
    color: #f7a800;
}
#bloc-slide .bloc.yellow a.btn{
    background-color: #f7a800;
}

/* ---- BLOC NEWS ---- */
#bloc-news{

}
#bloc-news .visuel{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 195px;
    background-position: center center;
    background-size: cover;
    margin: 0px;
    float: left;
}
#bloc-news .cat p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    margin-bottom: 6px;
    color: #009e49;
}
#bloc-news .cat img{
    float: right;
    width: 23px;
    height: auto;
    margin-top: -3px;
}
#bloc-news .content{
    background: #fff;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 14px;
    padding-top: 14px;

}
#bloc-news .content h3{
    font-size: 22px;
    line-height: 24px;
    color: #009e49;
    padding-right: 12px;
}
#bloc-news .content p{
    font-size: 14px;
    line-height: 18px;
    padding-right: 12px;
    margin-bottom: 5px;
}
#bloc-news .content a{
    background-color: #009e49;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    float: right;
}
#bloc-news .content a:hover{
    opacity: 0.8;
}

/* ---- FICHE DOWNLOAD ---- */
#bloc-download{
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
#bloc-download h3{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #07aa95;
}
#bloc-download h3.pl{padding-left: 35px;}
#bloc-download img{
    position: absolute;
    left: 15px;
    top: 16px;
}
#bloc-download p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
#bloc-download a{
    background-color: #07aa95;
    display: block;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
#bloc-download a i{
    color: #fff;
    font-size: 18px;
}

/* ---- FICHE PRODUIT ---- */
#bloc-product{
    background: #a7a7a7;
}
#bloc-product img{
    width: 100%;
}
#bloc-product h3,
#bloc-product p{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
#bloc-product p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 15px;
}
#bloc-product h3{
    padding-top: 10px;
    font-size: 18px;
    line-height: 18px;
}

/* ---- NAV TAB ---- */
#most-read .nav-tabs{
    width: 100%;
    margin: 0px;
    border: none;
}
#most-read .nav-tabs .nav-item:first-child{
    margin-left: 0px;
}
#most-read .nav-tabs .nav-item{
    margin-left: 5px;
    position: relative;
}
#most-read .nav-tabs .nav-item img{
    position: absolute;
    left: 15px;
    top: 13px;
}
#most-read .nav-tabs .nav-item .nav-link{
    border-radius: 0px;
    background-color: #d3d3d3;
    color: #454545;
    border: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 260px;
    padding-left: 55px;
}
#most-read .nav-tabs .nav-item .nav-link:hover{
    opacity: 0.8;
}
#most-read .nav-tabs .nav-item .nav-link.active{
    background-color: #fff;
    border: none;
}
/* tab content */
#most-read .tab-content{
    background-color: #fff;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: left;
}
#most-read .article{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#most-read .tab-content .first{
    border-right: 1px solid #e0e0e0;
}
#most-read .article h3{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #009e49;
    max-width: 75%;
    margin-bottom: 5px;
}
#most-read .article p{
    font-weight: 300;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#most-read .article a{
    font-weight: 700;
    color: #009e49;
    text-decoration: underline;
}
#most-read .article a:hover{
    opacity: 0.8;
}
#most-read .article .visuel{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
#most-read a.btn{
    background-color: #009e49;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    display: block;
    margin-top: 20px;
    max-width: 240px;
}
#most-read a.btn:hover{
    opacity: 0.8;
}

/* reset password */
#lostpasswordform label{
    width: 100%;
    display: none;
}
#resetpasswordform label{
    width: 100%;
}
#reset-pass-submit{
    background: #e31479;
    margin-top: 10px;
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none !important;
    text-shadow: none;
    font-family: inherit;
    outline: none !important;
    margin: 0;
    color: #fff;
    display: inline-block !important;
    width: auto !important;
    min-width: 250px !important;
    opacity: 1;
    border: none;
    font-weight: 500;
    -webkit-appearance: none;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ---- POST ---- */
.category #contain h1{
    width: 100%;
}
.subtitle{
    padding: 8px 20px;
    border-left: #ebebeb solid 10px;
    color: #929292;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}
.subtitle p{
    color: #929292;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0px;
}
p{
    font-family: "Roboto";
    font-size: 14px;
    line-height: 18px;
    color: #595959;
}
.post-title .title{
    background: none;
    display: table;
    margin-top: 30px;
}
.post-title .title .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #bbbbbb;
    padding-top: 6px;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}
#contain .post-title .title h1{
    display: table-cell;
    vertical-align: middle;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 85%;
    padding-left: 0px !important;
}
.post-title .icon img{
    width: 40px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.post-title .icon p{
    text-transform: uppercase;
    color: #3d688a;
    line-height: 20px;
    margin-bottom: 0px;
}
.blog .post .contain{
    background: #ebebeb;
    position: relative;
    float: left;
    padding: 15px;
    width: 100%;
}
.blog .post p{
    margin-bottom: 0px;
}
.blog .post .post-title h2{
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 18px;
    color: #343434;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    padding: 0px !important;
    text-transform: none;
}
.blog .post .post-title h2 a{
    text-decoration: none;
}
.post hr{
    margin-top: 15px;
    margin-bottom: 15px;
}
.post .post-image{
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.post .post-image img{
	margin-left: auto;
	margin-right: auto;
}
.post .post-meta{
    position: relative;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}
.post .post-meta .meta-date{
    color: #b3b3b3;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 24px;
    background: none;
    display: inline-block;
    padding-left: 0px;
    margin-right: 0px;
}
.blog .post .post-meta .meta-date{
    padding-right: 0px;
}
.post .post-meta .meta-date time{
    color: #686868;
}
.post-meta span i{
    margin-right: 5px;
}
.post .post-link{
    position: relative;
    display: block;
    float: right !important;
    width: auto !important;
    margin-top: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px;
    width: 100% !important;
    text-align: right;
    margin-top: 5px;
}
.post .post-link a{
    text-decoration: none;
    background-color: #367faf;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.post .post-link a:hover{
    background-color: #e4007d;
}
.post .post-content{
    width: auto !important;
}
.blog .post{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.single .post-image{
    margin-bottom: 30px !important;
    display: block;
    width: auto;
}
.single .post-meta{
    width: 100%;
}
.single .post-meta{
    margin-bottom: 18px;
}
.single .post-content{
    width: 100% !important;
}
#pagination{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.date{
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.date .daytxt{
    font-size: 12px;
    display: block;
    width: 100%;
}
.date .bold{
    font-weight: 700;
}
.sharebox{
    margin-left: 0px;
    float: right;
    margin-bottom: 0px;
    border: none;
    padding: 0px;
    padding-top: 6px;
}
.sharebox h4{
    margin-top: 5px;
}
.sharebox .social-icons ul{
    margin-left: 10px;
}
.sharebox .social-icons ul li a {
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background-position: -5px -5px !important;
}
.sharebox .social-icons ul li:hover a {
    background-position: -5px -45px;
    background-color: transparent !important;
    color: #e31479 !important;
    opacity: 0.8;
}
#breadcrumbs{
    margin-top: 20px;
    width: 100%;
}
/* button */
#dashboard .vc_btn3.vc_btn3-color-primary, 
#dashboard .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{
    background-color: #367faf;
}
#dashboard .vc_btn3.vc_btn3-color-primary:hover, 
#dashboard .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover{
    background-color: #000;
}
.more{
    margin-top: 30px;
}
.more h2{
    font-size: 39px;
    line-height: 40px;
    color: #696969;
    text-transform: none;
    font-weight: 300;
}
/* sidebar */
.sidebar{
    padding-top: 170px;
}
.sidebar h2{
    font-size: 14px;
    font-weight: 300;
    color: #878786;
    border-bottom: 1px solid #97b988;
    padding-bottom: 5px;
}
.sidebar .bloc{
    margin-bottom: 10px;
}

/* ---- CALL TO ACTION ---- */
.cta h3{
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    line-height: 40px;
    font-size: 39px;
}
.cta .vc_btn3.vc_btn3-color-white{
    color: #3d688a;
    background-color: #fff;
    border: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 17px;
    padding: 11px 35px;
}
.cta .vc_btn3.vc_btn3-color-white:hover{
    color: #3d688a;
    background-color: #fff;
    border: none;
    opacity: 0.8;
}


/* ---- FOOTER ---- */
#copyright{
    margin-top: 50px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
#copyright.footer .vc_row {
    padding-left: 15px !important;
    padding-right: 5px !important;
}
#copyright.footer .menu {
    float: right;
}
#copyright.footer .menu ul {
    display: inline-block;
}
#copyright.footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #f8f8f8;
    line-height: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
#copyright.footer .menu ul li:last-child {
    padding-right: 0px;
}
#copyright.footer .menu ul li a {
    text-decoration: none;
    color: #f8f8f8 !important;
    font-weight: 300;
}
#copyright.footer .right {
    float: right;
    margin-top: 10px;
    color: #f8f8f8 !important;
}
#menu-footer2 {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
}
#menu-footer1 {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
}
#copyright.footer .menu #menu-footer1 li {
    padding-left: 15px;
    border-right: 1px solid #f8f8f8;
    border-left: none;
    padding-right: 15px;
}
#copyright .social-icons ul li a {
    height: 30px;
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    height: auto;
    opacity: 1;
}
#copyright .social-icons {
    width: auto !important;
}
#copyright .social-icons ul {
    margin-bottom: 0px;
}
#copyright .copyright-text{
    position: relative;
    float: left;
}
#copyright .menu.left{
    float: left;
}
#copyright.footer .menu.left ul li{
    display: block;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
#copyright.footer .menu.left ul{
    height: 100%;
    display: block;
}
.menu-footer-left1-container,
.menu-footer-left2-container{
    display: block;
    float: left;
    margin-top: 10px;
}


/* ---- UM MEMBER ---- */
.um.um-profile .um-profile-photo a.um-profile-photo-img{
    top: -15px !important;
}
.entry .um{
    margin-top: 50px;
}
#gform_1 label,
form label {
    width: auto;
}
/* restricted connect */
.cta .btn-join,
.landing-product-header .btn-join,
.restricted-banner .btn-join,
.restricted-logins .btn-join {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #e31479;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
}
.landing-product-header .btn-join {
    margin-top: 25px;
}
.restricted-banner .btn-join,
.restricted-logins .btn-join {
    min-width: 250px;
    padding: 10px 30px;
}
.restricted-logins .btn-join {
    font-weight: 200;
}
.cta .btn-join:hover,
.landing-product-header .btn-join:hover {
    background-color: #fff;
    color: #e31479;
}
.restricted-banner .btn-join:hover,
.restricted-logins .btn-join:hover {
    background-color: rgba(226, 20, 120, 0.75);
}
.cta .btn-join:active,
.cta .btn-join:focus,
.cta .btn-join:hover,
.landing-product-header .btn-join:active,
.landing-product-header .btn-join:focus,
.landing-product-header .btn-join:hover,
.restricted-banner .btn-join:active,
.restricted-banner .btn-join:focus,
.restricted-banner .btn-join:hover {
    box-shadow: none;
}
.post-excerpt.restricted-content {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.content-teasing {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) -20%, #f8f8f8 75%) no-repeat rgba(248, 248, 248, 0);
    pointer-events: none;
}
.restricted-logins .register-alt:after,
.restricted-logins .register-alt:before {
    display: none;
}
.restricted-banner {
    box-shadow: 4px 4px 5px rgba(51, 51, 51, .1);
    padding: 45px 0;
    background-color: #fff;
}
.restricted-banner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #556689;
    margin-bottom: 15px;
}
.restricted-logins {
    margin-top: 75px;
}
.restricted-logins h5 {
    font-size: 14px;
}
.restricted-logins h4 {
    font-size: 25px;
    font-weight: 500;
    color: #556689;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.restricted-logins .register-alt,
#article-modal .register-alt {
    color: #556689;
}
#article-modal .modal-header img{
	max-width: 250px; 
	height: auto; 
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px){
    .modal-lg{
        max-width: 100% !important;
        width: 950px !important;
    }
}
.register-alt {
    font-size: 15px;
    font-weight: 600;
    color: #e31479;
    display: block;
    text-align: center;
    position: relative;
}
.register-alt:before,
.register-alt:after {
    background-color: #e31479;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100px;
    height: 2px;
}
.register-alt:before {
    left: 0;
}
.register-alt:after {
    right: 0;
}



/*.pink, 
.pink h1{
    color: #e31479;
}

.page-id-4951 #header .logo{
    margin-top: 15px;
}
.page-id-4951 h3 strong{
    color: #e31479;
    font-weight: normal;
}
.page-id-4951 .liste p{
    font-size: 18px;
}
.page-id-4951 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern{
    color: #fff!important;
    border-color: #67799a!important;
    background-color: #67799a!important;
}
.page-id-4951 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover{
    border-color: rgba(103, 121, 154, 0.5) !important;
    background-color: rgba(103, 121, 154, 0.5) !important;
}
@media (max-width: 576px) {
    .page-id-4951 .banner{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

h2.vc_custom_heading {

    position: relative;
}

h2.vc_custom_heading i {
    position: absolute;
    font-size: 72px;
    top: 16px;
    left: 0px;
    color: #e31479;
    margin-left: -45px;
}

h2.vc_custom_heading.center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    float: none;
    width: 370px;
}

h3, h3 a,
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap h3.entry-title {
    font-weight: 200;
    font-size: 30px;
    line-height: 35px;
}

h3 b {
    font-weight: 600;
}

.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap h3.entry-title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    line-height: 1.3;
}

ol li {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

a, button, input[type="submit"] {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

a {
    cursor: pointer;
}

a.button {
    background: #e31479;
    color: #fff;
    border-radius: 0px;
    border: none;
}

a.button:hover {
    color: #fff !important;
    background: rgba(227, 20, 121, 0.8);
}

a.button:visited {
    color: #fff !important;
}

b, strong {
    font-family: 'Exo';
    font-weight: 600;
}

.caps {
    text-transform: uppercase;
}

a {
    text-decoration: underline;
}

.white * {
    color: #fff;
}

.light {
    font-weight: 300;
}

.five-column .vc_col-lg-2 {
    width: 26%;
    position: relative;
}

.five-column .vc_col-sm-2 {
    width: 20%;
    position: relative;
}

.colonne-6 {
    visibility: hidden;
    width: 0px;
    display: none;
    padding: 0px;
}

@media (max-width: 1200px) {
    .five-column .vc_col-md-4 {
        width: 33.33333333% !important;
    }
}

@media (max-width: 576px) {
    .five-column .vc_col-xs-12 {
        width: 33.33333333% !important;
    }
}

.five-column .vc_col-sm-2.first,
.five-column .vc_col-sm-2.last {
    width: 10%;
}

.fieldset {
    border: 1px solid #e31479;
    padding-top: 15px;
}

.vc_row.border-top {
    border-top: 10px solid #e31479 !important;
}

.vc_row.border-bottom {
    border-bottom: 10px solid #e31479 !important;
}

#page-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

#cn-notice-text {
    display: block;
    margin-bottom: 12px;
}

#cookie-notice .cn-button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

#cookie-notice .cn-button:hover {
    background: #fff;
    color: #e31479 !important;
}
.wpb_content_element.search{
    margin-bottom: 0px !important;
}
.modal .gform_heading{
    display: none;
}
.modal p.small{
    font-size: 10px !important; 
    line-height: 12px !important;
}

.sharebox .social-icons ul li a {
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background-position: -5px -5px !important;
}

.sharebox .social-icons ul li:hover a {
    background-position: -5px -45px;
    background-color: transparent !important;
    color: #e31479 !important;
    opacity: 0.8;
}

#topbar .social-icons ul li a {
    color: #67799a !important;
}

#topbar .social-icons ul li a,
#copyright .social-icons ul li a {
    height: 30px;
    text-indent: 0 !important;
    background-image: none;
    font-size: 18px;
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    height: auto;
    opacity: 1;
}

#copyright .social-icons {
    width: auto !important;
}

#copyright .social-icons ul {
    margin-bottom: 0px;
}

#topbar .social-icons ul li:hover a {
    color: #fff;
}

#topbar {
    height: 30px;
}

#topbar .social-icons ul {
    float: left;
}

#menu-top-right {
    margin-left: 0px;
}


#header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: transparent;
}
#header .logo{
    z-index: 10;
}

#gform_1 label,
form label {
    width: auto;
}

.gfield {
    padding-right: 0px !important;
    position: relative;
    float: left !important;
    display: inline-block !important;
    clear: initial !important;
    width: 100%;
    margin-top: 0px !important;
}

.gfield.col6 {
    width: 50% !important;
}

.wpb_wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.col6.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 50% !important;
}

.wpb_wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
}

.gfield.col6.first {
    padding-right: 10px !important;
}

.gfield.col6.last {
    padding-left: 10px !important;
}

.gfield label {
    position: absolute;
    right: 10px;
    top: 18px;
}
.gfield span label{
    display: none !important;
}
.gfield.col6.first label {
    right: 20px;
}

.gform_wrapper .gfield_required {
    color: #e31479 !important;
}

.gfield_checkbox li label {
    position: relative !important;
    right: auto;
    top: 0px;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 25px !important;
    padding-top: 2px !important;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: 100% !important;
}

.gfield_checkbox li a {
    z-index: 2;
    position: relative;
}

.gfield.check {
    max-width: 400px;
}

.gfield.check label.gfield_label {
    right: -5px;
    top: 20px;
}

.gfield.absolute {
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: auto;
}

.gfield.absolute a {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.gfield.absolute a:hover {
    color: #e31479;
}

input[type=submit] {
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo';
    font-weight: 500;
    border: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=submit]:hover {
    background: #e31479;
}

.caps .vc_btn3 {
    text-transform: uppercase;
}

.vc_btn3 {
    border-radius: 0px !important;
    box-shadow: none !important;
    background-image: none !important;
    font-weight: 600;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff !important;
    border-color: #e31479 !important;
    background-color: #e31479 !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
    color: #fff;
    border-color: rgba(227, 20, 121, 0.8) !important;
    background-color: rgba(227, 20, 121, 0.8) !important;
}

.gfield input[type="text"] {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

input[type="text"],
.tml input[type="text"],
input[type="password"],
input[type="email"] {
    margin-bottom: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
}

input {
    line-height: 28px;
    box-shadow: none !important;
    color: #666666;
}

input:focus {
    box-shadow: none !important;
}

div.uimob500 .um-col-121,
div.uimob500 .um-col-122 {
    width: 48% !important;
}

div.uimob500 .um-col-121 {
    float: left !important;
}

div.uimob500 .um-col-122 {
    float: right !important;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}


[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 12px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}


[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}


[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}


[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}


label:hover:before {
    border: 2px solid #4778d9 !important;
}


.lvca-container ul.slick-dots {
    top: 0px;
    right: 0px;
    bottom: auto !important;
    width: auto !important;
}

.lvca-container ul.slick-dots li button {
    border-radius: 0px !important;
    background: #000 !important;
    border: none !important;
}

.vc_column-inner .lvca-container ul.slick-dots li button:hover,
.vc_column-inner .lvca-container ul.slick-dots li.slick-active button {
    background: #e31479 !important;
    width: 12px;
    height: 12px;
}

.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lvca-posts-carousel .lvca-posts-carousel-item .read-more-link {
    color: #fff;
    background: #e31479;
    display: block;
    padding: 5px 5px;
    width: auto;
    margin-top: 10px;
    max-width: 120px;
    text-align: center;
}

.lvca-terms {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.lvca-terms a {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
}

.lvca-entry-text-wrap .entry-summary {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}


.lvca-testimonial {
    background: #fff;
    height: 278px;
    display: block;
    position: relative;
}

.lvca-testimonials-slider .lvca-testimonial-text {
    color: #333333 !important;
}

.lvca-testimonial-text {
    float: left;
    width: 70%;
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: right !important;
    font-style: normal !important;
}

.lvca-testimonial-user {
    float: right;
    width: 30%;
    height: 278px;
    display: block;
    position: relative;
}

.lvca-testimonial-user .lvca-image-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    padding-bottom: 0px !important;
}

.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
    max-width: 200% !important;
    height: 100%;
    border-radius: 0px !important;
    margin-right: 0px !important;

}

.lvca-testimonial-text img {
    width: 66px !important;
    height: 55px !important;
    position: absolute;
}

.lvca-testimonial-text .titre {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
    margin-top: 15px;
}

.lvca-testimonial-text .content {
    padding-left: 60px;
}

.lvca-testimonial-text .content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 15px;
}

.lvca-text .lvca-author-name,
.lvca-text .lvca-author-credentials {
    float: right;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 15px;
}

.lvca-text .lvca-author-name {

}


.custom-post .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-left: 30px;
    padding-right: 30px;
}

.custom-post .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0px;
}

.custom-post .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_grid-item-mini {
    border-left: 8px solid #e31479;
}

.custom-post .vc-gitem-zone-height-mode-auto:before {
    padding-top: 90%;
}

.custom-post .vc_btn3:before {
    content: '\f105';
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 5px;
    left: 8px;
}

.custom-post .vc_btn3.vc_btn3-color-juicy-pink,
.custom-post .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    width: 24px;
    height: 24px;
    background: #e31479;
    padding: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    float: right;
    color: #e31479;
    content: '' !important;
    overflow: hidden;
}

.custom-post .vc_btn3.vc_btn3-color-juicy-pink:hover,
.custom-post .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background: rgba(227, 20, 121, 0.8);
    color: rgba(227, 20, 121, 0) !important;
}

.custom-post h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.custom-post p {
    margin-bottom: 0px;
}

.custom-post .vc_gitem-post-data {
    margin-bottom: 0px;
}

.custom-post .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: none !important;
}

#topbar .menu ul {
    display: block;
    float: right;
    margin-top: 8px;
    margin-bottom: 0px;
}

#topbar .menu ul li {
    display: inline-block;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

#topbar .menu ul li a {
    text-decoration: none;
    color: #67799a !important;
}

#topbar .menu ul li a i {
    font-size: 20px !important;
}


#copyright {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#copyright.footer .vc_row {
    padding-left: 15px !important;
    padding-right: 5px !important;
}

#copyright.footer .menu {
    float: right;
}

#copyright.footer .menu ul {
    display: inline-block;
}

#copyright.footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #f8f8f8;
    line-height: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

#copyright.footer .menu ul li:last-child {
    padding-right: 0px;
}

#copyright.footer .menu ul li a {
    text-decoration: none;
    color: #f8f8f8 !important;
    font-weight: 300;
}

#copyright.footer .right {
    float: right;
    margin-top: 10px;
    color: #f8f8f8 !important;
}

#menu-footer2 {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
}

#menu-footer1 {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
}

#copyright.footer .menu #menu-footer1 li {
    padding-left: 15px;
    border-right: 1px solid #f8f8f8;
    border-left: none;
    padding-right: 15px;
}

.btn-pink{
    background-color: #67799a;
    border: 2px solid #67799a;
    color: #fff;
}
.btn-pink:hover{
    background: rgba(103, 121, 154, 0.1);
    border: 2px solid #67799a;
    color: #67799a;
}
.home-banner .btn.btn-pink{
    float: right;
    margin-top: 20px;
}

#connect-modal .modal-content{
    padding: 0px;
}
#connect-modal .bg-blue{
    background: #67799a;
    color: #fff;
}
#connect-modal .modal-body{
    padding: 0px;
}
#connect-modal .modal-body h3{
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
#connect-modal a.um-button.btn-grey{
    max-width: 250px;
    background: #ededed;
    color: #666;
    margin: 0 auto;
}

.home-banner {
    background-position: top center !important;
    overflow: visible !important;
    display: inline-block !important;
}
.home-banner h1 b{
    color: #67799a;
}
.home-banner .infos .wpb_column .vc_column-inner > .wpb_wrapper{
    background-color: #fff;
    border: 1px solid #67799a;
    padding-top: 20px;
}
.home-banner .infos .wpb_column.first .vc_column-inner > .wpb_wrapper,
.home-banner .infos .wpb_column.last .vc_column-inner > .wpb_wrapper{
    background-color: transparent;
    border: none;
    padding-top: 0px;
}
.home-banner .infos a{
    margin-top: 10px;
    font-weight: bold;
    color: #67799a;
}
.blue h2 b{
    color: #67799a;
}
.blue .vc_grid-item-mini{
    border-left: 8px solid #67799a !important;
}

.title {
    background: none !important;
}

#news .lvca-posts-carousel {
    max-width: 100%;
}

#news .lvca-image-info {
    display: none;
}

#news .lvca-project-image {
    width: 60%;
    left: 0;
    height: 440px;
    float: left;
    background-size: cover;
    background-position: center center;
}

#news .lvca-project-image img {
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}

#news .lvca-entry-text-wrap {
    width: 40%;
    float: right;
}

#news .lvca-posts-carousel-item {
    padding: 0px !important;
}

#news .lvca-posts-carousel .lvca-posts-carousel-item .hentry {
    border-radius: 0px;
}

#news .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
    filter: unset;
}

.modal-content {
    padding: 30px 50px 0px 50px;
}

.modal-header {
    border: none !important;
}

.modal-header h5 {
    color: #e31479;
    font-weight: 600;
    font-family: 'Exo';
    font-size: 30px;
    text-transform: uppercase;
}

iframe {
    max-width: 100%;
}


.um-profile .um-header {
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
    border: none;
}

.um-profile .um-profile-edit {
    top: -45px;
    right: 25px;
}

.um-profile-photo, .um-profile-meta {
    display: none;
}

.um-profile-nav-item.um-profile-nav-posts,
.um-profile-nav-item.um-profile-nav-comments {
    display: none;
}

.um-field-block {
    font-size: 10px !important;
}

.um-field-checkbox.um-field-half {
    width: 100% !important;
}


#exampleModal .modal-content {
    padding: 20px;
}

#exampleModal .um-button {
    background: #e31479;
    color: #fff;
}

#exampleModal .um-button.um-alt {
    background: #e5e5e5;
    color: #666666;
}


.main-header {
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: url(img/absurdity.png) repeat;
}

.main-header video {
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.main-header .discover {
    position: absolute;
    bottom: 0;
}

.main-header .discover h1 {
    margin-bottom: 75px;
    font-weight: 600;
    color: white;
}

.main-header .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.main-header .logo img {
    width: 70%;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

i.fa-angle-down {
    display: block;
    color: #fff;
}

.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 60px;
    cursor: pointer;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.first .background-abs {
    position: relative;
}

.first .background-abs img {
    position: relative;
    z-index: 5;
}

.first .background-abs:after {
    position: absolute;
    top: 25px;
    left: -25px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #e31479;
    content: '';
}

.first h2 {
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 800;
    text-transform: none;
}

.first p {
    font-size: 18px;
    line-height: 1.5;
}

.cta {
    position: relative;
    background: url(img/prysmian-club-call-to-action.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
}

.cta:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(img/absurdity.png) repeat;
}

.cta span {
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 1);;
}

.cta .btn-join,
.landing-product-header .btn-join,
.restricted-banner .btn-join,
.restricted-logins .btn-join {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #e31479;
    color: #fff;
    font-weight: 500;
}

.landing-product-header .btn-join {
    margin-top: 25px;
}

.restricted-banner .btn-join,
.restricted-logins .btn-join {
    min-width: 250px;
    padding: 10px 30px;
}

.restricted-logins .btn-join {
    font-weight: 200;
}

.cta .btn-join:hover,
.landing-product-header .btn-join:hover {
    background-color: #fff;
    color: #e31479;
}

.restricted-banner .btn-join:hover,
.restricted-logins .btn-join:hover {
    background-color: rgba(226, 20, 120, 0.75);
}

.cta .btn-join:active,
.cta .btn-join:focus,
.cta .btn-join:hover,
.landing-product-header .btn-join:active,
.landing-product-header .btn-join:focus,
.landing-product-header .btn-join:hover,
.restricted-banner .btn-join:active,
.restricted-banner .btn-join:focus,
.restricted-banner .btn-join:hover {
    box-shadow: none;
}

.third figure {
    margin: 50px 0 30px;
}

.fourth {
    margin: 3rem 0 95px !important;
}

.article-block {
    margin-top: 20px;
    border-left: 10px solid #e31479;
    overflow: hidden;
}

.article-content {
    padding: 10px 0 30px 15px;
    background-color: #f9f9f9;
    text-align: left;
}

.article-content a {
    font-size: 17px;
    font-weight: 600;
}

.article-content .read-more-link {
    display: none;
}

.article-link {
    text-align: right;
    padding-right: 35px;
}

.article-heading {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 250px;
}

.article-heading a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#landing-modal .close,
#article-modal .close {
    position: absolute;
    top: 30px;
    right: 50px;
}

#landing-modal .modal-header img,
#article-modal .modal-header img {
    margin: 0 auto;
    width: 60%;
}

.register-alt {
    font-size: 15px;
    font-weight: 600;
    color: #e31479;
    display: block;
    text-align: center;
    position: relative;
}

.register-alt:before,
.register-alt:after {
    background-color: #e31479;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100px;
    height: 2px;
}

.register-alt:before {
    left: 0;
}

.register-alt:after {
    right: 0;
}

.landing-product-header {
    background-color: #333;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.landing-product-header.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.landing-product-header.bg-img .logo{
    margin-bottom: 50px;
}
.gold{
    color: #DAA92C;
}
.caps{
    text-transform: uppercase;
}
.italic{
    font-family: 'Exo';
    font-style: italic;
}
.bold{
    font-weight: 800;
}
.landing-product-header .align-right{
    text-align: right;
}
.landing-product-header .align-right img{
    margin-right: 60px;
} 

.cross-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 150vh;
    background-color: #e31479;
    transform: skew(-39deg);
    transform-origin: top left;
}

.landing-product-header img {
    max-width: 100%;
}

.landing-product-header h1 {
    font-weight: 700;
    color: white;
    font-size: 31px;
    letter-spacing: 5px;
    line-height: 50px;
}

.landing-product-header p {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
}

.first.landing-product h2 {
    color: #e31479;
}

.rules {
    font-style: italic;
}

.restricted-banner {
    box-shadow: 4px 4px 5px rgba(51, 51, 51, .1);
    padding: 45px 0;
    background-color: #fff;
}

.restricted-banner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #556689;
    margin-bottom: 15px;
}

.restricted-logins {
    margin-top: 75px;
}

.restricted-logins h5 {
    font-size: 14px;
}

.restricted-logins h4 {
    font-size: 25px;
    font-weight: 500;
    color: #556689;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.restricted-logins .register-alt,
#article-modal .register-alt {
    color: #556689;
}

#article-modal .register-alt:after,
#article-modal .register-alt:before {
    background-color: #556689;
}

.restricted-logins .um-col-alt .um-center {
    text-align: left !important;
}

.restricted-logins .um-col-alt-b {
    padding-top: 10px;
}

.restricted-logins .um-col-alt-b a {
    text-align: left;
    font-size: 13px;
}

.restricted-logins .um-row {
    margin-bottom: 20px !important;
}

.restricted-logins .um-button {
    min-width: auto !important;
    padding: 12px 30px !important;
}

.post-excerpt.restricted-content {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.content-teasing {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) -20%, #f8f8f8 75%) no-repeat rgba(248, 248, 248, 0);
    pointer-events: none;
}

.restricted-logins .register-alt:after,
.restricted-logins .register-alt:before {
    display: none;
}

#actus .lvca-posts-carousel-item .lvca-project-image img{
    display: none;
}
#actus .lvca-posts-carousel-item .lvca-project-image a.visuel-link{
    display: block;
    width: 100%;
    height: 250px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#actus .lvca-posts-carousel-item .lvca-post-title,
#actus .lvca-posts-carousel-item .lvca-post-title a{
    font-size: 18px;
    line-height: 20px;
}
#actus .lvca-posts-carousel-item .lvca-post-title a:hover,
#actus .lvca-posts-carousel-item .lvca-post-title:hover{
    text-decoration: none;
    border: none;
}
#actus .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: " ";
}
#actus .lvca-terms{
    padding-left: 10px;
}



@media (max-width: 410px) {
    .third .vc_custom_heading {
        line-height: 20px !important;
        margin-left: 50px !important;
        font-size: 20px !important;
    }

    .third .vc_custom_heading i {
        font-size: 45px !important;
        top: 11px !important;
        margin-left: -28px !important;
    }

    .main-header h1 {
        margin-bottom: 50px;
        font-size: 15px !important;
    }

    .main-header .arrow {
        height: 35px;
    }

    .main-header .arrow i {
        font-size: 3em;
    }

    #landing-modal .modal-content,
    #article-modal .modal-content {
        padding: 30px 10px 0 10px;
    }

    #landing-modal .close,
    #article-modal .close {
        top: 20px;
        right: 20px;
        padding: 30px 10px 0 10px;
    }
}

@media (max-width: 575px) {
    .first.my-5 {
        margin-top: 1rem !important;
    }

    .landing-product-header {
        padding: 40px 0;
    }

    .landing-product-header h1 {
        margin-top: 25px;
        line-height: initial;
        letter-spacing: 0;
    }

    .landing-product-header .btn-join {
        display: block;
    }
    .landing-product-header.bg-img{
        background-position: left center;
    }
    .landing-product-header .align-right{
        text-align: center;
    }
    .landing-product-header .align-right img{
        margin-right: 0px;
    } 
}

@media (max-width: 767px) {
    .second .row div:nth-child(2) {
        margin-top: 25px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .first h2 {
        font-size: 30px;
    }
}

@media (max-width: 769px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home .home-banner {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: auto !important;
    }
}

@media (max-width: 769px) {
    #header.header {
        height: 70px;
    }

    #header.header .logo {
        margin-top: 24px;
    }

    #topbar {
        height: 30px !important;
    }

    #topbar .social-icons ul li {
        float: left !important;
    }

    .home .home-banner {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }

    .gfield.absolute {
        bottom: 40px !important;
    }

    h1 {
        font-size: 24px !important;
        line-height: 28px;
    }

    .home-banner h2 {
        font-size: 16px !important;
        line-height: 20px;
    }

    h2 {
        font-size: 24px !important;
        line-height: 26px;
    }

    h2.vc_custom_heading.center {
        max-width: 300px;
    }

    .infos p span {
        font-size: 14px !important;
    }

    .title .vc_column-inner {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    h3, h3 a, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap h3.entry-title {
        font-size: 20px !important;
        line-height: 26px;
    }

    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
        padding: 0px !important;
    }

    .lvca-posts-carousel .lvca-posts-carousel-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #news .left .vc_column-inner {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .custom-post .vc_gitem-animated-block {
        width: 150px;
        height: 95px;
        display: table;
    }

    .custom-post .vc_grid-item-mini {
        background-color: #f9f9f9 !important;
        display: table;
        position: relative;
    }

    .custom-post .vc_gitem-zone {
        display: table-cell;
        vertical-align: middle;
    }

    .testimonials .vc_column-inner {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    .lvca-testimonials-slider .titre {
        font-size: 24px !important;
        line-height: 26px;
        margin-top: 0px;
    }

    .lvca-testimonials-slider .content {
        padding-left: 0px !important;
    }

    .lvca-testimonials-slider .content p {
        font-size: 14px;
        line-height: 18px;
    }

    .lvca-testimonial, .lvca-testimonial-user {
        height: 230px !important;
    }

    .lvca-testimonials-slider .lvca-testimonial-text {
        margin-bottom: 0px !important;
        padding: 20px;
    }

    .white p span {
        font-size: 14px !important;
    }

    #copyright {
        padding: 10px !important;
    }

    #copyright.footer .right {
        float: none !important;
    }

    #copyright.footer .menu #menu-footer1 li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #copyright.footer .menu #menu-footer1 {
        margin-right: 0px;
    }

    #copyright .copyright-text {
        position: relative !important;
    }

    #copyright #menu-footer1 {
        margin-right: 0px;
    }

    #copyright.footer .menu.contact {
        width: 50%;
    }

    #copyright.footer .social-icons {
        width: 50% !important;
    }

    #copyright.footer .social-icons ul {
        margin-left: 0px;
    }

    #menu-footer2,
    #menu-footer2 li {
        width: 100% !important;
    }

    #menu-footer1 {
        width: 100% !important;
    }

    #news .lvca-project-image img {

    }

    #news .lvca-entry-text-wrap {
        width: 50% !important;
        padding-left: 15px !important;
    }

    #news .lvca-project-image {
        width: 50% !important;
    }

}*/
