/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* =Content
----------------------------------------------- */

.sticky {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {

}
.wp-caption .wp-caption-text {

}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}




/* styles généraux */
:root {
    --vert: #B7DB13;
    --rose: #E6005D;
    --rouge: #A50007;
    --bleu: #11A1CC;
    --gris: #586480;
    --bleuRERB1: #003B77;
    --bleuRERB2: #6893C8;
    --texte: #333;
}
body {
    font-family: "Raleway", sans-serif;
    color: #151515;
    font-weight: 400;
}
a {
    text-decoration: underline;
    color: #333;
}
a:hover {
    
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
small {
    font-size: 75%;
}
figure {
    margin: 0;
    display: table;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    max-width: 140rem;
    width: 100%;
    margin: 0 auto;
}
.tetiere {
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 4rem;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.mobile {
    display: block;
}
.desktop {
    display: none;
}
/* header */
.mi20-header {
    height: 60vh;
    position: relative;
    overflow: clip;
}
#myVideo {
    min-width: 100%;
    max-height: 100%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
#menu-mi20 {
    position: absolute;
    top: 1rem;
    left: 0;
    padding-left: 1rem;
}
#menu-mi20 li {
   margin-bottom: 1rem; 
}
#menu-mi20 a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
    border-radius: 1rem;
    background-color: rgba(0,59,119,.7);
    padding: 1rem 2rem;
    text-decoration: none;
}
#menu-mi20 a:hover,
#menu-mi20 a.active {
    background-color: rgba(0,59,119,1);
}
.mi20-titre-container {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    padding: 2rem;
    
}
.mi20-titre-container::before { /* Apply blend mode to this pseudo element */
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    
    mix-blend-mode: multiply;
    border-radius: 4rem 4rem 0 0;
}
.mi20-titre-container-inner {
    position: relative;
    z-index: 2;
}
.mi20-titre {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4rem;
    text-align: center;   
    color: #fff;
    mix-blend-mode: normal;
}
.mi20-accueil .mi20-titre-container::before {
    background-color: var(--vert);
}
.mi20-projet .mi20-titre-container::before {
    background-color: var(--rose);
}
.mi20-travaux .mi20-titre-container::before {
    background-color: var(--bleu);
}
#myBtn {
    width: 4rem;
    height: 4rem;
    background-image: url(../img-MI20/pause.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(0,0,0,0);
    border: 0;
}
#myBtn.pause {
    background-image: url(../img-MI20/pause.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#myBtn.play {
    background-image: url(../img-MI20/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.retour-blog {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    border-radius: 1rem;
    background-color: rgba(0,59,119,.8);
    padding: .75rem  1rem;
    text-decoration: none;
    z-index: 3000;
    padding-right: 3rem;
    background-image: url(../img-MI20/fleche-retour.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
}
/* accueil */
.mi20-accueil-liens {
    margin: 0 1rem;
    background-color: var(--vert);
    border-radius: 0 0 4rem 4rem;
    padding: 4rem 4rem 1rem 4rem;
    margin-bottom: 4rem;
}
.mi20-bouton-lien {
    background-color: #fff;
    -webkit-box-shadow: .6rem .6rem 0 0 #DBED89;
    box-shadow: .6rem .6rem 0 0 #DBED89;
    padding: 2rem 2rem 6rem 2rem;
    background-image: url(../img-MI20/fleche-droite-rose.svg);
    background-size: 3rem;
    background-position: center bottom 2rem;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
    display: block;
    border-radius: 4rem;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mi20-bouton-lien:hover {
    -webkit-box-shadow: 0 0 0 0 #DBED89;
    box-shadow: 0 0 0 0 #DBED89;
}
.mi20-bouton-lien .lien-titre {
    font-size: 3rem;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}
.mi20-bouton-lien .lien-sous-titre {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    display: block;
}
.mi20-accueil-intro-texte {
    margin: -5rem 1rem 0;
    background-color: var(--rose);
    border-radius: 4rem;
    padding: 4rem 4rem 1rem 4rem;
    margin-bottom: 4rem; 
    mix-blend-mode: multiply;
}
.mi20-accueil-intro-texte p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.mi20-accueil-intro-texte  .mi20-bouton-lien {
    background-position: right 2rem center;
    padding: 2rem 6rem 2rem 2rem;
    width: 100%;
}
.mi20-accueil-intro-texte .lien-titre {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.mi20-accueil-chiffres {
    padding: 1rem;
    margin-bottom: 4rem;
}
.mi20-accueil-chiffres .tetiere {
    color: var(--bleu);
}
.mi20-chiffres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.couple-chiffre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 14rem;
    margin-bottom: 2rem;
    position: relative;
}
.couple-chiffre:nth-of-type(1) * {
    background-color: var(--rouge);
}
.couple-chiffre:nth-of-type(2) * {
    background-color: var(--bleu);
}
.couple-chiffre:nth-of-type(3) * {
    background-color: var(--rose);
}
.couple-chiffre:nth-of-type(4) * {
    background-color: var(--gris);
}
.couple-chiffre:nth-of-type(5) * {
    background-color: var(--rouge);
}
.mi20-chiffre {
    color: #fff;
    font-size: 3rem;
    display: inline-block;
    padding: 1.6rem;
    border-radius: 3rem;
    background-color: var(--vert);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.mi20-chiffre-legende {
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    padding: 2.5rem 2rem;
    border-radius: 4rem;
    position: relative;
    
    z-index: 3000;
    mix-blend-mode: multiply;
}
.couple-chiffre:nth-of-type(1) {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}
.couple-chiffre:nth-of-type(2) {
    -webkit-transform: translate(2rem, 8rem);
    transform: translate(2rem, 8rem);
}
.couple-chiffre:nth-of-type(3) {
    -webkit-transform: translate(2rem, 5rem);
    transform: translate(2rem, 5rem);
}
.couple-chiffre:nth-of-type(4) {
    -webkit-transform: translate(2rem, -2rem);
    transform: translate(2rem, -2rem);
}
.couple-chiffre:nth-of-type(5) {
    -webkit-transform: translate(1rem, 8rem);
    transform: translate(1rem, 8rem);
}
.couple-chiffre:nth-of-type(1) .mi20-chiffre-legende {
    margin-top: -1rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}
.couple-chiffre:nth-of-type(2) .mi20-chiffre-legende {
    margin-top: -1rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.couple-chiffre:nth-of-type(3) .mi20-chiffre-legende {
    margin-top: -1.5rem;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
}
.couple-chiffre:nth-of-type(4) .mi20-chiffre-legende {
    margin-top: -1rem;
}
.couple-chiffre:nth-of-type(5) .mi20-chiffre-legende {
    margin-top: -1rem;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
}
/* projet */
.mi20-projet .mi20-header {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mi20-projet-intro-texte {
    background-color: var(--rose);
    margin: 0 1rem;
    padding: 4rem 4rem 1rem 4rem;
    color: #fff;
    border-radius: 0 0 4rem 4rem;
}
.mi20-projet-intro-texte h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.mi20-projet-intro-texte p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.mi20-projet-intro-photo {
    background-color: var(--vert);
    padding: 4rem;
    border-radius: 4rem;
    margin: -2rem 1rem 8rem;
    mix-blend-mode: multiply;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 4rem;
}
.mi20-projet-intro-photo img {
    border-radius: 4rem;
}
.lightbox {
  display: none; 
  position: fixed; 
  z-index: 100000; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.7); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
  cursor: pointer; 
}
.mi20-projet-enjeux {
    padding: 0 1rem;
    margin-bottom: 8rem;
}
.mi20-projet-enjeux .tetiere {
    color: var(--bleu);
}
.flex-enjeux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mi20-projet-enjeu {
    border-radius: 4rem;
    background-color: var(--bleu);
    padding: 2rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 90%;
    margin-bottom: -1rem;
    mix-blend-mode: multiply;
}
.mi20-projet-enjeu:nth-of-type(even) {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.mi20-projet-acteurs {
    background: var(--gris);
    padding: 4rem 0 8rem;
    position: relative;
} 
.mi20-projet-acteurs .tetiere {
    color: #fff;
    margin-left: 1rem;
}
/* carrousel */
.carrousel-acteurs {
    padding: 1rem;
}
.carousel-cell {
    background-color: #fff;
    border-radius: 4rem;
    padding: 2rem;
    height: 45rem;
    width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4rem;
/*    margin: 0 2rem;*/
    overflow: hidden;
}
.carousel-cell.is-expanded {
    width: 60rem;
}
.carte-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10rem;
    width: 26rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 26rem;
    flex: 1 0 26rem;
}
.carousel-cell h3 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

.carousel-cell button {
    border: 0;
    background-color: transparent;
    background-image: url(../img-MI20/ouvrir.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 2.4rem;
}
.carte-masquee {
    padding: 2rem;
}
.carte-masquee p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.mi20-projet-acteurs .flickity-prev-next-button .flickity-button-icon {
    width: 6.5rem;
    height: 6.5rem;
}
.mi20-projet-acteurs .flickity-button {
    background: rgba(0,0,0,0);
}
.mi20-projet-acteurs .flickity-button-icon {
    fill: #fff;
}
.mi20-projet-acteurs .flickity-prev-next-button {
    width: 6.5rem;
    height: 6.5rem;
    bottom: -11rem; 
    top: auto;
}
.mi20-projet-acteurs .flickity-prev-next-button.next, 
.mi20-projet-acteurs  .flickity-prev-next-button.previous {

    
}

.mi20-projet-acteurs .flickity-prev-next-button.next {
    right: 1rem;
}
.mi20-projet-acteurs  .flickity-prev-next-button.previous {
    left: 1rem;
}
.mi20-projet-acteurs  .flickity-prev-next-button.next .flickity-button-icon {
    position: relative;
    top: -1rem;
    left: -2rem;
}
.flickity-button:active,
.flickity-button:focus,
.flickity-button:hover {
    opacity: 1;
    background: rgba(0,0,0,0) !important;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.mi20-projet-comparaison {
    padding: 1rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.mi20-projet-comparaison .tetiere {
    color: var(--gris);
}
.mi20-projet-comparaison .btn-detail {
    border: 0;
    background-color: rgba(0,0,0,0);
    color: var(--gris);
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mi20-projet-comparaison .btn-detail::before {
    content: url(../img-MI20/fleche-grise.svg);
    margin-right: 2rem;
}
.mi20-projet-comparaison .btn-detail.active::before {
    -webkit-transform: rotate(180deg) translateY(.5rem);
    transform: rotate(180deg) translateY(.5rem);
}
.mi20-projet-comparaison-contenu {
    font-size: 1.4rem;
    margin-top: 2rem;
}
.mi20-projet-comparaison-contenu ol {
    list-style: decimal inside;
}
.mi20-projet-comparaison-contenu li {
    margin-bottom: 1rem;
}
.mi20-projet .mi20-accueil-chiffres .tetiere {
    color: var(--rose);
}
.mi20-projet .couple-chiffre:nth-of-type(1) *,
.mi20-projet .couple-chiffre:nth-of-type(2) *,
.mi20-projet .couple-chiffre:nth-of-type(3) *,
.mi20-projet .couple-chiffre:nth-of-type(4) *,
.mi20-projet .couple-chiffre:nth-of-type(5) *,
.mi20-projet .couple-chiffre:nth-of-type(6) * {
    background-color: var(--rose);
}
.mi20-projet .couple-chiffre:nth-of-type(1),
.mi20-projet .couple-chiffre:nth-of-type(2),
.mi20-projet .couple-chiffre:nth-of-type(3),
.mi20-projet .couple-chiffre:nth-of-type(4),
.mi20-projet .couple-chiffre:nth-of-type(5),
.mi20-projet .couple-chiffre:nth-of-type(6) {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
}
.mi20-projet .couple-chiffre:nth-of-type(6) .mi20-chiffre-legende {
    margin-top: -1rem;
}
/* travaux */
.mi20-travaux .mi20-header {
    background-image: url(../img-MI20/mi20-travaux-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mi20-travaux-intro-texte {
    background-color: var(--bleu);
    margin: 0 1rem 8rem 1rem;
    padding: 4rem 4rem 1rem 4rem;
    color: #fff;
    border-radius: 0 0 4rem 4rem;
}
.mi20-travaux-intro-texte h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.mi20-travaux-adaptation {
    background: var(--vert);
    padding: 4rem 0 8rem;
    margin-bottom: 4rem;
}
.mi20-travaux-adaptation .tetiere {
    color: #fff;
    margin-left: 1rem;
}
.carrousel-adaptation {
    padding: 1rem;
}
.mi20-travaux-adaptation .carousel-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 38rem;
    height: 38rem;
    padding: 4rem;
    margin-left: 4rem;
}
.mi20-travaux-adaptation .carousel-cell p {
    font-size: 1.6rem;
}
.mi20-travaux-adaptation .carousel-cell img {
    border-radius: 4rem;
}
.mi20-travaux-adaptation .flickity-prev-next-button {
    background: rgba(0,0,0,0);
    top: auto;
    bottom: -6rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mi20-travaux-adaptation .flickity-button-icon {
    fill: #fff;
    width: 6.5rem !important;
    height: 6.5rem !important;
}
.mi20-travaux-adaptation .flickity-prev-next-button .flickity-button-icon {

}
.mi20-travaux-adaptation .flickity-prev-next-button.next {
    right: 4rem;
    bottom: -4rem;
}
.mi20-travaux-adaptation .flickity-prev-next-button.next .flickity-button-icon {
    position: relative;
    top: 0rem;
    left: -.5rem;
}
.mi20-travaux-articles {
    padding: 0 1rem;
    margin-bottom: 4rem;
}
.mi20-travaux-articles .tetiere {
    color: var(--bleuRERB1);
}
.mi20-article {
    margin-bottom: 4rem;
}
.mi20-article a {
    text-decoration: none;
}
.mi20-article img {
    border-radius: 4rem;
    -webkit-box-shadow: .6rem .6rem 0 0 rgba(104,147,200,.6);
    box-shadow: .6rem .6rem 0 0 rgba(104,147,200,.6);
}
.mi20-article h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
}
.btn-articles {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    display: table;
    margin: 0 auto;
    padding: 1rem 3rem;
    background-color: var(--bleuRERB1);
    border-radius: 1rem;
}
.btn-articles:hover {
    background-color: var(--gris);
}
.mi20-travaux-gares {
    margin-bottom: 6rem;
}
.mi20-travaux-gares .wrapper {
    padding: 0 1rem;
}
.mi20-travaux-gares .tetiere {
    color: var(--rose);
}
.mi20-travaux-gares .legende-gares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.mi20-travaux-gares .legende-gares li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.encours::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #9AC20A;
    margin-right: 1rem;
    border-radius: 50%;
}
.termines::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #D41849;
    margin-right: 1rem;
    border-radius: 50%;
}
.carrousel-gares {
    padding-bottom: 6rem;
    position: relative;
}
.carrousel-gares .carousel-cell {
    width: 31.3rem;
    height: 45rem;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.carrousel-gares .flickity-prev-next-button {
    background: rgba(0,0,0,0);
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carrousel-gares .flickity-button-icon {
    fill: var(--rose);
    width: 6.5rem !important;
    height: 6.5rem !important;
}
.carrousel-gares  .flickity-prev-next-button .flickity-button-icon {
    position: static;
}
.carrousel-gares .flickity-prev-next-button.next {
    right: 4rem;
    bottom: 2rem;
}
.carrousel-gares  .flickity-prev-next-button.next .flickity-button-icon {
    position: relative;
    top: -.3rem;
    left: -.5rem;
}
/* liste articles */
.mi20-articles .mi20-header {
    background-image: url(../img-MI20/hero-page-projet-mi20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mi20-articles .mi20-titre-container::before {
    background-color: var(--rouge);
}
.mi20-articles-intro {
    margin-bottom: 6rem;
}
.mi20-articles-intro-texte {
    background-color: var(--rouge);
    margin: 0 1rem;
    padding: 4rem 4rem 1rem 4rem;
    color: #fff;
    border-radius: 0 0 4rem 4rem;
}
.mi20-articles-intro-texte h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.mi20-articles-intro-texte p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.mi20-article-date {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin: 2rem 0 1rem;
}
.mi20-article h2 {
    font-size: 2rem;
    margin: 1rem 0;
    font-weight: 600;
}
.mi20-article p {
    font-size: 1.6rem;
}
/* faq */
.mi20-faq .mi20-header {
    background-image: url(../img-MI20/hero-page-projet-mi20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mi20-faq .mi20-titre-container::before {
    background-color: var(--gris);
}
.mi20-faq-intro {
    margin-bottom: 6rem;
}
.mi20-faq-intro-texte {
    background-color: var(--gris);
    margin: 0 1rem;
    padding: 4rem 4rem 1rem 4rem;
    color: #fff;
    border-radius: 0 0 4rem 4rem;
}
.mi20-faq-intro-texte h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}
.mi20-faq-intro-texte p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.mi20-faq-lafaq {
    padding: 0 1rem;
}
.mi20-faq-lafaq .question-reponse {
    margin-bottom: 4rem;
}
.mi20-faq-lafaq .la-question {
    /* correction css */
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 3rem 0 0 0;
    position: static;
    font-weight: normal;
    color: var(--texte);
    font-size: 1.7rem;
}
.mi20-faq-lafaq .la-question.collapsible {
    font-weight: 600;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.mi20-faq-lafaq .la-question.collapsible::before {
    content: url(../img-MI20/fleche-grise.svg);
    display: block;
    width: 5.7rem;
    height: 5.7rem;
    margin-right: 1rem;
}
.mi20-faq-lafaq .la-question::after {
    display: none;
}
.mi20-faq-lafaq .la-question.collapsible.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mi20-faq-lafaq .panel {
    display: none;
    padding: 2rem;
    background-color: rgba(88,100,128,.3);
    border-radius: 4rem;
}
.mi20-faq-lafaq .panel p {
    font-size: 1.6rem;
    line-height: 1.6;
}


/* footer */
.mi20-footer {
    background-color: var(--bleuRERB1);
    padding: 1.7rem 2rem;
}
.mi20-footer span {
    color: #fff;
    display: inline-block;
}
@media only screen and (min-width:600px) { 
    /* accueil */
    .mi20-chiffres {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mi20-projet .mi20-chiffres {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* travaux */
    .mi20-articles-grid {
          display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 4rem;
        grid-row-gap: 4rem; 
    }
    .mi20-article {
        margin-bottom: 0;
    }
    .mi20-article h3 {
        font-size: 2.4rem;
        margin-top: 2rem;
    }
    .btn-articles {
        margin-top: 6rem;
    }
    
}
@media only screen and (min-width:800px) { 
    /* header */
    .mi20-header {
        height: 100vh;
    }
    #myVideo {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #menu-mi20 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 50vw;
    }
    #menu-mi20 li {
        margin-right: 2rem;
    }
    .mi20-titre-container {
        max-width: 50%;
    }
    .retour-blog {
        position: absolute;
        top: 1rem;
        right: 1rem;
        bottom: auto;
    }
    #myBtn {
        top: auto;
        bottom: 1rem;
    }
    /* accueil */
    .mi20-accueil-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 6rem;
    }
    .mi20-accueil-liens,
    .mi20-accueil-intro-texte {
        width: 50%;
    }
    .mi20-accueil-intro-texte {
        margin: 4rem 1rem 0 -3rem;
    }
/* projet */
    .mi20-projet-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mi20-projet-intro-texte {
        max-width: 50%;
    }
    .mi20-projet-intro-photo {
       margin-top: 6rem; 
    }
    .flex-enjeux {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-template-rows: auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-row-gap: 7rem;
        padding-left: 3rem;
    }
    .mi20-projet-enjeu {
        width: auto;
        margin: 0;
        -ms-flex-item-align: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4rem;
    }
    .mi20-projet-enjeu:nth-of-type(even),
    .mi20-projet-enjeu:nth-of-type(odd) {
        width: auto;
        margin: 0;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .mi20-projet-enjeu:nth-of-type(even) {
        -webkit-transform: translate(-3rem, 19rem);
        transform: translate(-3rem, 19rem);
    }
    /* travaux + articles + faq */
    .mi20-travaux-intro-texte,
    .mi20-articles-intro-texte,
    .mi20-faq-intro-texte{
        max-width: 50%;
    }
    .mi20-faq-lafaq {
        max-width: 80rem;
    }
    
    
    /* footer */
    .mi20-footer span {
        display: block;
        text-align: center;
        font-size: 1.4rem;
    }
}
@media only screen and (min-width:1000px) { 
   /* accueil */
    #myVideo {
        width: 100%;
        min-width: auto;
        background: #f0f0f0;
        max-height: 120%;
    }
    .mi20-accueil-chiffres {
        margin-bottom: 10rem;
    }
    .mi20-chiffre {
        font-size: 6rem;
    }
    .mi20-chiffre-legende {
        font-size: 2.2rem;
    }
    .couple-chiffre {
        max-width: 24rem;
    }
    .couple-chiffre:nth-of-type(2) .mi20-chiffre {
        -webkit-transform: translateX(3rem);
        transform: translateX(3rem);
    }
    .couple-chiffre:nth-of-type(4) .mi20-chiffre {
        -webkit-transform: translateX(6rem);
        transform: translateX(6rem);
    }
    /* projet */
    .mi20-projet-enjeu:nth-of-type(even) {
        -webkit-transform: translate(-3rem, 17rem);
        transform: translate(-3rem, 17rem);
    }
    .mi20-projet .mi20-chiffres {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mi20-projet .couple-chiffre {
        max-width: 18rem;
    }
    .mi20-projet .mi20-chiffre {
        font-size: 6rem;
    }
    .mi20-travaux-adaptation,
    .mi20-travaux-articles {
        margin-bottom: 8rem;
    }
}

@media only screen and (min-width:1200px) {
    .mi20-titre {
        font-size: 6rem;
    }
    .mi20-projet-enjeu:nth-of-type(even) {
        -webkit-transform: translate(-3rem, 14rem);
        transform: translate(-3rem, 14rem);
    }
    .mi20-articles .mi20-articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width:1400px) { 
    /* généraux */
    .tetiere {
        font-size: 8rem;
    }
    /* header */
    #menu-mi20,
    .mi20-titre-container {
        --largeurA: calc(100% - 140rem);
        --largeurB: calc(var(--largeurA) / 2);
        left: var(--largeurB);
    }
    #menu-mi20 {
        padding-left: 0;
    }
    .retour-blog {
        --largeurA: calc(100% - 140rem);
        --largeurB: calc(var(--largeurA) / 2);
        right: var(--largeurB);
    }
    .mi20-titre-container {
        width: 72rem;
    }
    .mi20-titre {
        font-size: 8rem;
    }
    /* accueil */
    .mi20-accueil-liens, 
    .mi20-accueil-intro-texte {
        width: 72rem;
        min-width: 72rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 72rem;
        flex: 0 1 72rem;
        padding: 10rem 14rem;
    }
    .mi20-accueil-intro-texte {
        padding-bottom: 4rem;
    }
    .mi20-accueil-liens {
        margin: 0;
        
    }
    .mi20-accueil-intro-texte {
        margin: 4rem 0 0 -4rem;
    }
    .mi20-bouton-lien {
        margin-bottom: 8rem;
    }
    .mi20-bouton-lien .lien-titre {
        font-size: 4rem;
    }
    .mi20-accueil-intro-texte .mi20-bouton-lien  .lien-titre {
        font-size: 3rem;
    }
    .mi20-bouton-lien .lien-sous-titre {
        font-size: 2.4rem;
    }
    .mi20-chiffre {
        font-size: 8rem;
    }
    .mi20-chiffre-legende {
        font-size: 2.6rem;
    }
    /* projet */
    .mi20-projet-enjeux {
        margin-bottom: 0;
    }
    .flex-enjeux {
        padding-left: 0;
        margin-bottom: 16rem;
    }
    .mi20-projet-intro-texte {
        margin: 0 4rem 0 0;
        width: 72rem;
        max-width: 72rem;
        padding: 12rem;
    }
    .mi20-projet-intro-texte h2 {
        font-size: 4rem;
    }
    .mi20-projet-intro-photo {
        max-width: 56rem;
    }
    /* travaux */
    .mi20-travaux-intro-texte,
    .mi20-articles-intro-texte,
    .mi20-faq-intro-texte {
        max-width: 72rem;
        margin-left: 0;
    }
    .mi20-travaux-articles {
        padding: 0;
    }
}
