/************** Start Common ***************/

.form-field {
    background: red !important;
}

form.form {
    background: red !important;
}

header a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.dd_outer {
    display: none;
}

.single-post .dd_outer,
.single-actualite .dd_outer {
    display: block;
}
.event-form {
    display: inline-block;
    position: relative;
    top: 14px;
    margin-left: 8px;
}
.main-icon .fa {line-height: 36px;}
input[type="text"],
input[type="email"] {
    width: 100%;
    color: black;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    height: 58px;
    font-weight: 500;
    outline: none;
}

.submit,
button[type=submit] {
    background-color: #d10041;
    border: none;
    height: 45px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 19px;
    line-height: 45px;
    outline: none;
    color: white;
    padding: 0 28px;
    display: inline-block;
}

button[type=submit].carre {
    width: auto;
    font-size: 14px;
    padding: 0 22px;
    border-radius: 5px;
    height: 40px;
}

table.gray-head thead {
    background-color: #ebeaea;
    font-size: 18px;
    font-weight: 600;
}

table tbody {
    color: #4b575f;
}

span.large-text {
    font-size: 56px;
    font-weight: bold;
}

span.small-text {
    font-weight: 600;
    font-size: 16px;
}

select option {
   color: #333;
}

.custom_input select option {
   color: #fff;
}

.breadcrumb.white-color a {
    color: white;
}

span.large-text,
span.small-text {
    margin: 0 7px;
}

.popup-msg h2,
.popup-msg p {
    margin: 0;
    font-weight: 200;
    line-height: 42px;
}

.popup-msg h2 {
    font-size: 30px;
}

.popup-msg p {
    font-size: 22px;
}

.action-btn {
    margin: 50px auto 0;
    display: inline-block;
    padding: 6px 30px 5px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #fff;
}

.event-block a.action-btn {
    margin: 10px 0 0;
}

a.disabled.action-btn {
    background-color: gray;
    border-color: gray;
    cursor: not-allowed;
}

section.button .action-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}

a.action-btn.carre, .action-btn.carre {
    border-radius: 5px;
}

a.action-btn.small {
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 400;
}

.action-btn.no-margin {
    margin: 0;
}

.action-btn.pink {
    color: #d10041;
    border: 2px solid #d10041;
}

.action-btn.full-pink {
    color: #fff;
    border: 2px solid #d10041;
    background-color: #d10041
}

.action-btn.full-white {
    color: #4B575F;
    border: 2px solid #dddfdf;
    background-color: #dddfdf
}

.action-btn.white {
    color: #fff;
    border: 2px solid #fff;
}

.action-btn.gray {
    background-color: #474747;
    color: white;
}

section,
.bg-section {
    background-position: center;
    background-size: cover;
}

div#top-nav {
    background-color: #262626;
    color: white;
}

div#top-nav a {
    color: white;
    margin: 0 5px;
    font-size: 13px;
}

#top-nav nav {
    margin: 5px 0;
}

#top-nav .connexion {
    float: right;
    font-size: 13px;
    margin-top: 2px;
    border: 2px solid white;
    padding: 2px 20px;
    border-radius: 24px;
}

.phone-search > div {
    padding: 5px 12px;
    margin: 0 10px;
}

.phone-search > div i {
    margin: 0 5px;
}

.phone-search > div.social-icons {
    padding-right: 0;
    margin-right: 0;
}

.phone-search > div.search-trigger {
    padding-left: 0;
    margin-left: 0;
}

.phone-search > div {
    float: right;
}

@media (max-width: 992px){
    .row.career-bloc {
        margin-bottom: 10px;
    }
    #top-nav nav,
    .phone-search {
        text-align: center;
    }
    nav ul li,
    #top-nav .connexion,
    .phone-search > div {
       display: inline-block;
       float: none !important;
    }
    .phone-search {
        margin: 14px 0;
    }
    .career-bloc .col-lg-7.col-md-6.col-sm-0.col-xs-12.background-cover.background-center.padding-top-30.padding-bottom-30 {
        min-height: 210px !important;
    }
}

@media (max-width: 325px){
    .career-bloc .col-lg-7.col-md-6.col-sm-0.col-xs-12.background-cover.background-center.padding-top-30.padding-bottom-30 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }
}

div#main-nav {
    background-color: white;
    position: relative;
    z-index: 20;
}

.br-bottom {
    border-bottom: 1px solid #d10041 !important;
}

#main-nav nav>ul>li>a {
    padding: 24px 10px;
    font-weight: 500;
    color: #4a575f;
    float: left;
    text-transform: capitalize;
    background: none;
    box-sizing: border-box;
    /*height: 68px;*/
}

#main-nav nav>ul>li>a:hover {
    border-bottom: 1px solid #d10041;
    color: #4a575f;
}

#main-nav nav>ul>li a:hover {
    color: #d10041;
}

div#logo {
    padding: 17px;
}

.demo-btn {
    display: block;
    border: 1px solid #d10041;
    color: #d10041;
    padding: 10px 16px;
    margin: 13px 0 13px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.popin-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 600px;
    padding: 0 25px 25px;
    box-sizing: border-box;
    background: rgb(221, 223, 223);
    transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    text-align: center;
    max-width: 100%;
    margin: 30px auto;
}
.popin-content .login {
    color: #d10041;
    text-decoration: underline;
    text-align: center;
    margin: auto;
    font-weight: 400;
}
.popin-content.demo {
    text-align: center;
    margin: auto;
    background: #d10041;
    top: calc(50% - 50px);
    padding-top: 25px;
    border-radius: 5px;
}

.popin-container {
    display: table-cell;
    vertical-align: middle;
}

.popin-content.demo .login {
    color: white;
    text-decoration: underline;
    text-align: center;
    margin: auto;
    font-weight: 400;
    font-size: 37px ;
    text-decoration: none;
}
.popin-content-background{
    transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    display: none;
    background:rgba(0, 0, 0, 0.77);
}
.popin-content-background i {
    color: white;
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 30px;
    cursor:pointer;
}
.popin-content-background.active{
    display: table !important;
    width: 100%;
    height: 100%;
}

.popin-content-background.show{
    opacity: 1;
    visibility: visible;
}
.popin-content .gform_wrapper {
    margin-top: 0px;
}
.popin-content .gfield_radio li {
    display: inline-block;
    margin-right: 15px !important;
}

.popin-content .gfield_radio li label{
    font-weight: 400;
    font-size: 16px;
}

main.blur {
    filter:blur(5px);
}

