@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg') format('svg');
    font-weight: lighter;
    font-style: lighter;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}



body,
a,
span,
button,
h2,
h5,
p,
div,
label {
    font-family: 'Lato-Regular', sans-serif;
}

a:visited {
    color: #00629f;
}

a:hover {
    text-decoration: none;
}

.site {
    width: 1220px;
    max-width: 100%;
    margin: auto;
}

hr {
    color: black;
    width: 100%;
    margin-top: 0;
}

h1 {
    color: #00629f;
    font-family: 'Lato-Light';
    text-transform: uppercase;
    text-align: center;
}

h1 strong {
    font-family: 'Lato-Regular';
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #323232;
    text-align: center;
}

h3 {
    font-size: 25px;
    color: #323232;
    text-align: center;
    font-family: 'Lato-Light';
}

h4 {
    font-size: 20px;
    color: #323232;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    font-family: 'Lato-Light';
}

p {
    font-size: 14px;
    color: #323232;
    margin: 0 0 10px 0;
}

strong {
    font-family: 'Lato-Bold';
}


/* HEADER */

.site-header {
    display: flex!important;
    flex-direction: row;
    height: auto;
    background-color: #fff;
    width: 1220px;
    max-width: 100%;
    margin: auto;
}

.header-container {
    width: 1220px;
    max-width: 100%;
    margin: auto;
    display: flex;
}

.site-branding {
    width: 20%;
}

.site-branding img {
    margin-top: 10%;
}

.header-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.header-flex .nav-haut {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-flex nav.main-navigation {
    margin-top: 30px;
}

.header-flex .barre-recherche,
.header-flex .select-langue,
.header-flex .nav-boutons-droite {
    display: flex;
    align-items: flex-end;
}

.header-flex nav.main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.header-flex nav.main-navigation li {
    display: flex!important;
}

.header-flex nav.main-navigation li.back-menu {
	display: none!important;
	}
.menu-menu-principal-container {
    border-bottom: 1px solid #c2c1c1;
}

button.menu-search {
    display: none;
}


/* TROIS BOUTONS DROITE */

.nav-boutons-droite .trois-boutons {
    height: 112px;
    width: 107px;
    max-width: 100%;
    max-height: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    margin-right: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

.nav-boutons-droite ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-boutons-droite ul a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.nav-boutons-droite .trois-boutons {
    transition: color 0.25s ease;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 14px;
}

.nav-boutons-droite .trois-boutons.nos-podcasts {
    background-color: #094e79;
}
.nav-boutons-droite .trois-boutons.nos-brochures {
    background-color: #00629f;
}
.nav-boutons-droite .trois-boutons.nous-rencontrer {
    background-color: #2e77a4;
}

.nav-boutons-droite .trois-boutons.nous-contacter {
    background-color: #2e8ac3;
}

.nav-boutons-droite .trois-boutons:first-child:hover {}

.nav-boutons-droite .trois-boutons::after {
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.nav-boutons-droite .trois-boutons:hover::after {
    width: 100%;
}

.nav-boutons-droite .trois-boutons:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-bottom: 45px;
}

.nav-boutons-droite .trois-boutons.nos-podcasts:before {
    background-image: url('../img/podcast.png');
}
.nav-boutons-droite .trois-boutons.nos-brochures:before {
    background-image: url('../img/book.png');
}
.nav-boutons-droite .trois-boutons.nous-rencontrer:before {
    background-image: url('../img/gps.png');
}
.nav-boutons-droite .trois-boutons.nous-contacter:before {
    background-image: url('../img/mail.png');
}


/* NAV MENU PRINCIPAL */

.header-flex nav.main-navigation a {
    text-transform: uppercase;
    color: #323232;
    font-family: 'Lato-Regular';
    font-size: 13px;
}

.header-flex nav.main-navigation li:hover:after {
    content: "";
    display: block;
    border-bottom: 5px solid #00629f;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

.header-flex nav.main-navigation ul li ul {
    background-color: #f2f2f2;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    top: 0;
}

.header-flex nav.main-navigation li .sub-menu li:hover:after {
    display: none;
}

.header-flex nav.main-navigation #primary-menu li .sub-menu li:hover a {
    background-color: #2e8ac3!important;
    color: #fff!important;
    text-decoration: none;
}

.header-flex nav.main-navigation #primary-menu li:last-child .sub-menu li:hover a {
    background-color: #2e8ac3!important;
    color: #fff!important;
    text-decoration: none;
}

.header-flex nav.main-navigation #primary-menu li {
    padding-bottom: 0.5em;
    position: relative;
}

.header-flex nav.main-navigation #primary-menu li a {
    padding: 12px 15px;
}

.header-flex nav.main-navigation #primary-menu li .sub-menu li {
    padding-bottom: 0px;
}

.header-flex nav.main-navigation ul li:last-child:hover ul {
    left: -120%;
}

.header-flex nav.main-navigation li:last-child:hover:after {
    display: none;
}

.header-flex nav.main-navigation #primary-menu .sub-menu li:last-child a {
    background-color: transparent!important;
}

.header-flex nav.main-navigation #primary-menu .sub-menu li:first-child a {
    background-color: transparent!important;
    color: #323232;
}

.header-flex nav.main-navigation .sub-menu li:last-child a {
    color: #323232;
    padding: 12px 15px!important;
}


/* BARRE DE RECHERCHE */

.search-form {
    display: flex;
    align-items: flex-end;
    width: 510px;
    max-width: 100%;
    position: relative;
}

.search-form label {
    width: 95%;
    max-width: 95%;
}

.search-form label input {
    width: 100%;
    max-width: 100%;
}

.search-form label input::placeholder {
    color: #c8c8c8;
}

.search-field {
    border: none!important;
    border-bottom: 1px solid #e1e0e0!important;
    border-radius: 0!important;
}

.search-form input[type=submit] {
    background-image: url('../img/loupe.svg');
    background-size: 15px 20px;
    background-repeat: no-repeat;
    background-color: transparent!important;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    height: 20px;
}

textarea:focus,
input:focus {
    outline: none;
    border-bottom: 1px solid black!important;
    color: black;
}


/* SELECTEUR DE LANGUE */

.select-langue select {
    border: none!important;
    cursor: pointer;
}

select:focus,
option:focus {
    outline: none;
}

.select-langue select option {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 5px;
}


/* FOOTER */

.site-footer .site-info {
    display: flex;
    flex-direction: column;
    width: 1220px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    height: auto;
}

.site-footer .site-info .ligne-menu {
    display: flex;
    height: 60px;
    max-height: 100%;
    background-color: #00629f;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.site-footer .site-info .ligne-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.site-footer .site-info .ligne-menu ul a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.site-footer .site-info .ligne-menu ul li:nth-child(1) a:after,
.site-footer .site-info .ligne-menu ul li:nth-child(2) a:after {
    content: "•";
    padding-right: 50px;
    padding-left: 50px;
}

.site-footer .site-info .ligne-menu .nous-suivre a {
    margin: 0 10px;
}
.site-footer .site-info .ligne-menu .nous-suivre a img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 767px) {
    .site-footer .site-info .ligne-menu {
        flex-direction: column;
    }
    .site-footer .site-info .ligne-menu .nous-suivre {
        background-color: #00629f;
        padding: 15px 0;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
}

.site-footer .site-info .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer .footer-content .colonne-gauche {
    display: flex;
    flex-direction: column;
    width: 258px;
    max-width: 100%;
    font-size: 14px;
}

.site-footer .footer-content .colonne-gauche img {
    padding-bottom: 10px;
    max-width: 82%!important;
}

.site-footer .footer-content .colonne-milieu .menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    list-style: none;
    padding-left: 40px;
}

.site-footer .footer-content .colonne-milieu .menu li {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.site-footer .footer-content .colonne-milieu .menu li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 5px;
}

.site-footer .footer-content .colonne-milieu .menu li a strong {
    font-family: 'Lato-Light';
}

