    /*
Theme Name: Sciences-U Lyon - 2020
Text Domain: sciencesulyon
*/

@charset "UTF-8";
body.home .wrapHomeNewsInstagram {
    padding-bottom: 60px;
    background-size: cover;
    background: url("build/images/bg-home-news.jpg") no-repeat top center;
}


/* INSTAGRAM */

body.home #home-instagram {
    display: inline;
    position: relative;
    z-index: 10;
}

body.home #home-instagram .title.title-line {
    margin-bottom: 20px;
}

body.home #home-instagram .title.title-line::after {
    display: none;
}

body.home #home-instagram .title.title-line em {
    font-style: normal;
    font-family: "catamaranbold";
    font-size: 28px;
}

body.home #home-instagram .fab {
    position: relative;
    top: 2px;
    margin-right: 4px;
    margin-left: 2px;
    font-size: 24px;
}

body.home #home-instagram .owl-carousel {
    margin-top: 10px;
    padding-bottom: 40px;
}

body.home #home-instagram .owl-carousel .owl-nav .owl-prev,
body.home #home-instagram .owl-carousel .owl-nav .owl-next {
    font-size: 100px;
    color: #f59c00;
    margin: 50px 0;
    position: absolute;
    bottom: -40px;
}

body.home #home-instagram .owl-carousel .owl-nav .owl-prev:hover,
body.home #home-instagram .owl-carousel .owl-nav .owl-next:hover {
    background: none;
}

body.home #home-instagram .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

body.home #home-instagram .owl-carousel .owl-nav .owl-next {
    right: 0;
}

body.home #home-instagram .owl-carousel .owl-nav .owl-prev *,
body.home #home-instagram .owl-carousel .owl-nav .owl-prev .icon::before,
body.home #home-instagram .owl-carousel .owl-nav .owl-next *,
body.home #home-instagram .owl-carousel .owl-nav .owl-next .icon::before {
    display: block;
    line-height: 32px;
    height: 16px;
}

body.home #home-instagram .owl-carousel .owl-item {
    display: flex;
    height: 145px;
    align-items: center;
    justify-content: center;
}


/* CONTACT FORM 7 */

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0.8rem;
}

.wpcf7-form .title.title-line {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.wpcf7-form>p {
    position: relative;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    min-height: 1px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select {
    display: block;
    padding: 15px;
    border: 0;
    font-size: inherit;
    width: 100%;
    line-height: 1.5;
    height: auto !important;
    background-color: #e6e6e6;
    background-clip: padding-box;
    color: #495057;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-form .wpcf7-list-item {
    margin-top: 2px;
    margin-left: 15px;
}

.wpcf7-form .wpcf7-form-footer {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.wpcf7-form .wpcf7-form-footer .widget {
    margin-top: 0;
    margin-bottom: 0;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 2px;
    font-size: inherit;
}

.wpcf7-form .wpcf7-response-output {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
}

.wpcf7-form .wpcf7-response-output.visible-only-if-ok {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok~* {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok p {
    margin-bottom: 0;
}

.wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok p+p {
    margin-top: 5px;
}

.wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok .widget.widget-button-more {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none;
}

.div-admission a {
    background: #0094f7;
    color: #fff;
    padding: 10px;
}

/*============================== MEDIAQUERY ==============================*/
@media (min-width: 768px) {
    body.home #home-instagram .owl-carousel .owl-nav .owl-prev, body.home #home-instagram .owl-carousel .owl-nav .owl-next {
        bottom: -80px;
    }
    /* CONTACT FORM 7 */
    .wpcf7-form>p {
        flex: 0 0 50%;
        margin-bottom: 30px;
        max-width: 50%;
    }
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form select {
        padding-right: 20px;
        padding-left: 20px;
    }
    .wpcf7-form .wpcf7-form-footer .widget {
        float: right;
        width: calc(50% - 15px);
    }
    .wpcf7-form .wpcf7-response-output {
        margin-top: 30px;
    }
    .wpcf7-form.sent .wpcf7-response-output.visible-only-if-ok {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    /* CONTACT FORM 7 */
    .wpcf7-form {
        font-size: 1rem;
    }
}
/***** BOUTON SHORTCODE STYLE *****/
.action-button a:link,
.action-button a:visited {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font: 700 16px Arial, Sans-Serif;
    margin: 0 10px 20px 0;
    padding: 14px 18px;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
}
.action-button .subtitle {
    display: block;
    font: 400 11px Arial, Sans-Serif;
    margin: 5px 0 0;
}
.blue-button a:link,
.blue-button a:visited {
    background-color: #f59c00;
    color: #fff !important;
    border-radius: initial;
    position: relative;
    padding-left: 50px;
}
.blue-button a:hover {
    background-color: #68a9c8;
    color: #fff;
}
.blue-button a::before {
    content: "\E004";
    display: block;
    transition: all 0.5s ease;
    color: #fff;
    float: right;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    font-family: "icon";
    font-size: 1.3333333333333333em;
    transform: translateY(-50%);
}
body.single-post #single-news section .blue-button a,
body.blog #single-news section .blue-button a,
body.search-results #single-news section .blue-button a {
    color: #fff;
    text-decoration: none !important;
}