.popin-content input[type="text"], .popin-content input[type="email"] {
    height: 36px;
    border-radius: 5px;
    width: 100%;
}
.popin-content .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 80% !important;
}
@media (max-width: 992px){
    .popin-content .gform_wrapper .top_label input.medium, .popin-content .gform_wrapper .top_label select.medium {
        width: 100% !important;
    }
    .popin-content .gform_wrapper .custom_upload .ginput_container, .popin-content .gform_wrapper .custom_input .ginput_container {
        padding-right: 0 !important;
    }
    .popin-content .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
    .text_miniature a.action-btn.pink {
        margin: 0 auto;
    }
    .text_miniature img {
        margin: 10px 0 30px;
    }
    .text_miniature .border-right-1.pink-border {
        border: none;
    }
    .center-in-mobile{
        text-align: center;
    }
    div.pink-bg {
        margin: 10px 0 0;
    }
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: 100% !important;
}

.popin-content .gfield {
    text-align: center;
    margin: auto;
}

.popin-content {
    max-height: 500px;
    overflow: auto;
}

.popin-content .gform_wrapper .gform_footer {
    padding-top:0px;
}
.popin-content .gform_wrapper .gfield_error .gfield_label {
        color: #d10041;
}
.popin-content label {
    font-size: 20px;
    font-weight: 300;
}
.popin-content .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(209, 0, 65, 0);
    margin-bottom: 0px!important;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: 0px solid #d10041;
    border-bottom: 0px solid #d10041;

}

.popin-content .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-color:#d10041;
}
.popin-content .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color:#d10041 !important;
}
.popin-content .gform_wrapper .gform_footer input[type=submit] {
    margin-top: 0px !important;
}

 .popin-content .validation_error, .popin-content .gfield_description.validation_message {
    display: none;
 }

.popin-content.active {
    display: block;
}


.popin-content.show {
    visibility: visible;
    opacity: 1;
}

.filter {
    position: relative;
}

.filter > * {
    position: relative;
    z-index: 10
}

.filter:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: " ";
}

.filter-pink:before {
    background-color: rgba(209, 0, 65, 0.75);
}

.filter-white:before {
    background-color: rgba(255, 255, 255, 0.75);
}

.filter-dark-gray:before {
    background-color: rgba(75, 87, 95, 0.75);
}

.line-container {
    position: relative;
}

footer h6 {
    font-size: 15px;
    font-weight: bold;
}

footer ul {
    padding-left: 6px;
    font-size: 13px;
}

footer .pull-right {
    border-left: 1px solid #cf003d;
}

form.search_form {
    z-index: 100;
    background-color: #d10041;
    width: 100%;
    padding: 11px;
}

.search_form input[type="text"] {
    width: 80%;
    height: 28px;
    font-size: 18px;
    background: none;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 0;
    text-align: left;
    padding: 0 14px;
    text-transform: inherit;
}

.search_form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.search_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.search_form ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.search_form button[type=submit] {
    width: 18%;
    background: none;
    height: 29px;
    margin: 0;
    font-size: 16px;
}

.popin {
    cursor: pointer;
}

.copyright {
    padding: 6px 0;
    font-size: 15px;
}

.owl-stage {
    margin: 34px 0 30px;
}

.owl-dots {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.owl-dot span {
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid white;
    border-radius: 50%;
}

.owl-dot {
    display: inline-block;
    margin: 2px 4px;
}

.owl-dot.active span {
    border-color: #000;
    background-color: #000;
}

.demo-btn:hover {
    color: white;
    background-color: #d10041;
}

div#top-nav a:hover {
    color: #d10041;
}

div#top-nav .pink-bg a:hover {
    color: white;
}

.plus {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
    text-align: center;
}

.plus span,
.plus a {
    display: inline-block;
    width: 75px;
    height: 24px;
    background-image: url(../../img/plus.png);
    position: relative;
    z-index: 50;
}

/*.plus span:before,
.plus a:before {
    font-family: FontAwesome;
    content: "\f067";
    color: #d10041;
    position: relative;
    z-index: 53;
    font-size: 16px;
    left: 4px;
    top: 1px;
}*/

.plus span:before, .plus a:before {
    content: "+";
    color: #d10041;
    position: relative;
    z-index: 53;
    font-size: 40px;
    left: 2px;
    top: 6px;
    line-height: 9px;
    font-weight: 100;
}
.plus.active span:before, .plus.active a:before {
    content: "-";
    color: #d10041;
    position: relative;
    z-index: 53;
    font-size: 40px;
    left: 4px;
    top: 1px;
    line-height: 9px;
}

.plus.gray-bordered span,
.plus.gray-bordered a {
    background-image: url(../../img/plus-gray.png);
}

.plus.show-dropdown {
    bottom: -23px;
}

.plus.gray-bordered {
    bottom: -24px;
}

footer a:hover {
    color: #D10041;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

nav ul li {
    float: left;

}

.text-zone li {
    text-indent: -19px;
    margin-left: 19px;
}

nav ul li a {
    font-size: 14px;
}

a.tags {
    font-size: 12px;
    margin-right: 10px;
    color: gray;
    margin-top: 6px;
    display: inline-block;
}

a.tags:hover {
    color: black;
}

.single-solution h3, .single-post h3, .single-formation h3 {
    font-size: 20px !important;
    font-weight: bold;
}

.line-head .breadcrumb {
    margin: 30px 0 15px;
}

.line-head .content .main-icon {
    float: left;
}

.line-head h1 {
    margin: 15px 0 20px;
    font-size: 30px;
}

.line-head .cat-title {
    line-height: 38px;
    margin-left: 15px;
    font-weight: 600;
}

.lines-block .line-head.line .content {
    padding: 3% 4% 10px;
}

.pagination i {
    margin: 0 10px;
}

.pagination {
    font-weight: 500;
}

.pagination a.prev,
.pagination a.next {
    margin: 0 15px;
    border: none;
}

.pagination a,
.pagination span {
    line-height: 26px;
    border: 1px solid black;
    min-width: 26px;
    display: inline-block;
    font-size: 13px;
}

.pagination a:hover,
.pagination span:hover {
    border-color: #d10041;
}

.pagination .current {
    background-color: #d10041;
    color: white;
    border-color: #d10041;
}

footer {
    background-color: #dddfdf;
}

.lined {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 40px;
    font-weight: 600;
}

.lined:before,
.lined:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #D10041;
}

.lined:before {
    right: 100%;
}

.lined:after {
    left: 100%;
}

form h2 {
    font-size: 30px;
}

.custom_input .input-group-addon {
    background-color: #333333;
    border-color: #333333;
    color: white;
}

