/*
Theme Name: esiea
Theme URI:
Author: DSI Volant
Author URI: http://www.dsivolant.com/
Version: 0.1.0
Description: ESIEA Theme
Text Domain: esiea
*/
/**
*
* This file is for wordpress only.
* It will not actually be used in our theme.
*
*/

@keyframes slidy {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; }
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}

a.site-logo.logo-en {
	background-image: url(/wp-content/themes/esiea/images/logo-esiea-en.svg) !important;
	background-size: cover;
}

/* Correctifs CSS */

.bloc-evenementiel__logos {
	width: 25%;
}

ul.list-unstyled li:before {
	content: "" !important;
}
p img,
li img {
	max-width: 100%;
	height: auto;
}

/* Footer */

.footer-main__map--img {
    display: inline-block !important;
    max-width: 100% !important;
}

.footer-main__linkssup {
    margin-top: 10px;
}

.footer-logos a:hover,
.footer-logos a:focus,
.footer-logos a:active {
	text-decoration: none !important;
}

.footer-main__map address {
	padding-top: 10px;
	color: white;
}

.col_presentation_de_lecole > .bs-esieaicons {
	justify-content: left !important;
}

/* space before CFA-ITE logo */
a:nth-of-type(7) > .footer-logos__img {
	padding-left: 40px;
}
/* space after ESIEA Alumni logo */
a:nth-of-type(8) > .footer-logos__img {
	padding-right: 40px;
}

/* Nouveautés CSS */

.titre-accordeon a {
	text-decoration: none !important;
}
.titre-accordeon a.collapsed::after {
	content: ' [+]';
	font-size: 60%;
}
.titre-accordeon {
	margin: 15px 0 0 0;
}

/** 404 **/
.divider--blue {
	background-image: #36A9E1;
}
.bg--blue {
	background-color: #36A9E1;
}
.error404 .bg--blue {
	padding: 80px 0 0 0;
}
.bg--blue .page-type__content {
	color: #ffffff;
}
.pg-404 {
	border-left: none !important;
}
.pg-404 p{
	font-weight: 400;
	font-size: 2rem;
}
.pg-404 span.orange{
	font-weight: 600;
	color: #F59E00;
}
.img-404 {
	background: url('/wp-content/themes/esiea/images/404-esiea.png') no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 500px;
}
@media screen and (min-width: 1200px){
	.img-404 a{
		bottom: 80px;
		left: 41%;
	}
}
@media screen and (max-width: 1199px){
	.img-404 a{
		bottom: 50px;
		left: 39%;
	}
	.img-404 {
		height: 400px;
	}
}
@media screen and (max-width: 991px){
	.img-404 a{
		bottom: 40px;
		left: 36%;
	}
	.img-404 {
		height: 300px;
	}
}
@media screen and (max-width: 719px){
	.img-404 a{
		position: static !important;
	}
	.img-404 {
		height: 200px;
	}
}
.img-404 a{
	position: absolute;
}

/* @Tanguy
 * Breadcrumb
 */
.breadcrumb {
    background: none !important;
    padding-left: 0 !important;
}

.breadcrumb .active {
    color: #333 !important;
}

/* @Tanguy
 * Page 404
 */
.num-pg-404 {
    position: relative;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #36A9E1 solid 5px;
    font-size: 40px;
    color: #36A9E1;
    text-align: center;
    margin: 30px auto 5px auto;
}

.num-pg-404 .num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.page__form--submit {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    line-height: 36px;
}

a.page__form--submit:hover,
a.page__form--submit:focus,
a.page__form--submit:active {
    text-decoration: none;
    color: #fff;
}

.pg-404 img {
    margin: 10px 0;
}

.pg-404 .search__container {
    padding-top: 20px;
    margin: 0;
}

.pg-404 h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.pg-404 a.page__form--submit {
    margin-top: 0;
}

/* CONSEILS & PREFERENCE:  menu */
#mega-menu-main > li > a {
	text-transform: uppercase !important;
	font-size: 16px !important;
	text-align: center !important;
}
#mega-menu-main {
	background-color: #ffffff !important;
	display: table !important;
    width: 100% !important;
}
#mega-menu-wrap-main #mega-menu-main > li:not(.mega-current-menu-item) > a.mega-menu-link::before{
	background-color: #4da8d8;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-current-menu-item > a.mega-menu-link::before{
	background-color: white;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	color: #333333 !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::before,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background-color: #36A9E1 !important;
	color: #FFFFFF !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #e7e8e9 !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600;
	border-bottom: solid 2px rgba(85, 85, 85, .5);
	margin-bottom: 5px;
	font-size: 16px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #4da8d8 !important;
	font-weight: normal;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color: #4da8d8 !important;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-item > li > li {
	padding-bottom: 5px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	margin-left: 0;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link:hover {
	color: #555 !important;
}
@media screen and (max-width: 768px) {
	.main-nav__menu>li {
	    background-color: #ffffff !important;
	}
	.main-nav__menu a {
		color: #333333 !important;
	}
	.menu-links__container .menu-links>li:nth-of-type(1) {
		background-color: #36A9E1;
	}
	.menu-links__container .menu-links>li:nth-of-type(1) a {
		color: #ffffff;
	}
}

