/* DEBUG */
/* div#wpadminbar {
    display: none;
} */

main article h1 strong {
    -webkit-text-fill-color: black;
}

#main-header .menu .menu-item a {
    font-size: 12px;
}

#main-header .cpr-menu-desktop .menu-item.current_page_item a:first-child, #main-header .menu li a.activ_item
{
    color: #ec008c;
}

/* BUTTON */
.button,
.gform_button {
    font-family: 'VP Rounded Regular';
    background: #e8678c;
    background: -moz-linear-gradient(left, #fb678f 0%, #ec008c 100%);
    background: -webkit-linear-gradient(left, #fb678f 0%, #ec008c 100%);
    background: linear-gradient(to right, #fb678f 0%, #ec008c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb678f', endColorstr='#ec008c',GradientType=1 );
    text-align: center;
    padding: 7px 15px;
    margin-bottom: 15px;
    margin: 0 auto;
    width: 154px;
    height: 38px;
    border-radius: 5px;
}

.button.white,
.gform_button {
    border: 2px solid white;
    width: 120px;
}

.button a,
.gform_button,
.button span {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    cursor: pointer;
}

.gform,
.gform_wrapper .gform_footer {
    margin: 0 auto;
    text-align: center;
}

.gform_wrapper input {
    border: none;
    text-align: center;
    color: #5e6167;
    font-size: 18px !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    color: white !important;
    font-size: 18px !important;
    font-family: 'VP Condensed' !important;
    font-weight: 300 !important;
    margin: 0 auto !important;
    text-align: center !important;
    border: 2px solid white !important;
}

.gform .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gform .close i {
    color: #ec008c;
    font-family: FontAwesome;
    font-size: 22px;
    cursor: pointer;
    font-style: normal;
}

body .gform .gform_wrapper ul li.gfield {
    text-align: center;
}

.gform .gform_wrapper .gform .gfield_label,
.gform .gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important;
}

.gform input {
    border-bottom: 1px solid #ec008c;
}

.button i {
    font-family: 'FontAwesome';
    margin-left: 7px;
}

.link {
    text-align: center;
}

.link a,
.link span,
.link {
    text-transform: uppercase;
    font-size: 20px;
    color: #ec008c;
}

/** BODY **/

main {
    position: absolute;
    top: 70px !important;
    width: 100%;
}

.background-header {
    background: white;
    height: 70px;
    position: absolute;
    top: 0;
    width: 100%;
}

/** HEADER **/

#main-header,
main #main-header.menu-mobile-n2 {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 20px 32px;
    z-index: 100;
    height: 70px;
    display: block;
}

#main-header .fall_reverse,
main #main-header.menu-mobile-n2 .fall_reverse {
    height: 0px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(248, 248, 248, 0.918);
    transition: 0.1s height linear;
    -webkit-transition: 0.1s height linear;
}

#main-header .row {
    position: relative;
    z-index: 2;
}

/************** MENU MOBILE ************/
main #main-header.menu-mobile-n2 {
    display: none;
}

#menu-item-1263 ul.sub-menu, #menu-item-1261 ul.sub-menu{
    display: block;
    padding-top: 5px;
    margin: 0 auto;
    width: 100%;
}
#menu-item-1263 ul.sub-menu li , #menu-item-1261 ul.sub-menu li{
    color:grey!important;
    float: left;
    width: 48%;
    text-align: left;
}
#menu-item-1263 ul.sub-menu a, #menu-item-1261 ul.sub-menu a{
    color:grey!important;
    padding-right: 10px;
    padding-left: 10px;

}
#menu-item-1263 , #menu-item-1261 {
    margin-bottom : 0px;
}

#menu-item-4961 , #menu-item-4949 {
    border-right: 1px solid;
    text-align: right !important;
}

#menu-item-1261 a , #menu-item-1263 a{
    color:lightgrey!important;
}
.menu-mobile .current-menu-item a,  .menu-mobile .current-menu-ancestor a {
    color:#ec008c!important;
}

.fa-times-thin:before {
	content: '\00d7';
}

.menu-mobile-show #burger , .menu-mobile-show #main-header{
    display: none;
}
.menu-mobile-show #close-burger {
    display: block;
    z-index: 14;
    z-index: 999;
}

.menu-mobile, .menu-mobile .sub-menu {
    display: none;
}
.pll-parent-menu-item .sub-menu {
    display: inline-block;
}

.pll-parent-menu-item a{
font-weight: bolder;
}

.pll-parent-menu-item .sub-menu a{
    font-weight: unset;
}

.menu-mobile .pll-parent-menu-item {
    float: none;
}

.menu-mobile ul li::before {
    margin:0;
    content: unset;
}
.menu-mobile {
    position: fixed;
    right: 0;
    top: 0;
    background: white;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 10;
    font-family: 'VP Rounded Regular';
}


.menu-mobile div.menu-menu-en-container,
.menu-mobile div.menu-menu-fr-container {
    padding : 100px 0px;
    height  : 100%;
    overflow: scroll;
}

.menu-mobile div.menu-menu-en-container ul li,
.menu-mobile div.menu-menu-fr-container ul li {
    margin-bottom: 30px;
    position: unset;
    text-align: center;
}

.menu-mobile div.menu-menu-en-container ul li a,
.menu-mobile div.menu-menu-fr-container ul li a {
    color: grey;
    text-transform: uppercase;
    font-size: 22px;
}

@media (max-width: 992px) and (orientation: portrait) {

    .menu-mobile div.menu-menu-en-container ul li a,
    .menu-mobile div.menu-menu-fr-container ul li a {
        font-size: 20px;
    }
}

.menu-mobile li.menu-item-has-children i {
    display: none;
}

.menu-mobile ul.sub-menu {
    margin-left: 15px;
    border-left: 2px solid white;
    font-weight: lighter;
}

.menu-mobile li.active .sub-menu li a {
    font-size: 18px;
    padding-left: 10px;
}

.menu-mobile li ul.sub-menu li.active ul.sub-menu a {
    font-size: 17px;
    padding-left: 15px;
}

.menu-mobile .social_icon {
    position: absolute;
    top: 665px;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#main-header .social .social_icon {
    text-align: right;
    padding-top: 6px;
}

.menu-mobile .social_icon a,
#main-header .social .social_icon a {
     margin-left: 0px;
}
.social {
    margin: 0;
    padding: 0;
}
.menu-mobile .social_icon a i,
#main-header .social .social_icon a i {
    color: #6f6f6f;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 23px;
}

#main-header .social .social_icon a i {
    font-size: 19px;
}

#burger i {
    color: white;
    font-size: 23px;
}
#burger{
    display: none;
    position: fixed;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 999;
    padding-left: 5px;
    padding-top: 3px;
    background-color: #ec008c;
}