.custom_input select,
.custom_input input,
.custom_input input.form-control[type="text"],
.custom_input textarea {
    background-color: #333;
    border: none;
    height: 44px !important;
    color: white;
    font-size: 19px !important;
    font-weight: 400;
    border-radius: 5px;
    float: left;
    padding: 0 10px !important;
    text-align: left;
    outline: none;
    text-transform: none;
}
.custom_input input.form-control[type="text"]{
    border-radius: 5px 0 0 5px;
}

.whitebook_form .custom_input select,
.whitebook_form .custom_input input,
.whitebook_form .custom_input textarea {
    font-size: 16px !important;
}

.custom_input textarea {
    height: 250px;
}

.gform_wrapper .custom_upload label.gfield_label,
.gform_wrapper .custom_input label.gfield_label {
    color: white;
    font-size: 20px;
    font-weight: 300;
    float: left;
    width: 40%;
    line-height: 38px;
    padding: 0 0 0 20px;
}

.gform_wrapper .custom_upload .ginput_container,
.gform_wrapper .custom_input .ginput_container {
    float: right;
    width: 60%;
    margin: 0 !important;
    padding-right: 20px !important
}

.whitebook_form .gform_wrapper .custom_upload .ginput_container,
.whitebook_form .gform_wrapper .custom_input .ginput_container {
    float: right;
    width: 100%;
    margin: 0 !important;
    padding-right: 0 !important
}

.whitebook_form .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
}

.whitebook_form.hide-labels .custom_radio label {
    display: block !important;
    color: black;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0 0 0 20px;
}

.gform_wrapper .custom_input {
    margin: 6px 0 !important;
    float: left;
    width: 100%;
}

.custom_input.large_input select,
.custom_input.large_input input {
    width: 100% !important;
}

.gfield {
    float: left;
    width: 100%;
}

.custom_radio .ginput_container {
    float: right;
    width: 60%;
    margin: 0 !important;
}

.whitebook_form .custom_radio .ginput_container {
    float: left;
    width: 100%;
}

.custom_radio input[type=radio] {
    opacity: 0;
    position: absolute;
}

.custom_radio input[type=radio] + label:before {
    content: " ";
    display: block;
    height: 22px;
    width: 22px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 4px;
}

.custom_radio input[type=radio]:checked + label:before {
    background-color: #D10041;
}

.inline .gfield_radio {
    float: left;
    width: 100%;
    margin: 0 !important;
}

.inline .gfield_radio li {
    float: left;
    margin-right: 15px !important;
}

.custom_radio input[type=radio] + label {
    padding-left: 26px !important;
    color: white;
    font-size: 21px !important;
    font-weight: 400 !important;
    cursor: pointer;
    position: relative;
}

.whitebook_form .custom_radio input[type=radio] + label {
    font-size: 19px !important;
}

.custom_upload input[type=file] {
    color: white;
    height: 38px;
    margin-top: 12px;
    position: relative;
    width: 100% !important;
    outline: none;
}

.custom_upload input[type=file]:before {
    content: "Choisissez un fichier";
    display: block;
    position: absolute;
    background-color: #d10041;
    padding: 7px 7px;
    font-size: 16px;
    left: -18px;
    top: -7px;
    cursor: pointer;
}

span.screen-reader-text {
    color: white;
}

.gform_wrapper .gform_footer input[type=submit] {
    margin: 30px auto 0 !important;
    min-width: 230px;
    display: block !important;
    color: white;
    background-color: #d10041;
    border: none;
    height: 45px;
    font-size: 19px !important;
    font-weight: 400;
    border-radius: 36px;
    padding: 0 70px;
    outline: none;
}

.ginput_preview {
    color: white;
    font-weight: 400;
    font-size: 25px;
    position: relative;
    top: 3px;
}

.ginput_preview strong {
    font-weight: 400;
}

.gform_confirmation_wrapper,
.gform_confirmation_message_1,
.gform_confirmation_message_8,
.gform_confirmation_message_9,
.gform_confirmation_message_2 {
    color: white;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 100;
    margin: 144px 0;
}

.clear_field {
    padding: 300px 0;
}

.breadcrumb > span {
    text-transform: inherit;
}

/************** End Common ***************/


/************** Start Image block ***************/

.slider-block {
    width: 100%;
    height: 470px;
    background-color: white;
    /*display: inline-block;*/
    overflow: hidden;
}

.slider-block-content {
    width: 100%;
    max-width: 800px;
    margin: 100px auto 30px;
    padding: 10px;
}

.slider-block-content h1 {
    color: white;
    font-weight: 500;
    font-size: 32px;
}

.slider-block-content h1 span {
    font-weight: 500;
}

.slider-block-content h2 {
    font-size: 24px;
    font-weight: 100;
    color: white;
}

.slider-block-content h2 span {
    color: #d10041;
    font-weight: 400;
}

.slider-block-content a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #d10041;
    border-radius: 20px;
    color: white;
    margin-top: 80px;
    font-size: 16px;
}

.info-bulle {
    width: 100%;
    max-width: 430px;
    position: absolute;
    right: -100%;
    bottom: 50px;
    background-color: rgba(256, 256, 256, .9);
    padding: 15px;
    opacity: 0;
}

.info-bulle .info-bulle-icon {
    width: 30%;
    float: left;
    font-size: 80px;
    color: #d10041;
    line-height: 80px;
}

.info-bulle .info-bulle-text {
    float: left;
    width: 70%;
    text-align: left;
    font-size: 13px;
    color: #474747;
}

.info-bulle-text h6 {
    font-size: 22px;
}

a.info-bulle-action {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #d10041;
    color: white;
    font-size: 24px;
    padding: 10px;
    line-height: 12px;
}

#scroll-down i {
    font-size: 40px;
    position: relative;
    /* color: white; */
}

div#scroll-down {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    bottom: 22px;
    color: white;
    cursor: pointer;
    display: none;
}

div#scroll-down:hover i {
    color: #D10041;
}

.bouncer {
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -ms-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%,
    100% {
        top: 0
    }
    50% {
        top: 10px
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        top: 0
    }
    50% {
        top: 10px
    }
}

@-moz-keyframes bounce {
    0%,
    100% {
        top: 0
    }
    50% {
        top: 10px
    }
}


/************** End Image block ***************/


/************** Start Lines Block ***************/

section.lines-block {
    background-color: white;
}