.site-footer .footer-content .colonne-milieu .menu .sub-menu {
    padding: 0;
    margin: 0;
}

.site-footer .footer-content .colonne-milieu .menu .sub-menu a {
    color: black;
    font-size: 13px;
    text-decoration: none;
    font-weight: lighter;
    padding-bottom: 5px;
}

.site-footer .footer-content .colonne-droite {
    width: 310px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.site-footer .footer-content .colonne-droite .restez-informes {}

.email-form {
    border: none!important;
    border-bottom: 1px solid #b8b8bf;
    border-radius: 0!important;
    display: flex;
    flex-direction: row;
    height: 40px;
    max-height: 100%;
    width: 310px;
    margin-top: 10px;
    position: relative;
}

.site-footer .footer-content .colonne-droite .restez-informes label {
    width: 100%;
}

.site-footer .footer-content .colonne-droite .restez-informes label input {
    width: 96%;
    height: 100%;
    background-color: #f6f6f6;
}

.site-footer .footer-content .colonne-droite .restez-informes input.prenom_nl,
.site-footer .footer-content .colonne-droite .restez-informes input.nom_nl,
.site-footer .footer-content .colonne-droite .restez-informes input.email-field {
    margin-bottom: 5px;
    height: 120%;
    width: 98%;
}

textarea:focus,
input:focus {
    outline: none;
}

.email-form input[type=submit] {
    background-image: url('../img/send.png');
    background-repeat: no-repeat;
    background-color: #00629f;
    border: none;
    width: 40px;
    max-width: 100%;
    background-position: 50%;
    position: absolute;
    bottom: -86px;
    height: 35px;
    right: 4px;
}

.site-footer .footer-content .colonne-droite .nous-suivre {
    margin-top: 95px;
    color: #000;
	font-weight: bold;
}

.site-footer .footer-content .colonne-droite .nous-suivre a:first-child {
    margin-left: 35px;
}

.site-footer .footer-content .colonne-droite .nous-suivre a {
    padding-right: 12px;
    text-decoration: none;
}

.site-footer .site-info .ligne-partenaires {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.site-footer .site-info .ligne-partenaires img {
    max-height: 70px;
}

.site-footer .ligne-bas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 12px 0;
}

.site-footer .ligne-bas ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.site-footer .ligne-bas ul li {
    list-style: none;
}

.site-footer .ligne-bas ul li a {
    color: black;
    text-decoration: none;
}

.site-footer .ligne-bas ul li:nth-child(1) a:after {
    content: "•";
    padding-right: 50px;
    padding-left: 50px;
}


/* HOME - PARTIE 1 */


/* ACTUALITES - ADMISSIONS */

.partie-1 {
    max-height: 100%;
    margin-top:30px;
    margin-bottom: 30px;
}

body.page-template-template-home .bloc-actualites {
    cursor: pointer;
}
body.page-template-template-home .bloc-actualites img {
	display: block;
	margin: 0 auto;
}
.partie-1 .bloc-actualites-home {
    
}
@media screen and (max-width: 767px) {
.partie-1 .bloc-actualites-home {
   display: grid!important;

    width:unset;
  }
}
.actualites-en-avant h4 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin: 10px 15px 5px 15px;
}

.actualites-en-avant .head-actus-home {
	/*
    background-size: cover;
    -webkit-background-size: cover;
    height: 210px;
    background-position: 50%;
    transition: all .1s ease-in-out;
	*/
	background-size: contain;
    -webkit-background-size: contain;
    height: 210px;
    background-position: 50%;
    transition: all .1s ease-in-out;
    background-repeat: no-repeat;
    background-color: #fff;
}

.actualites-en-avant .head-actus-home.hovered {
    /*height: 200px;*/
}

.actualites-en-avant a:hover {
    text-decoration: none;
}

.actualites-en-avant p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 10px 15px 5px 15px;
    padding: 20px 0px 0px 0px;
}

.bloc-actualites-home .actualites-en-avant {
    background-color: #00629f;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.bloc-actualites-home .autres-actualites {
    background-color: #f3f3f3;
}

.bloc-actualites-home .inner-actualites {
    background-color: #f3f3f3;
    padding: 16px 15px;
}

.autres-actualites .titre-actualites {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bloc-actualites-home .autres-actualites h2 {
    text-transform: initial;
    margin: 0;
    font-family: 'Lato-Light', sans-serif;
}

.bloc-actualites-home .autres-actualites h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #00629f;
    margin: 0;
}

body.page-template-template-home .bloc-actualites {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #e1e0e0;
    background-image: url(../img/lilarrow.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 98%;
}

body.page-template-template-home .bloc-actualites:hover {
    transition: all 0.25s ease;
    background-position: 99%;
}

body.page-template-template-home .bloc-actualites:last-of-type {
    border-bottom: 1px solid transparent;
}
.choubidou{

    height: auto;
    display:inline;
    text-align: -webkit-center;
}
.autres-actualites .bloc-actualites .choubidou a {
    font-size: smaller;
    color: #00629f;
    text-decoration: none;

}
.autres-actualites .bloc-actualites .choubidou:hover a{
    color:#ffa100;
}
.menu_bleu{
    background-color:#00629f;
    color: white;
}

.autres-actualites .bloc-actualites a h4 {
    text-align: left;
    font-size: 14px;
    font-family: 'Lato-Regular';
    min-height: 40px;
}

.autres-actualites .toutes-les-actualites {
    margin-top: 15px;
}

.autres-actualites .toutes-les-actualites a {
    border: 1px solid #2e8ac3;
    border-radius: 3px;
    padding: 5px 10px;
    color: #2e8ac3;
    position: relative;
    z-index: 0;
    margin-top: 0;
    display: block;
    width: 150px;
}

.autres-actualites .toutes-les-actualites a:hover {
    color: #fff;
}

.autres-actualites .toutes-les-actualites a::after {
    background-color: #2e8ac3;
    border-radius: 3px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.autres-actualites .toutes-les-actualites a:hover::after {
    width: 100%;
}
.bouton_actu {
    margin-top: 15px;
	margin-left: 15px;
}
.bouton_actu a {
	/*border: 0.1rem solid white;
    border-radius: 3px;
    padding: 5px 10px;
    color: white;
    position: relative;
    top: 70px;
    margin-left: 12px;
	*/
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px 10px;
    color: white;
    position: relative;
    z-index: 0;
    margin-top: 10px;
	margin-bottom: 20px;
    display: inline-block;
    width: 90px;
}
.bouton_actu a:hover{
    /*background-color: white;*/
	color:#00629f;
}
.bouton_actu a::after {
	background-color: white;
    border-radius: 3px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}
.bouton_actu a:hover::after {
    width: 100%;
}
.categorie_actu {
	margin-top:10px;
	margin-left:15px;
	margin-bottom: -10px;
}
.categorie_actu a {
	color:white;
}
.partie-1 .devenez-ingenieur {
    width: calc((100% - 30px) * 1 / 3);
    background-color: #f3f3f3;
    flex-direction: column;
    justify-content: space-between;
    display: inline-grid;
}
.devenez-ingenieur{
	margin-bottom: 30px;
	background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.5)), 
	url("https://i.f1g.fr/media/eidos/805x453_crop/2017/01/20/XVM168f6398-df14-11e6-8028-58db780a6f0a.jpg");
	text-align: -webkit-center;
	background-size: cover;
	background-attachment: fixed;
	height:350px;
	background-repeat: no-repeat;
	background-position: 83%;
}

@media screen and (max-width: 600px) {
    .devenez-ingenieur {
        height:500px!important;
    }
}
.devenez-ingenieur .ingenieur-titre {
    font-size: 40px;
    margin: 0;
    width: 100%;
    display: block;
    font-family: 'Lato-Light';
    color: white;
}

.devenez-ingenieur .ingenieur-sous-titre {
    font-size: 40px;
    color: #ffa100;
    font-family: 'Lato-Bold';
    margin: 0;
}

