/*!
Theme Name: Vaccine Research Institute
Theme URI: http://underscores.me/
Author: Newround
Author URI: https://www.newround.net/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vri2019
*/

/* Ajouts du 17/07 */
.lead_section .header {
    margin-top: 20px;
}
.team {
    padding-bottom: 60px;
}
.team-single .back_team {
    margin: 50px 0 60px;
}
.under_beautiful {
    margin-bottom: 60px;
}
main .texte_visuel {
    margin-bottom: 40px;
}
main .texte_visuel h2 {
    font-weight: 600;
}
main .simple_card_carousel h2 {
    margin-bottom: 70px;
}

span.bleu {
    color: #006fe7;
}

/* changement couleur bouton devenir volontaire */

header .become a {
	color:white;
}


/* j'arrive pas à mettre un hover sur la loupe ! */
main .search_publi button:hover {
    width: 38px;
    height: 38px;
    margin-left: 17px;
    text-indent: -99999px;
    border: none;
    background-image: url(images/loupe-on.svg);
    background-color: #fff;
}

main .team-single .left .photo {
    background-repeat: no-repeat;
    background-size: cover;
}


header .main-nav>nav>ul>li .sub-menu {
    border-radius: 6px !important;
}
header .main-nav>nav>ul>li .sub-menu li a:hover {
    padding-left: 3px !important;
}
main .under_beautiful .picto {
    opacity: 0.4;
}

main .under_beautiful a.button {
    margin-top: 20px;
}
main section.presentation .content a.button {
    margin-top: 20px;
}

main .search_publi input {
    border: 1px solid #C2C2C2 !important;
    box-shadow: inset 0px 0px 3px #ccc;
}
main .logo_links {
    margin-bottom: 80px !important;
}
footer {
   /* margin-top: 60px !important; */
}


main section.news_home .owl-carousel.diff .owl-nav {
    right: 80px!important;
}
@media (max-width: 991px) {
    main section.news_home .owl-carousel.diff .owl-nav {
        right: 0px!important;
    }
}

.subscrb_newsletter .wpcf7-form-control-wrap {
    position: relative;
    display: inline;
}
.subscrb_newsletter .wpcf7-not-valid-tip {
    position: absolute;
    white-space: nowrap;
}

.subscrb_newsletter div.wpcf7-mail-sent-ok,
.subscrb_newsletter div.wpcf7-validation-errors, 
.subscrb_newsletter div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
    color: #fff;
    padding: 0;
}



.subscrb_newsletter div.wpcf7-response-output {
    margin: 22px 0 0 0;
    position: absolute;
}
.subscrb_newsletter div.wpcf7 .ajax-loader {
    display: none!important;
}


.page-template-template-contact main .texte_visuel h2:before {
    display: none;
}
.contact-vri span.wpcf7-not-valid-tip {
    position: absolute;
    margin-top: -20px;
    font-size: .8em;
}
.page-template-template-contact div.wpcf7-validation-errors, 
.page-template-template-contact div.wpcf7-acceptance-missing {
    border: none;
    color: #ff0000;
    padding: 0;
}
.page-template-template-contact div.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    padding: 0;
}

footer .subscrb_newsletter input[type=email] {
    width: calc(100% - 125px)!important;
}

footer .menu_footer {
    display: block!important;
    float: left;
}
@media (max-width: 768px){
    footer .menu_footer { margin-right: 19px; }
}


@media (max-width: 1200px) {

}


@media (max-width: 991px) {
}


@media (max-width: 768px) {
}

@media (max-width: 575px) {
}

@media (max-width: 340px) {
}


@media (min-width: 576px){
	main .news-single .single-content img {
	    max-width: 50%;
	}
}