/* end menu */

.page-tab__row a.active:after {
	z-index: 1 !important;
}
.divider-carousel {
	z-index: 9 !important;
}
.page-type-tab__title, .page-type__title, .single__title {
	font-size: 40px !important;
	font-weight: 100 !important;
	padding: 19px 0 0 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2;
	text-align: center;
}

/* Header */
.header-main .menu-a a, .header-main .menu-a a:hover, .header-main .menu-a a:focus {
	font-weight: 500;
}

/* Carousel */
.carousel-indicators li {
	background-color: rgba(54, 169, 225, .33) !important;
}
.carousel-indicators .active {
	background-color: #36A9E1 !important;
}
.carousel-indicators {
	bottom: 0 !important;
}
.bloc-metier-blockquote__container--quote {
	background-image: none !important;
}
/* Video embed */
.video-embed-div {
	position: relative; height: 0; padding-bottom: 33%;
}
iframe {
	max-width: 100%;
}

/* Formulaire de demande de doc */
#demande-doc-form {
	background: none;
	margin-top: 70px;
	margin-bottom: 70px;
}
#demande-doc-form #content_form,
#form-doc-etape-4 {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#demande-doc-form label.required:after {
	content: "" !important;
}
#demande-doc-form input[type=radio] {
	margin-bottom: 4px;
}
#demande-doc-form input[type=checkbox] {
	margin-bottom: 8px;
}
.form-steps {
	color: #939393;
	margin-bottom: 30px;
}
.form-step {
	text-transform: uppercase;
	font-size: 16px;
}
.form-step-current {
	color: #333333;
	font-weight: 400;
}
.form-step:not(:first-of-type) {
	padding-left: 35px;
	background-image: url('./images/arrow-gray-right.png');
	background-repeat: no-repeat;
	background-position: 15px center;
}
#demande-doc-form h2 {
	font-weight: 400;
	color: #333333;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 24px;
}
#demande-doc-form h3 {
	margin-top: 0;
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
}
#demande-doc-form #contact_documentation_papier-container {
	padding-left: 15px;	
}
input[value="Next step"] {
	margin: 30px 0 80px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	color: rgb(147,147,147);
}
#demande-doc-form select, #demande-doc-form input[type=text], #demande-doc-form input[type=tel], #demande-doc-form input[type=email], #demande-doc-form input[type=number] {
	width: 100% !important;
}
.btn-quaternary.disabled, .btn-quaternary[disabled], fieldset[disabled] .btn-quaternary, .btn-quaternary.disabled:hover, .btn-quaternary[disabled]:hover, fieldset[disabled] .btn-quaternary:hover, .btn-quaternary.disabled:focus, .btn-quaternary[disabled]:focus, fieldset[disabled] .btn-quaternary:focus, .btn-quaternary.disabled:active, .btn-quaternary[disabled]:active, fieldset[disabled] .btn-quaternary:active, .btn-quaternary.disabled.active, .btn-quaternary[disabled].active, fieldset[disabled] .btn-quaternary.active {
	background-color: rgba(0, 134, 199, .5) !important;
}
.btn-next {
	margin-top: 20px;
}
#form-doc-etape-2 {
	text-align: center !important;
}
#form-doc-etape-3 h2 {
	margin-bottom: 10px;
}
.cnil-text {
	margin-top: 50px;
}
.hear-about-row {
	margin-top: 40px;
}
.en-form-text {
	padding: 80px 0;
}

/* FORMULAIRE NOUS CONTACTER */
#contact-form {
	background: none;
}
#contact-form textarea {
	margin: 0 15px 4px 15px;
	width: 95%;
	font-size: 16px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 767px){
	#contact-form textarea {
		width: 90%
	}
}
/* fin formulaire nous contacter*/

