/* variables var(--base); 
var(--font-title);
*/

:root {
    --main-color: #C1161D;
    --color2: #F4C200;
    --grey-light: #F0EDE8;
    --dark: #000;
    --font-title: 'Open Sans Condensed', sans-serif;
    --font-content: 'Open Sans', sans-serif;
    --font-weight-bold: 700;
    --font-weight-normal: 400;
    --font-weight-title-light: 300;
}

html {
    font-size: 16px;
    line-height: 1.3em;
}

#villes li {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    list-style: disc;
    color: black;
}

#presse .text {
    font-family: var(--font-content);
    font-size: 26px;
    color: #FFFFFF;
    line-height: 42px;
    max-width: 917px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.video-press {
    height: 720px;
    width: 1280px;
    margin-top: 2rem;
}

.video-equipe {
    height: 150px;
    width: 150px;
    margin: 2rem;
}

@media (max-width:657px) {
    .video-equipe {
        height: 150px;
        width: 150px;
        margin-top: 1rem;
    }
}

@media (max-width: 1280px) {
    .video-press {
        height: 405px;
        width: 720px;
        margin-top: 1rem;
    }
}

@media (max-width: 854px) {
    .video-press {
        height: 360px;
        width: 640px;
        margin-top: 1rem;
    }
}

@media (max-width: 640px) {
    .video-press {
        height: 240px;
        width: 426px;
        margin-top: 1rem;
    }
}

@media (max-width: 426px) {
    .video-press {
        width: 200px;
        height: 112px;
        margin-top: 1rem;
    }
    #video .col-text {
        margin-bottom: 1rem;
        text-align: center;
    }
}

/* --------------------------------------- 
General Clear
 --------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: var(--main-color);
}

.u-none:hover {
    text-decoration: none;
}

.url-simple {
    text-decoration: underline;
    text-underline-position: under;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

b, strong, .bold {
    font-weight: bold;
}

ol, ul {
    list-style: circle;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

ul {
    padding-left: 30px;
}

footer {
    padding: 3rem;
}

p {
    margin-bottom: 2rem;
}

footer .logo-elzevir img {
    max-width: 100px;
}

footer .logo-elzevir {
    margin-right: 2rem;
}

/* --------------------------------------- 
BODY
 --------------------------------------- */

body {
    /*	display: table;
	width: 100%;
	position: relative;*/
    font-family: var(--font-content) !important;
    font-weight: var(--font-weight-normal);
    font-size: 1.1rem;
    /*line-height: 1.7em;*/
    background-color: #1A1A1A;
    color: #fff;
}

h1 {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 5px 5px 18px #000;
}

@media (max-width: 769px) {
    h1 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 30px;
        text-align: center;
        margin-top: 5rem;
    }
    .coup-coeur {
        margin-top: 2rem;
    }
}

/* --------------------------------------- 
CONTAINERS
 --------------------------------------- */

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
    padding-left: 60px;
}

.container-fluid2 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
    padding-left: 60px;
}

section {
    margin-bottom: 10rem;
}

section#inscription {
    margin-bottom: 0rem;
}

section#attente {
    margin-bottom: 0rem;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

/* --------------------------------------- 
btn
 --------------------------------------- */

.btn a {
    text-decoration: none;
}

.btn {
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    border-radius: 22px;
    font-size: 18px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    border-color: #000;
    font-family: var(--font-content);
    font-weight: var(--font-weight-bold);
}

.btn-primary {
    background: #000;
    border-radius: 22px;
}

.btn-primary:hover, .btn-outline-white:hover, .btn-primary:visited, .btn-primary:focus, .btn-white {
    background: #fff;
    color: var(--main-color);
    border-color: var(--main-color);
    font-weight: var(--font-weight-bold);
}

.btn-white {
    border-color: #fff;
}

.btn-outline, .btn-white:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 22px;
    text-decoration: none;
}

.btn-white:hover {
    color: #fff;
    background-color: unset;
    border-color: #fff;
    ;
}

.btn-outline-white {
    border: 1px solid #fff;
    font-weight: var(--font-weight-bold);
    color: #fff;
    border-radius: 26px;
    font-family: var(--font-content);
    text-align: center;
}

/* menu */

.nav-link {
    text-transform: uppercase;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    color: #fff;
}

