/* 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: 500;
}

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

#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;
}
/* --------------------------------------- 
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;
}

/* --------------------------------------- 
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-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;
}

.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);
    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;
}

#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;
}

.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: center;
    background-size: cover;
    height: 700px;
    width: 100%;
}

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

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

.une-ambassadeur {
    background-image: url('../img/photos/champ.jpg');
    background-position-y: bottom;
}

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

/*
.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);
    text-transform: uppercase;
    font-size: 48px;
    color: var(--dark);
    text-align: center;
    line-height: 46px;
}

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

#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;
}
#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-size: 46px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    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;
}

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

.big-title_3 {
    font-family: var(--font-title);
    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;
}

.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 {
    background-color: var(--main-color);
}

/*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;
}

/*--------- 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;
    }
}

@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;
    }
}

#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) {
    .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;
    }
    #ambassador {
        padding: 3rem;
    }
    #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;
    }
    .interieur .text-h1 {
        font-size: 24px;
    }
}


/* 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;
    }
    #ambassador {
        padding: 1rem;
    }
    .text-hero2, .title {
        font-size: 30px;
        line-height: 34px;
    }
    .big-title {
        font-size: 40px;
        line-height: 50px;
    }
    .big-title_2 {
        font-size: 40px;
        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;
    }
}

@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%;
    }
}