.to-top, .to-back {
    position: fixed;
    z-index: 3000;
    bottom: 80px;
    right: 20px;
    background-color: #d10041;
    color: white;
    padding: 8px;
    font-size: 19px;
    width: 43px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.to-back {
    right: 80px;
    width: 225px;
}

.to-back a {
    color: white;
}

.lines-block .title,
.arrow_title,
.bulles-block .title {
    font-size: 28px;
    padding: 20px 0;
    background-color: white;
    font-weight: 500;
    letter-spacing: 2px;
}

.arrow_title {
    text-transform: uppercase;
}
.arrow_title *{
    color: #D10041;
    font-size: 28px;
}

.lines-block .title .container:before,
.arrow_title:before,
.bulles-block .title .container:before {
    color: #D10041;
    content: "\f0a9";
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 25px;
    position: relative;
    top: 2px;
    float: left;
}

.lines-block .line {
    background-size: cover;
    background-position: center;
    position: relative;
}

.line-block h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}

.lines-block .line .content {
    background-color: white;
    padding: 3% 4%;
    color: #081f31;
    border-bottom: 1px solid #b0b0b0;
}

.lines-block .line .content.shadow {
    box-shadow: 0 15px 23px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 11;
}

h2 .main-icon,
.line .content .main-icon {
    font-size: 20px;
    color: #d10041;
    text-align: center;
    width: 38px;
    border: 1px solid #d10041;
    border-radius: 50%;
    line-height: 36px;
}

.line .content h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.right .content {
    float: right;
}

h2.single-title {
    font-size: 28px
}


/************** End Lines Block ***************/


/************** Start Blog Block ***************/

.blog-block .line {
    background-color: white;
    padding: 30px 15px;
}

section.blog-block {
    background-color: #dddfde;
    position: relative;
    z-index: 9;
}


/************** End Blog Block ***************/


/************** Start Bulles Block ***************/

section.bulles-block .bulles-area {
    padding: 70px 0;
    position: relative;
}

.bulles-block .bulle {
    margin: 0 20px;
    border: 2px solid white;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 40px;
}

.bulle p {
    margin: 0;
}


/************** End Bulles Block ***************/


/************** Start Loop Block ***************/

.two-loops-block .loop .item {
    background-color: white;
    padding: 50px 20px 20px;
    position: relative;
}

section.two-loops-block {
    padding: 20px 0;
}

.black .item-date > div {
    background-color: black;
}

.pink .item-date > div {
    background-color: #D10041;
}

.item-date > div {
    color: white;
    width: 70px;
    margin: 0 auto;
    padding: 6px 0;
    top: 0;
}

.item-date hr {
    margin: 6px 5px;
    border-color: white;
}

.item-date strong {
    font-size: 20px;
    line-height: 18px;
    color: white !important;
}

.item-date {
    position: absolute;
    width: 100%;
    left: 0;
    top: -32px;
    text-align: center;
}

.first-actu .item-date {
    top: -34px;
}

.loop .item h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.two-loops-block h3 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}


/************** End Loop Block ***************/


/************** Start Counter Block ***************/

.main-icons-block h5 {
    color: white;
    font-size: 28px;
    margin: 60px 0 35px;
    font-weight: 400;
    letter-spacing: 2px;
}

.main-icons-block .icon {
    display: inline-block;
    padding: 43px 0;
    margin: 20px;
    border: 2px solid white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.main-icons-block .text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}


/************** End Counter Block ***************/


/************** Start Newsletters Block ***************/

section.newsletters-block {
    background-color: #4a575f;
    padding: 30px 0;
}

.main-h5,
.newsletters-block h5 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.input-area label {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.input-area label:before {
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    background-color: #252527;
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.input-area input:checked + label:before {
    background-color: #d10041;
}

.input-area input {
    opacity: 0;
}


/************** End Newsletters Block ***************/


/************** Start Isotope Block ***************/

.tab-head a {
    margin: 0 12px;
    font-size: 16px;
    display: inline-block;
    padding: 0 8px 6px;
    color: #aeaeae;
    font-weight: 400;
}

.tab-head a.active {
    color: #333;
    border-bottom: 1px solid #d10041;
}

.isotope-content > div {
    display: inline-table;
    padding: 25px;
    height: 100px;
}

.isotope-content > div > div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.tab-head a:hover {
    color: #333;
}

.two-loops-block .plus {
    bottom: -23px;
}


/************** End Isotope Block ***************/


/*******************  Start Single Metier *****************/

.step-icon {
    display: inline-block;
    border: 3px solid #474747;
    width: 124px;
    min-height: 124px;
    padding: 29px 0;
    font-size: 20px;
    color: #474747;
}

.three-icons h5 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    color: #474747;
}

.cover-zone h1 {
    color: #474747;
}

.clients-logo .item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.clients-logo .owl-item {
    display: table;
    height: 100px;
}

.clients-logo .item {
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.clients-logo .owl-stage-outer {
    padding: 0;
}

.clients-logo .owl-controls {
    display: none;
}

.clients-line {
    border-bottom: 1px solid #d10041;
    padding-bottom: 30px;
}

.question-area ul,
main ul {
    list-style: none;
    padding: 0 5px;
}

.question-area ul li:before,
article ul li:before,
main ul li:before {
    font-family: 'FontAwesome';
    content: "\f178";
    color: #d10041;
    margin-right: 4px;
}

.question-area * {
    font-weight: 500;
}

.solution-block {
    padding: 30px;
}

.solution-container:first-child {
    margin-right: 1px solid #dddfdf;
}

.solution-block img {
    margin: 30px 0;
    width: 100%;
}

.solution-cta .action-btn {
    margin: 20px 20px 0;
}

.contact-bloc .action-btn {
    margin: 10px 0;
    font-weight: 400;
}

.contact-bloc p {
    font-size: 23px;
    /* text-transform: uppercase; */
    margin: 0;
}

.radios {
    margin-top: 10px;
}

.contact-bloc .input-area input:checked + label:before {
    background-color: white;
}

.metier-bloc {
    position: relative;
    margin: 20px auto;
    max-width: 262px;
    display: inline-block;
    width: 100%;
    height: 325px;
}

.metier-bloc .miniature {
    background-size: cover;
    background-position: center;
    background-color: #696969;
    width: 100%;
    min-height: 130px;
    height: 250px;
    margin: 0 0 14px;
}

.metier-bloc h5 {
    font-size: 20px;
    color: #474747;
    margin: 10px 10px 8px;
    text-align: left;
}

.metier-bloc .plus {
    bottom: -23px;
}

.metiers-bloc h2 {
    font-size: 26px;
}

.metier-bloc p a {
    display: inline-block;
    margin: 0 0 0 10px;
}

.metier-bloc .content {
    float: left;
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 11px;
    z-index: 100;
}

.miniature.relative {
    height: 117px;
    background-position: center;
    background-size: cover;
}

.metier-bloc.formation .content{
    height: 188px;
}

/*******************  END Single Metier *****************/


/*******************  Start Single Actualite *****************/

article.first-actu.pink {
    border-bottom: 1px solid #afafaf;
    border-top: 2px solid #d10041;
    margin-top: 50px;
    position: relative;
    padding-top: 35px;
}

article h2 {
    font-size: 22px;
    font-weight: 500;
}

/* article h3 {
    font-size: 19px;
    font-weight: 500;
} */

.first-actus {
    cursor: pointer;

}

.first-actu {
    padding-bottom: 20px;
}

.other-actus {
    font-weight: 500;
    padding: 30px 25px 0;
    cursor: pointer;
    position: relative;

}

.other-actus article {
    border-bottom: 1px solid #afafaf;
    padding: 0 0 20px;
}

/*.first-actus:hover,
.other-actus:hover {
    background-color: #d10041;
}*/

.first-actus:hover article,
.other-actus:hover article {
    border-bottom: 1px solid #d10041;
}

.first-actus:hover h2 ,
.other-actus:hover h2,
.first-actus:hover h2 a,
.other-actus:hover h2 a {
    color: #D10041;
}

.first-actus .plus a,
.other-actus .plus a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.first-actus:hover .plus a,
.other-actus:hover .plus a {
    background-image: url(../../img/plus-pink.png);
}

.first-actus:hover .plus a:before,
.other-actus:hover .plus a:before {
    color: #ffffff;
}

.other-actus .plus.gray-bordered {
    bottom: -23px;
}


/*******************  END Single Actualité *****************/


/*******************  START Blog page *****************/

.blog-section article {
    border-bottom: 1px solid white;
}

.blog-section .first-loop {
    height: 500px;
    background-size: cover;
    background-position: center;
    float: left;
    width: 100%;
}

.blog-section .first-loop .content-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(209, 0, 65, 0.77);
}

.blog-section article .item-date {
    top: 20px;
    width: auto;
    left: 20px;
    background-color: #d10041;
}

.blog-section .content-details {
    padding: 20px;
}

article.first-loop .content-details h2 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    float: left;
    margin: 0;
}

