@charset "UTF-8";
html, select, input, textarea, button, pre {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    outline: none;
    color: #022a52;
}

select, input, textarea {
    border-radius: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 124px 0 0;
    background: url(/images/background.jpg) repeat-y fixed center top;
    background-size: cover;
}

iframe, img {
    border: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: rgb(8, 153, 142);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 18px;
}

h1 {
    font-size: 42px;
    margin: 9px 0 14px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

ul, ol {
    padding-left: 10px;
}

li {
    margin: 20px 0;
    padding-left: 7px;
}

.toggleLegende{
    cursor:pointer;
}

.clear {
    clear: both;
}

.gauche {
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    line-height: 0;
}

.droite {
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
    line-height: 0;
}

.pointer {
    cursor: pointer;
}

.petit {
    width: 140px;
}

.moyen {
    width: 320px;
}

.grand {
    width: 100%;
}

#old-browser-dialog p {
    text-align: center;
    font-size: 18px;
    background-color: #FAF1AA;
    padding: 5px;
    position: relative;
    top: 100px;
}

#old-browser-dialog a {
    cursor: pointer;
    color: #0000ff;
    text-decoration: underline;
}

.admin-preview {
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.wrap {
    max-width: 1280px;
    margin: auto;
}

main .wrap {
    margin: 46px auto 100px;
}

.wrap-ligne {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.wrap > div{flex: 1;}*/
/* one item */
.wrap-ligne > div:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
.wrap-ligne > div:first-child:nth-last-child(2),
.wrap-ligne > div:first-child:nth-last-child(2) ~ div {
    width: calc(50% - 15px);
}

/* three items */
.wrap-ligne > div:first-child:nth-last-child(3),
.wrap-ligne > div:first-child:nth-last-child(3) ~ div {
    width: calc(100% / 3 - 15px);
}

/* four items */
.wrap-ligne > div:first-child:nth-last-child(4),
.wrap-ligne > div:first-child:nth-last-child(4) ~ div {
    width: calc(25% - 15px);
}

/* five items */
.wrap-ligne > div:first-child:nth-last-child(5),
.wrap-ligne > div:first-child:nth-last-child(5) ~ div {
    width: calc(20% - 15px);
}

img {
    max-width: 100%
}

.txt-center {
    text-align: center
}

.txt-right {
    text-align: right
}

.bouton {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 2px 18px;
    color: #022a52;
    border: 1px solid #022a52;
    cursor: pointer;
    background: transparent;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.bouton:hover {
    color: #fff;
    background: #022a52;
}

/*.section{margin: 80px 0;}*/
select,
input[type=text],
input[type=email],
input[type=password],
textarea {
    background: transparent;
    border: 1px solid #022a52;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    cursor: pointer;
    background: url(/images/select.svg) no-repeat center right 10px;
    background-size: 12px 7px;
}

/****************************** YOUTUBE ******************************/

.youtube {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.youtube .thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.youtube .blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}

.youtube:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/youtube_icon.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.menu-mobile-pied, .btn-mobile-fermer-smenu,
#menu-offset-click,
#btn-menu-mobile {
    display: none;
}

header {
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 23px;
    background: #fff;
    box-shadow: 5px 0 13px 0 rgba(0, 0, 0, 0.26);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100;
}

header.scroll {
    padding: 10px 0 14px;
}

header.scroll .premier-menu {
    padding: 0;
    font-size: 0;
}

header.scroll .separateur {
    height: 0;
}

header.scroll .entete-conteneur .colone-droite {
    padding-top: 0;
}

header .logo-sebiq {
    height: 80px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 170px;
}

header.scroll .logo-sebiq {
    height: 53px;
    width: 113px;
}

nav {
    text-align: right;
    margin-right: 14px;
}

nav a {
    color: #022a52;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav a.actif,
nav a:hover {
    border-bottom-color: #022a52;
    color: #3172b3;
}

.premier-menu {
    padding-bottom: 6px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.premier-menu a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.deuxieme-menu a {
    font-size: 21px;
    text-transform: uppercase;
    margin-left: 29px;
}

nav .separateur {
    display: inline-block;
    border-left: 2px solid #022a52;
    margin: 0 17px;
    vertical-align: middle;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.entete-conteneur {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entete-conteneur .colone-gauche img {
    vertical-align: middle;
    margin-right: 28px;
}

.entete-conteneur .colone-droite {
    display: flex;
    align-items: center;
    padding-top: 14px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.photo_directeur{
    float:left;
    margin-right:20px; 
    margin-top: 0; 
    width:10%;
    margin-bottom:10px;
}
.act_acc{
    background-color:rgba(255,255,255,0.6);margin-bottom: -146px;
}

.btn-utilisateur {
    display: inline-block;
    padding: 16px;
    background: url(/images/utilisateur.svg) center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-left: 15px;
}

.btn_con {
    display: block;
    font-weight: bold;
}

.sous-menu-programmes {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    overflow-x: auto;
    max-height: 80vh;
}

.sous-menu-programmes-conteneur {
    display: flex;
    align-items: stretch;
}

.sous-menu-programmes-conteneur > div {
    flex: 1;
    padding: 64px 20px 32px;
}

.sous-menu-programmes .jaune {
    background: rgba(197, 144, 3, 0.9);
}

.sous-menu-programmes .orange {
    background: rgba(190, 68, 15, 0.9);
}

.sous-menu-programmes .violet {
    background: rgba(137, 108, 178, 0.9);
}

.sous-menu-programmes .bleu {
    background: rgba(61, 140, 169, 0.9);
}


.sous-menu-programmes .titre {
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 4px;
}

.sous-menu-programmes .description {
    line-height: 25px;
}

.sous-menu-options {
    margin-top: 12px;
    padding: 0 30px;
    font-family: 'Roboto', sans-serif;
}

.sous-menu-options a {
    display: block;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.sous-menu-options a:last-child {
    border: 0;
}

.sous-menu-entete {
    min-height: 114px;
}

.section-partenaires {
    color: #fff;
    padding: 85px 0 140px;
    background: rgba(8, 153, 142, 0.8);
}

.section-partenaires .titre {
    font-size: 42px;
    margin-bottom: 46px;
}

.liste-partenaires {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer {
    padding: 49px 0 50px;
    color: #fff;
    background: rgba(1, 40, 79, 0.9);
}

footer .colones {
    display: flex;
    justify-content: space-between;
}

footer .titre {
    font-size: 30px;
    margin-bottom: 24px;
}

footer .description {
    line-height: 23px;
    padding-bottom: 10px;
}

footer .separateur {
    border-bottom: 1px solid #fff;
    width: 75%;
}

footer .description-sebiq {
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 26px;
}

.menu-contact .information,
footer .information {
    display: block;
    min-height: 28px;
    padding-left: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.menu-contact .information {
    min-height: 0;
    margin-bottom: 0;
    padding: 13px 19px;
}

.menu-contact .ico-localisation,
footer .ico-localisation {
    background: url(/images/localisation.svg) left top no-repeat;
    background-size: 19px 26px;
}

.menu-contact .ico-telephone,
footer .ico-telephone {
    background: url(/images/telephone.svg) left top no-repeat;
    background-size: 28px;
}

.menu-contact .ico-courriel,
footer .ico-courriel {
    background: url(/images/courriel.svg) left top no-repeat;
    background-size: 25px 19px;
}

footer a {
    color: #fff;
}

footer .colones2 {
    display: flex;
    justify-content: flex-end;
}

footer .colones2 a {
    text-decoration: underline;
}

.footer-apropos {
    width: 40%;
}

.footer-outils {
    width: 30%;
}

.footer-outils .fichier {
    padding-left: 50px;
    color: #b8c7f0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    background: url(/images/fichier.svg) top left no-repeat;
    background-size: 36px 44px;
    margin-bottom: 24px;
}

.footer-outils .fichier:last-child {
    border: 0;
}

.footer-outils .fichier-titre {
    font-weight: bold;
    margin-bottom: 2px;
    color: #fff;
}

.footer-outils .fichier-date {
    margin-bottom: 5px;
}

.menu-social .social,
footer .social {
    display: inline-block;
    padding: 17px;
    background-size: 32px;
    margin: 13px 0;
}

.menu-social .ico-facebook,
footer .ico-facebook {
    background: url(/images/facebook.svg) center no-repeat;
}

.menu-social .ico-linkedin,
footer .ico-linkedin {
    background: url(/images/linkedin.svg) center no-repeat;
}

.menu-social .ico-twitter,
footer .ico-twitter {
    background: url(/images/twitter.svg) center no-repeat;
}

footer .colone-social {
    padding-top: 46px;
}

.section-titre {
    padding: 107px 0 0;
}

.section-titre .titre {
    font-size: 63px;
    color: #225f9a;
}

.section-titre .sous-titre {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

.section-accueil-colones {
    height: 330px;
    position: relative;
    margin: 90px 0 60px;
}

.section-accueil-colones .contenu {
    position: absolute;
    padding: 17px 12px 35px;
    color: #fff;
    text-align: center;
    background: rgba(61, 140, 169, 0.7);
    height: -webkit-fill-available;
    right: 0px;
    left: 0px;
}

.section-accueil-colones .jaune {
    background: rgba(197, 144, 3, 0.7);
}

.section-accueil-colones .orange {
    background: rgba(190, 68, 15, 0.7);
}

.section-accueil-colones .violet {
    background: rgba(137, 108, 178, 0.7);
}

.section-accueil-colones .titre, .section-accueil .colone-titre {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 7px;
    /*height: 100px;*/
    display: flex;
    justify-content: center;
}

.section-accueil-colones .texte, .section-accueil .colone-texte {
    line-height: 22px;
    margin-bottom: 50px;
}

.section-accueil-colones.block-primaire,
.section-accueil .block-primaire {
    background: url(/images/block-primaire.jpg) center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.section-accueil-colones.block-pei,
.section-accueil .block-pei {
    background: url(/images/block-pei.jpg) center no-repeat;
    background-size: cover;
}

.section-accueil-colones.block-diplome,
.section-accueil .block-diplome {
    background: url(/images/block-diplome.jpg) center no-repeat;
    background-size: cover;
}

.section-actualites {
    padding: 46px 0;
}

.section-actualites .titre {
    display: inline-block;
    font-size: 42px;
    vertical-align: middle;
    margin-right: 28px;
}

.section-actualites select {
    margin-right: 28px;
    vertical-align: middle
}

.liste-actualites {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap; /*padding:0px 10px;*/
}

.actualite {
    width: 33%;
    margin-bottom: 45px;
    flex: 1 1 30%; 
    margin: 10px;
    align-items: center;
    justify-content: center;
    max-width: 406px;
}

.actualite .image {
    position: relative;
    height: 392px;
    overflow: hidden;
    display: block;
    background-color: white;
}

.actualite .image img {
    width: 100%;
    display: block;
}

.actualite .image .actualite-defaut {
    position: absolute;
    height: 45%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.actualite .image-titre {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 25px 18px 36px;
    font-weight: bold;
    background: rgba(61, 140, 169, 0.8);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actualite .image-titre > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.actualite-informations {
    justify-content: space-between;
    margin-top: 21px;
    font-weight: bold;
}

.actualite-informations > div {
    min-height: 36px;
    padding-top: 11px;
}

.actualite-informations .date {
    padding-left: 50px;
    background: url(/images/calendrier.svg) left top no-repeat;
    background-size: 33px 36px;
}

.actualite-informations .localisation {
    padding-left: 49px;
    font-weight: bold;
    background: url(/images/localisation_fonce.svg) left top no-repeat;
    background-size: 25px 34px;
}

.actualite .description {
    line-height: 24px;
    margin-bottom: 22px;
}

.actualite .bouton {
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
}

.section-actualites-details {
    padding: 40px 0 160px;
}

.section-actualites-details .actualite-entete {
    display: flex;
    margin-bottom: 36px;
    align-items: flex-start;
}

.actualite-entete .titre{
    clear:both;
}

.section-actualites-details .titre {
    flex: 1;
    font-size: 42px;
    padding-right: 40px;
    line-height: 60px;
}

.section-actualites-details .actualite-informations {
    flex-direction: column;
    padding-right: 20px;
    margin-top: 7px;
}

.section-actualites-details .actualite-informations .localisation {
    padding-left: 50px;
    background-position: left 4px top;
}

.section-actualites-details p {
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0;
}

.section-actualites-details .bouton {
    padding: 11px 109px;
    font-size: 24px;
    margin-top: 18px;
}

.pagination {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    padding: 60px 0 200px;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.pagination:empty {
    padding: 0px;
}

.pagination > div {
    border-bottom: 1px solid #004991;
    display: inline-block;
}

.pagination a,
.pagination span {
    border-bottom: 13px solid transparent;
    display: inline-block;
    padding: 0 12px;
    margin-right: 9px;
    font-weight: 300;
    vertical-align: bottom;
    color: #909092;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pagination a:hover {
    font-size: 48px;
}

.pagination .actif {
    font-size: 48px;
    line-height: 56px;
    color: #223852;
    border-color: #004991;
}

#ticker-controller + header {
    top: 31px;
}

#ticker-controller {
    box-sizing: border-box;
    background: rgba(8, 153, 142, 0.9);
    position: fixed;
    z-index: 100;
    overflow: hidden;
    padding: 4px 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#ticker-controller:hover #ticker {
    -webkit-animation-play-state: paused
}

#ticker {
    white-space: nowrap;
    display: inline-block;
    -webkit-animation: ticker 36s linear 0s infinite normal;
    padding-left: 24px;
    font-size: 17px;
    font-weight: bold;
    background: url(/images/alert.svg) center left no-repeat;
    background-size: auto 80%;
}

#ticker p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#ticker a {
    color: #fff;
    text-decoration: underline;
}

body.ticker-offset {
    padding-top: 156px;
}

@-webkit-keyframes ticker {
    from {
        -webkit-transform: translate(100vw, 0)
    }
    to {
        -webkit-transform: translate(-100vw, 0)
    }
}

.wrap-degrade {
    background: linear-gradient(#fff 20%, rgba(255, 255, 255, 0) 95%);
    padding: 20px 20px 0;
    min-height: 340px;
}

.background-white {
    background: #fff;
    padding: 20px 20px 0;
}

.section-emplois {
    padding: 46px 0 200px;
}

.section-emplois .sous-titre {
    font-size: 20px;
    margin: 14px 0;
}

.colones-emplois-services {
    display: flex;
    margin-top: 78px;
    justify-content: space-between;
}

.colones-emplois-services > div {
    width: 48%;
}

.colones-emplois-services .colone-titre {
    font-size: 24px;
    margin-bottom: 9px;
}

.colones-emplois-services .emploi-titre {
    display: block;
    padding: 15px 21px;
    color: #022a52;
    font-size: 14px;
    border-bottom: 1px solid #022a52;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: white;
}

.colones-emplois-services .emploi-titre.actif {
    background: #477183;
    color: #fff;
}

.colones-emplois-services .emploi-titre svg {
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 15px;
    height: 14px;
    transform: rotate(-90deg);
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.colones-emplois-services .emploi-titre.actif svg {
    transform: rotate(0);
}

.colones-emplois-services .emploi-titre .cls-3 {
    fill: #022a52;
}

.colones-emplois-services .emploi-titre.actif .cls-3 {
    fill: #fff;
}

.emploi-colones {
    display: flex;
    padding: 19px 15px 19px 26px;
    justify-content: space-between;
    background: white;
}

.emploi-date {
    font-weight: 600;
}

.emploi-details {
    display: none;
}

.emploi-details.actif {
    display: block;
}

.emploi-details p {
    line-height: 18px;
    margin: 6px 0;
}

.emploi-info > div,
.emploi-info > a {
    display: block;
    color: #022a52;
    font-weight: bold;
    padding: 15px 0 18px 33px;
}

.emploi-details .fichier {
    background: url(/images/fichier_fonce.svg) left center no-repeat;
    background-size: 20px 25px;
    text-transform: uppercase;
}

.emploi-details .heures {
    background: url(/images/temps.svg) left center no-repeat;
    background-size: 25px;
}

.emploi-details .localisation {
    background: url(/images/localisation_fonce.svg) left center no-repeat;
    background-size: 20px 28px;
}

.emploi-description {
    max-width: 260px;
}

.emploi {
    border: 1px solid #022a52;
}

.emploi + .emploi {
    border-top: 0;
}

.section-type {
    padding: 46px 0 100px;
}

.wrap-ligne h2 {
    margin: 41px 0 22px;
}

.wrap-ligne h3 {
    margin: 0 0 41px;
}

.wrap-ligne p {
    line-height: 20px;
    margin: 14px 0 19px;
}

.wrap-ligne .image {
    margin: 20px 0;
}

.image-fenetre {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.image-fenetre img {
    width: 48%;
    margin: 0 0 14px;
}

.citation {
    text-align: center;
    display: flex;
    height: 100%;
    padding: 0 48px;
    align-self: center;
    color: #24a196;
    font-size: 30px;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.section-type .colones {
    display: flex;
    justify-content: space-between;
}

.section-type .colones > div {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.section-type .colones > div:first-child {
    padding-left: 0;
}

.section-type .colones > div:last-child {
    padding-right: 0;
}

.section-etablissements {
    padding: 46px 0 0;
}

.section-etablissements .titre {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    width: 100%;
}

.section-etablissements select {
    margin-right: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.section-etablissements select:last-child {
    margin-right: 0;
}

.section-etablissements .titre-resultats {
    margin: 28px 0 15px;
}

.liste-etablissements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-etablissements .etablissement {
    padding: 18px;
    width: calc(100% / 3 - 16px);
    box-sizing: border-box;
    border: 1px solid #022a52;
    margin-bottom: 24px;
    background: white;
}

.liste-etablissements .etablissement.dummy {
    visibility: hidden;
}

.liste-etablissements .etablissement-entete {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.liste-etablissements .etablissement-titre {
    font-size: 18px;
    margin-bottom: 3px;
}

.liste-etablissements .etablissement-categorie {
    text-transform: uppercase
}

.liste-etablissements .numeros {
    display: flex;
    margin-top: 35px;
}

.liste-etablissements .telephone {
    background: url(/images/telephone_fonce.svg) left top no-repeat;
    padding: 7px 0 0 35px;
    background-size: 25px;
    min-height: 18px;
}

.liste-etablissements .fax {
    background: url(/images/fax.svg) left top no-repeat;
    padding: 7px 0 0 35px;
    background-size: 25px;
    min-height: 18px;
    margin-left: 27px;
}

.liste-etablissements .courriel {
    background: url(/images/courriel_fonce.svg) left top no-repeat;
    padding-left: 35px;
    background-size: 22px;
    min-height: 18px;
    margin-top: 14px;
    display: block
}

.liste-etablissements .siteweb {
    background: url(/images/site-web.svg) left top no-repeat;
    padding-left: 35px;
    background-size: 22px;
    min-height: 22px;
    margin-top: 14px;
    display: block;
}

.liste-etablissements .siteweb, .liste-etablissements .courriel {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liste-etablissements a {
    color: #022a52;
}

.liste-etablissements .indicateurs {
    display: flex;
}

.liste-etablissements .indicateur {
    width: 55px;
    margin-right: 5px;
    border-top: 8px solid #e2a501;
}

.liste-etablissements .indicateur.orange {
    border-color: #ba3a02;
}

.liste-etablissements .indicateur.bleu {
    border-color: #2b8cad;
}

.section-joindre {
    padding: 46px 0 0;
}

.section-joindre .colones {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px 20px 0
}

.section-joindre .colone-informations {
    width: 608px;
    font-family: 'Roboto', sans-serif;
    margin-left: 6px;
}

.section-joindre .colone-formulaire {
    width: 484px;
    padding: 0 20px;
}

.section-joindre .informations-conteneur {
    display: flex;
    margin-top: 51px;
    justify-content: space-between;
}

.section-joindre .informations-contact > a,
.section-joindre .informations-contact > div {
    display: block;
    padding: 0 0 0 38px;
    color: #022a52;
    line-height: 24px;
    margin-bottom: 24px;
}

.section-joindre .localisation {
    background: url(/images/localisation_fonce.svg) left 3px top 3px no-repeat;
    background-size: 22px;
}

.section-joindre .telephone {
    background: url(/images/telephone_fonce.svg) left 3px top no-repeat;
    background-size: 22px;
}

.section-joindre .fax {
    background: url(/images/fax.svg) left 3px top no-repeat;
    background-size: 22px;
}

.section-joindre .courriel {
    background: url(/images/courriel_fonce.svg) left 3px top 2px no-repeat;
    background-size: 22px;
}

.section-joindre .informations-personnel {
    line-height: 21px;
    font-weight: 300;
    width: 60%;
}

.section-joindre .informations-personnel a {
    text-decoration: underline;
    color: #022a52;
}

.section-joindre .formulaire-conteneur {
    padding: 27px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.42);
    background: #ececec;
}

.section-joindre .formulaire-conteneur .titre {
    font-size: 24px;
    margin-bottom: 3px;
}

.section-joindre .image-carte {
    display: block;
}

.textearea-titre,
input[type=text],
input[type=email],
textarea {
    font-family: sans-serif;
    font-weight: 100;
    width: 100%;
    font-size: 12px;
    padding: 2px 0;
    color: #4a4a4a;
    border: 0;
    border-bottom: 1px solid #484949;
    margin-top: 28px;
}

.textearea-titre {
    width: auto;
    display: block;
    margin-top: 28px;
    border: 0;
}

textarea {
    border: 1px solid #484949;
    height: 138px;
    margin-top: 0;
}

button.bouton {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
    text-transform: none;
    margin-top: 20px;
    padding: 3px 24px;
    color: #484949;
}

::-webkit-input-placeholder {
    color: #484949;
}

:-moz-placeholder {
    color: #484949;
    opacity: 1;
}

::-moz-placeholder {
    color: #484949;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #484949;
}

textarea:focus:required:invalid,
input:focus:required:invalid {
    box-shadow: none;
}

textarea:-moz-submit-invalid,
input:-moz-submit-invalid {
    box-shadow: none;
    border-color: red;
}

textarea:-moz-ui-invalid,
input:-moz-ui-invalid {
    box-shadow: none;
    border-color: red;
}

.section404 {
    padding: 40px 0 80px;
}

.section-images-fenetre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-images-fenetre img {
    margin-top: 7px;
    display: block
}

.section-images-fenetre > div {
    min-width: fit-content;
}

#mapJoindre {
    height: 534px;
}

#form-nous-joindre-message {
    display: none;
}

.sous-menu-programmes-conteneur.single.jaune > div:not(.jaune) {
    display: none;
}

.sous-menu-programmes-conteneur.single.violet > div:not(.violet) {
    display: none;
}

.sous-menu-programmes-conteneur.single.bleu > div:not(.bleu) {
    display: none;
}

.sous-menu-programmes-conteneur.single.orange > div:not(.orange) {
    display: none;
}

.sous-menu-programmes-conteneur.single, .sous-menu-programmes-conteneur.single > div {
    height: 100%;
}

.sous-menu-programmes-conteneur.single .sous-menu-options {
    display: block !important;
    height: auto !important;
    margin-top: 12px !important;
}