.navbar li {
    display: inline;
}

.nav-link:after {
    content: "|";
    padding-left: 1rem;
}

.nav-item:last-child .nav-link:after, .nav-item:nth-child(1).nav-link:after {
    content: "";
    padding-left: 0rem;
}

.navbar-toggler-icon {
    border-color: unset,
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--color2);
    font-weight: var(--font-weight-bold);
}

.navbar-light .navbar-toggler {
    color: var(--color2);
    border-color: unset;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color2);
}

.font-title {
    font-family: var(--font-title);
    text-transform: uppercase;
}

.title-page {
    margin-top: 5rem;
}

.title-page h1 {
    font-size: 60px;
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
}

@media (max-width: 400px) {
    .title-page-partenaire {
        font-size: 55px !important;
    }
}

#topheader {
    background-image: linear-gradient(1deg, rgba(0, 0, 0, 0.00) 20%, rgba(0, 0, 0, 0.65) 71%);
    position: absolute;
    width: 100%;
}

.navbar-brand {
    padding-top: 0rem;
}

.btn-ambassad {
    background-color: var(--color2);
    color: #000 !important;
}

.btn-ambassad.nav-link {
    color: #000;
}

.navbar-toggler {
    border: unset;
}

.modal-dialog .nav-link {
    font-family: var(--font-title);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold);
}

.modal-dialog .nav-link:hover {
    color: var(--color2) !important;
}

.mark, mark {
    padding: .2em;
    background-color: var(--color2) !important;
    color: #000 !important;
}

.modal-dialog .nav-link:after {
    content: "";
}

/* --------------------------------------- 
GENERAL*/

.color2 {
    color: var(--color2);
}

.une {
    background-image: url('../img/photos/tracteur-home.jpg');
    background-color: unset;
    background-position: top;
    background-size: cover;
    height: 700px;
    width: 100%;
}

@media (min-width:1900px) {
    .une {
        background-position: top -50px right 0px;
    }
}

.une-interieur {
    height: 476px;
    background-position: center;
}

.une-equipe {
    background-image: url('../img/header/image-1-le-film.jpg');
}

.une-ambassadeur {
    background-image: url('../img/header/image-1-projections.jpg');
    /* background-position-y: bottom; */
}

.une-partenaire {
    background-image: url('../img/photos/tracteur.jpg');
}

.une-press {
    background-image: url(../img/header/image-1-presse.jpg);
}

.une-partenaire {
    background-image: url(../img/header/image-1-ils-nous-soutiennent.jpg);
    background-position: top -200px right 0px;
    background-repeat: no-repeat;
}

@media (max-width: 1800px) {
    .une-partenaire {
        background-image: url(../img/header/image-1-ils-nous-soutiennent.jpg);
        background-position: top 0px right 0px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 888px) {
    .une-partenaire {
        background-image: url(../img/header/image-1-ils-nous-soutiennent.jpg);
        background-position: top 0px right 0px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 719px) {
    .une-partenaire {
        background-image: url(../img/header/image-1-ils-nous-soutiennent.jpg);
        background-position: top 0px right -100px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 500px) {
    .une-partenaire {
        background-image: url(../img/header/image-1-ils-nous-soutiennent.jpg);
        background-position: top 0px right -300px;
        background-repeat: no-repeat;
    }
}

/*
.coup-coeur {
    position: absolute;
    right: 6rem;
    top: 25rem;
}
*/

.navbar {
    font-family: var(--font-content);
    font-size: 15px;
    color: var(--dark);
    letter-spacing: 1.4px;
    text-align: center;
    padding: 0rem 3rem 3rem 7rem;
}

#hero {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

.citation {
    font-style: italic;
    color: var(--color2);
    font-family: var(--font-content);
    font-size: 30px;
    padding-right: 2rem;
}

.bloc-hero {
    font-size: 41px;
    color: #FFFFFF;
    line-height: 54px;
    background-image: url('../img/photos/route.jpg');
    background-size: cover;
    background-position: center;
    min-height: 466px;
}

.text-hero {
    background-color: var(--main-color);
    padding: 5rem;
    margin-left: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.text-hero2 {
    background-color: var(--main-color);
    padding: 3.7rem;
    right: 0px;
    z-index: 10;
    font-size: 51px;
    color: #FFFFFF;
    line-height: 54px;
    position: absolute;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-title);
    /* max-width: 500px; */
    min-width: 50%;
    height: 350px;
}

.text-hero .text-h2, .text-hero2 .text-h2 {
    font-family: var(--font-title);
    font-weight: var(--font-weight-title-light);
    font-size: 29px;
    color: #FFFFFF;
    line-height: 32px;
    min-width: 343px;
}

#intro {
    text-align: center;
}

.subtitle {
    font-size: 24px;
}

#inscription .title {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 48px;
    color: var(--dark);
    text-align: center;
    line-height: 46px;
}

#inscription {
    font-family: var(--font-title);
    font-size: 26px;
    color: var(--dark);
    text-align: center;
    line-height: 42px;
    background-color: var(--color2);
    padding: 2.5rem 0rem;
}