.content-details .title,
.content-details .content {
    width: 100%;
    float: left;
    color: white;
    margin-bottom: 12px;
    max-height: 150px;
    overflow: hidden;
}

.first-loop .content-details span.article-author {
    margin-left: 10px;
    color: white;
    font-size: 14px;
}

.blog-section article.second-loop {
    background-color: #ebeaea;
    padding-left: 90px;
    float: left;
    width: 100%;
}

.second-loop h2 {
    color: #474747;
    margin: 0;
    font-size: 25px;
    float: left;
}

.second-loop .content-details span.article-author {
    color: #474747;
    margin-left: 10px;
    font-size: 14px;
}

.first-loop .content-details .title,
.second-loop .content-details .content {
    color: #474747;
}

.second-loop .action-btn {
    margin: 0;
}

.widget-container {
    max-width: 14%;
}

/*******************  END Blog page *****************/


/*******************  Start Single post page *****************/

.post-article ul {
    list-style: none;
}

.article-cover {
    width: 100%;
    height: 400px;
}

.article-cover .item-date {
    top: 15px;
    left: 10px;
    width: auto;
    background-color: #d10041;
}

.post-article .breadcrumb {
    margin: 15px 0;
}

.cta-area .action-btn {
    margin: 50px 25px;
}

.latest-articles-slider .item {
    height: 300px;
    position: relative;
}

.latest-articles-slider article {
    background-color: rgba(209, 0, 65, 0.75);
    position: absolute;
    width: 100%;
    left: 0;
    padding: 25px;
    bottom: 0;
    text-align: right;
}

.latest-articles-slider article h1 {
    color: white;
    font-size: 25px;
    margin: 0;
    text-align: left;
    font-weight: 200;
}

.latest-articles-slider article .action-btn {
    margin: 18px 0 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
    color: white;
    background-color: #d10041;
    padding: 10px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.latest-articles-slider {
    padding: 0 50px;
}

.comment-line {
    margin: 10px 0;
}

.comment-line img {
    max-width: 100%;
    height: auto;
    width: 80px;
    float: right;
}

.comment-details {
    border-bottom: 1px solid #e7e6e6;
}

.comment-line h4 {
    margin: 0 0 6px;
    font-size: 17px;
    color: #262626;
}

.comment-line h4 span {
    font-size: 14px;
    margin-left: 10px;
    color: #747474;
}

.comment-line p {
    min-height: 60px;
}

textarea#comment,
.comment-form input[type=text],
.comment-form input[type=email] {
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    font-size: 14px;
    text-transform: none;
    text-align: left;
    padding: 10px;
    margin: 14px 0;
    -webkit-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, .05);
    outline: none;
}

textarea#comment:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus {
    border-color: #d10041;
}

textarea#comment {
    width: 100%;
    height: 250px;
    padding: 20px;
}

.form-submit {
    text-align: center;
}

#reply-title {
    display: none;
}




/*******************  Annuaire page *****************/

.loop-event h6 {
    font-size: 15px;
    margin: 0px 0 4px;
}

.loop-event .item {
    border-top: 2px solid #d10041;
}


/*******************  END Annuaire page *****************/


/******************* Evenement *****************/

.event-details a.details, .event-details span {
    margin: 0 18px;
    font-size: 17px;
}

.event-details a.details i {
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.event-details a.fancybox {
    padding: 6px 10px;
    background-color: #333333;
    color: white;
    border-radius: 25px;
    font-size: 19px;
}

/* .event-description p {
    margin-bottom: 25px;
} */

.event-description h3 {
    font-size: 20px;
    margin: 30px 0 20px;
    font-weight: 500;
}

#contact-map {
    height: 400px;
    transform: inherit !important;
    width: 100%;
}

.multiple-event-row {
    margin-top: 13px;
    border-top: 1px solid #d10041;
    border-bottom: 1px solid #d10041;
    padding: 25px 0;
}

.multiple-event-row .event-block p {
    margin: 7px 0;
    float: left;
}

.multiple-event-row .event-block i {
    font-size: 16px;
    display: inline-block;
    margin: 8px 10px 7px 0;
    width: 14px;
    text-align: center;
    float: left;
}

.event-block {
    float: left;
    width: 100%;
}

.event-block-container {
    float: left;
    width: 100%;
    margin: 14px 10px;
}

.multiple-event-row .event-block-container {
    min-height: 185px;
}


/******************* END Evenement *****************/


/******************* Career *****************/

.career-bloc h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 42px;
}

.career-bloc h5 {
    margin: 0;
    font-weight: 300;
    font-style: italic;
}

