/* @override 
	https://elgg-2-3.exosys.net/mod/afnor_offres/offres.css */

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

#afnor-offres {
	font-size: 1.2em;
	line-height: 1.4em;
}
#afnor-offres h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #ea5e37;
	margin-bottom: .2em;
	margin-top: 20px;
}
#afnor-offres .presentation-offres {
	padding-bottom: 40px;
	padding-top: 30px;
}
#afnor-offres .presentation-offres > div.offre {
	float: left;
	width: 33.33%;
}
#afnor-offres .presentation-offres:after {
	clear: both;
	display: table;
	content: " ";
}
#afnor-offres .presentation-offres > div.offre > div.inner {
	padding: 0 10% 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	position: relative;
	overflow: hidden;
}
#afnor-offres .presentation-offres a.select-offre {
	padding: 10px 20px;
	margin: 30px auto 20px;
	display: block;
	width: 70%;
	text-align: center;
	background-color: #ea5e37;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 60px;
	transition: background .3s ease-in-out 0s;
}
#afnor-offres .presentation-offres a.select-offre:hover {
	background-color: #e63d0d;
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#afnor-offres .presentation-offres h2 {
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	border-top: 15px solid #333;
	padding-top: 10px;
}
#afnor-offres .presentation-offres #rise h2 {
	padding-top: 25px;
}

#afnor-offres .presentation-offres h2 small {
	display: block;
	font-size: .5em;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 40px;
}
#afnor-offres .presentation-offres h3 {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 6px;
	margin-top: 15px;
}
#afnor-offres .presentation-offres h3:first-child {
	margin-top: 0;
}
#afnor-offres .presentation-offres ul.features {
	margin: 10px 0;
}
#afnor-offres .presentation-offres li {
	font-size: .8em;
	line-height: 1.3em;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
#afnor-offres .presentation-offres li:before {
	font-family: 'FontAWesome';
	content: "\f00c";
	position: absolute;
	left: 0;
	top: .15em;
	color: #ea5e37;
}
#afnor-offres .presentation-offres div.tarif {
	text-align: center;
	background-color: #f1f2f1;
	width: 70%;
	margin: 0 auto;
	border-radius: 90px;
	padding: 10px 0 10px;
	margin-bottom: 10px;
}
#afnor-offres .presentation-offres div.tarif span {
	display: block;
	font-size: .9em;
}
#afnor-offres .presentation-offres div.tarif strong {
	font-size: 1.5em;
	display: block;
	line-height: 1em;
}
#afnor-offres .presentation-offres div.tarif strong small {
	font-size: .5em;
}
#afnor-offres .presentation-offres div.tarif > small {
	font-size: .9em;
	display: block;
	line-height: 1em;
	color: #999;
}
#afnor-offres .discount-info {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .8em;
	margin-bottom: 25px;
}
#afnor-offres .presentation-offres .offre-description {
	margin-bottom: 30px;
}


#afnor-offres #learning .discount-info,
#afnor-offres .presentation-offres #learning div.tarif span,
#afnor-offres .presentation-offres #learning h2 {
	color: #93c64f;
	border-color: #93c64f;
}
#afnor-offres .presentation-offres #learning a.select-offre {
	background-color: #92c54e;
}
#afnor-offres #rise .discount-info,
#afnor-offres .presentation-offres #rise div.tarif span,
#afnor-offres .presentation-offres #rise h2 {
	color: #ea5e37;
	border-color: #ea5e37;
}
#afnor-offres .presentation-offres #rise a.select-offre {
	background-color: #ea5e37;
}
#afnor-offres #elite .discount-info,
#afnor-offres .presentation-offres #elite div.tarif span,
#afnor-offres .presentation-offres #elite h2 {
	color: #551566;
	border-color: #551566;
}
#afnor-offres .presentation-offres #elite a.select-offre {
	background-color: #551566;
}
#afnor-offres .presentation-offres .recommand {
	width: 180px;
	background: #561666;
	position: absolute;
	top: 30px;
	left: -40px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: .8em;
	color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

ul.etapes-souscription-offre {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
	margin-top: 40px;
}
ul.etapes-souscription-offre li {
	display: inline-block;
	position: relative;
	line-height: 36px;
	width: 200px;
	text-align: center;
}
ul.etapes-souscription-offre li span.step {
	width: 36px;
	display: inline-block;
	border-radius: 18px;
	background: #f0f2f0;
	color: #323332;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -18px;
}
ul.etapes-souscription-offre li span.label {
	font-size: .8em;
	display: block;
	text-align: center;
	line-height: 36px;
	padding-bottom: 10px;
}
ul.etapes-souscription-offre li.active span.step {
	background: #561666;
	color: #fff;
}