#close-burger {
    display: none;
    content: '\f105';
    color:grey;
    position: absolute;
    right: 10px;
    font-size: 25px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    top: 10px;
}

body.menu-mobile-show .menu-mobile {
    right: 0px;
    display: block;
    -webkit-box-shadow: 0px 70px 200px 200px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 70px 200px 200px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 70px 200px 200px rgba(0, 0, 0, 0.4);
}

body #main-header {
    margin-right: 0%;
    right: 0;
    -webkit-transition: margin 300ms linear;
    -moz-transition: margin 300ms linear;
    transition: margin 300ms linear;
}

body header section .logo {
    opacity: 1;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

@media (max-width: 992px) {
    main #main-header.menu-mobile-n2 {
        display: block;
        background: rgba(248, 248, 248, 0.918);
        padding: 5px 20px;
    }
    #main-header.menu-mobile-n2 .menu {
        width: 100%;
    }
    #main-header.menu-mobile-n2 .menu ul.menu {
        display: block;
    }
    #main-header.menu-mobile-n2 .menu ul.menu li {
        line-height: 12px !important;
    }
    #main-header.menu-mobile-n2 .menu ul.menu li a {
        font-size: 2vw;
    }
    .logo, #title-logo {
        display: block;
    }
    #menu-mobile-logo{
        position   : absolute;
        top        : 0;
        left       : 0;
        width      : 100%;
        margin     : 0 auto;
        padding-top: 20px;
        background : white;
    }
    #menu-mobile-logo-img{
        width: 140px;
        height: 25%;
    }
    #main-header .row {
        display: flex;
        flex-direction: row-reverse;
    }

    #burger {
        display: block;
        background: #ec008c8c;
    }

    #main-header .social {
        display: none;
    }
}
@media (max-width: 992px) and (orientation: landscape) {
    main #main-header.menu-mobile-n2 {
        height: 50px;
    }
    #main-header.menu-mobile-n2 .menu ul.menu li a {
        font-size: 1.5vw;
    }
}
@media (min-width: 700px) and (orientation: portrait) {
    main #main-header.menu-mobile-n2 {
        height: 50px;
    }
    #main-header.menu-mobile-n2 .menu ul.menu li a {
        font-size: 1.5vw;
    }
}

/*********** FIN MENU MOBILE ***************/
/*********** MENU DESKTOP ***************/

#main-header .menu,
#main-header .menu a {
    font-family: 'VP Rounded Regular';
    color: grey;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 0px;
}

#main-header .menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 12px;
}

#main-header .sub-menu li a {
    text-transform: capitalize;
}

.pll-parent-menu-item a {
    text-transform: none !important;
}

#main-header .menu li ul.sub-menu a:hover,
#main-header .menu li ul.children a:hover {
    border-left: 1px solid transparent;
    padding-left: 2px;
    color: #ec008c;

}

#main-header .menu ul li:before {
    display: none;
}

#main-header .menu li ul.sub-menu,
#main-header .menu li ul.children {
    margin-top: 20px;
    border-left: 1px solid white;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    background:white;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    flex-direction: column;
}

#main-header .menu li:hover .sub-menu,
#main-header .menu li:hover .sub-menu li {
    visibility: visible;
    opacity: 1;
}

#main-header .menu li ul.sub-menu li ul.sub-menu {
    margin-left: 3px;
    font-size: 14px;
    margin-top: 1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: lowercase !important;
}

#main-header .menu li ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

#main-header .menu li ul.sub-menu li ul.sub-menu li {
    padding: 0px 5px;
}

#main-header .menu li ul.sub-menu li ul.sub-menu li a {
    font-size: 16px;
}

/* LOGO */

#main-header .logo {
    height: 38px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    overflow: visible;
}

#main-header .logo img{
    vertical-align: center;
    width: 100px;
}

FOOTER
#main-header .logo #title-logo,
#main-header .logo #butterfly {
    margin-top: -6px;
}


@media (max-width: 992px) {
    #main-header .logo {
        display: none;
    }

    main {
         top: 0 !important;
    }

}

@media (max-width: 992px) and (orientation: landscape) {
    #main-header .logo #title-logo {
        opacity: 1;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    body.menu-mobile-show #main-header .logo #title-logo {
        opacity: 1;
    }
}
/************ FIN MENU DESKTOP ************/
/* FOOTER */
footer#footer {
    font-family: 'VP Condensed Regular';
    padding: 15px;
}

footer#footer .logo {
    margin: 0 auto;
    text-align: center;
    float: left;
    width: 33%;
}

footer#footer .logo img {
    max-width: 100px;
}

#footer .legal {
    float: left;
    width: 33%;
    text-indent: 2em;
    margin-top: 1em
}

#footer .copy {
    float: left;
    width: 33%;
    margin-top: 1em;
    text-align: right;
}

#border-black {
    padding-right: 20px;
    align-items: center;
    width: 100%;
    height: 20px;
    background-color: black;
    text-align: right;
}

#border-black a {
    color: #535353;
    text-transform: capitalize;
}

#border-black a:hover {
    color: #c6c6c6;
}

.pll-parent-menu-item {
    float:right;
}

@media (max-width: 992px) {
    #footer {
        border-top: 2px solid lightgrey;
    }
    #footer .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #footer .row .legal,
    #footer .row .copy {
        width: 100%;
        text-align: center;
        text-indent: 0;
    }
    #footer div:nth-child(1) {
        order: 2;
    }
    #footer div:nth-child(2) {
        order: 1;
    }
    #footer div:nth-child(3) {
        order: 3;
    }
}

/** BLOC **/

.bloc {
    display: block;
    position: relative;
    overflow: hidden;
}


/* COVER */

.bloc.cover {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
    margin-bottom: 40px;
}

.bloc.cover.background-image-filter:before {
    /**** filtre cover ****/
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.bloc.cover .row,
.bloc.cover .row .col-md-4:nth-child(2) {
    height: 100%;
}

.bloc.cover h1,
.bloc.cover h2,
.bloc.cover p {
    text-align: center;
    color: white;
}

.bloc.cover h1 {
    font-family: 'VPSans-Bold';
    font-size: 60px;
    margin: 15px 0px;
    text-transform: uppercase;
}

.bloc.cover p {
    font-family: 'VP Rounded Light';
    font-size: 15px;
}

.bloc.cover footer {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    left: 0;
}

.bloc.cover footer .button {
    margin-bottom: 30px;
}

.bloc.cover footer i.fa-angle-down {
    color: white;
    font-size: 41px;
    font-weight: 300;
    font-family: 'FontAwesome';
    display: block;
    margin-top: 35px;
}

.bloc.cover .background_video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #ec008c, #ffb29f);
}

.bloc.cover .background_video_iframe {
    width: 45%;
    height: 90%;
    box-shadow: 0 0 2em #4d4d4d;
}