#info {
    background-color: var(--main-color);
    color: #fff;
    padding: 5rem;
    font-family: var(--font-content);
    font-size: 1.5rem;
    line-height: 2rem;
}

.info-situation p {
    margin-bottom: 0rem;
}

.margin-info {
    margin-left: 1rem;
}

@media (max-width: 769px) {
    .responsive-info {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .info-situation {
        margin-top: 2rem;
        margin-bottom: -0.2rem;
    }
    .margin-info {
        margin-left: 0rem;
    }
    #info p {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    #info {
        padding: 1rem;
    }
}

#projet {
    font-family: var(--font-content);
    font-size: 24px;
    color: var(--dark);
    line-height: 41px;
}

#newsletter {
    background-color: var(--color2);
}

#ambassador {
    background-color: var(--main-color);
    color: #fff;
    padding: 5rem;
}

@media (max-width: 500px) {
    #ambassador {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

#ambassador .card {
    background-color: var(--main-color) !important;
    border: 0px solid transparent !important;
}

#ambassador .card-header {
    background-color: transparent;
    border-bottom: unset;
}

#ambassador p {
    color: white;
}

#ambassador .btn {
    border-color: white;
    margin: auto;
}

#ambassador .btn-block {
    width: unset;
    display: unset;
}

.title {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 46px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.big-title {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color);
    max-width: 647px;
    margin-right: auto;
    font-weight: var(--font-weight-bold);
}

.big-title2 {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.3;
    font-weight: var(--font-weight-bold);
}

.big-title-home {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    color: black;
    margin-bottom: 2rem;
    padding-top: 3rem;
}

.big-title-home2 {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    color: white;
    text-align: center;
}

.title-interieur {
    text-align: center;
    max-width: unset;
    margin-top: 5rem;
}

#intro .big-title {
    max-width: unset;
    margin-top: 5rem;
}

.line-title {
    background-color: var(--main-color);
    height: 4px;
    width: 75%;
    margin-top: 2rem;
    max-width: 300px;
    margin-bottom: 3rem;
}

.line-white {
    background-color: #fff;
}

.icon {
    border: 1px solid #000000;
    border-radius: 60px;
    padding: 2rem;
    width: 105px;
    height: 105px;
    margin-bottom: 3rem;
}

.icon img {
    margin-left: -15px;
    margin-top: -13px;
}

.emphase {
    font-family: var(--font-content);
    font-size: 24px;
    color: var(--main-color);
    line-height: 33px;
}

#ambassador .icon {
    border-color: #fff;
}

#ambassador .item {
    padding: 3rem;
}

#ambassador .text {
    font-family: var(--font-content);
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    max-width: 917px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

#ambassador .icon.bg-white {
    width: 136px;
    height: 136px;
    border: 1px solid #fff;
    border-radius: 80px;
    margin-left: unset;
    margin-right: unset;
}

#ambassador .icon.bg-white img {
    margin-left: unset;
    margin-top: unset;
}

section#ambassador, section#newsletter {
    margin-bottom: 0px;
}

#newsletter {
    padding: 3rem;
}

#newsletter .title {
    color: var(--dark);
    text-align: center;
    font-size: 36px;
}

#mc_embed_signup {
    background: unset;
    font-size: 1rem;
}

#mc_embed_signup .button, #mc_embed_signup input.email {
    font-size: 1.2rem;
    font-family: var(--font-content);
    border-radius: 10px;
}

