/* cmsms stylesheet: style modified: 29/03/2022 07:02:44 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #999999;
}

.noreturn {
    white-space: auto;
}
#noresult {display: block; width: 300px; text-align: center; color: #b01d32;; background-color: #fff;padding: 10px;margin-bottom: 10px;}
#pdfgen {
width: 100%; text-align: right;
margin-top: 10px;
}
    #btn-retour:hover {
      background: #999999;
    }

    #btn-retour {
      height: 30px;
      width: 100px;
      padding: 1px;
      background: #b01d32;
      color: white !important;
      font-size: 17px;
      line-height: 28px;
      border: 0;
      cursor: pointer;
      border-radius: 3px 3px;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      color: #fff;
      text-align: center;
      padding: 5px;
    }

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.bloc-gauche {
    display: none;
}

.bloc-droite {
    display: none;
}

.bloc-centre {
    width: 100%;
}

.bloc-centre h1 {
    display: none;
}

#search {
    display: none;
}

#logo-mobile {
    display: block;
    height: 150px;
    width: 182px;
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #74111f;
    width: 100%;
    height: auto;
    z-index: 200;
    padding-top: 0px;
    min-height: 700px;

}

#fermer-menu {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

#ouvrir-menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 40;
}

.item {
    display: block;
    padding: 5px 40px;
}

#menu a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
}

.menu-item {
    position: relative;
    min-height: 40px;
    height: auto;
    color: #fffffa;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    z-index: 220;
    width: 100%;
    padding: 0 0px;
}

span.selected {
    display: inline-block;
    border-bottom: 4px solid #b01d32;
    min-height: 42px;
    width: auto;
}

#menu ul {
    list-style-type: none;
}

.menu-item:hover>.sous-menu {
    height: auto;
    overflow: visible;
}

.sous-menu {
    overflow: hidden;
    position: relative;
    height: 0;
    z-index: 220;
}

.sous-menu li {
    background-color: #580b16;
    border-bottom: 1px solid #b01d32;
    height: 40px;
}

.sous-menu li.selected {
    background-color: #b01d32;
}

.sous-menu li:last-child {
    border-bottom: 0px solid #b01d32;
}

.sous-menu li a {
    display: block;
    color: #fffffa !important;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 50px;
}

.sous-menu li:hover {
    background-color: #b01d32;
}

.before {
    content: "";
    position: absolute;
    content: "\A";
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    left: 24px;
    top: 18px;
    transform: rotate(-180deg);
}

.arrow-hover {
    transform: rotate(-90deg) !important;
}

.menu-item::hover {
    background-color: blue;
}

#email {
    display: none;
}

#sociaux {
    display: none;
}

#rechercher-btn {
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    width: 75px;
    height: 61px;
    background-image: url(/images/rechercher-off.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 240;
}

#email-mob {
    display: block;
    position: absolute;
    height: 61px;
    background-image: url(/images/email-on.png);
    background-repeat: no-repeat;
    background-position: left;
    margin: 20px 0;
    bottom: 70px;
    width: 260px;
    left: 0px;
    z-index: 240;
}

#sociaux-mob {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    text-align: center;
    bottom: 20px;
}

.bloc-objet-liste {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.bloc-objet-liste-1 {
    width: 100%%;
    height: 380px;
    background: rgba(33, 33, 33, 0.65);
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.bloc-objet-liste-2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
min-height:200px;
}

.bloc-actu {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.bloc-actu-1 {
    width: 100%%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.bloc-actu-2 {
    width: 100%;
    height: auto;
    min-height: 320px;
    position: relative;
    overflow: visible;
    background-color: #d8d8d8;
    padding: 30px 50px;
}

.bloc-objet-home {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.bloc-objet-home-1 {
    width: 100%%;
    height: 380px;
    background: rgba(33, 33, 33, 0.65);
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.bloc-objet-home-2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
}

.bloc-objet {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.bloc-objet-1 {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
padding: 0px;
}

.bloc-objet-2 {
    width: 100%;
    height: auto;
    min-height: 210px;
    position: relative;
    overflow: visible;
    background-color: #d8d8d8;
    padding: 30px 50px;
}
.bloc-actu-filtre {
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.65);
    overflow: hidden;
    position: relative;
padding: 40px;
}

.arrow-left,
.arrow-right {
    width: 0px;
    height: 100px;
    position: absolute;
    top: 90px;
    border: 0;
    font-size: 60px;
    color: #ffffff;
    font-weight: 100;
    z-index: 140;
}

.bloc-objet-3 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.bloc-objet-4 {
    margin-left: 0px;
    margin-top: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #212121;
    padding: 30px 30px 50px 30px;
    background-image: url(/images/loupe.png);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 400px;
}

.arrow-left:hover,
.arrow-right:hover {
    color: #2f2f2f;
}

.arrow-right {
    right: 40px;
}

.arrow-left {
    left: 40px;
}

#logos {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#logos-bloc1 {
    margin: 20px 0;
}

#logos-bloc2 {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

#logos-bloc1-1 {
    display: block;
    width: 100%;
    color: #6d7278;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
}

#footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    background-color: #74111f;
    min-height: 50px;
    height: auto;
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
}

#footer .bloc-centre {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}

#footer a {
    color: #fff;
}

.p-mobile {
    padding: 0 20px;
}

#resultat {
    float: left;
    display: inline-block;
}

#affichage {
    float: right;
    display: inline-block;
}

.bloc-contenu-galerie {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bloc-objet-galerie {
    height: 245px;
    width: 100%;
    min-width: 200px;
    margin-bottom: 30px;
    overflow: hidden;
}

.bloc-objet-galerie-1 {
    height: 185px;
    width: 100%;
    position: relative;
}

.lien-objet-galerie-detail {
    display: block;
    width: 170px;
    height: 25px;
    background: #b01d32;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    position: absolute;
    line-height: 25px;
    bottom: 0;
    right: 0;
}

.titre-objet-galerie {
    color: #212121;
    font-family: Raleway;
    font-size: 18px;
display: block;
height: 50px;
}

.bloc-objet-edition {
    height: 325px;
    width: 100%;
    min-width: 200px;
    margin-bottom: 30px;
    overflow: hidden;
}

.bloc-objet-edition-1 {
    height: 255px;
    width: 100%;
    position: relative;
}

.lien-objet-edition-detail {
    display: block;
    width: 170px;
    height: 60px;
    background: #b01d32;
    color: #ffffff;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    position: absolute;
    line-height: 20px;
    bottom: 0;
    right: 0;
}

.titre-objet-edition {
    color: #212121;
    font-family: Raleway;
    font-size: 14px;
    line-height: 16px;
}

#nombreaff {
    float: left;
    display: inline-block;
    margin-right: 25px;
}

#nombreaff select {
    display: inline-block;
    height: 28px;
    color: #b01d32;
    border: 1px solid #b01d32;
    font-size: 16px;
}

#moteur-detail-entete {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#moteur-detail-car {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.moteur-detail-bloc {
    width: 100%;
}

#moteur-detail-photos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
}

.moteur-detail-photos-bloc {
    width: 100%;
    height: 195px;
    margin-bottom: 10px;
}

.titre-objets-associes {
    color: #999999;
    font-family: Raleway;
    font-size: 18px;
    margin: 20px 0;
}

.titre-objet-galerie2 {
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.galerie-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-item {
    width: 100%;
    position: relative;
}

.video-parcours-item {
    width: 100%;
    position: relative;
    margin: 0 20px 20px 0;
}

.video-parcours-item-2 {
    width: 100%;
    position: relative;
    margin: 0 20px 20px 0;
    max-width: 400px;
}

.video-parcours-modal {
    width: 90%;
    position: relative;
    margin: 0 auto;
    font-size: 18px;
text-align: center;
}

.parcours-item {
    display: block;
    width: 100%;
    text-align: left;
}

.video {
    padding-top: 56.25%;
    height: 100px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}
.video2 {
    padding-top: 56.25%;
    height: 200px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}
.video iframe, .video2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video img, .video2 img {
    position: absolute;
    top: 0;
    left: 0;
}

.parcours-2 {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    position: relative;
    margin: 0px 0 0px 0;
}

.parcours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 0px 0 0px 0;
padding-bottom: 20px;
}

.parcours img {
    margin: 20px 20px 20px 0;
}

.nom-parcours {
    display: inline-block;
    min-width: 250px;
}

.region-parcours {
    color: #999999;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.w3-hide {
    display: none;
    height: 0;
    overflow: hidden;
}

.w3-show {
    height: auto;
    width: 100%;
    max-height: 300em;
    display: flex;
    flex-direction: column;
}

#exposition {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

#exposition img {
    width: 250px;
margin-right: 20px;
}
.expo-item {margin: 20px;width: 250px;}
.expo-item img {float: left;}
.imleft {
    margin: 0 auto;
    float: none;
}
.imdetail-actu {
    width: 100%;
    margin: 10px 0;
}
.video-parcours-modal .video {width: 100% !important; width: 250px !important;height: 180px !important;}
@media (min-width: 640px) {
.expo-item {margin: 20px;width: 100%;}
}
@media (min-width: 840px) {
.video {height: 180px !important;width:300px;}
.video2 {height: 360px !important;width:600px;}
.video-parcours-modal .video {width: 100% !important; width: 500px !important;height: 360px !important;}
.imdetail-actu {
    width: 100%;
    max-width:350px;
    margin: 10px 20px 10px 0;
    float: left;
}
    .imleft {
        margin: 0 20px 20px 0;
        float: left;
    }
    #exposition {
        flex-direction: row;
    }
    .parcours img {
        margin: 0px 20px 20px 0;
    }
    .video-item {
        width: 45%;
    }
    #moteur-detail-car {
        flex-direction: row;
    }
    .moteur-detail-bloc {
        width: 48%;
    }
    #moteur-detail-photos {
        flex-direction: row;
    }
    .moteur-detail-photos-bloc {
        width: 32%;
    }
    .bloc-objet-galerie {
        width: 32%;
        min-width: 190px;
    }
    .bloc-objet-edition {
        width: 22%;
        min-width: 200px;
    }
    .noreturn {
        white-space: nowrap;
    }
    .p-mobile {
        padding: 0;
    }
    #footer .bloc-centre {
        flex-direction: row;
    }
    #logos {
        height: 260px;
        flex-direction: row;
    }
    #logos-bloc2 {
        justify-content: space-between;
    }
    #logos-bloc1-1 {
        display: none;
    }
    .bloc-objet-3 {
        width: 56%;
        height: 100%;
    }
    .bloc-objet-4 {
        margin-left: 20px;
        margin-top: 0px;
        min-height: 100px;
        padding: 30px 50px 50px 30px;
    }
    .arrow-left,
    .arrow-right {
        width: 0px;
        height: 100px;
        position: absolute;
        top: 110px;
        border: 0;
        font-size: 60px;
        color: #787979;
        font-weight: 100;
        z-index: 140;
    }
    .arrow-left {
        left: -50px;
    }
    .arrow-right {
        right: -10px;
    }
    #fermer-menu {
        display: none;
    }
    #ouvrir-menu {
        display: none;
    }
    .bloc-objet-home-1 {
        width: 44%;
        height: 100%;
    }
    .bloc-objet-home-2 {
        width: 56%;
        height: 100%;
    }
    .bloc-objet-home {
        width: 100%;
        height: 384px;
        flex-direction: row;
    }
    .bloc-objet-1 {
        width: 44%;
        height: 100%;
    }
    .bloc-objet-2 {
        width: 56%;
        height: 100%;
    }
    .bloc-objet {
        width: 100%;
        height: 384px;
        flex-direction: row;
    }
    .bloc-actu {
        width: 100%;
        height: 326px;
        flex-direction: row;
    }
    .bloc-actu-1 {
        width: 44%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .bloc-actu-2 {
        width: 56%;
        height: 100%;
        position: relative;
        overflow: visible;
        background-color: #d8d8d8;
        padding: 30px 50px;
    }
    .bloc-objet-liste {
        width: 100%;
        height: 210px;
        flex-direction: row;
    }
    .bloc-objet-liste-1 {
        width: 30%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .bloc-objet-liste-2 {
        width: 70%;
        height: 100%;
        position: relative;
        overflow: visible;
        background-color: #d8d8d8;
        padding: 20px 30px;
    }
    .titre-objet-liste {
        color: #212121;
        font-family: Raleway;
        font-size: 32px;
        font-weight: 700;
        line-height: 30px;
        padding: 10px 0;
    }
    .texte-objet-liste {
        font-family: Raleway;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: justify;
    }
    .container {
        flex-direction: row;
    }
    #email-mob {
        display: none;
    }
    #sociaux-mob {
        display: none;
    }
    #menu {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: 37px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        transition: ease all 0.5s;
        background-color: #ffffff;
        color: #580b16;
        padding-top: 0px;
        min-height: 37px;
    }
    .item {
        display: block;
        padding: 0px 0px;
    }
    .item a {
        height: 37px;
    }
    #menu a {
        color: #580b16;
    }
    .menu-item {
        height: 37px;
        color: #580b16;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        flex-grow: 1;
        position: relative;
        z-index: 20;
        width: auto;
        padding: 0 0px;
    }
    span.selected {
        display: inline-block;
        border-bottom: 4px solid #b01d32;
        min-height: 42px;
        width: 100%;
    }
    a.selected {
        border-bottom: 4px solid #b01d32;
    }
    #menu ul {
        list-style-type: none;
    }
    @keyframes apparitionSousMenu {
        0% {
            padding-top: 30px;
            width: 280px;
            overflow: visible;
        }
        100% {
            padding-top: 30px;
            max-height: 100em;
            overflow: visible;
        }
    }
    .menu-item:hover>.sous-menu {
        animation: apparitionSousMenu 1s forwards;
    }
    .sous-menu {
        float: left;
        max-height: 0em;
        overflow: hidden;
        position: absolute;
        padding-top: 0px;
        width: 280px;
    }
    .menu-item .last {
        left: -100px;
    }
    .menu-item:hover>.sous-menu:before {
        position: absolute;
        content: "\A";
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 25px solid #580b16;
        left: 20px;
        top: 5px;
    }
    .menu-item:hover>.last:before {
        left: 120px;
    }
    .sous-menu li {
        background-color: #580b16;
        border-bottom: 1px solid #b01d32;
        height: 40px;
    }
    .sous-menu li:last-child {
        border-bottom: 0px solid #b01d32;
    }
    .sous-menu li a {
        color: #fffffa !important;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        padding: 0 20px;
    }
    .sous-menu li:hover {
        background-color: #b01d32;
    }
    #email {
        display: block;
        position: absolute;
        top: 620px;
        width: 74px;
        height: 61px;
        background-image: url(/images/email-off.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    #sociaux {
        display: block;
        position: absolute;
        top: 380px;
    }
    #rechercher-btn {
        top: 380px;
    }
    .bloc-centre h1 {
        display: block;
    }
    #logo-mobile {
        display: none;
    }
    .bloc-gauche {
        display: block;
        width: 182px;
        height: 100%;
        float: left;
    }
    .bloc-centre {
        width: calc(100% - 266px);
        float: left;
    }
    .bloc-droite {
        display: block;
        width: 84px !important;
    }
    #search {
        display: block;
        height: 37px;
        width: 322px !important;
        padding: 3px;
        border: 0px;
        border-radius: 3px;
        background: #e0dfdf;
        float: right;
        z-index: 300;
    }
}

@media (min-width: 1140px) {
    .w3-show {
        flex-direction: row;
    }
    .parcours {
        flex-direction: row;
    }
    .video-parcours-item {
        width: 350px;
        float: left;
    }
    .parcours-item {
        margin: 0;
        width: calc(100% - 370px);
    }
    #menu {
        margin-top: 4px;
        width: calc(100% - 322px);
    }
    .bloc-gauche {
        display: block;
        width: 284px;
        transition: ease all 0.5s;
        text-align: center;
    }
    .bloc-centre {
        width: calc(100% - 364px);
    }
    .bloc-droite {
        display: block;
    }
}

form.example input[type="text"] {
    height: 30px;
    width: 140px;
    padding: 3px;
    border: 0px solid red;
    border-top-left-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    float: left;
    background: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
}

form.example input[type="text"]::placeholder {
    color: #fff;
}

#btn-search {
    height: 30px;
    width: 30px;
    float: left;
    padding: 1px;
    background: #b01d32;
    color: white;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    border-top-right-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
}

#btn-search-adv {
    height: 30px;
    width: 140px;
    float: left;
    padding: 1px;
    background: #b01d32;
    color: white;
    font-size: 17px;
    line-height: 28px;
    border: 0;
    cursor: pointer;
    border-radius: 3px 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    text-align: left;
    padding-left: 5px;
    background-image: url(/images/ic_more_vert_24px.png);
    background-repeat: no-repeat;
    background-position: right;
}

#btn-search:hover,
#btn-search-adv:hover {
    background: #e1314a;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

#preserv {
    max-width: 284px;
    text-align: center;
}

#h2-preserv {
    width: 286px;
    height: 74px;
    color: #6d7278;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.6153846px;
}

.im100 {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

h1 {
    width: 100%;
    height: 20px;
    color: #999999;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    float: left;
    margin: 15px 0 20px 0;
}

h2 {
    color: #6d7278;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

#contenu {
    position: relative;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

#title {
    display: flex;
    align-items: stretch;
    margin: 0 0 20px 0;
}

.lineur {
    width: 100%;
    background-image: url(/images/back.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#title h2 {
    display: block;
    font-family: Raleway;
    font-size: 42px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    color: #000;
    width: auto;
    z-index: 2;
    bottom: 5px;
    padding-right: 5px;
}

.bloc-objet-2-item {
    position: relative;
    width: 100%;
    height: 128px;
    background: #74111f;
    border-bottom: 1px solid #b01d32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}

.bloc-objet-2-item:hover {
    background: #b01d32;
}

.b2 {
    position: relative;
    padding: 20px 50px;
}

.bloc-objet-2-item:hover>.b2:before {
    position: absolute;
    content: "\A";
    height: 0;
    width: 0;
    border-top: 66px solid transparent;
    border-right: 42px solid #b01d32;
    border-bottom: 66px solid transparent;
    left: -41px;
    top: -14px;
}

p.bloc-titre {
    display: block;
    color: #fffffa;
    font-family: Raleway;
    font-size: 42px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p.bloc-sous-titre {
    display: block;
    color: #fffffa;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}

p.bloc-texte {
    display: block;
    color: #fffffa;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 100;
    line-height: 19px;
    margin-bottom: 20px;
}

p.bloc-item-titre {
    display: block;
    color: #fffffa;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
height: 36px;
}

p.bloc-item-sous-titre {
    color: #fffffa;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    height: 14px;
}

.bloc-contenu {
    margin-top: 20px;
}

.bloc-fiche {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 125px;
    height: 30px;
    background: #b01d32;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

a.bloc-fiche {
    text-decoration: none;
}

.spacer {
    margin: 20px 0;
}

h3 {
    display: inline-block;
    margin-right: 20px;
}

.lower {
    text-transform: lowercase;
}

h3.actu {
    color: #212121;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 400;
    line-height: 53px;
    text-transform: uppercase;
}

.titre-actu {
    color: #212121;
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    padding: 10px 0;
}

.texte-actu {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}

.texte-actu-detail {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.lien-actu {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 125px;
    height: 30px;
    background: #000000;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
}

.slides {
    display: none;
    transition: ease all 0.5s;
}

#actualites {
    position: relative;
}

.bloc-titre-chercheur {
    color: #fffffa;
    font-family: Raleway;
    font-size: 42px;
    font-weight: 800;
    line-height: 44px;
}

.bloc-sous-titre-chercheur {
    color: #999999;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
}

.bloc-texte-chercheur {
    color: #fffffa;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}

#recherche {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #b01d32;
    height: 100%;
    width: 100%;
    max-width: 480px;
    box-shadow: -3px 0px 10px #000000;
    z-index: 340;
    backdrop-filter: opacity(20%);
    padding: 150px 50px 20px 50px;
}

#recherche-in {
    background-color: #b01d32;
    height: auto;
    width: 100%;
    max-width: 480px;
    box-shadow: -3px 0px 10px #000000;
    backdrop-filter: opacity(20%);
    padding: 20px 20px;
    margin: 0 auto;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: grey;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 30;
}

#overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: grey;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 210;
}

.recherche-titre {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.recherche-sous-titre {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
    margin-bottom: 10px;
}

.recherche-sous-titre2 {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
}

#recherche-form {
    font-family: "Open Sans", sans-serif;
}

#recherche-form .form-long {
    height: 28px;
    border-radius: 4px;
    border: 0px;
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
}

#recherche-form label {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    width: 25%;
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
    float: left;
}

#recherche-form .form-court {
    height: 28px;
    border-radius: 4px;
    border: 0px;
    background: #ffffff;
    width: 75%;
    float: left;
    margin-bottom: 20px;
}

#recherche-close {
    position: absolute;
    right: 40px;
    top: 40px;
}

#recherche-form-btn {
    margin-left: 130px;
    margin-top: 20px;
}

@keyframes apparitionEmail {
    0% {
        background-image: url(/images/email-off.png);
        background-position-x: 0%;
        width: 74px;
    }
    10% {
        background-image: url(/images/email-on.png);
        background-position-x: 0%;
        width: 260px;
    }
    100% {
        background-image: url(/images/email-on.png);
        background-position-x: 0%;
        width: 260px;
    }
}

#email:hover {
    animation: apparitionEmail 2s forwards;
}

#link-email {
    display: block;
    height: 100%;
    width: 100%;
}

@keyframes apparitionObjet {
    0% {
        background-image: url(/images/rechercher-off.png);
        background-position-x: 0%;
        right: 0;
        width: 75px;
    }
    10% {
        background-image: url(/images/rechercher-on.png);
        background-position-x: 0%;
        width: 245px;
    }
    100% {
        background-image: url(/images/rechercher-on.png);
        background-position-x: 0%;
        width: 245px;
    }
}

#rechercher-btn:hover {
    animation: apparitionObjet 2s forwards;
}

#link-rechercher {
    display: block;
    height: 100%;
    width: 100%;
}

.lien-objet,
.lien-video {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.none {
    display: none;
}

.accordeon-contenu {
    background-image: url(/images/fleche-item.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 10px;
    background-color: #fff;
    padding: 10px 20px 10px 0px;
    border-bottom: 1px solid #B01D32;
    position: relative;
}
.accordeon-contenu p {
text-align: justify;padding: 20px;
}
.accordeon-contenu img {float:left;margin-top: 10px;}

.accordeon-contenu:last-child {
    border-bottom: 0px solid red;
}

.accordeon-contenu-active {
    background-image: url(/images/fleche-item-on.png) !important;
    background-color: #ededed !important;
}

.accordeon-contenu button {
    border: 0;
    background-color: transparent;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    height: auto;
    text-align: left;
    min-width: 250px;
    padding-left:  65px;
    cursor: pointer;
}

.region-parcours {
    color: #999999;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.date-actu {
    color: #b01d32;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.lien-actu-detail {
    display: block;
    width: 130px;
    height: 25px;
    background: #b01d32;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px;
    position: absolute;
    line-height: 25px;
    bottom: 0;
    right: 0;
}

.lien-objet-detail {
    display: block;
    width: 170px;
    height: 25px;
    background: #b01d32;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px;
    position: absolute;
    line-height: 25px;
    bottom: 0;
    right: 0;
}

.lien-parcours-detail {
    display: block;
    width: 200px;
    height: 25px;
    background: #b01d32;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px;
    position: absolute;
    line-height: 25px;
    bottom: 0px;
    right: 0px;
    display: none;
}

.fond-bottom {
    background-image: url(/images/back-bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
    "

}

#breadcrumb {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 20px;
}

a.bread1 {
    text-decoration: none;
    color: #999999;
}

.bread2 {
    color: #B01D32;
}

#nav-actu {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 19px;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    height: 40px;
}

#nav-actu a {
    color: #000000;
    padding: 0 10px;
}

#nav-actu a.nav-sel {
    color: #b01d32;
}

#nav-actu img {
    padding-top: 8px;
}

.actualites p {
    display: flex;
    flex-direction: row;
}

.actualites img {
    align-self: start;
    margin-right: 10px;
}

a.partenaires {
    display: flex;
    align-items: center;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    min-height: 44px;
    line-height: 44px;
    color: #000;
}

a.inlink {
    text-decoration: none;
    color: #B01D32;
}

#ui-id-1 {
    list-style: none;
}

.ui-menu-item {
    background-color: #fff;
    border: 1px solid black;
    font-family: Raleway;
    font-size: 14px;
    max-width: 140px;
    overflow: hidden;
}

.parcours-titre {
    text-transform: uppercase;
    color: #b01d32;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.parcours-soustitre {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

/* Modal Content/Box */