.career-bloc p {
    font-weight: 400;
    margin-top: 40px;
}

p.lvl-1 {
    font-size: 21px;
    font-weight: 500;
}

p.lvl-2 {
    font-size: 16px;
    font-weight: 500;
}

p.price-p {
    font-size: 22px;
    font-weight: 500;
}

p.price-p .action-price {
    font-size: 51px;
}


/******************* END Career *****************/


/******************* Timeline *****************/

#cd-timeline::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #000000;
}

section.blog-block .line .content {
    border: none;
}

#logo img {
    max-width: 140px;
}

footer small a:hover {
    color: black;
    /* font-weight: 500; */
}

footer img {
    max-width: 200px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
}

header.opacity {
    top: 0;
}

body {
    padding-top: 98px;
}

div#main-nav.opacity {
    background: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 1170px) {
    #cd-timeline::before {
        left: 50%;
        margin-left: -1px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 1em 0;
    display: inline-block;
    width: 100%;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 1em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #d10041;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 14px;
        height: 14px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    padding: 0 7px;
    display: inline-block;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 0;
    font-weight: 600;
    line-height: 16px;
    margin-top: 6px;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.aligncenter {
    text-align: center;
    margin: auto;
    display: block;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 0 7px;
        width: 49%;
        text-align: right;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@media only screen and (max-width: 1170px) {
    .cd-timeline-img {
        left: -6px;
        width: 20px;
        height: 20px;
    }

    .cd-timeline-content {
        margin-left: 17px;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/******************* END Timeline *****************/


/******************* Formations *****************/

h2.taxonomy-formation {
    font-size: 17px;
    line-height: 38px;
}

.taxonomy-formation .main-icon {
    margin-right: 10px;
}

.price-formation {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.price-formation i {
    position: relative;
    top: 3px;
    font-size: 20px;
}

.formation_details i.fa {
    margin-right: 14px;
    position: relative;
    top: 4px;
}

.formation_details {
    font-size: 18px;
}

.cat_name {
    border: 2px solid white;
    padding: 0 15px 10px;
    border-radius: 8px;
}

.formation-default h2 {
    font-size: 20px
}

.icon span {
    font-size: 65px;
    line-height: 34px;
}

.demo-block {
    padding: 10px;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
    margin: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0)
}
.demo-block.hover {
    border: 1px solid #D10041
}
.demo-block:hover {
    border: 1px solid #D10041
}

.overlay {
    padding: 15px;
    font-size: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

*:hover > .overlay {
    opacity: 1;
    top: 0;
}

.launch_demo {
    position: absolute;
    bottom: 12px;
    left: 18px;
}

.white_book img {
    display: inline-block !important;
    width: auto !important;
}

.whitebook_carousel .owl-dot span {
    border: 1px solid #a1a1a1;
}

.gform_wrapper .gfield_required {
    color: #ffffff !important;
}
/******************* END Formations *****************/

@media (max-width: 992px) {
    body {
        padding-top: 132px;
    }
    .widget-container {
        max-width: 100%;
    }
    .clear_field {
        padding: 200px 0;
    }
    .the-menu {
        position: absolute;
        display: none;
        top: 77px;
        left: 0;
        z-index: 10;
        width: 100%;
        background-color: #d10041;
        padding: 0 16px;
    }
    #main-nav nav>ul>li a+ul {
        display: none
    }
    #main-nav nav>ul>li a:hover {
        color: #ffffff;
    }
    #main-nav nav>ul>li>a:hover {
        border-bottom: none;
    }
    .custom_input select,
    .custom_input input,
    .gform_wrapper .custom_input label.gfield_label,
    .custom_input .ginput_container,
    .custom_radio .ginput_container {
        width: 100% !important;
    }
    .the-menu .demo-btn {
        border-color: white;
        color: white;
        width: 100%;
        text-align: center;
        margin: 14px 0;
    }
    .the-menu .demo-btn:hover {
        background-color: white;
        color: #d10041;
    }
    .the-menu nav {
        width: 100%;
    }
    #main-nav nav>ul>li {
        width: 100%;
        border-bottom: 1px solid #e76990;
    }
    #main-nav nav a:hover {
        border-bottom: none;
    }
    #main-nav nav>ul>li>a {
        color: white;
        width: 100%;
        padding: 10px 6px;
        height: auto;
    }
    #main-nav nav>ul>li:last-child {
        border: none;
    }
    .slider-block-content {
        margin: 90px auto;
    }
    .info-bulle {
        position: relative;
        margin: 20px;
        width: 100%;
        float: right;
        bottom: 0;
        right: 0 !important;
    }
    section.slider-block {
        height: auto;
    }
    .blog-block .line {
        background-color: #c6c6c6;
    }
    .bulles-block .bulle {
        margin: 20px 0;
    }
    .lines-block .title,
    .bulles-block .title {
        font-size: 18px;
    }
    .lines-block .title .container:before,
    .bulles-block .title .container:before {
        top: -5px;
    }
}

@media (max-width: 768px) {
    .clear_field {
        padding: 200px 0;
    }
    .tab-head a {
        display: block;
        margin: 20px 0;
    }
    button[type=submit] {
        font-size: 12px;
        line-height: 14px;
        margin: 20px 0;
    }
    .main-h5,
    .newsletters-block h5 {
        font-size: 20px;
    }
    .info-bulle {
        margin: 0;
        max-width: 100%;
    }
    .main-icons-block .icon {
        width: 80px;
        height: 80px;
        padding: 17px;
    }
    footer .widget {
        margin: 0 0 20px;
    }
    .lines-block .line-head.line .content {
        background-color: rgba(256, 256, 256, .75);
    }
    a.tags {
        color: black;
        font-weight: 600;
        font-size: 17px;
    }
    .blog-section article .item-date {
        position: static;
        margin: 20px auto 0;
    }
    .blog-section article.second-loop {
        padding: 0 10px;
    }
    .first-loop .action-btn {
        margin: 0;
    }
    .action-bloc {
        text-align: center;
    }
    .page-id-6 .isotope-content > div {
        width: 50%;
        display: block;
    }
}

@media (max-width: 550px) {
    .isotope-content > div {
        width: 50%;
    }
    .popin-content {
        width: 100%;
    }
}

.the_excerpt {
    max-height: 140px;
    overflow: hidden;
}
/*-------------- UBER MENU --------------*/

.ubermenu-has-submenu-drop .ubermenu-target-text {
    margin-right: 13px;
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    top: 68px !important;
    background-color: white;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    margin: 10px 0 !important;
    padding: 0 !important;
    text-align: center;
    float: left;
    width: 100%;
}