/* REFONTE HOME */
.carousel-caption__container--txt {
	font-family: 'Source Sans Pro',sans-serif !important;
	font-weight: 500;
}
.carousel-inner>.item>img {
	width: auto;
}
.page-home__presentation--title-container,
.page-home__evenementiel--title-container,
.page-home__actualites--title-container {
	background-image: none !important;
}
.page-home__presentation .hide-large a {
    margin: 10px 0;
}
#presentation-section .divider--gray {
	background-color: white;
}
a.btn.btn-septenary {
	color: #838385;
	border-style: none;
	background-image: url(/wp-content/themes/esiea/images/arrow-grey-right.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.btn-senary {
    min-width: 200px;
}
.page-home__international,
.bloc-debouche__container {
	margin-top: 54px !important;
}
.page-home__international .btn:nth-of-type(2),
.bloc-evenementiel__content .btn:nth-of-type(2) {
	margin-top: 10px;
	margin-bottom: 10.5px;
}
.page-home__international h2 {
    padding: 0 !important;
    text-transform: uppercase;
}
.page-home__international h3 {
    color: #333;
    font-size: 22px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 500;
}
.page-home__international .row .row .col:last-of-type {
	align-self: flex-end;
}
.page-home__evenementiel--title,
.page-home__actualites h2,
.bloc-debouche__container h2 {
	background: none !important;
    padding: 40px 0 0 0 !important;
    margin: 0 !important;
}
.bloc-evenementiel__nom {
	font-weight: 500 !important;
    color: #333 !important;
    text-transform: none !important;
}
.bloc-evenementiel__nom-container {
	background-color: transparent !important;
	padding: 0 0 10px 0 !important;
	position: static !important;
	text-align: left !important;
	height: auto !important;
}
.bloc-evenementiel__nom-container::after {
	border: none !important;
}
.page-home__actualites {
	margin: 0 !important;
}
.article__container--alaune .article__content--title {
	padding-top: 14px !important;
}
h3.article__content--title {
	padding-top: 10px
	font-size: 16px;
}
.page-home__actualites .article__container {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}
.page-home__actualites .article__content {
	margin: 0 !important;
}
.page-home__actualites .btn {
	margin-top: 10.5px;
}
.article__container--figure-container,
.article__container--figure-container figure {
	height: 150px !important;
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
}
.article__container--figure .article__container--figure-container figure img {
	width: auto !important;
	max-width: 100%;
    min-height: 0 !important;
}
.bloc-metier__container {
	margin: 0 !important;
}
.bloc-debouches__content--paragraphe h3 {
	color: #ffffff;
}

/** CALAMEO **/
.alert iframe {
	margin-top: 20px !important;
}
.alert {
	text-align: center;
}
form .alert-success {
	background-color: #ffffff;
}

/** ACCES RAPIDES **/
.quick_access_container--title-container a:hover {
	text-decoration: none;
}

@media screen and (min-width: 1200px){
	.bloc-metier-blockquote__container--quote {
		min-height: 230px;
	}

}
@media screen and (max-width: 1199px){
	.video-embed-div {padding-bottom: 56%;}
	.bloc-metier__content--image {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	h1.page-type-tab__title, h1.page-type__title, h1.single__title, h1.page__title--rubrique {
		color: #ffffff !important;
	}

	header.page__header {
		min-height: 110px;
	}
	.intern-img {
		background: url(/wp-content/themes/esiea/images/esiea-bourses.jpg) no-repeat;
		background-size: cover;
		min-height: 255px !important;
	}
	.page-home__actualites--title-container {
		text-align: left !important;
	}
	#presentation-section .container{
		background: white;
		z-index: 1000;
		position: relative;
	}
	#international-section {
		margin-top: -125px;
		padding-top: 125px;
	}
	#presentation-section .container {
		background-color: transparent !important;
		padding-top: 40px;
	}
	.page-home__international .row .row {
	    display: flex;
	}
	.hide-large {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	h1.page-type-tab__title, h1.page-type__title, h1.single__title, h1.page__title--rubrique {
		color: #36A9E1 !important;
	}
	.site-logo {
		height: 90px !important;
		background-image: url(/wp-content/themes/esiea/images/logo-esiea.svg) !important;
		background-size: contain !important;
	}
	.header-main {
		background-color: #36A9E1 !important;
	}
	.main-nav__toggle .icon-text,
	.lang-switcher li,
	.lang-switcher li a {
		color: #ffffff !important;
	}
	.lang-switcher li {
		border-right-color: #ffffff !important;
	}
	.main-nav__toggle .icon-bar {
		background-color: #ffffff !important;
	}
	header.page__header {
		min-height: 150px;
	}

	.page__title--rubrique {
		font-size: 40px !important;
		background-color: #ffffff !important;
	}	
	.footer-main__map p {
		margin-bottom: 0;
	}
	.footer-main__map address {
		padding-top: 0;
	}
	.bloc-evenementiel__container {
		display: block !important;
		margin-top: 0 !important;
	}
	.bloc-evenementiel__container .divider--gray {
		display: none;
	}
	#section-actu {
		background: white;
		margin-top: 20px;
		padding-bottom: 25px;
	}
	.page-home__actualites {
		padding-bottom: 25px;
	}
	.bloc-metier__container {
		padding-top: 20px;
	}
	.discover-btn {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	p,
	.footer-main,
	.breadcrumb,
	footer .menu-base,
	/*#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,*/
	.lang-switcher li,
	.main-nav__toggle .icon-text {
		font-size: 1.6rem !important;
		line-height: 2.2rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-template-template-demande-documentation .page__title {
		color: #36A9E1;
	}
}