#mc_embed_signup input.email {
    padding: 1.5rem;
}

#mc_embed_signup .button {
    border-radius: 10px;
    height: 50px;
}

#synopsis .container-fluid {
    max-width: 2200px;
}

/* .p-partenaires section#ambassador {
    margin-bottom: 8rem;
} */

#mc_embed_signup .button, .btn-red {
    background-color: var(--main-color);
    color: #fff;
}

.btn-red:hover {
    background-color: #F4C200;
    color: #000;
}

.btn, .button {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-title);
    font-size: 18px;
    text-transform: uppercase;
}

.btn-yellow {
    border-radius: 6px;
    background-color: var(--color2);
    color: #000;
}

.btn-yellow:hover {
    background-color: var(--main-color);
    color: #fff;
}

/*pages interieures */

.head-title {
    margin-top: 4rem;
    /* font-weight: var(--font-weight-bold);*/
}

.interieur .title {
    /* color: var(--main-color); */
    color: var(--color2);
    font-size: 24px;
    text-align: left;
    margin-bottom: 2rem;
}

.p-equipe img {
    max-height: 300px;
    max-width: 315px;
}

.p-equipe .title {
    font-size: 34px;
    font-weight: var(--font-weight-bold)
}

#mosaïque-partenaires .item {
    text-align: center;
    margin-bottom: 2rem;
}

#mosaïque-partenaires .item img {
    max-height: 130px;
    width: auto;
    max-width: 290px;
}

#ambassador .title {
    color: #fff;
}

#synopsis img {
    max-width: 75%;
}

/* devenez ambassadeur */

.interieur .text-h1 {
    font-weight: var(--font-weight-bold);
    font-size: 28px;
    margin-bottom: 2rem;
}

.cadre {
    border: 1px solid var(--color2);
    padding: 1rem;
    border-radius: 10px;
    font-size: 24px;
    font-family: var(--font-content);
    color: var(--color2);
    margin-bottom: 2rem;
    max-width: 500px;
    font-weight: var(--font-weight-bold);
}

.main-color {
    color: var(--main-color);
}

.puce {
    margin-top: 6px;
    margin-right: 1rem;
}

.p-ambassadeur #ambassador .title {
    font-size: 28px;
}

.p-ambassadeur #ambassador p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.bloc-red, .bloc-yellow, .bloc-black {
    padding: 7rem 0rem 7rem;
    margin-bottom: 0px;
}

.bloc-red {
    background-color: var(--main-color);
}

.bloc-red .line-title {
    background-color: #fff;
    max-width: 180px;
}

.title-red .line-title, .bloc-red .line-title, .bloc-yellow .line-title {
    margin-top: 0.6rem;
}

.title-red {
    color: var(--main-color);
}

.title-red .line-title {
    margin-top: 0.6rem;
}

.bloc-yellow {
    background-color: var(--color2);
    color: #000;
}

.bloc-yellow .line-title {
    background-color: #000;
}

.two-cols {
    column-count: 2;
    column-gap: 3rem;
}

.title-interview {
    font-size: 31px;
    color: #000000;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-title);
}

.subtitle2 {
    margin-bottom: 5rem;
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 30px;
}

#team .img-realisateur {
    max-height: unset;
    width: 100%;
    height: auto;
}

.bloc-team {
    margin-bottom: 5rem;
}

.title-max-width {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

#projections .title-page h1 {
    font-size: 48px;
}

#projections .une-interieur {
    height: unset;
    min-height: 600px;
}

.btn-hero {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
}

.btn-hero:hover {
    background-color: #F4C200;
    border: 2px solid #F4C200;
    color: #000;
    text-decoration: none;
}

.day {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 89px;
    color: #FFFFFF;
    text-align: center;
}

.month, .year {
    font-family: var(--font-title);
    font-weight: var(--font-weight-title-light);
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    margin-left: 1rem;
}

.location {
    margin-bottom: 2rem;
}

.address, .location {
    font-family: var(--font-content);
    font-weight: var(--font-weight-title-light);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 0.8rem;
}

.whenwhere {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 24px;
    line-height: 1.2;
    /* text-transform:uppercase; */
}

.journal {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 1.875rem;
    line-height: 1.2;
    /* text-transform:uppercase; */
}