@media (max-width: 992px) {
    .bloc.cover {
        height: 330px;
    }

    .bloc.cover h1 {
        font-size: 40px;
    }

    .bloc.cover p {
        width: 90%;
        margin: 0 auto;
    }

    .bloc.cover footer .button {
        margin-bottom: 5px;
    }

    .bloc.cover .background_video {
        width: 100%;
    }

    .bloc.cover .background_video_iframe {
        width: 100%;
    }

    .bloc.cover footer {
        bottom: 50px;
    }
}

/* BLOC TEXTE */
.bloc.texte{
    width: 100%;
    margin: 0;
}
.bloc.texte.gradient{
    width: 100%;
    margin: 0;
    text-align: center;
    background: -moz-linear-gradient(left,#f467b9 0%, #ffb29f 100%);
    background: -webkit-linear-gradient(left,#f467b9 0%, #ffb29f 100%);
    background: linear-gradient(to right,#f467b9 0%, #ffb29f 100%);
}

.bloc-texte{
    width: 50%;
    margin: 20px 25%;
}

.bloc.texte .titre {
    font-family: 'VPSans-Bold';
    text-align: center;
    margin: 30px auto;
}

.bloc.texte .titre h1,
.bloc.texte .titre h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
}

.bloc.texte .titre h1 strong,
.bloc.texte .titre h2 strong {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -5px;
    color: black;
}

.bloc.texte div.bloc-texte {
    width: 50%;
    margin: 0 25%;
}

.bloc.texte div.bloc-texte.gradient {
    background-color: #fff;
    width: 70%;
    margin: 50px auto;
    padding: 20px 140px;
    text-align: justify;
    box-shadow: 0px 0px 20px gray;
}

.bloc.texte .texte article {
    margin-bottom: 20px;
}

.bloc.texte .texte h3 {
    font-family: 'VPSans-Bold';
    font-size: 18px;
    color: #ec008c;
    font-weight: 500;
    margin-bottom: 10px;
}

.bloc.texte .texte p {
    font-family: 'VPSans-Light';
    font-size: 18px;
    color: #5e6167;
    text-align: justify;
}

.bloc.texte .texte p img {
    display: block;
    margin: 0 auto;
}

.bloc.texte .texte p strong {
    color: #ec008c;
    font-weight: normal;
}

.bloc.texte .texte a {
    color: #ec008c;
    text-decoration: underline;
    word-wrap: break-word;
}

.bloc.texte .button.btn-texte {
    padding-top: 9px;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bloc.texte img.background-block-text {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 992px) {
    .bloc.texte {
        width: 95%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .bloc.texte .titre h1,
    .bloc.texte .titre h2 {
        text-align: left;
        font-size: 7vw !important;
    }

    .bloc.texte strong{
        font-size: 7vw !important;
    }

    .bloc-texte{
        width: 90%;
        margin: auto;
    }

    .bloc.texte div.bloc-texte {
        width: 90%;
        margin: 25px auto;
    }

    .bloc.texte div.bloc-texte.gradient {
        background-color: #fff;
        width: 90%;
        margin: 40px auto;
        padding: 5px 20px;
    }

}

@media (max-width: 450px) {
    .bloc.texte .titre h1,
    .bloc.texte .titre h2 {
        text-align: left;
        font-size: 10vw !important;
    }

    .bloc.texte.gradient .titre h1,
    .bloc.texte.gradient .titre h2 {
        text-align: left;
        font-size: 10vw !important;
    }

    .bloc.texte strong{
        font-size: 10vw !important;
    }

}


/* BLOC TEXTE SIMPLE */
.bloc.texte.simple p {
    font-family: 'VP Rounded Light';
}

/* BLOC IMAGE */
.row.image-only {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: -5%;
    background-position-y: 0px;
    margin-bottom: 40px;
}

@media (max-width: 992px){
    .row.image-only {
        padding: 40px 0px;
        flex-direction: column;
        background-size: 33%;
        background-position-x: -13%;
        background-position-y: 0px;
    }

    .row.image-only img {
        margin-bottom: 5px;
    }
}

@media (max-width: 450px){
    .row.image-only {
        flex-direction: column;
        background-size: 63%;
        background-position-x: -91%;
        background-position-y: 0;
    }

    .row.image-only img {
        margin-bottom: 5px;
    }
}

/* BLOC TEXTE IMAGE */
.bloc.texte-image {
    padding-bottom: 30px;
    margin: 0 auto;
}

.bloc.texte-image .titre {
    text-align: center;
    margin: 30px auto;
}

.bloc.texte-image .titre h2 {
    font-size: 36px;
    font-weight: 300;
}

.bloc.texte-image .titre h2 strong {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -10px;
}

.bloc.texte-image p {
    font-family: 'VPSans-Regular';
    font-size: 19px;
    color: #5e6167;
    font-weight: 500;
    margin: 15px 0px;
}

.bloc.texte-image .image article {
    padding: 15px 15px;
}

.bloc.texte-image .row.image {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .bloc.texte-image {
        padding: 0 10px;
    }
    .bloc.texte-image .row.titre {
        margin: 0;
        width: 100%;
    }
    .bloc.texte-image .row.titre article {
        margin: 0;
        padding: 0 7px;
    }
    .bloc.texte-image h2 {
        text-align: left;
    }
    .bloc.texte-image .row.image {
        flex-direction: column;
        padding: 0 10px;
    }
    .bloc.texte-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* BLOC TEXTE-IMAGE-V2 */
.bloc.texte-image-v2 {
    position: relative;
    height: 725px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bloc.texte-image-v2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
}
.bloc.texte-image-v2 img.texte-image-v2-background {
    z-index: -1;
    top: 19%;
    height: 60%;
    width: 100%;
}
.bloc.texte-image-v2 div {
    width: 30%;
    margin-right: 20%;
}
.bloc.texte-image-v2 div h3 {
    color: white;
    font-family: 'VPSans-Bold';
    font-size: 1.5vw;
}
.bloc.texte-image-v2 div p {
    color: white;
    font-family: 'VPSans-Light';
    font-size: 1.2vw;
}
@media (max-width: 1500px) {
    .bloc.texte-image-v2 {
        height: 525px;
    }
}
@media (max-width: 992px) {
    .bloc.texte-image-v2 {
        height: 525px;
        align-items: flex-end;
        justify-content: center;
    }
    .bloc.texte-image-v2 img {
        top: 32px;
        width: 40%;
    }
    .bloc.texte-image-v2 div {
        width: 30%;
    }
}
@media (max-width: 550px) {
    .bloc.texte-image-v2 {
        height: 525px;
        align-items: center;
        justify-content: flex-end;
    }
    .bloc.texte-image-v2 img {
        width: auto;
        margin-bottom: 0;
        height: 60%;
        object-fit: cover;
        object-position: left bottom;
    }
    .bloc.texte-image-v2 img.texte-image-v2-background {
        z-index: -1;
        top: unset;
        height: 60%;
        object-position: right bottom;
    }
    .bloc.texte-image-v2 div {
        width: 95%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .bloc.texte-image-v2 div h3 {
        font-size: 4.5vw;
    }
    .bloc.texte-image-v2 div p {
        font-size: 2.5vw;
    }
}

/* BLOC TEXTE LOGO */
.bloc.texte-logo {
    text-align: center;
    background: #ec008c;
    margin-top: 20px;
}

.bloc.texte-logo .titre {
    text-align: center;
    margin: 30px auto;
    color: white;
}

.bloc.texte-logo .titre h2 {
    font-size: 36px;
    font-weight: 300;
}

.bloc.texte-logo .titre h2 strong {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bloc.texte-logo p {
    font-size: 19px;
    font-weight: 500;
    margin: 20px 0px;
}

/* BLOC CHIFFRE */
.bloc.chiffre {
    background: #e6e7e8;
    padding: 50px 0px;
}

@media (min-width: 992px) {
    .bloc.chiffre .row {
        margin: 0 25%;
    }
}

.bloc.chiffre article {
    text-align: center;
}

.bloc.chiffre h1 {
    color: #5e6167;
    font-size: 20px;
    font-weight: bold;
}

.bloc.chiffre h1 span {
    font-weight: 300;
}

.bloc.chiffre .info h1 {
    color: black;
    font-size: 36px;
    font-weight: 300;
    margin: 35px 0px;
}

.bloc.chiffre .info h1 span {
    font-weight: bold;
}

.bloc.chiffre .bulle {
    border-radius: 100%;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    padding: 38px 0px;
    position: relative;
    margin-bottom: 15px;
}

.bloc.chiffre .bulle:before {
    content: '';
    z-index: 1;
    transform: rotate(90deg);
    position: absolute;
    border-radius: 100%;
    left: -4px;
    top: -4px;
    height: 134px;
    width: 134px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
}

.bloc.chiffre .bulle.quart:before {
    border-color: #ec008c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.bloc.chiffre .bulle.demie:before {
    border-color: #ec008c #ec008c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.bloc.chiffre .bulle.trois_quart:before {
    border-color: #ec008c #ec008c #ec008c rgba(255, 255, 255, 0);
}

.bloc.chiffre .bulle.full:before {
    border-color: #ec008c;
}

.bloc.chiffre .bulle .count {
    font-size: 36px;
    color: black;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .bloc.chiffre .bulle {
        margin-left: -20px;
    }
}

/* BLOC TIMLINE */

.bloc.timeline {
    padding-bottom: 40px;
    background: #f7f7f7;
}

.bloc.timeline .titre {
    font-family: 'VPSans-Bold';
    text-align: center;
    margin: 30px auto;
}

.bloc.timeline .titre h2 {
    font-size: 42px;
    display: inline-block;
}

.bloc.timeline .titre h2 strong {
    font-size: 36px;
    text-transform: uppercase;
}

.bloc.timeline .titre-date {
    margin-bottom: 80px;
    width: 60%;
    text-align: center;
}

.bloc.timeline .date-content.flex-left .titre-date {
    margin-left: 40%;
}

.bloc.timeline .date-content.flex-right .titre-date {
    margin-right: 40%;
}

.bloc.timeline .titre-date h3 {
    display: inline-block;
    font-family: 'VPSans-Bold';
    font-size: 5vw;
    text-align: center;
    padding: 15px 0px;
    background: linear-gradient(to right, #f467b9 0%, #ffb29f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bloc.timeline .date-content {
    height: 365px;
    width: 100%;
    position: relative;
    display: flex;
}

.bloc.timeline .date-content .col-md-6 {
    height: 100%;
}

.bloc.timeline .date-content.flex-right {
    justify-content: flex-end;
}

.bloc.timeline .date-content aside {
    width: 51%;
    position: relative;
}

.bloc.timeline .date-content aside .timeline-content {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding: 0;
}

.bloc.timeline .date-content.flex-right aside .timeline-content {
    justify-content: flex-start;
}

.bloc.timeline .date-content aside .timeline-content .texte {
    position: relative;
    width: 60%;
    height: 330px;
    padding: 20px 50px;
    background: white;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1em #aeaeae;;
}

.bloc.timeline .date-content aside .timeline-content .texte .timeline-image {
    position: absolute;
    z-index: 1;
    top: -190px;
    width: 100%;
    padding: 0;
    margin: 0 -50px;
}

.bloc.timeline .date-content aside .timeline-content .texte .timeline-image img {
    max-width: none;
    margin: 0 auto;
    display: block;
}

.bloc.timeline .date-content aside .timeline-content .texte p {
    display: inline-block;
    position: absolute;
    width: 81%;
    top: 110px;
    font-family: 'VPSans-Light';
    font-size: 0.8vw;
    color: #5e6167;
    text-align: justify;
}

.bloc.timeline .date-content:last-child {
    margin-bottom: 300px;
}

@media (max-width: 1800px) {

    .bloc.timeline .titre-date {
        margin-bottom: unset;
        width: 60%;
        text-align: center;
    }

    .bloc.timeline .date-content aside .timeline-content .texte {
        position: relative;
        width: 60%;
        height: 340px;
        padding: 20px 50px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte .timeline-image {
        position: absolute;
        z-index: 1;
        top: -90px;
        width: 100%;
        padding: 0;
        margin: 0 -50px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte .timeline-image img {
        max-width: 290px;
        margin: 0 auto;
    }

    .bloc.timeline .date-content aside .timeline-content .texte p {
        width: 81%;
        top: 110px;
        font-size: 0.9vw;
    }

}

@media (max-width: 1350px) {

    .bloc.timeline .titre-date {
        margin-bottom: unset;
        width: 60%;
        text-align: center;
    }

    .bloc.timeline .date-content aside .timeline-content {
        margin-top: 54px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte {
        position: relative;
        width: 60%;
        height: 325px;
        padding: 20px 50px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte .timeline-image {
        position: absolute;
        z-index: 1;
        top: -50px;
        width: 100%;
        padding: 0;
        margin: 0 -50px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte .timeline-image img {
        max-width: 232px;
        margin: 0 auto;
    }

    .bloc.timeline .date-content aside .timeline-content .texte p {
        width: 81%;
        top: 110px;
        left: 32px;
        font-size: 1vw;
    }

}

@media (max-width: 992px) {

    .bloc.timeline .row,
    .bloc.timeline .texte,
    .bloc.timeline .date-content .col-md-6:first-child *,
    .bloc.timeline .date-content,
    .bloc.timeline .date-content .col-md-6:last-child * {
        margin: 0 auto;
        float: initial;
        text-align: center;
        margin-bottom: 115px;
    }

    .bloc.timeline .row.titre {
        margin: 45px 0 30px;
    }

    .bloc.timeline .titre {
        text-align: left;
    }
    .bloc.timeline .date-content aside {
        width: 100%;
    }
    .bloc.timeline .date-content.flex-left .titre-date {
        width: 100%;
        margin-left: 0;
    }

    .bloc.timeline .date-content aside .timeline-content {
        margin-top: 54px;
    }

    .bloc.timeline .titre-date h3 {
        font-size: 50px;
    }
    .bloc.timeline .date-content.flex-right .titre-date {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .bloc.timeline .date-content aside .timeline-content {
        margin-top: 0;
    }
    .bloc.timeline .date-content aside .timeline-content .texte {
        padding: 10px 30px;
        width: 95%;
        height: 250px;
    }
    .bloc.timeline .date-content aside .timeline-content .texte .timeline-image {
        top: -95px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .bloc.timeline .date-content .col-md-6 .texte {
        width: 100%;
    }
    .bloc.timeline .date-content aside .timeline-content .texte p {
        position: relative;
        top: -166px;
        width: 95%;
        font-size: 12px;
        left: 5px;
    }
    .bloc.timeline .date-content:last-child {
        margin-bottom: 120px;
    }
}

@media (max-width: 450px) {

    .bloc.timeline .row,
    .bloc.timeline .texte,
    .bloc.timeline .date-content .col-md-6:first-child *,
    .bloc.timeline .date-content,
    .bloc.timeline .date-content .col-md-6:last-child * {
        margin: 0 auto;
        float: initial;
        text-align: center;
        margin-bottom: 115px;
    }

    .bloc.timeline .date-content aside .timeline-content {
        margin-top: -28px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte {
        height: 300px;
        margin-bottom: 45px;
    }

    .bloc.timeline .date-content aside .timeline-content .texte p {
        top: -220px;
    }

}

@media (orientation: landscape) {
    .bloc.timeline .date-content .col-md-6 .texte {
        width: 454px;
    }
}

/* BLOC FONDATION */
.bloc.fondation .top {
    padding: 30px 0px 80px 0px;
}

.bloc.fondation .bottom {
    padding: 50px 0px;
    background: white;
    margin-left: 25px;
    margin-right: 25px;
}

.bloc.fondation .col-md-12,
.bloc.fondation .col-md-4,
.bloc.fondation .tem {
    text-align: center;
}

.bloc.fondation .logo {
    margin-bottom: 35px;
}

.bloc.fondation .texte p {
    font-family: 'VPSans-Light';
    color: #5e6167;
    font-size: 19px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.bloc.fondation .texte strong {
    color: black;
}

@media (max-width: 992px) {
    .bloc.fondation .texte p {
        width: 90%;
    }
    .bloc.fondation .logo {
        margin-left: 20px;
    }
}

/* Témoignage */

.bloc.fondation .bottom img {
    position: relative;
    margin-top: -94px;
}

.bloc.fondation .bottom p {
    font-family: 'VPSans-Regular';
    color: #5e6167;
    font-size: 19px;
    margin: 30px 0px;
}

.bloc.fondation .bottom p:before,
.bloc.fondation .bottom p:after {
    position: absolute;
    color: #e7e7e7;
    font-family: "Inflex MT Std";
    font-size: 200px;
    font-weight: bolder;
    z-index: 1;
}

.bloc.fondation .bottom p:before {
    content: '“';
    background: linear-gradient(to right, #f467b9 0%, #ffb29f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 15px;
    left: -10px;
}

.bloc.fondation .bottom p:after {
    content: '”';
    background: linear-gradient(to right, #f467b9 0%, #ffb29f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 60%;
    right: -10px;
}

.bloc.fondation .bottom p span {
    position: relative;
    z-index: 2;
}

.bloc.fondation .bottom h2 {
    font-family: 'VPSans-Bold';
    color: #ec008c;
    font-size: 15px;
}

.bloc.fondation .bottom h3 {
    font-family: 'VPSans-Regular';
    color: #555d6e;
    font-size: 15px;
}

@media (max-width: 992px) {
    .bloc.fondation .bottom p:after {
        top: 73%;
    }
}

/* MAP EVENTS */
.bloc.map .information {
    padding: 20px 20px;
    text-align: left;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: -100%;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bloc.map .information.active {
    opacity: 1;
    visibility: visible;
    margin-left: 25%;
}

body .bloc.map .information h2 {
    margin: 5px 0 5px 0;
    text-align: left;
}

.bloc.map .information .map_info_img {
    width: 120px;
    margin-right: 5px;
}

.bloc.map .information h3 {
    color: #a7a8ab;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.bloc.map .information .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.bloc.map .information .close i {
    color: #000000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
}

.bloc.map #map {
    height: 400px;
    width: 50%;
    margin: 0 auto;
}

body .bloc.map .information a.link {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .bloc.map section.carte {
        width: 100%;
    }

    .bloc.map div#map {
        width: 95% !important;
        height: 250px;
    }

    .bloc.map .information.active {
        width: 70%;
        margin-left: 5%;
    }
}

/* BLOC EVENT LISTE */
.bloc.event-liste {
    padding: 30px 0px;
    margin: 0px auto;
    text-align: center;
    background: #f7f7f7;
}

.bloc.event-liste .titre {
    margin-bottom: 20px;
}

.bloc.event-liste .article article {
    text-align: left;
    background: white;
}

.bloc.event-liste .event {
    background: #f7f7f7;
    margin: 25px;
    box-shadow: inset 1px 1px 5px lightgrey;
}

.bloc.event-liste .event aside,
.bloc.event-liste .event section {
    display: inline-block;
}

.bloc.event-liste .event div {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
}

.bloc.event-liste .event aside {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 20%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc.event-liste .event aside span {
    display: block;
    width: 100%;
}

.bloc.event-liste .event aside span.jour {
    font-size: 4vh;
    font-weight: bold;
}

.bloc.event-liste .event aside span.mois {
    font-size: 2vh;
    text-transform: uppercase;
}

.bloc.event-liste .event section {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    padding: 1px 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc.event-liste .event section h2,
.bloc.map .information h2 {
    color: #ec008c;
    font-size: 2.5vh;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    max-height: 76px;
}

.bloc.event-liste .event section h3,
.bloc.map .information h4 {
    color: black;
    font-size: 2vh;
    font-weight: 400;
}

.bloc.event-liste .event a.link,
.bloc.map .information a.link {
    color: #ec008c;
    font-size: 15px;
    text-decoration: underline;
}

.bloc.event-liste .containeur-split {
    min-height: 400px;
    position: relative;
}

.bloc.event-liste .split {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bloc.event-liste .split.liste {
    position: relative;
}

.bloc.event-liste .split.active {
    visibility: visible;
    opacity: 1;
}

.bloc.event-liste .link {
    cursor: pointer;
    color: #ec008c;
    text-decoration: none;
    border: 2px solid;
    border-radius: 5px;
    display: inline-block;
    width: 200px;
    height: 30px;
    border-image-slice: 1;
}

.bloc.event-liste .link i {
    margin-left: 10px;
}

.bloc.event-liste .link.active {
    color: white;
    width: 200px;
    height: 30px;
    border: none;
    position: relative;
    top: -2px;
    background: -moz-linear-gradient(left, #fb678f 0%, #ec008c 100%);
    background: -webkit-linear-gradient(left, #fb678f 0%, #ec008c 100%);
    background: linear-gradient(to right, #fb678f 0%, #ec008c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb678f', endColorstr='#ec008c',GradientType=1 );
}

.bloc.event-liste .separate {
    margin: 0 5px;
}

.bloc.event-liste .liste-futur,
.bloc.event-liste .liste-old {
    min-height: 200px;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    background: white;
    box-shadow: 1px 1px 5px lightgrey;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bloc.event-liste .liste-futur .event,
.bloc.event-liste .liste-old .event {
    border: lightgrey solid 1px;
    border-radius: 10px;
    width: 20%;
    background-position: center;
    min-height: 200px;
}

.bloc.event-liste .liste-futur .event:hover,
.bloc.event-liste .liste-old .event:hover {
    border: rgba(224, 224, 224, 0.1) solid 1px;
}

.bloc.event-liste .liste-futur .event div,
.bloc.event-liste .liste-old .event div {
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.bloc.event-liste .liste-old {
    margin-top: 20px;
}

.bloc.event-liste .liste-old .event {
    opacity: 0.5;
}

.bloc.event-liste .liste-old .event:hover {
    opacity: 1;
}

.bloc.event-liste div.div_logo_it {
    position: absolute;
    width: 105px !important;
    height: 36px;
    right: 0;
    left: auto;
    bottom: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 10px 0 2px !important;
}

.bloc.event-liste div.logo_it {
    background: url('../../img/vptech.png') no-repeat;
    width: 100px !important;
    height: 31px;
}

@media (max-width: 992px) {
    .bloc.event-liste .containeur-split {
        width: 100%;
        margin: 0 auto;
    }

    .bloc.event-liste .event {
        width: 90%;
    }

    .bloc.event-liste .liste-futur,
    .bloc.event-liste .liste-old {
        width: 100%;
    }

    .bloc.event-liste .liste-futur .event,
    .bloc.event-liste .liste-old .event {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-height: 768px) {

    /* TABLET PORTRAIT */
    .bloc.event-liste .liste-futur,
    .bloc.event-liste .liste-old {
        width: 95%;
    }
}

@media (min-width: 992px) and (max-height: 768px) {

    /* TABLET LANDSCAPE */
    .bloc.event-liste .liste-futur,
    .bloc.event-liste .liste-old {
        width: 95%;
    }
}

/* BLOC NEWSLETTER */
.bloc.newsletter .social {
    padding: 15px 15px;
    z-index: 1;
}

.bloc.newsletter .social.scroll {
    position: fixed;
    bottom: 230px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    right: 50px;
    background: rgba(224, 224, 224, 0.1);
    border-radius: 10px;
}

.bloc.newsletter .social.scroll .share {
    width: 100%;
}

.bloc.newsletter .social.scroll .share h2 {
    text-align: center;
}

.bloc.newsletter .social.scroll .social_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc.newsletter .social h2 {
    text-transform: uppercase;
    color: #ec008c;
    text-align: left;
}

.bloc.newsletter .social .social_icon {
    text-align: right;
    height: 36px;
}

.bloc.newsletter .social .social_icon a i {
    font-family: Fontawesome;
    color: #ec008c;
    text-align: right;
    margin: 0 20px;
    font-style: normal;
    font-size: 30px;
}

.bloc.newsletter .newsletter {
    background: #ec008c;
    padding: 50px 0px;
}

.bloc.newsletter .newsletter h2 {
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 45px;

}

.bloc.newsletter .newsletter h2 span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 50px
}

.bloc.newsletter .newsletter .gfield_label {
    display: none;
}

.bloc.newsletter .newsletter .ginput_container {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 992px) {
    .social-mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .bloc.newsletter {
        height: 40px;
    }

    .bloc.newsletter .social.scroll {
        position: relative;
        width: 100%;
        display: block;
        margin-left: 0;
        top: auto;
        left: 0;
        background: white;
    }

    .bloc.newsletter .social.scroll .share {
        width: auto;
    }

    .bloc.newsletter .social.scroll .social_icon {
        width: auto;
    }

    .bloc.newsletter .social .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 992px) and (orientation: portrait) {
    .bloc.newsletter .social .social_icon {
        display: flex;
        justify-content: flex-end;
        height: 20px;
        align-items: center;
        margin-bottom: 5px;
    }

    .bloc.newsletter .social h2 {
        font-size: 20px;
    }
}

/* BLOC PHOTO */

.photo .mason {
    background: transparent;
    padding: 0px;
}

.bloc.texte.photo {
    margin-bottom: 0px;
}

.bloc.texte.photo h1 {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* BLOC CONTACT */
.bloc.contact {
    background: black;
    padding: 50px;
    text-align: left;
}

.bloc.contact .row.titre i {
    display: none;
}

.bloc.contact h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    font-size: 61px;
    margin-bottom: 25px;
}

.bloc.contact .mail address {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}

.bloc.contact .mail address article {
    display: block;
    margin: 10px 0px;
}

.bloc.contact .mail address i {
    font-family: FontAwesome;
    margin: 0px 5px;
}


.bloc.contact .social_icon a {
    font-size: 23px;
    color: white;
    display: inline-block;
    margin: 0px 10px;
}

@media only screen and (min-width: 992px) {

    /* SCROLLABLE */
    .bloc.contact.fixed_footer {
        position: fixed;
        bottom: 110px;
        left: 20px;
        padding: 25px;
        font-size: 13px;
        background: rgba(224, 224, 224, 0.1);
        width: 200px;
        height: 100px;
        border-radius: 10px;
    }

    .bloc.contact.fixed_footer .row.titre i {
        display: inline;
    }

    .bloc.contact.fixed_footer .row.mail {
        display: none;
    }

    .bloc.contact.fixed_footer:hover {
        width: 300px;
        height: 200px;
    }

    .bloc.contact.fixed_footer:hover .row.mail {
        display: block;
    }

    .bloc.contact.fixed_footer h2,
    .bloc.contact.fixed_footer i {
        color: #ec008c;
        font-size: 24px;
    }

    .bloc.contact.fixed_footer .row.mail address {
        color: #ec008c;
        font-size: 16px;
        text-align: left;
    }

    .bloc.contact.fixed_footer section {
        width: 100%;
        text-align: center;
    }
}

/* BLOC BOUTON */
.bloc.bouton {
    padding: 25px 15px;
    margin: 0 auto;
    text-align: center;
}

.btn-scroll {
    width: 100px;
    height: 100px;
    background: rgba(224, 224, 224, 0.1);
    border-radius: 10px;
    position: fixed;
    right: 100px;
    bottom: 110px;
    color: #ec008c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: capitalize;
    font-size: 20px;
    text-transform: capitalize;
}

.btn-scroll.btn-apply {
    bottom: 230px;
}


.btn-scroll:hover {
    box-shadow: 1px 1px 5px lightgrey;
}

.a-btn-scroll {
    color: #ec008c;
    font-size: 60px;
}

.btn-scroll.btn-apply .a-btn-scroll {
    font-size: 50px;
}

@media (max-width: 992px) {
    .btn-scroll {
        width: 25px;
        height: 25px;
        right: 5%;
        bottom: 15%;
        border-radius: 2px;
    }

    .a-btn-scroll {
        color: #ec008c;
        font-size: 5vh;
    }

    .btn-apply {
        display: none;
    }
}

/** PAGE **/
.mason-conteneur {
    background: #f7f7f7;
}

.mason {
    background: white;
    padding: 25px;
    margin-bottom: 25px;
    width: 31%;
    margin-left: 2%;
}

/* PAGE OFFRE */
.page-template-page-poste .bloc.poste #workday {
    width: 100%;
    border: none;
    padding: 0 15px;
    margin: 0 auto;
    background: transparent;
    height: auto;
}

.page-template-page-poste .bloc.cover p {
    font-size: 22px;
}

.page-template-page-poste .bloc.cover select.metier {
    border: none;
    background: white;
    padding: 6px 12px;
    font-size: 17px;
    font-family: VP Condensed;
    color: #5e6167;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.page-template-page-poste .bloc.cover i {
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    color: #5e6167;
    float: right;
    font-style: normal;
    right: 30px;
    margin-top: 3px;
}

.page-template-page-poste .bloc.poste {
    background: #f7f7f7;
}

.page-template-page-poste .bloc.poste .poste-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-template-page-poste .bloc.poste .poste-list::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 0px;
    top: 0px;
    z-index: 1;
    height: 100%;
    background: #ec008c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-template-page-poste .bloc.poste .poste-list:hover::after {
    width: 100%;
}

.page-template-page-poste .bloc.poste .poste-list h1 {
    text-transform: uppercase;
    color: #ec008c;
    font-size: 22px;
}

.page-template-page-poste .bloc.poste .poste-list h2 {
    color: #5e6167;
}

.page-template-page-poste .bloc.poste .poste-list h1,
.page-template-page-poste .bloc.poste .poste-list h2 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 2;
}

.page-template-page-poste .bloc.poste .poste-list:hover h1,
.page-template-page-poste .bloc.poste .poste-list:hover h2 {
    color: white;
}

/** SINGLE POST **/

/* METIER SINGLE */

.bloc-metier section.row {
    margin-right: 0;
    margin-left: 0;
}

.bloc-metier .bloc.bloc.cover.background-image-filter:before {
    display: none;
}

.bloc-metier .bloc.cover {
    text-align: left;
    background-size: 1000px;
    background-position-x: left;
    background-position-y: top;
    overflow: visible;
    height: 745px;
    margin-bottom: -150px;
}

.bloc-metier .bloc.cover footer {
    margin-bottom: 0;
    position: inherit;
}

.bloc-metier .center-v{
    top: 80px !important;
}

.bloc-metier .center-v h1 {
    font-family: 'VPSans-Bold';
    font-size: 6.5vw;
    text-transform: uppercase;
    width: 100%;
    background: linear-gradient(to right, #f467b9 0%, #ffb29f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.bloc-metier .center-v p {
    display: inline-block;
    padding: 30px;
    background-color: white;
    color: #464646;
}

.bloc-metier .center-v .button{
    background-color: black;
}

.bloc-metier .article-gradient {
    width: 100%;    /* background: linear-gradient(to right, #f467b9 0%, #ffb29f 100%); */
}

.bloc-metier .bloc.texte {
    margin: auto;
    padding: 40px 200px;
    overflow: visible;
}

.bloc-metier .bloc.texte p {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    font-family: 'VP Rounded Light';
    font-size: 19px;
    color: #fff;
}

.bloc-metier .bloc.poste {
    text-align: center;
    margin-bottom: 45px;
}

.bloc-metier .bloc.poste .poste-content-entry {
    border-radius: 30px;
    padding: 0px 14px;
    border: 2px solid black;
    display: inline-block;
    margin: 10px 10px;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bloc-metier .bloc.poste .poste-content-entry a {
    width: 100%;
    height: 100%;
    font-size: 23px;
    color: black;
    text-transform: lowercase;
}

.bloc-metier .bloc.poste .poste-content-entry:hover {
    background: #ec008c;
    border-color: transparent;
}

.bloc-metier .bloc.poste .poste-content-entry:hover a {
    color: white;
}

.bloc-metier .link.logo{
    position: relative;
    top: +55px;
}

.bloc-metier .link.logo img{
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid black;
}

.bloc-metier .link.last{
    margin: 0px auto 50px;
}

.bloc-metier .link.last a{
    color: white;
    margin: 0 auto;
    width: 500px;
    padding: 5px 20px;
    border: 2px solid white;
    border-radius: 5px;
}

.bloc-metier .link.last img {
    margin-left: 10px;
}

.bloc-metier #link-job {
    width: 100%;
    margin: 0 auto;
}

.bloc-metier article .bloc.video .container-video{
    width: auto;
}

body .spacer {
    display: block;
    min-height: 80px;
}

body .spacer:last-of-type {
    display: block;
    min-height: 0;
}

@media (max-width: 992px) {

    .bloc-metier .bloc.cover {
        text-align: left;
        background-size: 1200px;
        background-position-x: left;
        background-position-y: top;
        height: 900px;
        margin-bottom: -250px;
    }

    .bloc-metier .center-v{
        top: 100px !important;
        margin-bottom: 40px;
    }

    .bloc-metier .center-v h1 {
        font-size: 40px;
        margin-bottom: 100px;
    }

    .bloc-metier .center-v p {
        display: block;
        padding: 30px 30px;
        background-color: rgb(255, 255, 255);
        color: #464646;
        text-align: justify;
        margin-bottom: 100px;
    }

    .bloc-metier .bloc.texte {
        margin-top: 100px;
        padding: 0;
        width: 90%;
    }

    .bloc-metier .bloc.texte p {
        text-align: justify;
        width: 100%;
        font-size: 16px;
    }

    .bloc-metier .link.logo{
        top: +150px;
    }

    .bloc-metier .link.last {
        margin: 0px auto 80px;
        font-size: 20px;
    }

    .bloc-metier article .bloc.video {
        height: auto;
    }

    .bloc-metier article .bloc.video .container-video{
        width: auto;
    }
}

@media (max-width: 450px) {

    .bloc-metier .bloc.cover {
        background-size: 590px;
        margin-bottom: 80px;
        height: auto;
    }

    .bloc-metier .center-v h1 {
        top: 100px;
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 180px;
    }

    .bloc-metier .center-v p {
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 40px;
        font-size: 19px;
        padding: 40px 5px;
    }

    .bloc-metier .link.logo{
        margin-top: -160px;
    }

    .bloc-metier .link.last a{
        font-size: 4vw;
    }

    .bloc-metier .bloc.texte article  {
        padding: 0px 0px;
    }

    .bloc-metier .bloc.texte p {
        padding: 50px 0px;
        font-family: 'VP Rounded Light';
        font-size: 19px;
        color: #fff;
    }
}


/* SINGLE EVENT */

.single-eventscareer .bloc.cover h2,
.single-eventscareer .bloc.cover h4 {
    color: lightgrey;
    text-transform: capitalize;
}

.single-eventscareer .bloc.cover h1,
.single-eventscareer .bloc.cover h3 {
    color: #ec008c;
    text-transform: capitalize;
}

.single-eventscareer .bloc.texte .logo_it {
    background: url('../../img/vptech.png') no-repeat;
    width: 100px;
    height: 31px;
    right: 0;
    position: absolute;
}

.single-eventscareer .bloc.texte .bloc-texte h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
    color: #ec008c;
}

.single-eventscareer .row.texte {
    width: 100%;
    margin: 0;
    margin-top: 35px;
}

.single-eventscareer .button.white {
    width: 150px;
}

.single-eventscareer .button {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .single-eventscareer .button.white {
        margin-bottom: 5px;
    }
}

/* SINGLE PARTENAIRE + BLOC LISTE PARTENAIRE*/
.liste-partenaire .bloc.texte {
    margin-bottom: 25px;
}

.liste-partenaire .bloc.texte img {
    max-width: 150px;
}

.liste-partenaire .bloc.fondation .tem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 41px 15px;
}

.liste-partenaire .bloc.fondation .tem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    z-index: 1;
    left: 0px;
}

.liste-partenaire .bloc.fondation .bottom h2 {
    color: #ec008c;
    position: relative;
    z-index: 2;
}

.liste-partenaire .bloc.fondation .bottom p,
.liste-partenaire .bloc.fondation .bottom h3 {
    color: white;
    position: relative;
    z-index: 2;
}

.liste-partenaire .bloc.fondation .bottom p:before,
.liste-partenaire .bloc.fondation .bottom p:after {
    color: #ec008c;
}

@media (max-width: 992px) {
    #main-header .logo #title-logo,
    #main-header .logo #butterfly {
        height: 40px;
    }

    #main-header .menu ul.menu {
        display: none;
    }

    #main-header .fall_reverse {
        background: rgba(0, 0, 0, 0.86);
        display: none;
    }



    .mason {
        width: 48%;
        margin-left: 2%;
    }

    .bloc.techno .mason {
        width: inherit;
    }

    #main-header .social .social_icon {
        display: none;
    }
}

/********* BLOC LABS ***********/

/* override style stuff */
#main {
    width: 100%;
    margin: 20px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

@media (max-width: 992px) {
    #main {
        display: none;
    }
}

/* project carousel */
#project-container {
    position: relative;
    width: 750px;
    height: 600px;
    margin: 20px auto;
    /* vertical space = (total height - project height - height of bottom thing) / 2 */
    padding-top: 65px;
}

#projects {
    margin: 0;
    height: 380px;
}

#projects li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

#projects li.first {
    display: block;
}

#projects li>a {
    position: relative;
    display: block;
    width: 750px;
}

#projects li>a:hover {
    border: 0;
}

#projects h2 {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 250px;
    background-color: #fff;
    padding: 10px 30px;
}

#projects li>a h2,
#projects li>a .date {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#projects li>a:hover h2,
#projects li>a:hover .date {
    background-color: #000;
    color: #fff;
}

#projects .date {
    position: absolute;
    right: 0;
    top: 300px;
    color: #999;
    background-color: #fff;
    padding: 5px 30px 5px 10px;
}

#projects p {
    margin-top: 20px;
    width: 500px;
}

#transport {
    position: absolute;
    top: 410px;
    /* 350 + top pad of container */
    width: 750px;
}

#transport a {
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 99;
}

#next-project {
    right: 0;
}

#transport a:hover {
    border: 0;
    background-color: #000;
}

#project-thumbs {
    position: absolute;
    top: 0;
    background-color: #fff;
    margin: 0;
    width: 750px;
    z-index: 100;
}

#project-thumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#project-thumbs li a {
    display: block;
    border: 6px solid #fff;
}

#project-thumbs li a:hover {
    border-color: #0da4d3;
}