.devenez-ingenieur .admissions-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.devenez-ingenieur .admissions-wrapper a {
    border: 1px solid white;
    transition: all 0.25s ease;
    border-radius: 5px;
    padding: 3px;
    background: rgb(255 255 255 / 0.4);
    font-family: 'Lato-Regular', sans-serif;
    margin: 0 10px;
    width: 270px;
    font-size: 19px;
}
.devenez-ingenieur .admissions-wrapper a:hover,
.devenez-ingenieur .admissions-wrapper a:focus {
    background-position: 91%;
    background-color:rgb(255, 255, 255);
    text-decoration: none;
}
.devenez-ingenieur .admissions-wrapper a .titre {
    margin: 0;
    display: block;
    color: #fff;
}
.devenez-ingenieur .admissions-wrapper a:hover .titre {
    color: #000;
}
.devenez-ingenieur .admissions-wrapper a .sous-titre {
    font-weight: bold;
    color: #ffa100;
    margin: 0;
}
@media screen and (max-width: 800px) {
    .isep-banner,
    .devenez-ingenieur {
        min-height: 600px!important;
    }
    .devenez-ingenieur .admissions-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .devenez-ingenieur .admissions-wrapper a {
        margin-bottom: 20px;
    }
    .devenez-ingenieur .admissions-wrapper a:last-child {
        margin-bottom: 0;
    }


}




.devenez-ingenieur .admissions {
    display: table-cell; 
    height: 145px;
    margin: 0px 0px 0px 10px;
    padding:30px;
}
@media screen and (max-width: 800px) {
    .devenez-ingenieur .admissions{
        padding:0px!important;
        display: flex;
        height: initial;
    }
}

.admissions .texte-admission {
    border: 1px solid white;
    width: 270px;
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 90%;
    transition: all 0.25s ease;
    border-radius: 5px;
    padding: 3px;
    background: rgb(255 255 255 / 0.4);
}

.admissions .texte-admission.hovered:hover {
    background-position: 91%;
    background-color:rgb(255, 255, 255);
}
.admissions .texte-admission:hover .admission-titre {
    color:black!important;
}

.devenez-ingenieur .admissions a {
    text-decoration: none;
    display: flex;
}

.admissions .admission-titre {
    font-size: 20px;
    margin: 0;
    display: block;
    color: white;
}


.admissions .admission-sous-titre {
    font-size: 30px;
    color: #ffa100!important;
    margin: 0;
}

.image-admission img {
    height: 145px;
    width: 240px;
}

.titre-ingenieurs {
    line-height: 2.5em;
    text-align: center;
    padding: 80px 0px 0px 0px;
}


/* HOME - PARTIE 2 */


/* DYNAMIQUE - CHIFFRES, EVENEMENTS, VIDEO */

.partie-2 {
    margin-bottom: 30px;

}

 .partie-2 .chiffres-video {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media screen and (max-width: 800px) {
.partie-2 .chiffres-video {
      flex-direction: column;
  }
}

.partie-2.without-evenement .chiffres-video {
    width: 100%;
    flex-direction: row;
}

.chiffres-video .chiffres {
    height: 335px;
    width: 50%;
    padding-right: 20px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; */
}
@media screen and (max-width: 800px) {
.chiffres-video .chiffres {
    width: 100%;
    padding: 0 20px;
  }
}
.partie-2.without-evenement .chiffres-video .chiffres,
.partie-2.without-evenement .chiffres-video .video {
    width: calc((100% - 20px) / 2);
}

.video {
    position: relative;
}

.video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.video img {
    transition: all .2s ease;
}

.video img.hovered {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 50%;
}

.video .titre-video {
    position: relative;
    color: #fff;
    margin: auto;
    text-align: center;
    padding-top: 10%;
    font-size: 32px;
    font-family: 'Lato-Light';
}

.video .titre-video span {
    font-family: 'Lato-Regular';
}

.chiffres-video .video {
    height: 340px;
    width: 50%;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 800px) {
.chiffres-video .video {
   width: 100%;
  }
}

#btn_home {
    background: transparent;
    border: 1px solid transparent;
    position: absolute;
    top: 40%;
    left: 44%;
}

.close {
    position: relative;
    z-index: 999999;
    float: right;
    font-size: 90px !important;
    line-height: 1 !important;
    color: #fff !important;
    text-shadow: none;
    opacity: 1;
    padding: 5px 0 0 5px;
    font-weight: normal !important;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    width: 100%;
    margin: 8% auto 0 auto;
    text-align: center;
}

.modal-dialog iframe {
    width: 55%;
    height: 400px;
}

.partie-2 .liste-evenements {
    display: block;
    width: calc((100% - 20px) / 2);
    height: auto;
}


/* CHIFFRES */

.chiffres .titre-chiffre {
    margin: 30px 0;
}

.chiffres .titre-chiffre h2 {
    font-size: 28px;
    font-family: 'Lato-Light';
    text-transform: none;
}

.chiffres .titre-chiffre h2 span {
    font-family: 'Lato-Regular';
}

.chiffres .image-chiffres {}

.chiffres .colonnes-chiffres {
    text-align: center;
    width: 160px;
}

.chiffres .colonnes-chiffres .img-cont img.univ {
    max-height: 160px;
}

.chiffres .colonnes-chiffres .img-cont img.handshake {
    max-height: 160px;
}

.chiffres .colonnes-chiffres .img-cont img.wallet {
    max-height: 160px;
}

.chiffres .colonnes-chiffres p:first-of-type {
    font-size: 30px;
}

.chiffres .colonnes-chiffres p:last-of-type {
    font-size: 14px;
}

.chiffres .colonnes-chiffres sup {
    font-size: 14px;
}

.img-cont {
    height: 70px;
}