@media (max-width:343px) {
    .journal {
        font-size: 1.5rem;
        line-height: 1.2;
        /* text-transform:uppercase; */
    }
}

.lien-journal {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 1.25rem;
}

.publication {
    font-family: var(--font-content);
    font-size: 1.25rem;
}

.address {
    margin-top: 2rem;
}

.status {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 0.5rem;
    max-width: 147px;
}

.success {
    background-color: #009688;
}

.warning {
    background-color: #F4C200;
    color: #000;
}

.danger {
    background-color: #C1161D;
}

.locator {
    margin-bottom: 1rem;
}

.list-locator {
    margin-top: 5rem;
}

.locator img {
    margin-right: 1rem;
}

.reservation {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 22px;
    color: #fff;
    margin-bottom: 2rem;
    text-decoration: underline;
    text-underline-position: under;
    margin-top: 2rem;
}

.reservation a:hover {
    color: #F4C200;
    text-underline-position: under;
}

.projection-item {
    margin-bottom: 3rem;
    border-right: 1px solid #979797;
    padding-left: 3rem;
}

.publication-item {
    margin-bottom: 2rem;
    border-right: 1px solid #979797;
    padding-left: 3rem;
}

.publication-end {
    border-right: none;
}

.publication-item:nth-child(3n), .publication-item:last-child {
    border-right: 0px solid #979797;
}

.projection-item:nth-child(3n), .projection-item:last-child {
    border-right: 0px solid #979797;
}

#become .big-title2 {
    font-size: 40px;
}

.select-region .custom-select {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 2px solid #FFF;
    margin-bottom: 5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    padding: 0.4rem 2rem 0.4rem 2rem;
    font-size: 26px;
    border-radius: 30px;
    background: url('../img/icons/select.svg') no-repeat right 1.5rem center/16px 10px;
    height: unset;
    margin-top: 2rem;
}

.anchors {
    margin-top: 3rem;
}

.anchorlink {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 20px;
    color: #929292;
    text-align: right;
    border-right: 1px solid #929292;
    padding: 0 2rem 0 0;
}

.link-end {
    border-right: none;
}

.anchorlink:hover {
    color: #fff;
    text-decoration: none;
}

/* .bloc-upload a{display:inline-block;} */

.form-contact .container {
    padding: 3rem;
}

.form-contact input, .form-contact textarea {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: rgba(193, 22, 29, 0);
    color: #fff;
}

.form-contact input::placeholder, .form-contact textarea::placeholder {
    color: #fff;
}

.bloc-upload img {
    max-height: 476px;
}

.bloc-upload .col-text {
    max-width: 450px;
}

.bloc-right img {
    margin-left: auto;
    padding-right: 3rem;
}

.bloc-left img {
    padding-left: 3rem;
}

.bloc-left .col-img {
    margin-right: auto;
}

.bloc-left .btn {
    margin-right: 0px;
}

.bloc-left .big-title2 {
    text-align: right;
}

.bloc-left .line-title {
    margin-left: auto;
}

.bloc-left .col-text {
    text-align: right;
    margin-left: auto;
}

.bloc-right .col-text {
    margin-right: auto;
}

.bloc-right .col-img {
    margin-left: auto;
}

.card-credit {
    display: inline;
}

.card-columns {
    margin-top: 4rem;
}

.card img {
    width: 100%;
    height: auto;
}

.bloc-right .col-md-auto {
    margin-left: auto;
}

@media (max-width:990px) {
    .projection-item:nth-child(3n), .projection-item:last-child {
        border-right: 1px solid #979797;
    }
    .projection-item:nth-child(2n), .projection-item:last-child {
        border-right: 0px solid #979797;
    }
}

@media (max-width:767px) {
    .projection-item:nth-child(3n), .projection-item:last-child {
        border-right: 0px solid #979797;
    }
    .projection-item {
        border-right: 0px solid #979797;
        border-bottom: 1px solid #979797;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 4rem 0 4rem;
        padding-bottom: 6rem;
    }
    /* .publication-item:nth-child(3n), .publication-item:last-child {
        border-right: 0px solid #979797;
    }
    .publication-item {
        border-right: 0px solid #979797;
        border-bottom: 1px solid #979797;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 4rem 0 4rem;
        padding-bottom: 6rem;
    } */
}