.ubermenu-item-level-2 {
    padding-left: 20px !important;
}

.gform_fields {
    width: 100%;
}

.custom_radio .ginput_container {
    width: 100% !important;
}

.custom_radio .ginput_container li label {
    max-width: 100% !important;
}

.popin-content .custom_radio input[type=radio] + label {
    color: #333333 !important;
}

.popin-content .gform_wrapper .custom_input label.gfield_label {
    color: #333333;
}

.popin-content .gform_wrapper .gfield_required {
    color: #790000 !important;
}

.gform_wrapper h2 {
    color: white;
}

.popin-content .gform_wrapper h2 {
    color: #333333;
}

@media (max-width:992px) {
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
        width: 100%
    }
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
        display: none !important
    }
}


/*-------------- END UBER MENU --------------*/
.page-id-637 .main-icons-block .icon:hover {
    background-color: #d10041;
    border-color: #d10041 !important;
}

.gform_heading {
    display: none;
}

.metier-bloc .miniature .over-icon {
    font-size: 20px;
    position: absolute;
    opacity: .9;
    top: 44%;
    left: 10%;
    width: 80%;
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 0 12px #5b5b5b;
    border-radius: 3px;
}

.metier-bloc .miniature .over-icon * {
    font-size: 26px;
}

ul.page-list li:before {content: " ";display: none;}

ul.page-list li {
    list-style: circle;
    clear: both;
}

ul.page-list {
    margin-left: 40px;
}

ul.page-list li .children {
    clear: both;
    margin-left: 40px;
}

ul.page-list li a {
    display: block;
}

.text-zone ul{
    width: auto;
    display: inline-block;
}

.text-zone ul ul {
   display: block;
}

.alignright {
    float: right;
}

.metier-bloc .modalitie {
    margin: 10px 10px 0;
    font-size: 16px;
    text-align: left;
}

.modalitie .fa {
    border: 2px solid #d10041;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    color:#d10041;
}

.price-formation h1 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.formation-grid .action-btn {
    margin-top: 9%;
}

.formation-grid strong.formation-strong-title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    display: block;
    line-height: 1.1;
}

.formation-grid .cat-name {
    font-size: 14px;
}

.formation-date-span {
    font-weight: 600;
}

.formation-date-span .pink-color {
    font-size: 18px;
}

div#cookie-bar {
    background-color: #d10041;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 50px 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 10px black;
}

div#cookie-bar a {
    text-decoration: underline;
}

div#cookie-bar:after {
    content: "\f00d";
    position: absolute;
    right: 12px;
    font-family: "fontAwesome";
    font-size: 25px;
    top: 4px;
}

#harvestPopin{
    width: 50%;
    padding: 20px;
    left: 25%;
    position: fixed;
    z-index: 1000;
    top: -3000px;
    opacity: 0;
    background-color: white;
    border-radius: 6px;
}

div#harvestPopin-cnt {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    z-index: 1;
    display: block;
}

div#harvestPopin > i {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    color: #d20f49;
    cursor: pointer;
}

div#harvestPopin > p {
    margin-top: 20px;
    font-size: 20px;
}

.text_miniature h3,
.white_book h3 {
    font-weight: 500;
}
.ubermenu-tab-content-panel {
    background-color: white !important;
}

a.term_list {
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 6px;
    margin: 8px 5px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

a.term_list.active,
a.term_list:hover {
    background-color: white;
    color: #4b575f;
}

a.term_list_tag {
    color: #333;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #333;
    background-color: white;
    border-radius: 6px;
    margin: 8px 5px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

/*a.term_list_tag:hover {
    background-color: white;
    color: #4b575f;
}*/

.two-loops-block .owl-dots {
    display: none;
}

.text-zone h2 {
    font-size: 20px !important;
    margin: 0 0 10px !important;
}




.ubermenu-submenu .ubermenu-target {
  padding: 2px 16px 8px !important;
}
.font-weight-bold {
  font-weight: bold;
}
span.submenu-tags {
  font-size: 12px;
  color: #cf003d;
  margin-top: 6px;
}









/*========================================================================================================================

MKTV CUSTOM CSS

==========================================================================================================================*/



/* TOOLS */
.text-align-center{
    text-align: center;
}



/*===================
THank you page simple
================== */

.thank-you {
	padding-top: 70px !important;
}

body.thank-you.thank-you-100 .thank-you.container {
   width: 100%;
   margin: 0px;
   padding: 0px;
}

.thank-you .backgroud-hook {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    margin:0px;
}

.thank-you h2{
    text-align: center;
    font-weight:500;
}

.thank-you .post-article {
    padding-top:0px;
    background-color: transparent !important;
    padding-bottom: 0px;
}

.thank-you article.first-actu.pink{
    border-bottom:none !important;
    border-top: none !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px;
}


/*.thank-you section {
    background-position: center;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
*/


.thank-you .text-zone h2 , .thank-you .text-zone p {
    text-align: center;
    font-weight:500;
    font-size: 22px !important;
    color: #000000;
}

.thank-you section .relative{
    margin: auto;
    width: 60%;
    padding: 20px;
}


/*===================
Thank you page telechargement
================== */


.thank-you-telechargement section {
    background-image: url('https://preprod-wp.harvest.fr/wp-content/uploads/2018/01/harvest-treee-ty-background-light.jpg');
}


.thank-you-telechargement section .relative{
    margin: auto;
    width: 60%;
    padding:220px 80px;
}


/*========================
SINGLE POST livre-blanc MKTV
============================*/

/* BODY */
body.livre-blanc {
    padding-top: 0px !important

    ;
 /* HEADER*/
}
.livre-blanc article.first-actu.pink {
    border-bottom: none;
    border-top: none;
    margin-top:0px;
    position: relative;
}

.livre-blanc .the-menu{
    display: none;
}

.livre-blanc div#logo {
    width:auto;
}

.livre-blanc div#logo img{
    display: inline-block;
}

.section1 .wrapper .vc_column-inner .wpb_wrapper > .vc_row{
    display: flex;
}

.livre-blanc .column-left , .livre-blanc .column-right{
    background-color:#ffffff;
    margin: 20px;
    width: 45%;
    display: inline-block;
    padding:30px;
}


/* CONTENT */


.livre-blanc article.post-article{
    background-image:url('../../img/background-livre-blanc.jpg');
    background-color: #ededed;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.livre-blanc h1{
    margin-bottom: 30px;
    font-size:28px;
    text-transform: uppercase;
	color: #d10041;
}


.livre-blanc article .container-siders , .page-event article .container-siders{
	display: flex;
}
/* FORM */


.livre-blanc iframe{
min-height: 650px;
}

