/*EXTRA*/

/*ALL SITUATIONS*/

.homeLogo {
	background-image: url(../img/webhorticoleLogo.png) !important;
	width:116px;
	background-size:116px;
}
.buttonConnexion, .buttonInscription, .windowPopupButtonReminder {
	background-color: #6cbb0f !important;
    border: 1px solid #589d07 !important;
}
.buttonConnexion:hover, .buttonInscription:hover, .windowPopupButtonReminder:hover {
	background-color: #c1d447 !important;
}
.windowPopupTitle {
	color:#2B7589;
}
.selected {
    color: #6cbb0f !important;
    font-weight: bold !important;
}
/*ACCUEIL*/
.cover {
	background-color: #787878 !important;
    background-image: url(../img/nymphaea_vivaces.jpg) !important;
    background-position: center !important;
    background-size: cover!important;
}
.titleSlogan {
    position: absolute !important;
    left: 5% !important;
    bottom: 3.5em !important;
    color: #FFF !important;
    font-size: 3em !important;
    z-index: 20 !important;
    text-align: left !important;
    height: 90px !important;
    width: 90% !important;
	margin:auto !important;
}
.subTitleSlogan {
    font-size: 0.6em !important;
    width: 100% !important;
    text-align: left !important;
    margin-top: 10px !important;
	color:#fff !important;
}
/*CONNEXION*/
.logoConnexion {
    width: 160px !important;
}
.titleConnexion {
	color:#2B7589 !important;
	font-weight: bold;
}
.coverConnexion {
	background: #fbfbfb url(../img/plumbago_auriculata_mediterraneennes.jpg) no-repeat left center !important;
    background-size: cover!important;
}
/*REMINDER*/
.coverReminder {
	background: #fbfbfb url(../img/plumbago_auriculata_mediterraneennes.jpg) no-repeat left center !important;
    background-size: cover!important;
}
/*INSCRIPTION*/
.coverInscription {
    background: #fbfbfb url(../img/nymphaea_vivaces.jpg) no-repeat left center !important;
    background-size: cover!important;
}
/*ACTIVATE*/
.coverActivate {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;
    background-color: #555555;
    background-image: url(/img/cormos_bipinnatus_de_saison.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*SUPPORT*/
.titleSupport, .textPhoneSupport {
	color: #2B7589 !important;
}
.buttonMail, .windowPopupButtonSupport, .windowButtonAccess {
	background-color: #2B7589 !important;
}
.windowPopupButtonSupport:hover, .windowButtonAccess:hover, .buttonMail:hover {
	background-color: #4fa4bb !important;
}
/*A PORPOS*/
.sectionApropos {
    margin-top: 52px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.coverApropos {
    background-size: cover;
    height: auto;
    width: 100%;
    padding-bottom: 24%;
    background-repeat: no-repeat;
    background-position-y: 40%;
}
.contentSectionApropos {
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    width: 90%;
    color: #000000;
}
.titleContentApropos {
    margin-top: 40px;
    padding: 0px 0px 6px;
    font-size: 30px;
    height: auto;
    color: #016370;
    font-weight: 100;
    text-align: left;
    border-bottom: 1px solid #787878;
    display: inline-block;
    vertical-align: top;
}
.highlightContentApropos {
    height: auto;
    font-size: 24px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
    text-align: left;
    margin-top: 30px;
    box-sizing: border-box;
}
.textContentApropos {
    height: auto;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
    text-align: left;
    margin-top: 40px;
    box-sizing: border-box;
}
.ulContentApropos {
    /* list-style-type: none; */
    list-style-type: disc;
}
.ulContentApropos li {
    margin-top: 20px;
}
@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: 900px){
	.titleSlogan {
		position: absolute !important;
		color: #FFF !important;
		font-size: 25px !important;
		z-index: 20 !important;
		text-align: left !important;
		height: auto!important;
		width: 90% !important;
		background-color: rgba(0,0,0,0.3);
		padding: 1em !important;
		bottom: 1.5em !important;
	}
	.subTitleSlogan {
		font-size: 18px !important;
		width: 100% !important;
		text-align: left !important;
		margin-top: 10px !important;
	}
	
	.coverApropos {
		padding-bottom: 44%;
	}
}