/* sessions */
#afnor-offres .clearfix {
	display: table;
	clear: both;
	content: " ";
}
#afnor-offres div.offres-list {
	width: 102%;
	margin-left: -1%;
}
#afnor-offres div.offres-list .offre-session {
	width: 30.33%;
	margin: 1.5%;
	float: left;
}
#afnor-offres div.offres-list .offre-session > .inner {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#afnor-offres div.offres-list .offre-session .description {
	font-size: .9em;
	line-height: 1.3em;
}
#afnor-offres div.offres-list .offre-session h2 {
	text-transform: uppercase;
	color: #ea5e37;
	font-size: 1.4em;
	line-height: 1em;
	padding-right: 70px;
}
#afnor-offres div.offres-list .offre-session h2 small {
	display: block;
	margin-top: 4px;
	font-size: .6em;
	line-height: .8em;
	color: #561666;
}
#afnor-offres div.offres-list .offre-session div.discount {
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	color: #551566;
}
#afnor-offres div.offres-list .offre-session div.discount img {
	width: 100%;
	height: auto;
	display: block;
	margin: 15px 0;
}
#afnor-offres div.offres-list .offre-session div.discount span.offer {
	display: inline-block;
	padding: 10px 0;
	position: relative;
	margin-bottom: 10px;
}
#afnor-offres div.offres-list .offre-session div.discount span.offer:before {
	display: block;
	position: absolute;
	border: 2px solid #ea5e37;
	content: " ";
	height: 90%;
	left: 50%;
	top: 0;
	transform: skewX(-20deg);
}
#afnor-offres div.offres-list .offre-session div.discount span.offer em {
	font-style: normal;
	background: #fff;
	display: inline-block;
	position: relative;
}



#afnor-offres div.offres-list .offre-session .animateur {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 10px;
	font-size: .8em;
}
#afnor-offres div.offres-list .offre-session .inner > .title {
	position: relative;
	min-height: 60px;
}
#afnor-offres div.offres-list .offre-session .title span.amount {
	position: absolute;
	right: 0;
	top: 0px;
	width: 60px;
	height: 60px;
	background: #eee;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	font-size: .9em;
	font-weight: bold;
}
#afnor-offres div.offres-list .offre-session .title .tarif small {
	position: absolute;
	top: 10px;
	right: 0;
	width: 60px;
	text-align: center;
	z-index: 2;
	color: #999;
	font-size: x-small;
	line-height: 1em;
}





#afnor-offres div.offres-list .offre-session .select input[type="checkbox"]:checked + label {
	background: #444;
	color: #fff;
}
#afnor-offres div.offres-list .offre-session .select input[type="radio"]:checked + label {
	text-decoration: underline;
}
#afnor-offres div.offres-list .payment-options div.title,
#afnor-offres div.offres-list .session-options div.title {
	font-size: .8em;
	margin-top: 10px;
	color: #ea5e37;
}
#afnor-offres div.offres-list .offre-session ul label {
	font-size: .8em;
	line-height: 1.3em;
	font-weight: 300;
}
#afnor-offres div.offres-list .payment-and-session {
	margin: 10px 0;
	padding-bottom: 15px;
}
#afnor-offres div.offres-list .offre-session .select .offer {
	position: absolute;
	right: 0;
	top: 15px;
	color: #ea5e37;
	width: 30%;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .8em;
	font-weight: bold;
}
#afnor-offres .animateur p,
#afnor-offres .animateur a.avatar {
	display: inline-block;
	vertical-align: middle;
}
#afnor-offres .animateur a.avatar {
	margin-right: 10px;
}
#afnor-offres button.toggle-select,
#afnor-offres button.inscription {
	background: #ea5e37;
	line-height: 20px;
	text-transform: uppercase;
	height: 32px;
	width: 100%;
	border: 1px solid #ea5e37;
	padding: 0;
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}
#afnor-offres button.joined {
    background: #eee;
    line-height: 20px;
    text-transform: none;
    height: 32px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0;
    border-radius: 16px;
    color: #222;
    cursor: default;
    margin-top: 10px;
}
#afnor-offres button.cancel {
    background: #eee;
    line-height: 20px;
    text-transform: uppercase;
    height: 32px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0;
    border-radius: 16px;
    color: #222;
    cursor: pointer;
    margin-top: 10px;
}
#afnor-offres button.disabled {
    background: #d0d2d0;
    line-height: 20px;
    text-transform: uppercase;
    height: 32px;
    width: 100%;
    border: 1px solid #d0d2d0;
    padding: 0;
    border-radius: 16px;
    color: #fff;
    cursor: default;
    margin-top: 10px;
}
#afnor-offres button.toggle-select {
	border-color: #edeeed;
	background: #fff;
	color: #777;
	margin-bottom: 15px;
	margin-top: 20px;
}
#afnor-offres button.toggle-select:hover,
#afnor-offres button.toggle-select.visible {
	color: #000;
	position: relative;
}
#afnor-offres button.toggle-select.visible:after {
	font-family: 'FontAwesome';
	content: "\f00d";
	position: absolute;
	right: 10px;
	top: auto;
	color: #ea5e37;
}

