.page-template-alerte .masthead, .page-template-alerte .site-footer {
    display: none;
}

.page-template-alerte .contact-bloc {
    margin: 0;
}

.page-template-alerte .container {
    max-width: 650px;
}

.page-template-alerte .contact-bloc .contact-form label {
    padding-left: 0;
    font-weight: 500;
    width: 30%;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap.acceptance .wpcf7-list-item label {
    font-weight: 300;
    font-size: 12px;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap {
    width: 70%;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-checkbox {
    display: flex;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-list-item {
    margin: 0;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-list-item label {
    width: auto;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap.type {
    margin-bottom: 1.25rem;
}

.page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap.acceptance {
    font-weight: 300;
    margin-left: 30%;
}

.page-template-alerte .contact-bloc .contact-form .submit-button, .page-template-alerte .contact-bloc .contact-form .required-field-notice {
    margin-left: 30%;
}

.intro-alert {
    color: #ffffff;
}

.intro-alert .h2:after {
    display: none;
}

.intro-alert .h2, .intro-alert h2 {
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 25px;
}

.intro-alert h1 {
    font-weight: bold;
    font-size: 35px;
}

.intro-alert p {
    font-weight: 300;
    padding: 35px 0;
}

.intro-alert h2:after {
    content: "";
    display: block;
    background: #ffffff;
    width: 105px;
    height: 2px;
    position: relative;
    margin-top: 35px;
}

.page-template-alerte .contact-bloc .contact-form {
    margin: 0;
}

.page-template-alerte .contact-bloc .contact-form-wrapper {
    padding: 50px;
    border: 1px solid #ffffff;
}

.page-template-alerte .contact-bloc .contact-form-wrapper div.wpcf7-response-output {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background: #FFF;
}

.page-template-alerte .contact-bloc .contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-width: 0;
}

.page-template-alerte .contact-bloc {
    background-color: #e56e80;
    padding: 15px;
}

.page-template-alerte .form-control {
    color: #ffffff;
}

select.form-control {
    padding: 0 10px;
}

.page-template-alerte .button.larger, .page-template-alerte .button.disabled {
    padding: 15px 35px;
    padding-left: 60px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #ffffff;
    color: #e56e80;
    font-weight: bold;
}

.page-template-alerte .button.larger:hover {
    background: none;
    color: #ffffff;
}

@media (max-width: 768px) {
    .page-template-alerte .container {
        max-width: 100%;
    }

    .page-template-alerte .contact-bloc .contact-form-wrapper {
        padding: 35px;
    }

    .page-template-alerte .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 560px) {
    .intro-alert .h2, .intro-alert h2 {
        font-size: 24px;
    }

    .intro-alert p {
        padding: 15px 0;
    }

    .intro-alert h2:after {
        margin-top: 15px;
    }

    .page-template-alerte .contact-bloc .contact-form label {
        width: 100%;
    }

    .page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap {
        width: 100%;
        padding: 0;
    }

    .page-template-alerte .contact-bloc .contact-form .submit-button, .page-template-alerte .contact-bloc .contact-form .required-field-notice {
        margin-left: 0;
        padding: 0;
    }

    .page-template-alerte .contact-bloc .contact-form .wpcf7-form-control-wrap.acceptance {
        margin-left: 0;
    }
}

/****/
.mfp-iframe-holder .mfp-content {
    height: 100%;
}

.mfp-wrap {
    z-index: 1000000;
}

.mfp-bg {
    z-index: 100000;
}

.mfp-iframe-scaler iframe {
    background: #e56e80;
}

.mfp-iframe-holder .mfp-content {
    max-width: 650px;
    max-height: 800px;
}

.page-template-pourquoi-kara .mfp-iframe-holder .mfp-content {
    max-width: 840px;
    max-height: 472px;
}
@media (max-width: 900px) {
    .page-template-pourquoi-kara .mfp-iframe-holder .mfp-content {
        max-width: 95%;
        max-height: 50vw;
    }
}
.page-template-alerte #wpadminbar, .page-template-alerte #cookie-notice {
    display: none !important;
}

.page-template-alerte {
    overflow-x: hidden;
}

body.page-template-alerte {
    padding-bottom: 0;
}

.home .text-center .button, .jobs-listing-bloc .text-center .button {
    margin: 0 10px;
}

/****/
.page-template-alerte .button-alerte {
    display: block;
}

.button-alerte.white, .button-alerte.white:focus {
    color: #e56e80;
    border: 2px solid #e56e80;
    background: #ffffff;
}

.button-alerte.white:hover {
    background: #e56e80;
    color: #ffffff;
}

.button-alerte {
    padding-left: 60px;
}

.button-alerte svg {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 20px;
    transform: translateY(-50%);
}

.button-alerte.white svg path {
    fill: #E56E80;
}

.button-alerte.white:hover svg path {
    fill: #ffffff;
}

.button-alerte {
    /*display: none;*/
}

/*.team-bloc .links a {    min-width:auto;    padding: 15px 30px;}.team-bloc .links a.button-alerte{    padding-left:60px;}*/.job-manager-error, .job-manager-message{    text-align: center;    position: fixed;    top: 50%;    left:50%;    transform: translate(-50%, -50%);    z-index: 1000;    background: #fff;    padding: 50px 30px;    border-radius: 10px;    width: 340px;    max-width:90%;    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.4);    font-weight: 500;}.job-manager-error:after, .job-manager-message:after{    content:"X";    display:block;    position:absolute;    right:15px;    top:15px;    cursor:pointer;}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #e56e80;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
    font-size: 20px;
}
.search-bloc {
  padding-left: 0;
}
/***/
.aside-navigation {
  height: 100vh;
}
.aside-navigation .aside-menu > li:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media (max-width: 1800px) {
.aside-navigation {
  padding-top: 6rem;
}
.aside-navigation .aside-menu > li:not(:last-child) {
  margin-bottom: 2rem;
}
.aside-navigation .aside-menu {
  font-size: 1.3rem;
}
}
@media (max-width: 1560px) {
    .primary-menu {
  margin-right: 0;
}
.primary-menu > li {
  padding-right: 0;
  font-size: 13px;
}
.aside-navigation .aside-menu > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
}

figure{
  overflow:hidden;
}
figure img{
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.post-content figure{
    min-width: 60vw;
    min-height: 30vw;
  }