@media (max-width:991px) {
    .publication-item:nth-child(3n), .publication-item:last-child {
        border-right: 1px solid #979797;
    }
    .publication-item:nth-child(2n), .publication-item:last-child {
        border-right: 0px solid #979797;
    }
}

@media (max-width:768px) {
    .publication-item:nth-child(3n), .publication-item:last-child {
        border-right: 0px solid #979797;
    }
    .publication-item {
        border-right: 0px solid #979797;
        border-bottom: 1px solid #979797;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        /* padding: 0 4rem 0 4rem; */
        padding-bottom: 2rem;
        padding-left: 0rem;
    }
    .publication-item:last-child {
        border-bottom: 0px solid #979797;
    }
}

@media (max-width:455px) {
    .projection-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*--------- Medias queries --------------- */

@media (max-width:1300px) {
    .text-hero2 {
        max-width: 500px;
    }
    .text-hero2 {
        font-size: 41px;
        line-height: 54px;
    }
    .text-hero .text-h2, .text-hero2 .text-h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width:1200px) {
    .container-fluid2, .container {
        padding-right: 60px;
        padding-left: 60px;
    }
    .navbar img {
        max-width: 210px;
    }
}

@media (max-width:1024px) {
    .navbar {
        padding: 0rem 1rem 2rem 2rem;
    }
    .navbar img {
        max-width: 150px;
        max-height: 150px;
    }
    .navbar .nav-link .big-title {
        font-size: 56px;
        line-height: 60px;
    }
    .title {
        font-size: 39px;
    }
    #mosaïque-partenaires .item img {
        max-width: 190px;
    }
    #projections .title-page h1 {
        font-size: 45px;
        text-align: center !important;
    }
    .line-btn, #projections .title-page {
        margin-right: auto;
    }
    .line-btn {
        text-align: center;
    }
}

@media (max-width:990px) {
    .text-hero2 {
        max-width: 400px;
        font-size: 37px;
        line-height: 44px;
    }
    #mosaïque-partenaires .item img {
        max-width: 170px;
    }
    .nav-link::after {
        content: "";
        padding-left: 0rem;
    }
    .navbar-collapse {
        border-bottom: 1px solid var(--grey-light);
        /* border-top:1px solid var(--grey-light); */
        padding: 2rem;
        text-align: left;
    }
    .big-title {
        font-size: 52px;
        line-height: 60px;
    }
    .big-title_2 {
        font-size: 52px;
        line-height: 60px;
    }
    .big-title_3 {
        font-size: 52px;
        line-height: 60px;
    }
    .title {
        font-size: 39px;
    }
    #become .big-title2 {
        font-size: 35px;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

#size-video {
    margin-top: 0rem;
}

@media (max-width: 690px) {
    .size-video {
        width: 300px;
    }
    .big-title_2 {
        padding-top: 4rem;
    }
}

@media (max-width: 350px) {
    #size-video {
        width: 200px;
        margin-top: -5rem;
        margin-bottom: -3rem;
    }
    .big-title_2 {
        margin-top: 2rem;
        padding-top: 3rem;
    }
}