.livre-blanc h2 {
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
}


/*hauteur fixed form google*/
.g-recaptcha iframe {
    min-height:initial !important;
}

p.form-field.OptIn_RGPD.pd-checkbox.required label {
    width: 90% !important;
    float: right;
}

.livre-blanc .titre-formulaire{
    margin-bottom: 10px;
    text-align: center;
}

.reglement-form p{
    font-size: 11px;
    color: #ffffff;
    padding-top: 30px;
    text-shadow: 2px 0px 6px black;
    text-align: left;
}



form.form p label{
	color: red;
}


/*========================
SINGLE POST EVENT MKTV
============================*/

.page-event{
    padding-top: 0px !important;
}

.page-event h1{
	margin-bottom: 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: #d10041;
    text-align: left;
}

.page-event .hook-info h3{
    margin-top: 0px !important;
}

.page-event h2{
	text-align: left;
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
}


.page-event article.post-article{
    background-image:url('../../img/background-lp-event.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}



.page-event article.first-actu.pink {
    border-bottom: none;
    border-top: none;
    margin-top:0px;
    position: relative;
    padding-top: 110px;
}




.page-event .the-menu{
    display: none;
}

.page-event div#logo {
    float: none;
    display: inline-block;
    text-align: center;
    width:auto;
}


.page-event .section-2{
    text-align: center;
}



.page-event .section-2 .wpb_column .wpb_wrapper > .vc_row {
    display: flex;
}


.page-event .column-left, .page-event  .column-right{
    background-color: #ffffff;
    margin:0px auto;
    width: 45%;
    display: inline-block;
    padding: 30px;
}


/*BLOCK INFOS*/

.page-event .info-principal{
	text-align: center;
    width: 97%;
    background-color: #ffffff;
    margin: 0px auto 20px auto;
    padding: 40px 10px 0px 10px;
}

.page-event .info-principal h3{
	margin-top: 0px !important;
}


.page-event .info-principal .wpb_single_image{
	margin-bottom: 10px;
}


.page-event .column-left p {
    text-align: left;
}


.page-event .column-right .wpb_text_column{
    margin-bottom: 20px;
}

.page-event iframe{
	min-height: 430px !important;
}
/*.page-event .section-2{
    bottom: -140px;
    position: relative;
}*/

.page-event .hook-info {
    background-color: #ffffff;
    padding: 20px 0px 13px 0px;
    border-radius: 2px;
    width: 97%;
    display: inline-block;
    box-shadow: 0px 1px 5px 0px #00000054;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

.page-event  .hook-info img{
    max-width: 50
}
.page-event  .hook-info h3{
    text-align: center;
    font-size: 14px;
}

.page-event  .hook-info .wpb_single_image{
    margin-bottom: 15px;
}

.page-event  .hook-info  .wpb_text_column{
    margin-bottom: 10px;
}





/*========================
SINGLE POST LANDING PAGE MKTV
============================*/


/* BODY */
body.landing-page {
    padding-top: 0px !important

    ;
 /* HEADER*/
}
.landing-page article.first-actu.pink {
    border-bottom: none;
    border-top: none;
    margin-top:0px;
    position: relative;
}

.landing-page .the-menu{
    display: none;
}

.landing-page div#logo {
    width:auto;
}

.landing-page div#logo img{
    display: inline-block;
}

.section1 .wrapper .vc_column-inner .wpb_wrapper > .vc_row{
    display: flex;
}

.landing-page .column-left , .landing-page .column-right{
    background-color:#ffffff;
    margin: 20px;
    width: 45%;
    display: inline-block;
    padding:30px;
}


/* CONTENT */


.landing-page article.post-article{
    background-image:url('https://preprod-wp.harvest.fr/wp-content/uploads/2018/11/background-landing-page.jpg');
    background-color: #ededed;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.landing-page h1{
    margin-bottom: 30px;
    font-size:28px;
    text-transform: uppercase;
    color: #d10041;
}


.landing-page article .container-siders {
    display: flex;
    justify-content: center;
}


/* FORM */


.landing-page iframe{
min-height: 650px;
}

.landing-page h2 {
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
}


/*hauteur fixed form google*/
.g-recaptcha iframe {
    min-height:initial !important;
}

p.form-field.OptIn_RGPD.pd-checkbox.required label {
    width: 90% !important;
    float: right;
}

.landing-page .titre-formulaire{
    margin-bottom: 10px;
    text-align: center;
}

.reglement-form p{
    font-size: 11px;
    color: #ffffff;
    padding-top: 30px;
    text-shadow: 2px 0px 6px black;
    text-align: left;
}



form.form p label{
    color: red;
}







/*******************  END Single post page *****************/


/* RESPONSIVE MKTV */

@media (max-width: 992px){
	/* Livre blanc */
	.livre-blanc article.post-article , .landing-page article.post-article , .page-event article.post-article{
    padding-top: 90px;
	}
    .thank-you-telechargement header #logo img {
    display: inline-block;
    margin-left: 90px;
    }
    .thank-you section {
    height:auto;
    }
    .thank-you-telechargement section .relative , .thank-you section .relative{
    margin: auto;
    width: 90%;
    padding:220px 30px;
    }
    .thank-you .post-article {
    	padding-top: 70px;
    	min-height: 70vh;
    display: flex;
    align-items: center;
    }
}


@media (max-width: 768px){
	/*LIVRE BLANC*/
	.livre-blanc article.post-article , .page-event article.post-article , .landing-page article.post-article{
    padding-top: 120px;
	}
	.livre-blanc article .container-siders , .page-event article .container-siders , .landing-page article .container-siders{
		flex-direction: column;
	}
    .section1 .wrapper .vc_column-inner .wpb_wrapper > .vc_row{
    display: block;
    }
    .page-event .column-left, .page-event .column-right, .livre-blanc .column-left, .livre-blanc .column-right, .landing-page .column-left, .landing-page .column-right{
    width: 93%;
    margin: auto;
    margin-bottom: 20px;
    }
    .page-event h1 , .page-event .column-left h2{
        text-align: center;
    }
    .page-event .section-2 .wpb_column .wpb_wrapper > .vc_row {
    display: block;
    }

    .page-event .section-2 .column-left{
    border-right:none;
    }
    .page-event .hook-info {
    background-color: #ffffff;
    padding: 20px 0px 13px 0px;
    border-radius: 2px;
    width: 100%;
    display: inline-block !important;
    box-shadow: 0px 1px 5px 0px #00000054;
    margin-bottom: 20px;
    }
    .thank-you h2 {
    	font-size: 17px;
    }




}

/* Fin MKTV CUSTOM CSS */
