/*EXTRA*/
@import url("rootColor.css");

/*ALL SITUATIONS*/
body {
	font-family: arial;
}

.homeLogo {
	background-image: url(../img/logo_GETS.svg);
	background-size: 100%;
	width: 80px;
}

.homeLogoText {
	color: #2B7589 !important;
	font-weight: bold;
}

.menuAr {
	font-size: 1.1em;
	text-decoration: none;
	padding: 0px 10px;
	color: #3d7292;
}

.menuAr:active {
	color: #DE313B !important;
}

.buttonTopInscription {
	color: #fff;
}

.menuLang {
	color: #3d7292;
}

.buttonConnexion,
.buttonInscription,
.windowPopupButton,
.buttonTopInscription,
.windowPopupButtonReminder,
.windowPopupButtonSupport,
.buttonInscriptionLibrarySubInfosSession,
.windowPopupButtonSSO {
	background-color: #3d7292 !important;
	border: 1px solid #1f5373 !important;
}

.buttonConnexion:hover,
.buttonInscription:hover,
.windowPopupButton:hover,
.buttonTopInscription:hover,
.windowPopupButtonReminder:hover,
.windowPopupButtonSupport:hover,
.buttonInscriptionLibrarySubInfosSession:hover,
.windowPopupButtonSSO:hover {
	background-color: #5191b7 !important;
}

.windowPopupTitle {
	color: #3d7292;
}

.selected {
	background-color: transparent !important;
	border: 0px !important;
	color: #DE313B !important;
}

.selected:hover {
	background-color: transparent !important;
	border: 0px !important;
}

/*ACCUEIL*/
/*CONNEXION*/

/*#accueil > .homeLogo {
	background-image:none;
}*/
.corporateLogo {
	display: inline-block;
	background: #ffffff;
	height: 160px;
	margin-left: 10em;
	vertical-align: top;
}

.titleSlogan {
	color: #3d7292;
	font-size: 2.8em;
	text-align: left;
	width: calc(100% - 13em - 175px);
	margin-left: 4em;
	margin-top: 1em;
}

.subTitleSlogan {
	color: #606060;
	line-height: 1.3;
}

.logoConnexion {
	width: 160px !important;
}

.coverSection {
	position: inherit;
	margin-top: 52px;
}

.cover {
	position: relative;
	background-size: cover;
	background-position: top;
	background: #fafafa;
	width: 100%;
	margin-top: 0%;
	z-index: 10;
	left: 0%;
	border-bottom: 1px solid #ddd;
}

.coverConnexion {
	background-image: url(../img/cover_inscription_gets.jpg);
}

/*.titleConnexion {
	color:#2B7589 !important;
	font-weight: bold;
}*/
/*APROPOS*/
.coverApropos {
	background-size: cover;
	height: auto;
	width: 100%;
	padding-bottom: 24%;
	background-repeat: no-repeat;
	background-position-y: 40%;
	background-image: url(/img/canopy_apropos_gets.jpg);
	margin-top: 52px;
}

.titleContentApropos {
	border-bottom: 1px solid #010101 !important;
	color: #3a3c3d !important;
}

.textContentApropos {
	margin-bottom: 80px;
}

/*INSCRIPTION*/
.contentSectionInscription {
	text-align: center;
}

.titleContentInscription {
	width: 66%;
}

.coverInscription {
	background-image: url(../img/cover_inscription_gets.jpg);
}

/*COURSES*/
#contentSearch {
	margin-top: 52px;
}

.canopyCourses {
	background-size: cover;
	height: auto;
	width: 100%;
	padding-bottom: 32%;
	background-repeat: no-repeat;
	background-image: url(../img/canopy_courses_gets.jpg);
	margin-top: 52px;
	border-bottom: 1px solid #1f5373;
}

#resultBloc {
	min-height: 600px;
}

#searchBloc {
	border: 1px solid #333333;
	top: 4em;
}

#searchInput:focus {
	outline: none;
}

#suggestionsBloc {
	display: none;
}

#titleContentSearch {
	margin-top: 0px;
	color: #3d7292;
}

.resultTitle {
	background-color: #1e5775;
}

.resultButton {
	color: #3d7292;
}

#leftContentSearch {
	width: 100% !important;
}

/*ACTIVATE*/
.coverActivate,
.coverReminder {
	background-image: url(../img/cover_inscription_gets.jpg);
}

.titleReminder {
	margin-bottom: 1em;
	width: 100%;
	color: #3d7292;
	font-size: 2em;
	text-align: left;
	line-height: 1.5;
}

/*LIBRARY*/
.libraryImg {
	padding-bottom: 27%;
}

.dateSessionLibrary {
	background-color: #3d7292;
}

/*SUPPORT*/
/*.subCardSupportRight, .subCardSupportLeft {
    background-color: #bad049;
}*/
.titleSupport,
.textPhoneSupport {
	color: #2B7589 !important;
}

.buttonMail,
.windowPopupButtonSupport,
.windowButtonAccess {
	background-color: #2B7589;
}

.buttonMail:hover,
.windowPopupButtonSupport:hover,
.windowButtonAccess:hover {
	background-color: #4fa4bb !important;
}

/*SPONSORS RIGHT MENU*/
.suggestionSponsorsBlocTitle {
	/* background-color: #E63127 !important; */
	color: #000 !important;
	/* padding-right: 20px !important; */
	margin-bottom: 20px !important;
	margin-right: 10px;
	width: 70% !important;
	float: right;
	/* margin-left: -5px !important; */
	font-size: 0.92em !important;
	border-bottom: 3px solid #bad049;
	text-align: right;
}

.suggestionSponsorsBlocTitle:after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.suggestionSponsorsBlocTitle:after {
	right: -10px;
	top: 26px;
	border-width: 6px 6px 6px 6px;
	border-color: #bad049 #f5f5f5 #f5f5f5 transparent;
}

.suggestionSponsorsImgTitle {
	color: #000000 !important;
}

/*ACTUALITES*/
.centralNewsWhite {
	background-color: transparent !important;
	border: 0px solid transparent !important;
}

.lineElementNewsFirst {
	border: 0px solid transparent !important;
}

.lineElementNewsTitleFirst {
	color: #000000 !important;
	font-weight: bold !important;
	position: absolute !important;
	width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.lineElementNewsDescriptionFirst {
	color: rgba(0, 0, 0, 0.6) !important;
	/*font-weight:bold !important;*/
}

.lineElementNews {
	width: calc(50% - 6px) !important;
	margin-left: 6px !important;
}

.lineElementNewsRight {
	margin-right: 6px !important;
	margin-left: 0px !important;
}

.lineElementNewsTitle {
	color: #000000 !important;
	font-weight: bold !important;
	position: absolute !important;
	left: 0px !important;
	width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.lineElementNewsDescription {
	color: rgba(0, 0, 0, 0.6) !important;
	/*font-weight:bold !important;*/
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {}

@media only screen and (min-width: 1190px) and (max-width: 1600px) {}

@media only screen and (max-width: 970px) {
	.coverInscription {
		background: #fff !important;
	}

	.canopyCourses {
		padding-bottom: 20%;
	}

	#searchBloc {
		top: 0px;
	}

	.titleSlogan {
		font-size: 2.5em;
		width: 100%;
		padding: 0.5em;
		margin: 0px;
	}

	.corporateLogo {
		display: none;
	}

	.textContentApropos {
		font-size: 1.2em !important;
		margin-top: 10px !important;
	}

	.logoConnexion {
		background-color: #fff;
		border-radius: 6px;
	}

	.inscriptionTextLabelQuestion {
		width: 100%;
	}
}