@media (max-width: 500px) {
    #size-video {
        margin-top: -5rem;
        margin-bottom: -3rem;
    }
    .big-title_2 {
        margin-top: 2rem;
        padding-top: 3rem;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media all and (max-width: 768px) {
    .bloc-red, .bloc-yellow, .bloc-black {
        padding: 4rem 0rem 4rem;
        margin-bottom: 0px;
    }
    .big-title2 {
        font-size: 40px;
    }
    .two-cols {
        column-count: 1;
    }
    .citation {
        font-size: 18px;
    }
    #synopsis p {
        max-width: 100%;
    }
    body {
        font-size: 1rem;
    }
    .big-title {
        font-size: 47px;
        line-height: 60px;
    }
    .title {
        font-size: 36px;
    }
    section {
        margin-bottom: 5rem;
    }
    .col-12 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 1.5rem;
    }
    #mosaïque-partenaires .item img {
        max-width: 150px;
    }
    .line-title {
        margin-top: 1.2rem;
    }
    .container-fluid2, .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .text-hero2 {
        position: relative;
        margin-top: -100px;
    }
    #hero {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    #hero .line-title {
        margin-bottom: 1.7rem;
    }
    #ambassador .text {
        font-size: 23px;
        line-height: 35px;
    }
    #projet, #inscription, #intro {
        font-size: 20px;
        line-height: 32px;
    }
    #inscription {
        padding: 2rem;
    }
    #inscription .title {
        font-size: 40px;
    }
    .text-hero2 {
        max-width: 100%;
    }
    footer .item {
        margin-bottom: 1rem;
    }
    @media (max-width:350px) {
        footer .font-title {
            display: flex;
            margin-bottom: 1rem;
        }
    }
    .interieur .text-h1 {
        font-size: 24px;
    }
    #projections .title-page h1 {
        font-size: 35px;
    }
    #projections .une-interieur {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }
    #projections .title-page {
        padding: 0px;
    }
    #become .big-title2 {
        font-size: 28px;
    }
    .bloc-left img {
        padding-left: 0rem;
    }
    .bloc-right img {
        padding-right: 0rem;
    }
    .bloc-upload .bloc-left {
        text-align: center;
    }
    .bloc-upload .big-title2 {
        text-align: center;
    }
    .bloc-upload .line-title {
        margin-right: auto;
        margin-left: auto;
        width: 100px;
    }
    .bloc-upload .col-text {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .bloc-upload .col-text, .bloc-upload .col-md-auto {
        margin-bottom: 2rem;
        text-align: center;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

/*
@media (max-width:700px) {
    
    .coup-coeur {
  
        display: flex;
        
         right: 1rem;
         top: 35rem;
         justify-content: center;
     }
  
}
   */

@media all and (max-width: 576px) {
    .text-hero2 {
        padding: 2rem;
    }
    footer img {
        max-width: 200px;
    }
    #mosaïque-partenaires .item img {
        max-width: 100px;
    }
    #btn-ambassadeur {
        flex-direction: column;
    }
    .text-hero2, .title {
        font-size: 30px;
        line-height: 34px;
    }
    .big-title {
        font-size: 40px;
        line-height: 50px;
    }
    .big-title_2 {
        font-size: 30px;
        line-height: 50px;
    }
    .big-title_3 {
        font-size: 40px;
        line-height: 50px;
    }
    #newsletter .title {
        line-height: 40px;
    }
    #ambassador .text {
        font-size: 18px;
        line-height: 25px;
    }
    .interieur .text-h1 {
        font-size: 20px;
    }
    h1 {
        text-align: center;
    }
    .btn-hero {
        margin-bottom: 1rem;
        display: inline-block;
    }
    #projections .une-interieur {
        padding-top: 7rem;
        padding-bottom: 5rem;
    }
    .select-region .custom-select {
        font-size: 18px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width:375px) {
    #projections .title-page h1 {
        font-size: 30px;
    }
    #projections .une-interieur {
        padding-top: 7rem;
        padding-bottom: 5rem;
    }
    .select-region .custom-select {
        font-size: 1rem;
        padding-left: 1.3rem;
    }
}

@media all and (max-width: 320px) {
    .text-hero2, .title {
        font-size: 26px;
        line-height: 30px;
    }
    .big-title {
        font-size: 32px;
        line-height: 40px;
    }
    .big-title_2 {
        font-size: 32px;
        line-height: 40px;
    }
    .big-title_3 {
        font-size: 32px;
        line-height: 40px;
    }
}