#controls {
    margin-top: 20px;
    width: 750px;
}

#controls .btn {
    position: relative;
    float: right;
    margin-left: 10px;
    z-index: 99;
}

/* map */
svg {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

.project>rect {
    height: 26px;
}

path {
    fill: none;
}

.project,
.node,
.detail text,
.all-projects {
    cursor: pointer;
}

.all-projects {
    fill: #aaa;
}

.detail a text:hover,
text.all-projects:hover {
    text-decoration: underline;
}

#graph-info {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #ec008c;
    text-align: center;

}

.graph-title {
    font-size: 18px;
    font-weight: bold;
}

.mentor {
    color: #000000;
}

/* references */
#references h3 {
    color: #999;
}

em.ref {
    color: #999;
    margin-left: 10px;
}

.ref-project a,
.ref-project a:visited {
    white-space: nowrap;
    color: #999;
}

#particles-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 29;
}

/**************** BLOC VIDEO *****************/

.bloc.video {
    margin-bottom: 40px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc.video .container-video {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc.video .lecteur {
    width: 720px;
    height: 420px;
    box-shadow: 0 0 1em #4d4d4d;
}

.bloc.video h1 {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
}

.bloc.video .image-background-video {
    position: absolute;
    z-index: -1;
}

@media (max-width: 992px) {
    .bloc.video .container-video {
        width: 100%;
        height: 50%;
        padding: 0;
    }

    .bloc.video .lecteur {
        width: 100%;
        height: 100%;
    }

    .bloc.video .image-background-video {
        height: 70%;
    }
}

