@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* YOUR MOBILE STYLE HERE */

.article-row p {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1.6;
}

#sommaire-container {
    width: 100%;
    position: relative !important;
    text-align: center;
    padding: 0 0 0 0;
}

#sommaire{
    display: none;
}

#switchLang li {
    list-style: none;
    font-size: 13px;
}

.offset-lg-3 {
    margin-left: 0%;
}

.hero-text h1 {
    font-size: 30px;
}   

.hero{
	height: auto;
    margin-top: 25vw !important;
    margin-bottom: 10vw !important;

}

.hero-text.homepage h2{ 
text-align: center !important; }

.main-navbar {
    height: 49px;
    overflow: hidden;
    top: 0px !important;
    padding-top: 10px !important;
    transition: height .15s ease-in-out !important;
    background-color: white;
}

.all-menu ul{ 
 display: block !important;
 text-align: center;
 }
.all-menu ul li{ 
 display: block !important;
 text-align: center;
 }


#titre-site{ text-align: center; }

.navbar-toggler{ position: fixed; 
top: 10px; left: 10px; 
z-index: 9999999;
    color: rgba(0,0,0,1) !important;
    border-color: rgba(0,0,0,0) !important;
     }

.container-fluid{
	background-position-y: 60px;
}

.open-mobile-menu{
	height: auto !important;
	transition: height .15s ease-in-out !important;

}

.main-navbar.fixed-top .search > span::before {
    position: relative;
    left: 0px;
}

header .main-navbar .btn.btn-link.search {
    padding-right: 1px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -6px !important;
    padding: 0 !important;
}

.main-navbar .search > span::before {
    font-size: 18px !important;
}


/* burger menu */


.toggle-menu {
	background-color: transparent;
	position: fixed;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
    padding: 2px 2px 2px 3px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.line {
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #000000;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(-45deg) translate(-4px, 4px);
}

.toggle .line2 {
	display: none;
}

.toggle .line3 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(45deg) translate(-4px, -4px);
}

.toggle .toggle-menu {
	background-color: white;
}


/* POST TEMPLATE */

.post-template-default {}

.single-post .content-article > header > h1 {
    font-weight: normal;
    font-size: 40px;
    padding: 0px;
    margin: 0;
}

h1, .h1 {    font-size: 30px !important;
    padding-left: 0px; 
    padding-right: 0px;
    }

.single-post .content-article > header > h2 {
    font-weight: normal;
    font-size: 22px;
    padding: 0px;
    margin: 0;
}

h2, .h2 {    font-size: 22px !important;
    padding-left: 0px; 
    padding-right: 0px;
}

.sub-title, .sub-title > a {
    font-family: Suisse regular;
    color: #000000;
    font-size: 18px;
}

h3, .h3{
    font-size: 18px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.content-article.gabarit-photo header figure #masque-photo {
display: none;
}

header figure {
    margin-top: 0px;
    z-index: -1;
}

figcaption {
    text-align: right;
    width: 100%;
    margin-left: 0%;
    padding: 0 10px;
    text-align: center !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 0em;
}

.article-row > blockquote cite {
    font-family: 'Suisse light';
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px !important;
    position: relative;
    display: block;
    font-style: normal !important;
}

.single-post .article-row > h2 {
    /* margin: 2em 0 1em; */
    font-size: 25px;
    color: #000000;
    text-align: center;
    /* text-transform: uppercase; */
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
 
.footnote_tooltip {
    display: block;
    font-size: 11px !important;
    left: 0;
    width: 100% !important;
    max-width: 25% !important;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1.3;
    padding: 0px 0px 0px 0px;
    /* float: right; */
    display: inline;
        z-index: 1 !important;
} 

.article-programme {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
}

.wpcf7-form-control-wrap{ 
	display: block !important; 
    width: 100%;
    
    margin-bottom: 20px;
    }

#newsletter-footer .form-control {
    width: 80%;
    left: 10%;
    position: relative;
    background-color: transparent;
    border: 1px solid black;
}

footer .footer-bloc {
    display: inline-block;
    width: 80% !important;
    margin-left: 10% !important;
    vertical-align: top;
        margin-bottom: 15px;
    text-align: center;
}

footer .footer-bloc-socials {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    vertical-align: top;
    text-align: center;
}

.article-footer{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-row figure.is-resized {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1.6;
}

#right-sidebar {
    position: relative;
    width: 100%;
    z-index: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
    top: 0px;
    margin-bottom: 80px !important;
}

.author-bio{
    padding-right: 15px;
    padding-left: 15px;
}

#newsletter-footer span.wpcf7-list-item {
    display: block !important;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 10px;
}


#mc_embed_signup form{
    padding: 10px 10% 10px 10% !important;
     width: 100%;
}

#mc_embed_signup .clear {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 100% !important;
}

#mergeRow-gdpr {
     margin-top: 0px !important; 
}

.home header nav #titre-site{
    visibility: visible;
}


.home #logo-site-head{
    visibility: hidden;
}

.home .home-alerte{ 
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: content-box; 
}

#scrollDown{ display: none; }

.wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}

.wp-block-column .wp-block-buttons{
    display: block;
    text-align: center !important;
        /*padding: 0.375rem 0.75rem;*/
}

.article-body.container-fluid {
    padding-right: 0px !important;
}


.article-body.container-fluid h2 {
    margin-left: 0% !important;
    text-align: center !important;
}

.article-body.container-fluid .article-row p {
    margin-left: 0% !important;
}

.authors-list-items {
    margin-left: 0% !important;
}

.all-menu{ margin-top: 10px; }

.form-group.form-contact {
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 50px;
    border-radius: 11px;
}

.form-group.form-contact p {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bloc-team {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.cards-team {
    padding: 0 0 0 0;
}

.cards-team .col-lg-2{ 
    width: 50%;
     }

.card-deck {
    -ms-flex-direction: inherit;
        flex-direction: inherit;
}

figure.wp-block-audio {
    margin-left: 0%;
    width: 100%;
    margin-right: 0%;
}

.wp-block-audio audio {
    width: 100%;
     min-width: auto; 
}

.completion-bar{
    display: none;
}

nav.main-navbar{
    z-index: 9999;
}

.footnote_referrer .footnote_tooltip{
    display: none !important;
}

.footnoteMobile{ 
    display: block;
    padding-left: 15px; 
    padding-right: 15px;
}

.footnoteMobile .footnote_tooltip{
    display: block !important;
    max-width: 100% !important;
    margin-bottom: 20px;
}


.wpcf7 .wpcf7-list-item {
    margin-bottom: 0px;
}

#newsletter-footer .form-people {
    padding-bottom: 0px;
}

#newsletter-footer .form-program {
    padding-bottom: 0px;
}
.form-group {
    margin-bottom: 0rem;
}

#newsletter-footer {
    padding-bottom: 10px;
}

.mc-field-group {
    width: 100% !important;
}

#mc_embed_signup .mc-field-group input {
    width: 100% !important;
}


figure.wp-block-image.size-medium {
    margin-left: 0%;
    width: 100%;
}

.all-publications {
    width: 100% !important;
    margin-left: 0% !important;
    justify-content: left;
}

/* marche pas */
.hero-text h1 {
    text-align: center !important;
}




}