.ps-timeline-sec .container {
    position: relative;
    margin-top: 2rem;
}

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

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid transparent;
        padding-left: 0 !important;
        /* padding-top: 120px !important; */
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:first-child {
        border-left: 2px solid var(--main-color);
        border-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        border-left: 2px solid #80bcff;
        border-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) {
        border-left: 2px solid var(--color2);
        border-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: 90% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        margin: 0;
        bottom: 0 !important;
        height: 150px;
        /* margin-top: 2rem; */
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 140px !important;
        float: left !important;
        margin-left: 40px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-top {
        bottom: 70px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        height: 80px;
        /* margin-top: 2rem; */
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top p {
        margin: 0 auto !important;
        /* width: 80% !important; */
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        left: 40px;
        top: -17px;
    }
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 220px 0 390px 0;
    padding: 0;
    border-top: 2px solid transparent;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li:first-child {
    border-top: 2px solid var(--main-color);
}

.ps-timeline-sec .container ol.ps-timeline li:last-child {
    border-top: 2px solid #80bcff;
}

.ps-timeline-sec .container ol.ps-timeline li:nth-child(2) {
    border-top: 2px solid var(--color2);
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 33%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 25px;
    height: 25px;
    margin-left: -13px;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top p {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 2rem;
}

.brown {
    color: var(--main-color);
    font-weight: 800;
}

.red {
    color: var(--color2);
    font-weight: 800;
}

.blue {
    color: #80bcff;
    font-weight: 800;
}

.brown-span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.red-span {
    background-color: var(--color2);
    border-color: var(--color2);
}

.blue-span {
    background-color: #80bcff;
    border-color: #80bcff;
}

.margin-title {
    margin-top: -160px;
}

.footer-icon {
    width: 54px;
    margin-left: 0.6rem;
}

#mc_embed_signup input.email {
    width: 250px;
}

@media (max-width: 925px) {
    .mentions {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .margin-title {
        margin-top: 0px;
    }
    .footer-icon {
        width: 54px;
        margin-left: 0.6rem;
    }
    #mc_embed_signup input.email {
        width: 100%;
    }
}

#attente {
    background-image: url(../img/photos/champ@2x.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.black-bloc {
    background-color: #1A1A1A;
    padding: 5rem;
    text-align: center;
    max-width: 700px;
}

.title-wait {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 3rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 5px 5px 18px #000;
}

.txt-wait {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 5px 5px 18px #000;
}

@media (max-width: 860px) {
    #attente {
        padding: 2rem;
    }
    .title-wait {
        font-size: 2.5rem;
        line-height: 1.4;
    }
    .txt-wait {
        font-size: 1rem;
        line-height: 1.4;
    }
    .black-bloc {
        padding: 3rem;
        width: 500px;
    }
}

@media (max-width: 665px) {
    #attente {
        padding: 0.5rem;
    }
    .title-wait {
        font-size: 2rem;
        line-height: 1.4;
    }
    .txt-wait {
        font-size: 1rem;
        line-height: 1.4;
    }
    .black-bloc {
        padding: 3rem;
        max-width: 400px;
    }
}

@media (max-width: 535px) {
    #attente {
        padding: none;
        background-image: none;
    }
    .title-wait {
        font-size: 2rem;
        line-height: 1.4;
    }
    .txt-wait {
        font-size: 1rem;
        line-height: 1.4;
    }
    .black-bloc {
        padding: 1rem;
        max-width: 400px;
        text-align: left;
    }
}

@media (max-width: 535px) {
    .img-press {
        width: 200px !important;
    }
}

.card {
    border: 0px solid #000;
    border-radius: 0px;
}

.txt-credit {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

label.art-pagination-prev {
    cursor: pointer;
    width: 100%;
    background-position: left 1px center;
    background-repeat: no-repeat;
    height: 30px;
}

label.art-pagination-next {
    cursor: pointer;
    width: 100%;
    text-align: right;
    background-position: right 1px center;
    background-repeat: no-repeat;
    height: 30px;
}

footer .conditions {
    flex-direction: column;
}

footer .conditions .mentions {
    margin-left: auto;
}

@media(max-width:1360px) {
    footer .logo-elzevir img {
        max-width: 80px;
    }
    footer .navbar-brand img {
        max-width: 200px;
    }
    footer .conditions {
        font-size: 1rem;
    }
}

@media(max-width:1152px) {
    footer .conditions {
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:990px) {
    footer .facebook {
        margin-top: 1rem;
    }
}

@media(max-width:614px) {
    footer .font-title {
        display: none;
    }
}

@media(max-width:504px) {
    footer .btn {
        margin-top: 2rem;
    }
    footer .facebook {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    footer .logo-elzevir {
        margin-right: 0px !important;
    }
    footer .logo-elzevir img, footer .navbar-brand img {
        margin-right: auto;
        margin-left: auto;
    }
    footer .col-logos {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .col-img img {
        width: 100%;
    }
}

@media(max-width:400px) {
    footer .conditions {
        flex-direction: column;
        margin-top: 1rem;
    }
    footer .conditions .mentions {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
}