@media screen and (max-width: 900px) {
	#afnor-offres div.offres-list .offre-session {
		width: 45.33%;
		margin: 1.5%;
		float: left;
	}
	ul.etapes-souscription-offre li {
		width: 140px;
	}
}
@media screen and (max-width: 600px) {
	#afnor-offres div.offres-list .offre-session {
		width: 100%;
		margin: 0 0 30px;
		float: none;
	}
	ul.etapes-souscription-offre {
		display: none;
	}
	#afnor-offres .presentation-offres > div.offre {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

/* #pc-main-menu */
@media screen and (min-width: 900px) {
	#pc-main-menu a,
	#pc-main-menu a:hover {
		min-width: 105px;
	}
    div.pc-group-item ul.head li.nb,
    #pc-main-menu span.picto i {
        background-image: url(sprite-menu-icons.png);
    }

    #pc-main-menu li.offres a:hover,
    #pc-main-menu li.offres a.active
    {
        color: #571766;
    }

	#pc-main-menu .offres a span.picto i {
	    background-position: -300px 0;
	}
	#pc-main-menu .offres a:hover span.picto i,
	#pc-main-menu .offres a.active span.picto i{
	    /*background-position: -300px -39px;*/
        background-position: -300px -79px;
	}
	#afnor-offres .presentation-offres > div.offre#rise .offre-description {
		margin-bottom: 60px;
	}
	#afnor-offres .presentation-offres > div.offre#rise > div.inner {
		width: 84%;
		margin-left: -2%;
		margin-top: -15px;
		z-index: 99;
	}

	#pc-main-menu .videos a span.picto i {
        background-image: url(img/videos.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .videos a:hover span.picto i,
    #pc-main-menu li.videos:hover span.picto i,
    #pc-main-menu .videos a.active span.picto i{
		background-image: url(img/videos-hover.png);
    }

	#pc-main-menu .webinaires a span.picto i {
        background-image: url(img/webinaires.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .webinaires a:hover span.picto i,
    #pc-main-menu li.webinaires:hover span.picto i,
    #pc-main-menu .webinaires a.active span.picto i{
		background-image: url(img/webinaires-hover.png);
    }

	#pc-main-menu .outils a span.picto i {
        background-image: url(img/outils.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .outils a:hover span.picto i,
    #pc-main-menu li.outils:hover span.picto i,
    #pc-main-menu .outils a.active span.picto i{
		background-image: url(img/outils-hover.png);
    }

	#pc-main-menu .livres-blancs a span.picto i {
        background-image: url(img/livres-blancs.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .livres-blancs a:hover span.picto i,
    #pc-main-menu li.livres-blancs:hover span.picto i,
    #pc-main-menu .livres-blancs a.active span.picto i{
		background-image: url(img/livres-blancs-hover.png);
    }

	#pc-main-menu .accueil a span.picto i {
        background-image: url(img/accueil.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .accueil a:hover span.picto i,
    #pc-main-menu li.accueil:hover span.picto i,
    #pc-main-menu .accueil a.active span.picto i{
		background-image: url(img/accueil-hover.png);
    }

	#pc-main-menu .groupes a span.picto i {
        background-image: url(img/groupes.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .groupes a:hover span.picto i,
    #pc-main-menu li.groupes:hover span.picto i,
    #pc-main-menu .groupes a.active span.picto i{
		background-image: url(img/groupes-hover.png);
    }

	#pc-main-menu .membres a span.picto i {
        background-image: url(img/membres.png);
		background-position: center;
		background-size: contain;
    }
    #pc-main-menu .membres a:hover span.picto i,
    #pc-main-menu li.membres:hover span.picto i,
    #pc-main-menu .membres a.active span.picto i{
		background-image: url(img/membres-hover.png);
    }
}