#modal-titre {
    background-color: #b01d32;
    color: #ffffff;
    margin: 0;
    /* 15% from the top and centered */
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
    font-size: 18px;
}
.video-parcours-modal {width: 100% !important; text-align:center;}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0px;
    width: 80%;
    /* Could be more or less, depending on screen size */
    font-family: Raleway;
    height: auto !important;
text-align:center;
}
#modal-content2 .video {padding: 0 !important;padding-top: 0 !important;text-align:center;max-width: 500px !important;}
.video-parcours-modal {text-align: center;}
.modal-content image  {width:100%;text-align:center;}
.modal-content img  {position: relative;max-width:100%;}
#modal-content2 {
    padding: 20px;
    width: 100%;
    /* Could be more or less, depending on screen size */
    font-size: 14px;
    overflow: hidden;
background-color: #fefefe;
text-align: center !important;

}
.video-parcours-modal {display: flex;justify-content: center;flex-direction: column;align-items: center;}

/* The Close Button */

.close {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #aaa;
    font-size: 48px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.lien-modal {
    color: #b01d32;
    text-decoration: none;
}

.border-black {
    border: 1px solid black;
}

.objets-associes {
    padding: 0 20px;
}
div.breadcrumb{height:20px;margin-top: 50px;}
.breadcrumb {
  color: #999999;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.breadcrumb a {
text-decoration: none;
color: #b01d32;
}