.img-cont img {
    max-height: 70px;
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.chiffres_exp {
    height: 50px;
    margin-top: 15px;
}

.chiffres_exp p:last-child {
    width: 90%;
}

.chiffres .chiffres_exp p,
.chiffres .chiffres_exp sup {
    display: inline-block;
}


/* EVENEMENTS */
.liste-evenements{
    background-color:#f3f3f3;
}
.liste-evenements .remontee-actualites .une-actualite {
    cursor: pointer;
}

.remontee-actualites .une-actualite:first-child {
    background-color: #00629f;
}

.remontee-actualites .une-actualite:first-child p.desc-first {
    height: 60px;
	overflow: hidden;
}

.remontee-actualites .une-actualite {
    background-color: #f3f3f3;
}
.remontee-actualites .une-actualite::first-child {
    background-color: #2e8ac3;
}
.remontee-actualites .thumb_actus {
    height: 335px;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.remontee-actualites .inner-actualite {
    position: relative;
    z-index: 0;
}

.remontee-actualites .inner-actualite::after {
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.remontee-actualites .inner-actualite:hover::after {
    width: 100%;
}

.remontee-actualites .inner-actualite p,
.remontee-actualites .inner-actualite a {
    color: #000;
}
.remontee-actualites .une-actualite:first-child .inner-actualite .header-actus p,
.remontee-actualites .une-actualite:first-child .inner-actualite .header-actus a {
    color: #fff;
}

.remontee-actualites .inner-actualite a {
    padding-left: 6px;
    display: flex;
    font-size: 14px;
    font-family: 'Lato-Bold';
}

.remontee-actualites .une-actualite:first-child .inner-actualite a {
    padding-left: 0;
    color: #fff;
}

.remontee-actualites .une-actualite:first-child .inner-actualite {
    padding: 19px 30px;
    color: #fff;
}

.remontee-actualites .une-actualite {
    border-bottom: 1px solid #fff;
    background-image: url(../img/lilarrow-white.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 95%;
}

.remontee-actualites .inner-actualite .header-actus {
    align-items: center;
}

.remontee-actualites .une-actualite:first-child .inner-actualite .header-actus {
    display: flex;
    justify-content: space-between;
	color: #fff;
}

.remontee-actualites .inner-actualite .header-actus p {
    text-transform: uppercase;
}

.remontee-actualites .une-actualite:first-child .inner-actualite .header-actus span.date-actu {
    font-size: 18px;
    font-family: 'Lato-Light';
    border-right: 1px solid transparent;
    width: auto;
}

.remontee-actualites .une-actualite .inner-actualite .header-actus span.date-actu {
    width: 30%;
    float: left;
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-right:6px;
}

.remontee-actualites .une-actualite:first-child .inner-actualite a {
    font-size: 20px;
	font-family: 'Lato-Light';
	font-weight: 700;
}

.remontee-actualites .une-actualite:first-child .inner-actualite a:hover {
    text-decoration: none;
}

.remontee-actualites .une-actualite span {
    margin-top: 10px;
}

.remontee-actualites .une-actualite span em {
    font-family: 'Lato-Regular';
    font-style: normal;
    padding-left: 10px;
}


/* HOME - PARTIE 3 */


/* MISE EN AVANT - TWITTER - COMMUNIQUE DE PRESSE */

.bloc-mea-home {
    margin-bottom: 30px;
}

.mea-bloc {
    background-color: #f3f3f3;
    position: relative;
}

.bottom_mea {
    background-size: cover;
    -webkit-background-size: cover;
    height: 160px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mea-bloc>div:first-of-type {
    margin: 30px;
}

.mea-bloc h2 span {
    font-family: 'Lato-Regular';
}

.mea-bloc h2 {
    font-family: 'Lato-Light';
    text-align: left;
    font-size: 24px;
    width: 90%;
}

.mea-bloc a {
    background-color: #ffa100;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-top: 30px;
    display: block;
    width: 90px;
}

.mea-bloc a:hover {
    color: #ffa100;
    text-decoration: none;
}

.mea-bloc a::after {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.mea-bloc a:hover::after {
    width: 100%;
}

.communiques-presse {
    display: none;
    margin-bottom: 30px;
}

.communique-de-presse {
    width: 25%;
    padding: 13px;
    border-left: 1px;
    border-color: grey;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-style: solid;
    padding-right: 70px;
    position: relative;
}

.titre-communique {
    width: 25%;
}

.titre-communique h3 {
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'Lato-Light';
    width: 45%;
}

.titre-communique h3 span {
    font-family: 'Lato-Regular';
}

.titre-communique a {
    position: relative;
    z-index: 0;
    display: block;
    width: 100px !important;
    max-width: 100%;
}

.titre-communique a::after {
    background-color: #333333;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
    border-radius: 5px
}

.titre-communique a:hover::after {
    width: 100%;
}

.date-communique {
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 13px;
}

.communiques-presse .communique-de-presse a {
    margin-bottom: 20px!important;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
}

.titre-communique a {
    color: #fff!important;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
}

body.page-template-archive-communique .communique-de-presse {
    width: auto;
    padding: 13px;
    border-left: 0;
    position: relative;
    margin-bottom: 15px;
}

body.page-template-archive-communique .border-com {
    border-bottom: 1px dotted grey;
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px auto;
}

body.page-template-archive-communique .communique-de-presse h2 {
    text-align: left;
    font-size: 24px;
    text-transform: none;
    color: #00629f;
}

body.page-template-archive-communique .date-communique {
    background-color: #00629f;
    padding: 14px;
    color: #fff;
    font-family: 'Lato-Light';
    align-items: center;
    display: flex;
    font-size: 20px;
    text-align: center;
}

body.page-template-archive-communique .date-communique span {
    text-align: center;
    font-family: 'Lato-Light';
    margin: auto;
    font-size: 28px;
}

body.page-template-archive-communique .contenu {
    margin-left: 15px;
    padding: 14px;
    font-family: 'Lato-Light';
    font-size: 20px;
}

body.page-template-archive-communique .contenu .texte {
    text-align: left;
}

body.page-template-archive-communique .contenu a {
    margin-top: 10px;
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    background-color: #ffa100;
    font-family: 'Lato-Regular';
    float: right;
}

body.page-template-archive-communique .border-com:last-of-type {
    display: none;
}

body.page-template-archive-communique .contenu a:hover {
    text-decoration: none;
}

body.page-template-archive-communique .contenu a:before {
    font-family: FontAwesome;
    padding-right: 5px;
}

.image-pleine-page {
    position: relative;
}

.image-pleine-page img {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.bandeau-image {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    color: #fff;
    float: left;
    left: 0px;
    z-index: 998;
    background-color: #fff;
    padding: 5px;
    opacity: 0.5;
}


/* Bloc 2 : texte pleine page */

.champs-de-texte {
    width: 100%;
    max-width: 100%;
    padding: 40px 100px 40px 100px;
    text-align: center;
}


/* Bloc 3 : Call to action */

.call-to-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffa100;
    border-bottom: 1px solid #ffa100;
    padding: 20px 0;
    margin: 25px 0;
    font-size: 18px;
}

.call-to-action .phrase-daccroche {
    padding-right: 60px;
    color: #ffa100;
    font-family: 'Lato-Regular';
}

.call-to-action .label-du-bouton {
    background-color: #ffa100;
    padding: 5px 15px;
}

.call-to-action .label-du-bouton a {
    text-decoration: none;
    color: #fff;
}


/* Bloc 4 : 2 colonnes texte */

.colonnes-texte-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 50px 60px;
}

.colonnes-texte-2 .colonne1 {}

.colonnes-texte-2 p {
    font-size: 14px;
    text-align: center;
}


/* Bloc 5 : Texte + image */

.texte-image {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.texte-image .champ-image-2 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-texte {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.image-texte .champ-image-3,
.image-texte .champ-texte-3 {}

.image-texte .champ-image-3 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Bloc 7 : 3 colonnes texte */

.colonnes-texte-3 {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

body.page-id-179 .colonnes-texte-3 {
    padding: 50px 60px 0 60px;
}

.colonnes-texte-3 .champ-texte-4 {
    min-height: 280px;
}

.colonnes-texte-3 .champ-texte-4 p {
    min-height: 100px;
}

.colonnes-texte-3 .champ-texte-4:first-child,
.colonnes-texte-3 .champ-texte-4:nth-child(2) {}


/* Bloc 8 : Bloc texte 2/3 + image */

.texte-23-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    margin: 60px 0;
}

.texte-23-image .champ-texte-5 {
    width: 75%;
    padding-right: 50px;
}

.champ-image-5 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Bloc 9 : Bloc texte 1/3 + image */

.texte-13-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.texte-13-image .champ-texte-6 {
    width: 25%;
    padding-right: 50px;
}

.texte-13-image .champ-image-6 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Bloc 10 : Bloc image 1/3 + texte */

.image-13-texte {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.image-13-texte .champ-image-8 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-13-texte .champ-texte-8 {
    width: 75%;
    padding-left: 50px;
}


/* Bloc 11 : Bloc texte + image + texte + image */

.texte-image-texte-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.texte-image-texte-image .texte-image-bloc {
    display: flex;
}

.texte-image-texte-image .texte-image-bloc .champ-texte-9 {}

.texte-image-texte-image .texte-image-bloc .champ-image-9 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.texte-image-texte-image .texte-image-bloc .champ-texte-9 {}

.texte-image-texte-image .texte-image-bloc:nth-child(2) {}


/* Bloc 12 : Bloc image + texte + image + texte */

.image-texte-image-texte {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.image-texte-image-texte .image-texte-bloc {
    display: flex;
}

.image-texte-image-texte .image-texte-bloc .champ-image-10 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-texte-image-texte .image-texte-bloc .champ-texte-10 {}

.image-texte-image-texte .image-texte-bloc .champ-texte-10 {}

.image-texte-image-texte .image-texte-bloc:nth-child(2) {}


/* Bloc 13 : 4 colonnes images + sous-titres */

.titre-colonne-4 {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: -45px;
}

.colonnes-image-soustitres-4 {
    padding: 30px 0px 0px 0px;
    margin: 0 !important;
}

.colonnes-image-soustitres-4 .colonne-image-soustitre {}

.colonnes-image-soustitres-4 .colonne-image-soustitre a:not(img) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
    height: 100%;
    justify-content: space-between;
}

.colonnes-image-soustitres-4 a span {
    display: block;
    margin-top: 15px;
    text-align: center;
    min-height: 40px;
}

.colonnes-image-soustitres-4 a div {
    display: flex;
    height: 100%;
    align-items: center;
}

.colonnes-image-soustitres-4 .colonne-image-soustitre a div img {
    margin: auto;
}


/* 
/* Bloc 14 : 4 colonnes pictos + sous-titres */

.colonnes-pictos-soustitres-4 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 145px;
}

.colonnes-pictos-soustitres-4 .colonnes-pictos {
    display: flex;
    margin: auto;
    width: calc((100% - 20px) / 4);
    height: 210px;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    margin-bottom: 5px;
    background-size: 30%;
}

.colonnes-pictos-soustitres-4 .colonnes-pictos a {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: #00629f;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    justify-content: center;
}

.colonnes-pictos-soustitres-4 .colonnes-pictos a span {
    display: block;
    height: 36px;
}


/* Bloc 15 : Bloc image 2/4 + texte 1/4 + texte 1/4 */

.image-24-texte-14 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.image-24-texte-14 .champ-image-11 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-24-texte-14 .champ-texte-11 {
    word-wrap: break-word;
}


/* Bloc 16 : Bloc texte 1/4 + texte 1/4 + image 2/4 */

.texte-14-image-24 {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

.texte-14-image-24 .champ-image-12 {
    width: 50%;
}

.texte-14-image-24 .champ-texte-12 {
    word-wrap: break-word;
}


/* Bloc 17 : Bloc texte 1/4 + image 2/4 + texte 1/4 */

.texte-14-image-24-texte-14 {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

.texte-14-image-24-texte-14 .champ-image-13 {
    min-height: 215px;
    background-size: contain;
    background-repeat: no-repeat;
}

.texte-14-image-24-texte-14 .champ-texte-13 {
    word-wrap: break-word;
}


/* Bloc 18 : Bloc texte 1/3 + Bloc texte 1/3 + image 1/3 */

.texte-13-image-13 {
    display: flex;
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
}

.texte-13-image-13 .champ-texte-14 {
    padding-right: 50px;
}

.texte-13-image-13 .champ-texte-14 {}

.texte-13-image-13 .champ-image-14 {
    min-height: 215px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}


/* Bloc 19 : Bloc historique */

.historique {
    display: flex;
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}

.historique p {
    margin-bottom: 1.5em!important;
}

.historique .bloc-historique {
    width: 90%;
    max-width: 100%;
    margin: auto;
}

.historique .bloc-historique .row {
    margin-bottom: 30px;
}

.historique .bloc-historique .row:nth-child(even) .histogramme {
    flex-direction: row-reverse;
}

.historique .bloc-historique .row:nth-child(even) {
    justify-content: flex-end;
    display: flex;
}

.historique .bloc-historique .histogramme {
    display: flex;
    align-items: center;
    width: calc(50% + 50px);
}

.historique .bloc-historique .histogramme .date {
    background-color: #00629f;
    color: #fff;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.historique .bloc-historique .histogramme .date::after {
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.historique .bloc-historique .histogramme .date:hover::after {
    width: 100%;
}

.historique .bloc-historique .histogramme .description-date:after {
    content: "";
    border-bottom: 1px solid #00629f;
    border-top: 1px solid #00629f;
    top: 0;
    width: 600px;
}

.historique .bloc-historique .histogramme .description-date {
    border: 1px solid #00629f;
    padding: 15px 10px;
}

.historique hr {
    background-color: #00629f;
    height: 1px;
    max-width: 100%;
    width: 65%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


/* Bloc 20 : Bloc push actualité par catégorie */

.push-actualites-par-categorie {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.push-actualites-par-categorie .push-actualites {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
}

.push-actualites-par-categorie .push-actualites ul li {
    list-style: none;
}

.push-actualites-par-categorie .push-actualites ul {
    padding: 0;
    margin: 0;
}

.push-actualites-par-categorie .push-actualites ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

body.page-template-archive-articles .bloc-actualites {
    position: relative;
}

body.page-template-archive-articles .archive-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 250px;
    background-position: center;
}

body.page-template-archive-articles .actus-bottom {
    position: relative;
    padding: 20px;
    line-height: 1.9rem;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites {
    background-color: #f3f3f3;
    margin-bottom: 37px;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites .category-article {
    position: absolute;
    top: 190px;
    right: 20px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites .date-lien {
    display: block;
    top: 180px;
    margin-top: 20px;
    width: 90%;
    color: #00629f;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites .lien-article {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding-bottom: 20px;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites .lien-article span {
    padding: 0 20px;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites p {
    padding: 10px 20px;
}

.push-actualites-par-categorie .push-actualites .bloc-actualites .lien-suite {
    padding-right: 10px;
    text-decoration: none;
    color: #2e77a4;
    float: right;
}

body.page-template-archive-event .bloc-actualites {
    position: relative;
}

.push-actualites-par-categorie .bloc-actualites {
    position: relative;
}

.push-actualites-par-categorie .archive-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 250px;
}

body.page-template-archive-event .archive-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 250px;
}

body.page-template-archive-event .actus-bottom,
.push-actualites-par-categorie .actus-bottom {
    position: relative;
    padding: 20px;
}

body.page-template-archive-event .push-actualites .bloc-actualites {
    background-color: #f3f3f3;
    margin-bottom: 37px;
    height: 485px;
}

body.page-template-archive-event .push-actualites .bloc-actualites .category-article {
    position: absolute;
    top: 190px;
    right: 20px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}

body.page-template-archive-event .push-actualites .bloc-actualites .date-lien {
    position: absolute;
    display: block;
    top: 180px;
    margin-top: 20px;
    width: 90%;
    color: #00629f;
}

body.page-template-archive-event .push-actualites .bloc-actualites .lien-article {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding-bottom: 20px;
}

body.page-template-archive-event .bloc-bleu {
    background-color: #00629f;
    color: #fff;
    margin: 15px;
    padding: 30px;
}

body.page-template-archive-event .bloc-bleu .dateevent {
    text-align: center;
    border-right: 1px solid #fff;
    padding-right: 30px;
}

body.page-template-archive-event .bloc-bleu .dateevent span {
    font-size: 26px;
    font-family: 'Lato-light';
    padding: 15px 0;
    display: block;
    text-transform: capitalize;
}

body.page-template-archive-event .bloc-bleu .dateevent a {
    padding: 5px 5px;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #ffa100;
    width: 120px;
    text-align: center;
    margin: auto;
    text-transform: none;
    position: relative;
    z-index: 0;
}

body.page-template-archive-event .bloc-bleu .dateevent a:hover {
    color: #ffa100;
    text-decoration: none;
}

body.page-template-archive-event .bloc-bleu .dateevent a::after {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

body.page-template-archive-event .bloc-bleu .dateevent a:hover::after {
    width: 100%;
}

body.page-template-archive-event .bloc-bleu .detailevent {
    padding-left: 30px;
}

body.page-template-archive-event .bloc-bleu .detailevent span {
    padding-right: 10px;
}

body.page-template-archive-event .bloc-bleu .detailevent h2 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    text-transform: none;
    font-family: 'Lato-Regular';
    font-style: normal;
    margin: 0;
}

body.page-template-archive-event .bloc-bleu .detailevent p {
    color: #fff;
    padding: 15px 0;
}

body.tax-projet_categorie .bloc-actualites {
    position: relative;
}

body.tax-projet_categorie .archive-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 250px;
}

body.tax-projet_categorie .actus-bottom {
    position: relative;
    padding: 20px;
}

body.page-template-archive-projet .bloc-actualites {
    position: relative;
}

body.page-template-archive-projet .archive-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 250px;
}

body.page-template-archive-projet .actus-bottom {
    position: relative;
    padding: 20px;
}

body.page-template-template-nous-contacter .links {
    background-color: #00629f;
    color: #fff;
    padding: 30px 20px;
    height: 270px;
}

body.page-template-template-nous-contacter .links a {
    color: #fff;
    display: block;
    padding: 0 15px 15px 0;
    background-image: url(../img/lilarrow-white.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 98% 42%;
}

body.page-template-template-nous-contacter .links span {
    font-family: 'Lato-Light';
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
}

body.page-template-template-nous-contacter .campus-mapphoto {
    margin-bottom: 30px;
}

body.page-template-template-nous-contacter .appel-acces h2,
body.page-template-template-nous-contacter .formulaire-contact h2 {
    font-family: 'Lato-Light';
    text-transform: none;
    text-align: left;
}

body.page-template-template-nous-contacter .appel-acces h2 span,
body.page-template-template-nous-contacter .formulaire-contact h2 span {
    font-size: 30px;
    color: #ffa100;
    display: block;
    margin-top: -10px;
    font-family: 'Lato-Regular';
}

body.page-template-template-nous-contacter .appel-acces .numbers {
    border-top: 1px solid #c2c1c1;
}

body.page-template-template-nous-contacter .appel-acces .numbers .item-number:first-of-type {
    margin-top: 0;
}

body.page-template-template-nous-contacter .appel-acces .numbers .item-number span {
    border-bottom: 1px solid #c2c1c1;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    display: block;
}

body.page-template-template-nous-contacter .appel-acces .numbers .item-number span.number {
    font-family: "Lato-Bold";
}

body.page-template-template-nous-contacter .formulaire-contact {
    background-color: #f3f3f3;
    padding: 30px 15px;
    margin: 30px 0;
}

body.page-template-template-nous-contacter .formulaire-contact input[type=text],
body.page-template-template-nous-contacter .formulaire-contact input[type=email],
body.page-template-template-nous-contacter .formulaire-contact select,
body.page-template-template-nous-contacter .formulaire-contact input[type="submit"],
body.page-template-template-nous-contacter .formulaire-contact textarea {
    width: 100%;
    margin-bottom: 8px;
    padding: 15px
}

body.page-template-template-nous-contacter .formulaire-contact input[type="submit"] {
    background-color: #ffa100;
    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 3px;
}

body.page-template-template-nous-contacter .formulaire-contact select {
    background-color: #00629f;
    color: #fff;
    background-image: url(../img/arrow-select.jpg);
    background-repeat: no-repeat;
    background-position: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


/* Pictos */

.inge-asi {
    background-image: url("../img/inge-asi.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-bi {
    background-image: url("../img/inge-bi.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-l {
    background-image: url("../img/inge-l.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-ns {
    background-image: url("../img/inge-n&s.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-ti {
    background-image: url("../img/inge-t&i.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-snr {
    background-image: url("../img/inge-snr.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-cse {
    background-image: url("../img/inge-cse.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.inge-sar {
    background-image: url("../img/inge-sar.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}
.iconandroidlight {
    background-image: url("../img/IconAndroidLight.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}


/* FORMATS WYSIWYG */

.sous-titre {
    font-size: 24px;
    font-family: 'Lato-Light';
}

.chapeau-1 {
    font-size: 24px;
    font-family: 'Lato-Light';
    line-height: 30px;
}

.chapeau-2 {
    font-size: 24px;
    font-family: 'Lato-Light';
    line-height: 30px;
}


/*/////////////////////////////////////////////////////////////single*/

a.bouton-bleu {
    color: #fff;
    padding: 6px 20px;
    background-color: #00629f;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    position: relative;
    z-index: 0;
    display: block;
    margin: auto;
}

a.bouton-bleu.compress {
    float: left;
}

.bouton-bleu a {
    color: #fff;
    padding: 6px 20px;
    background-color: #00629f;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    position: relative;
    z-index: 0;
    display: block;
    margin: auto;
}

a.bouton-bleu::after,
.bouton-bleu a::after {
    background-color: #333333;
    position: absolute;
    border-radius: 5px;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

a.bouton-orange {
    color: #fff;
    padding: 6px 20px;
    background-color: #ffa100;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    position: relative;
    z-index: 0;
    display: block;
    margin: auto;
}

.bouton-orange a {
    color: #fff;
    padding: 6px 20px;
    background-color: #ffa100;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    position: relative;
    z-index: 0;
    display: block;
    margin: auto;
}

a.bouton-orange::after,
.bouton-orange a::after {
    background-color: #333333;
    position: absolute;
    border-radius: 5px;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

a.bouton-bleu:hover::after,
.bouton-bleu a:hover::after,
a.bouton-orange:hover::after,
.bouton-orange a:hover::after {
    width: 100%;
}

.autres-articles {
    margin: 50px 0 30px 0;
}

.autres-articles h2 {
    font-family: 'Lato-Light';
    text-transform: none;
    text-align: left;
}

.autres-articles h2 span {
    color: #ffa100;
    display: block;
    margin-top: -10px;
}

body.single .entry-content {
    margin-bottom: 30px;
}

body.single .content-area {
    padding-top: 15px;
}

.breadcrumbs {
    padding: 10px 0;
    color: #00629f;
}

.breadcrumbs a {
    color: #323232;
}

body.single .entry-meta span {
    color: #ffa723;
    padding: 10px 0;
}

article.event .entry-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

article.event .entry-meta .datelieu span {
    color: #00629f;
    font-family: 'Lato'
}

article.event .entry-meta .datelieu .date-actu {
    padding-right: 15px;
}

article.event .entry-meta .datelieu span.fa {
    font-family: FontAwesome !important;
}

article.event .entry-meta .datelieu span em {
    font-style: normal;
}

body.single .post-img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    height: 350px;
    background-repeat: round;
}
body.single div.post-img{
    background-repeat:no-repeat;
}

body.single-event .post-img {
    position: relative;
    margin-bottom: 10px;
}

body.single-event .datelieu {
    background-color: #00629f;
    color: #fff;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 10px;
}

body.single-event .datelieu .adresse-event {
    padding-left: 10px;
}

.item-toread {
    position: relative;
    margin-bottom: 15px;
}

.item-toread h5 {
    margin-bottom: 5px;
}

.item-toread .img-toread {
    height: 145px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
}

.item-toread .desc-toread {
    padding: 20px 0;
}

.item-toread .desc-toread a {
    display: block;
    width: 100%;
}

body.single .item-toread ul.post-categories {
    list-style-type: none;
    padding: 5px 10px;
    margin: 0;
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #00629f;
    right: 10px;
    bottom: 58%;
}

body.single .item-toread ul.post-categories li {
    padding-left: 0;
    text-indent: -11px;
}

body.single .item-toread ul.post-categories li a {
    color: #fff;
    margin-left: -5px;
}

body.single .item-toread ul.post-categories li a:hover {
    text-decoration: none;
}

body.single .bloc-post {
    margin: 0 32px 0 0;
}

body.single .partager-reseaux-sociaux a {
    display: block;
    color: #fff;
    margin: 10px 0;
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

body.single .partager-reseaux-sociaux a span {
    padding: 0 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

body.single .partager-reseaux-sociaux a.fb {
    background-color: #00629f;
}

body.single .partager-reseaux-sociaux a.tw {
    background-color: #2e77a4;
}

body.single .partager-reseaux-sociaux a.lk {
    background-color: #2e8ac3;
}

body.single .partager-reseaux-sociaux .fa-facebook-f:before,
.fa-facebook:before {
    padding-right: 5px;
}


/*/////////////////////////////////pagination*/

.wp-pagenavi {
    margin: 0 auto 50px auto;
    text-align: center;
}

.wp-pagenavi a {
    margin: 5px;
    padding: 5px;
    background: #fff;
    color: #000;
    border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {
    background-color: #00629f;
    color: #fff;
    font-weight: normal;
    border: none;
    margin: 5px;
    padding: 5px;
}
.wp-pagenavi span.extend {
    border: none;
}
.wp-pagenavi .smaller {
    font-size: 14px;
}

/*contact page*/

a#showButton2 {
    opacity: 0.7;
}

a#showButton1,
a#showButton2 {
    cursor: pointer;
}

body.page-template-template-nous-contacter a.img_map {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    height: 270px;
}

body.page-template-template-nous-contacter a.img_map-1 {
    display: block;
}

body.page-template-template-nous-contacter a.img_map-2 {
    display: none;
}

.campus-photo-1 {
    background-repeat: no-repeat;
}

.campus-photo-2 {
    background-repeat: no-repeat;
    display: none;
}

.acces-1 {}

.acces-2 {
    display: none;
}

.shown-contact {
    display: block !important;
}

.hidden-contact {
    display: none !important;
}

body.search h2.entry-title {
    text-align: left;
    text-transform: none;
}

body.search article {
    border-bottom: 1px solid #b8b8bf;
    padding: 15px 0;
}

body.error404 .search-form {
    display: block;
    width: 510px;
    max-width: 100%;
    position: relative;
}

body.error404 .search-form input[type=submit] {}

body.error404 .search-form .search-field {
    border: 1px solid #e1e0e0!important;
    padding: 10px;
}

body.error404 section.error-404 {
    height: 400px;
    background-image: url(../img/404.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

body.error404 section.error-404 .page-content {
    text-align: center;
    margin: auto;
}

body.error404 section.error-404 a.back {
    background-color: #ffa100;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    z-index: 0;
    margin: 30px auto 0 auto;
    display: block;
    width: 200px;
}

section.dynamique-panel {
    margin-top: -40px;
}

.campus-acces h2 {
    color: #ffa100;
}

p.cat-desc {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: auto !important;
}


/*correctif //////////////////////////////////////*/

table tbody tr td {
    padding: 5px;
}

table:not(.newsletter) tr:first-of-type td,
table:not(.newsletter) tr:first-of-type td p,
table:not(.newsletter) tr:first-of-type td p span,
table:not(.newsletter) tr:first-of-type td p span strong {
    background-color: #00629f;
    color: #fff;
}

table.newsletter,
table.newsletter td,
table.newsletter th {
    border: none;
}
table.newsletter input[type="submit"] {
    background-color: #ffa100;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 12px;
    padding: 10px 20px;
}
table.newsletter input[type="submit"]:hover {
    background-color: #00629f;
}

blockquote::after {
    content: " ” ";
    position: absolute;
    right: 0;
    bottom: -25px;
    font-family: georgia, serif;
    font-size: 5em;
    height: .4em;
    line-height: .9;
    color: rgba(0, 0, 0, .3);
}


/*//blocs parcours */

.champ-texte-23 h2 {
    font-family: 'Lato-Light';
    text-transform: uppercase;
    text-align: left;
    color: #00629f;
}

.champ-texte-23 h2 strong {
    font-family: 'Lato-Regular';
}

.champ-image-23 {
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.infos {
    background: #e3e3e3;
    border-left: 10px solid #ffa100;
    margin: 40px 0;
}

.infos .icone_infos {
    width: calc(100% / 10 - 4rem - .01px);
}

.infos .icone_infos span {
    height: 100px;
    color: #fff;
    font-size: 50px;
    padding: 25px;
}

.infos .texte_infos p {
    font-size: 16px;
    color: #696969;
    padding: 25px;
}

.titre_competences_et_programme {
    display: flex;
}

.titre_competences_et_programme h2 {
    font-family: 'Lato-Regular';
    color: #00629f;
    text-transform: none;
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-bottom: 40px;
}

.titre_competences_et_programme h2:before {
    height: 1px;
    background: #ffa100;
    width: 32%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 30%;
}

.titre_competences_et_programme h2:after {
    height: 1px;
    background: #ffa100;
    width: 32%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
}

.competences_et_programme {
    margin: 40px 0;
}

.texte_competences_et_programme ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.texte_competences_et_programme ul li {
    padding: 10px;
    margin: 10px 0;
    background: #e3e3e3;
    padding-left: auto !important;
    text-indent: 0em !important;
}

.texte_competences_et_programme ul li:before,
.texte_bloc_debouches_droite ul li:before {
    display: none;
}

.texte_bloc_debouches_droite ul li {
    padding: 10px;
    margin: 10px 0;
    background: #e3e3e3;
    padding-left: auto !important;
    text-indent: 0em !important;
}

.texte_competences_et_programme ul li {}

.head_accordion {
    transition: all ease-in-out .2s;
}

.accordion-opened .head_accordion .state_accordion span,
.accordion-opened .head_accordion.closedhead .state_accordion span,
.accordion .head_accordion.closedhead .state_accordion span,
.accordion .head_accordion.closedhead .state_accordion span {
    transform: rotate(0deg);
}

.accordion-opened .head_accordion .state_accordion span,
.accordion-opened .head_accordion.openhead .state_accordion span,
.accordion .head_accordion.openhead .state_accordion span,
.accordion .head_accordion.openhead .state_accordion span {
    transform: rotate(-90deg);
}

.head_accordion .state_accordion span {
    font-size: 32px;
    padding: 0 10px;
}

.head_accordion .state_accordion {
    width: calc(100% / 8 - 4rem - .01px);
}

.accordion-opened .head_accordion {
    background: #00629f;
    padding: 5px;
}

.accordion .head_accordion {
    background: #e3e3e3;
    padding: 5px;
}

.accordion,
.accordion-opened {
    margin-bottom: 15px;
    padding: 15px 0;
}

.accordion-opened .head_accordion h2 {
    font-family: 'Lato-Regular';
    color: #fff;
    text-transform: none;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-left: 15px;
    line-height: 27px;
}

.accordion-opened .head_accordion .state_accordion span {
    font-size: 32px;
    color: #fff;
    padding: 0 10px;
}

.head_accordion .state_accordion {
    width: calc(100% / 8 - 4rem - .01px);
}

.accordion .head_accordion h2 {
    font-family: 'Lato-Regular';
    color: #00629f;
    text-transform: none;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-left: 15px;
    line-height: 27px;
}

.accordion .head_accordion .state_accordion span {
    font-size: 32px;
    color: #00629f;
}

.head_accordion .state_accordion {
    width: calc(100% / 8 - 4rem - .01px);
}

.content_accordion {
    background: #e3e3e3;
    padding: 15px;
}

.site-content ul {
    margin: 0;
    padding: 0 15px 15px 15px;
    list-style-type: none;
}

.site-content ul li {
    padding-left: 1em;
    text-indent: -1.2em;
}

.site-content ul li:before {
    content: "■ ";
    color: #00629f;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.site-content ul ul {
    padding: 0 15px 0 15px;
}

.site-content ul ul li:before {
    color: #4c90bd;
    margin-right: 5px;
}

.site-content ul ul ul li:before {
    color: #b2cfe2;
    margin-right: 5px;
}

.accordion-opened .head_accordion.closedhead {
    background: #e3e3e3;
    padding: 5px;
}

.accordion .head_accordion.openhead {
    background: #00629f;
    padding: 5px;
}

.accordion .head_accordion.closedhead h2,
.accordion .head_accordion.closedhead span,
.accordion-opened .head_accordion.closedhead h2,
.accordion-opened .head_accordion.closedhead span {
    color: #00629f;
}

.accordion .head_accordion.openhead h2,
.accordion .head_accordion.openhead span,
.accordion-opened .head_accordion.openhead h2,
.accordion-opened .head_accordion.openhead span {
    color: #fff;
}

.stage_et_projet {
    padding: 30px 0;
}

.stage_et_projet .image_projet {
    margin-top: 30px;
    min-height: 315px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bloc_temoignage_parcours {
    background: #e3e3e3;
    border-left: 10px solid #ffa100;
    margin: 30px 0;
    padding: 30px;
}

.titre_bloc_temoignage_parcours h2 {
    text-align: left;
    color: #000;
    text-transform: none;
    font-size: 20px;
}

.image_bloc_temoignage_parcours {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.image_bloc_temoignage_parcours img {}

.texte_bloc_temoignage_parcours p {
    position: relative;
    margin-left: 45px;
    font-size: 14px;
    color: #696969;
    padding-top: 30px;
}

.texte_bloc_temoignage_parcours p:before {
    content: " “ ";
    color: #fff;
    font-family: georgia, serif;
    position: absolute;
    left: -35px;
    top: -7%;
    font-size: 80px;
}

.texte_bloc_temoignage_parcours p:after {
    content: " ” ";
    color: #fff;
    font-family: georgia, serif;
    position: absolute;
    right: -18px;
    bottom: auto;
    font-size: 80px;
}

.titre_bloc_debouches h2 {
    font-family: 'Lato-Light';
    text-transform: uppercase;
    text-align: left;
    color: #00629f;
}

.titre_bloc_debouches h2 strong {
    font-family: 'Lato-Regular';
}

.texte_bloc_debouches_droite ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.texte_bloc_debouches_droite ul li {
    padding: 10px;
    margin: 10px 0;
    background: #f4a100;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}


/* IconSmartPhone */

.iconsmartphone {
    background-image: url(../img/IconSmartPhone.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconSoccer */

.iconsoccer {
    background-image: url(../img/IconSoccer.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconTablet */

.icontablet {
    background-image: url(../img/IconTablet.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconTalk */

.icontalk {
    background-image: url(../img/IconTalk.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconTennis */

.icontennis {
    background-image: url(../img/IconTennis.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconThere */

.iconthere {
    background-image: url(../img/IconThere.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconThink */

.iconthink {
    background-image: url(../img/IconThink.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconToDo */

.icontodo {
    background-image: url(../img/IconToDo.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconTweet */

.icontweet {
    background-image: url(../img/IconTweet.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconWiFi */

.iconwifi {
    background-image: url(../img/IconWiFi.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconWorld */

.iconworld {
    background-image: url(../img/IconWorld.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconWWW */

.iconwww {
    background-image: url(../img/IconWWW.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconAndroid */

.iconandroid {
    background-image: url(../img/IconAndroid.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconConnect */

.iconconnect {
    background-image: url(../img/IconConnect.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconCup */

.iconcup {
    background-image: url(../img/IconCup.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconEiffel */

.iconeiffel {
    background-image: url(../img/IconEiffel.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconFace */

.iconface {
    background-image: url(../img/IconFace.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconGroup */

.icongroup {
    background-image: url(../img/IconGroup.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconHands */

.iconhands {
    background-image: url(../img/IconHands.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconID */

.iconid {
    background-image: url(../img/IconID.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconLaptop */

.iconlaptop {
    background-image: url(../img/IconLaptop.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconList */

.iconlist {
    background-image: url(../img/IconList.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconNetWork */

.iconnetwork {
    background-image: url(../img/IconNetWork.png);
    background-repeat: no-repeat;
    background-position: 50%;
}


/* IconRoboticArm */

.iconroboticarm {
    background-image: url(../img/IconRoboticArm.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

body.search-results h1.page-title,
section.no-results h1.page-title {
    margin: 60px auto;
}

section.no-results .page-content p {
    display: block;
    text-align: center;
    margin: 60px auto;
}


/*//chrome hack*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .remontee-actualites .inner-actualite {
        padding: 20px 30px 19px 30px;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0 !important;
    }
    .header-flex nav.main-navigation li:hover:after {
        left: 0 !important;
    }
    .header-flex nav.main-navigation ul li ul {
        margin-top: 49px;
    }
    .header-flex nav.main-navigation ul li:last-child:hover ul {
   
    }
}


/*SAFARI */

.bloc-actualites-home .actualites-en-avant:not(:root:root) {
}


/*IE HACK*/

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    img[src$=".svg"] {
        width: auto;
    }
}

@media all and (-ms-high-contrast:none) {
    .colonnes-image-soustitres-4 a span {
        width: 100%;
    }
    .image_bloc_temoignage_parcours {
        display: block;
    }
    .nav-boutons-droite li.trois-boutons {
        font-size: 12px;
    }
    .image-admission img {
        width: 145px;
    }
    .devenez-ingenieur .admissions {
        display: block;
    }
    .admissions .texte-admission {
        padding-right: 95px;
    }
    .admissions .admission-sous-titre {
        font-size: 22px;
    }
    .img-cont,
    .chiffres_exp {
        width: 150px;
    }
    .colonnes-chiffres {
        padding: 0 70px;
    }
    .image-chiffres {
        margin-left: -150px;
    }
    select::-ms-expand {
        display: none;
    }
    .colonne-gauche img {
        height: 100px;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
    }
    .header-flex nav.main-navigation li:hover:after {
        border-bottom: 5px solid transparent;
    }
    .colonne-image-soustitre a div {
        width: 100%;
    }
    .colonne-image-soustitre a div img {
        width: 100%;
    }
    li.trois-boutons {
        font-size: 10px !important;
    }
}

.cookie-notice-container a.button {
    color: #fff;
    padding: 6px 20px;
    background-color: #00629f;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    display: block;
    display: inline-block;
    padding: 6px 20px;
    background-color: #00629f;
    border-radius: 5px;
    width: 150px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.header-flex nav.main-navigation li.orange>a {
    color: #fff;
    background-color: #ffa100;
}

.header-flex nav.main-navigation li.orange>a:hover {
    text-decoration: none;
    color: #ffa100;
    background-color: #fff;
}
.header-flex nav.main-navigation li.bleu>a {
    color: #fff;
    background-color: #00629f;
}

.header-flex nav.main-navigation li.bleu>a:hover {
    text-decoration: none;
    color: #00629f;
    background-color: #fff;
}

/*FF HACK*/

@-moz-document url-prefix() {
    .search-form input[type="submit"] {
        background-size: 20px 20px;
        height: 25px;
        width: 25px;
    }
}

body.page-id-987 .image-13-texte .champ-image-8 {
    background-size: contain;
    -webkit-background-size: contain;
}


/* SAFARI HACK */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .colonnes-image-soustitres-4 a div {
        display: block;
        height: auto;
    }
}

body {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	overflow: auto;
	margin: 0;
	font-size: 1.4em
}

/*
*   Banner b=vidéo
*/
.isep-banner {
	position: relative;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: fadein .3s;
	animation: fadein .3s
}

@media screen and (min-width: 1200px) {
	.isep-banner {
		height: 350px
	}
}

.isep-banner .devenez-ingenieur {
    position: relative;
    z-index: 2;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2));
    height: 100%;
}

.isep-banner .banner-video,
.isep-banner .banner-picture {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1
}

.isep-banner .banner-video video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw
}

.isep-banner .banner-picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.isep-banner.has-video .banner-text {
	z-index: 2
}

@media (max-width: 766px){
    .isep-banner {
        height: 500px;
    }
    .isep-banner .banner-video {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .devenez-ingenieur .admissions a {
        margin: 10px auto;
    }
}

.wvpl-title {
    padding-left: 25px !important;
}

.wpsm-popup-details {
    text-align: justify;
}


ul.gform_fields li {
    padding-left: initial;
    text-indent: initial;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #ffa100;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 12px;
    padding: 10px 20px;
}

.gform_wrapper .gform_footer input.button:hover ,
.gform_wrapper .gform_footer input[type=submit]:hover ,
.gform_wrapper .gform_page_footer input.button:hover ,
.gform_wrapper .gform_page_footer input[type=submit]:hover  {
    background-color: #00629f;
}
