﻿/* 2016-12-07 - CFORP */

.max-width {
	width: 100%;
}
.cforpTopBar {
	background-color: #4f4f4f;
	position: fixed;
	z-index: 10;
	width: 100%;
}
.navbar-fix {
	position: fixed;
	width: 100%;
	top: 35px;
	z-index: 10;
	height: 110px;
}
.page {
	top: 120px;
}
.side {
	position: fixed;
	top: 145px;
}
.page-right {
	left: 20.1%;
}
.open-right .side-left {
	-webkit-transform: translateX(-60%);
	transform: translateX(-70.1%);
}
.open-left .page-left {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 94%;
}
.side-left {
	width: 66.6% !important;
}
.open-left .side-left {
	z-index: 200;
	-webkit-transform: translateX(140%)!important;
	transform: translateX(140%)!important;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #79c142;
}
.side-right {
	width: 33.3% !important;
}
.page-inner {
	padding: 0;
}

#pt-main {
	padding-left: 0 !important;
	top: 0;
}
.splitlayout.open-left {
	background: #497627;
	position: absolute !important;
	height: 100% !important;
}
.pt-page-current {
	top: 0 !important;
	position: absolute !important;
}
.splitlayout.open-left .page-left {
	overflow: initial !important;
	height: initial !important;
	top: 0;
}
.open-left .side-left .intro-content {
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.6);
	transform: translateY(-50%) translateX(-119%) scale(0.6);
}
.open-left .side-left {
	z-index: 200;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
	background-color: #79c142;
}
.open-right .side-right .intro-content {
	-webkit-transform: translateY(-50%) translateX(0) scale(0.6);
	transform: translateY(-50%) translateX(-72%) scale(0.6);
}
.open-right .side-right {
	z-index: 200;
	-webkit-transform: translateX(-278%);
	transform: translateX(-278%);
	background-color: white;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: auto;
}

.page-left {
	left: 0;
	top: 145px;
	outline: 5px solid #497627;
	background: #497627;
	color: #fff;
	text-align: right;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.pt-triggers {
	position: absolute;
	width: 300px;
	z-index: 999999;
	top: 42%;
}
.splitlayout.open-left {
	background: #497627;
}
.pt-perspective {
	top: 95px;
}
.section-intro-magazines {
	width: 100%;
}
.side-right:before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
}
.section-intro-magazines > div {
	display: inline-block;
	width: 32%;
	background-image: url(/Content/quad9/images/bg-numerico-fade.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	vertical-align: bottom;
}
.section-intro-magazines img {
	margin-top: 40%;
	width: 80%;
	height: auto;
}
.section-intro-magazines img:hover {
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
	width: 75%;
}

.mag-minimag {
	background-color: #F47920;
	border-right: 15px solid white;
}
.mag-a-moi {
	border-right: 15px solid white;
}
.mag-minimag-animate {
	background-color: #f58838;
	-webkit-transition: background-color .75s ease-in-out; /* Safari */
	transition: background-color .75s ease-in-out;
}

.mag-a-moi {
	background-color: #B2D235;
}

.mag-quad9 {
	background-color: #00AEEF;
	-webkit-transition: background-color .75s ease-in-out; /* Safari */
	transition: background-color .75s ease-in-out;
}
.mag-quad9-animate {
	background-color: #09bcff;
	-webkit-transition: background-color .75s ease-in-out; /* Safari */
	transition: background-color .75s ease-in-out;
}
.page-right .page-inner {
	padding: 0;
}
.pt-touch-button {
    border: none;
	z-index: 1;
	top: 150px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	position: relative;
	letter-spacing: 1px;
	width: 300px;
	cursor: pointer;
	display: block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    box-shadow: 0 3px 0 #000000;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-page {
	background: #fff !important;
	width: 100%;
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.pt-page-current {
	visibility: visible !important;
	z-index: 1 !important;
}
.logos {
	display: block;
	position: absolute;
	top: 20%;
	width: 100%;
}
.logos img {
	text-align: center;
	max-width: 350px;
	height: 147px;
	margin: 0 auto;
	padding: 2em;
	background-color: white;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
}
.logos img:hover {
    -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all .5s;
	transition: all .5s;
    box-shadow: 0 0 11px #000000;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.23);
}

#btn-cforp {
	max-width: 250px !important;
}
.animate-logos {
	width: 70% !important;
	-webkit-transition: width .5s; /* Safari */
	transition: width .5s;
}
.container-quad9 {
	margin: 220px auto;
}

.mag-cover-animate {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	padding: 10px !important;
}
.container-logos-portail {
    padding: 40px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.33);
	margin-left: -15px;
	margin-right: -15px;
}

.mag-links {
	width: 100%;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
	opacity: 0;
}
.mag-links a {
	display: inline-block;
	width: 50%;
	padding: 10px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	background-color: #3b3b3b;
	color: white;
}
#owl-demo .item {
	background: #3fbf79;
	padding: 30px 0;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-tap-highlight-color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.logo-recf {
	max-width: 300px !important;
	height: auto !important;
	width: 100%;
	padding: 5%;
}
a#go-page-home {
	float: right;
	margin-top: 40px;
	background-color: #3b3b3b;
	color: white;
	padding: 5px 20px;
}
.bg-numerico-home {
	background-image: url(/Content/quad9/images/banner-numerico-large.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.section-intro-magazines img {
	margin-top: 40vh !important;
	width: 80%;
	height: auto;
}
.section-intro-magazines {
	width: 100%;
	position: fixed;
	height: 100vh !important;
	max-height: 100vh !important;
}
.section-intro-magazines > div {
	height: 100vh !important;
}
.pt-page, .pt-perspective {
	height: 100vh;
	width: 95vw;
}
.splitlayout.open-left {
	background: #497627;
	position: absolute !important;
	height: 100vh !important;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.side-left {
    background: none !important;
    outline: 1px solid #ffffff;
    outline: 1px solid rgba(255, 255, 255, 0);
}

.open-left .side-left {
	background-color: white !important;
}
.back {
	color: #79C143 !important;
}
.side-right {
    outline: 1px solid #ffffff;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.container-quad9 {
	margin: 0 auto;
}
.logo-cforp-accueil {
	border: 1px solid white;
	padding: 30px;
	width: 100%;
	max-width: 300px;
}
.mag-links {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mag-links-animate {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.back {
	color: #79C143 !important;
	FONT-FAMILY: 'lato' !important;
	font-size: 30px;
	border: 2px solid;
	text-decoration: none !important;
	font-weight: 900;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.back:hover {
	background-color: #79C143 !important;
	color: white !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.intro-content {
	top: 45vh !important;
}
.mag-desc-annee {
	position: inherit;
	text-align: center;
	margin: 10px auto;
	width: 410px;
	font-size: 18px;
    color:white;
	font-weight: bold;
	font-style: italic;
}
.back-right {
	right: 10px !important;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: white;
	border-radius: 0 !important;
	border: 1px !important;
	top: 30vh;
}
.back-left {
	left: 10px !important;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	/* color: #fff; */
	background-color: white;
	/* padding: 20px; */
	border-radius: 0 !important;
	border: 1px !important;
	top: 60vh;
}
.open-right .side-left .overlay, .open-left .side-right .overlay {
	visibility: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.6s;/* transition: opacity 0.6s; */
}
.open-left .side-right {
	-webkit-transform: translateX(80%);
	transform: translateX(80%);
}
.img-bg-mags {
	/*background-image: url(/Content/quad9/images/13_17_ANS_38575052_LARGE.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	/*width: 100%;*/
	position: absolute;
	height: 100%;
}
.big-mag-cover {
	zoom: 1 !important;
}
.logo-quad-9-page7 {
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	width: 300px;
}
img.img-responsive.img-cover-mag {
	padding: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	zoom: 1.2;
}
iframe {
	height: 100vh;
	width: 100% !important;
}
.page-right {
	left: 7.1% !important;
	width: 92% !important;
	top: 0 !important;
}
.container.container-quad9 .row {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
}

.section-intro-magazines > div {
	transform: skewX(-15deg);
}
.section-intro-magazines img, .mag-desc-annee {
	transform: skewX(15deg);
}
div#mag-minimag:before {
	background-color: #f47920;
	content: '';
	height: 100%;
	width: 100%;
	display: inline-block;
	z-index: -99999 !important;
	position: absolute;
	left: -99.9%;
}
.mag-desc-annee {
	position: inherit;
	text-align: center;
	margin: 10px auto;
	text-shadow: 2px 2px 1px #ffffff;
	width: fit-content;
	font-size: 20px;
	font-family: 'Muli', sans-serif;
	color: #2f2f2f;
	font-weight: bold;
	font-style: italic;
}


.pt-page.pt-page-7 {
	overflow-y: scroll;
}
.mag-quad9:after {
	background-color: #00AEEF;
	content: '';
	height: 100%;
	width: 100%;
	display: inline-block;
	z-index: -99999 !important;
	position: absolute;
	left: 99.9%;
	top: 0;
}

.top-fix {
	height: 100%;
}
.bg-numerico-home {
	background-image: url('/Content/quad9/images/banner-numerico-large.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*
Author : Mathieu Newbury
Organisation : CFORP
Date : June 27 2016
Project : Numerico
*/
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
}
body {
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/*Application de font et de padding entre les sections*/
.secHeader, .secQuoiNumerico, .secRecherche, .secServices, .secCommentCaMarche, .secAdapteMobile, .secFooter, .secAbonnezVous, .secSelectionRessources {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
	font-family: 'Ubuntu', sans-serif;
}
/*Espacements h1*/
h1 {
	color: #4a851c;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-transform: uppercase;
}
a {
	color: #4a851c;
}
/*Enlever bordures*/
button, input, select, textarea {
	border: 0;
}
/*Fix espace en dessous des paragraphes*/
p {
	margin-top: 0;
	margin-bottom: 2rem;
}
.top-fix {
	margin-top: 0;
}
.diagonalBorder h1 {
	margin-bottom: 1rem;
}
/*Pour alignement vertical  [row]*/
.display-table {
	display: table;
	table-layout: fixed;
}
/*Pour alignement vertical   [col-xx-xx]*/
.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
/*Enlever padding*/
.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*Style pour images responsive*/
.img-responsive {
	max-width: 100%;
	display: block;
	height: auto;
}
/*HEADER*/
.secHeader {
	background-color: #303030;
}
.secHeader nav a {
	color: white;
}
.secHeader nav a:hover {
	color: #7ac142;
}
.secHeader nav a:active {
	color: #7ac142;
}
ul.nav.navbar-nav {
	float: right;
}
.bg-inverse {
	background-color: #303030;
}
a.nav-link {
	font-size: 12px;
	color: white;
}
ul.nav.navbar-nav {
	float: right;
	padding: 0 17px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .active>.nav-link {
	color: #7ac142;
}
.navbar-dark .navbar-nav>.nav-link:hover {
	color: #7ac142;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #7ac142;
}
.navbar {
	border-radius: 0;
}
.votreCompte {
	float: none;
	font-size: 13px;
	font-family: ubuntu, sans-serif;
	margin: 20px 0 15px 0;
	text-align: right;
}
nav.navbar.navbar-fixed-top.navbar-dark.bg-inverse {
	position: static;
	padding-bottom: 15px;
}
.usrLink {
	font-weight: 700;
	display: inline-block;
}
.usrLink a {
	color: white;
	text-decoration: none;
}
.usrLink a:hover {
	color: #7ac142;
	text-decoration: underline;
}

.usrIcon {
	float: right;
	margin-top: -5px;/*align to text*/
	margin-left: 10px;
}
/*FIN HEADER*/

/*SLIDER*/
.secSlider img {
	width: 100%;
}
.secSlider {
	width: 100%;
	top: 0;
	padding-top: 0;
	margin: 0 auto;
	margin-bottom: 4rem;
}
/*FIN SLIDER*/


/*RECHERCHE*/

.secRecherche .input-group {
    box-shadow: 0 3px 5px 0 #4e4e4e;
    box-shadow: 0 3px 5px 0 rgba(78, 78, 78, 0.45);
}

.secRecherche {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.35);
	position: absolute;
	padding: 30px;
}

.secRecherche input.form-control, .secRecherche button {
	border-radius: 0 !important;
	padding: 15px 20px;
	border: 1px !important;
}
.secRecherche button {
	background-color: #303030;
	color: white;
}
/*FIN RECHERCHE*/


/*QU'EST-CE QUE NUMERICO*/
.secQuoiNumerico {
	background-color: white;
}
.secQuoiNumerico img {
	width: 100%;
	max-width: 300px;
}
.secQuoiNumerico h1 {
	margin-bottom: 3rem;
}
.imgQuoiNumerico {
	text-align: center;
}
/*FIN QU'EST-CE QUE NUMERICO*/

/*SERVICES*/
.secServices {
	background-color: #eaeaea;
	text-align: center;
}
.secServices h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.secServices h3 {
	font-size: 14px;
	color: #3b780c;
	text-transform: uppercase;
	font-weight: bold;
}
.secServices img {
	margin-bottom: 15px;
	max-width: 200px;
	width: 100%;
}
.secServices .col-sm-4 {
	margin-bottom: 3rem;
}
/*FIN SERVICES*/

/*COMMENT CA MARCHE*/
.secCommentCaMarche {
	background-color: white;
	text-align: center;
}
.secCommentCaMarche h1 {
	text-align: left;
}
/*FIN COMMENT CA MARCHE*/

/*ADAPTÃ‰ POUR LES MOBILES*/
/*img responsive et centrer*/
.secAdapteMobile img {
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 3rem auto;
}
.secAdapteMobile {
	background-color: #eaeaea;
}
.secAdapteMobile .btnNoir {
	float: right;
}
/*FIN ADAPTER POUR LES MOBILES*/



/*ABONNEZ-VOUS A LUN DE NOS PACK*/
.secAbonnezVous table tr td {
	text-align: center;
	padding: 15px;
}
.secAbonnezVous table {
	margin-top: 2rem;
}
.tblVert {
	background-color: #7ab946;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.tblNoir {
	background-color: #2f2f2f;
	color: white;
}
.tblAbonnement {
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
}
.tblGrisFonce {
	background-color: #d4d4d4;
}
.tblGrisPale {
	background-color: #eaeaea;
}
.txtTbl {
	padding-top: 2rem;
	font-size: 0.95rem;
	font-weight: 500;
}
.tableTarifs {
	width: 100%;
}
/*FIN ABONNEZ-VOUS A LUN DE NOS PACK*/


/*NOTRE SÃ‰LECTION DE RESSOURCES*/
.secSelectionRessources {
	background-color: white;
}

/*Couleur background menu*/
ul.nav.navbar-nav {
	background-color: #3b3b3b;
}

/*Align center*/
.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

/*Affichage d'une separation diagonale*/
.diagonalBorder {
    -ms-transform: skew(0, -5deg); /* IE 9 */
	-webkit-transform: skew(0, -5deg);
    transform: skew(0, -5deg);
    /* Safari and Chrome */
	margin: 2rem 0;
}

.diagonalBorder .container {
    -ms-transform: skew(0, 5deg);
	-webkit-transform: skew(0, 5deg);
    transform: skew(0, 5deg);
    padding: 3rem .9375rem;
}

.secRessourcesPlusTelecharges {
	background-color: white;
}
.secRessourcesPlusTelecharges em, .secSelectionRessources em {
	color: #8a8a8a;
	font-weight: 100;
}
/*FOOTER*/
.secFooter {
	background-color: #303030;
	height: auto;
	margin-top: 5rem;
}
.secFooter label {
	color: white;
}
.secFooterCopyright {
	background-color: white;
}
.secFooterCopyright {
	text-align: center;
}
.secFooter h2 {
	color: white;
	text-transform: uppercase;
	font-size: 1.25rem;
}
/*FIN FOOTER*/


/*LIENS MENU FOOTER*/
.liensUtiles {
	list-style: none;
	color: white;
	padding: 0 !important;
}
.liensUtiles a {
	color: white;
}
.liensUtiles a:hover {
	color: #7ac142;
	text-decoration: none;
}
/*FIN LIENS MENU FOOTER*/

/*FORMULAIRE FOOTER*/
#formContact input[type="text"] {
	padding: 8px 10px;
	width: 100%;
}
#formContact input {
	margin-bottom: 10px;
}
form#formContact {
	height: auto;
	overflow: hidden;
}
/*FIN FORMULAIRE FOOTER*/


/*Style bouton blanc*/
.btnBlanc {
	background-color: white;
	color: #7ac142;
	padding: 10px 25px;
	border: 1px solid transparent;
	float: right;
	text-decoration: none;
}
.btnBlanc:hover {
	background-color: transparent;
	color: white;
	padding: 10px 25px;
	border: 1px solid white;
	float: right;
	text-decoration: none;
}
/*Style bouton Noir*/
.btnNoir {
	background-color: #2f2f2f;
	color: white !important;
	padding: 15px 20px;
	border: 1px solid transparent;
	font-weight: 100;
	text-decoration: none !important;
}
.btnNoir:hover {
	background-color: transparent;
	color: #2f2f2f !important;
	padding: 15px 20px;
	border: 1px solid #2f2f2f;
	font-weight: 100;
	text-decoration: none;
}
.motClefs {
	position: relative;
	margin-top: 10px;
	display: inline-block;
}
/*Style Liste pour avoir un logo Numerico*/
.listAdaptMobile {
	/*list-style: none;*/
	padding-left: 5rem;
}



/*MEDIAS SOCIAUX*/
.reseauxSociaux {
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.reseauxSociaux a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: contain;
	margin-right: 2px;
}
.linkedin {
	background: url("img/64-linkedin.png") no-repeat 100%;
}
.facebook {
	background: url("img/64-facebook.png") no-repeat 100%;
}
.twitter {
	background: url("img/64-twitter.png") no-repeat 100%;
}
.youtube {
	background: url("img/64-youtube-2.png") no-repeat 100%;
}
/*FIN MEDIAS SOCIAUX*/

/*RESSOURCES*/
.ressource {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}
.ressource h5 {
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.ressource h5, .ressource em {
	margin-left: 10px;
}
.bordureRessources {
	border: 1px solid black;
	margin-top: 10px;
}
/*FIN RESSOURCES*/

.pageRessources .secRecherche {
	background-color: #7ac142;
	position: relative;
}
.pageTitle {
	padding: 40px 0;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 40px;
}
.pageTitle h1 {
	color: black;
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar {
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
.sidebar-ressource {
	background-color: white;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar a {
	color: black;
	text-transform: inherit;
}
.sidebar a:hover {
	color: #7ac142;
}
.sidebar-module {
	padding: 1.3rem;/* margin: 0 -1rem 1rem; */
}
.sidebar-module h2 {
	font-size: 1.5rem;
}
.sidebar h6 {
	color: #7ac142;
}
.sidebar .btnNoir {
	font-weight: bold;
}
.ressourceSimilaires {
	background-color: #f5f5f5;
	padding: 3rem 0;
}
.ressourceSimilaires h1 {
	color: black;
	text-align: center;
}

@media screen and (max-width:47.9em) {
.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 100%;
}
}

@media screen and (max-width:33.9em) {
    .navbar-dark .navbar-brand {
	    width: 100%;
	    text-align: center;
    }
    .navbar-dark .navbar-brand img {
	    margin: 0 auto !important;
	    display: inline-block;
    }
    .navbar-toggler {
        float: right;
        border: 1px solid #ffffff;
        border: 1px solid rgba(255,255,255,0.5);
	    margin-left: 1rem;
    }
}



@media screen and (max-width:350px) {
    .usr {
	    display: none;
    }
    ul.nav.navbar-nav {
	    margin-top: 1rem;
    }
}
.cforpTopBar {
	background-color: #4f4f4f;
    z-index:11;
}

/*6 Juillet*/
@media screen and (min-width:768px) {
    .votreCompte {
	    float: none;
	    font-size: 13px;
	    font-family: ubuntu, sans-serif;
	    margin: 0 0 0 0 !important;
	    text-align: right;
    }
    div#exCollapsingNavbar2 {
	    margin-top: -40px;
    }
}
a:focus, a:hover, .liensUtiles a:hover {
	color: #7ac142;
	text-decoration: underline;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.tblAbonnement a {
	color: white;
	text-decoration: none;
}
.tblAbonnement a:hover {
	color: #7ac142;
	text-decoration: underline;
}
/*login modal*/
#modalLogin .modal-header img {
	margin: 0 auto !important;
}
#modalLogin .modal-header {
	padding: 15px;
	border-bottom: 0 solid #e5e5e5;
}
#modalLogin .modal-body .form-control {
	background-color: #f7f7f7;
	border-radius: 0 !important;
}
.modal-dialog {
	max-width: 400px;
	border-radius: 2px !important;
}
#modalLogin .modal-body {
	text-align: right;
}
#modalLogin .modal-body .btnNoir {
	font-size: 13px;
}
#modalLogin .checkbox {
	margin-bottom: 0;
	padding: 0;
}
.alert-warning {
	color: #ffffff;
	background-color: rgb(122, 193, 66);
	border-color: #5c9231;
	font-family: Source Sans Pro, sans-serif;
}
.text-muted {
	color: #818a91;
	font-size: 12px;
	max-width: 162px;
}
.disable-selection {
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.sidebar-ressource a {
	text-decoration: underline;
}

.imgRessouceDetails {
	border: 1px solid #ddd;
}
/*Mailchimp CSS*/
#mc_embed_signup {
	font-family: 'Source Sans Pro', sans-serif !important;
}
#mc_embed_signup form {
	overflow: hidden;
}
#mc_embed_signup h2 {
	display: none;
}
#mc_embed_signup .indicates-required {
	display: none;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 0 0 0 0 !important;
	padding: 5px 10px;
	background-color: rgb(48, 48, 48) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	z-index: 1 !important;
	color: #e85c41 !important;
}
form#mc-embedded-subscribe-form {
	background-color: #303030 !important;
}
#mc-embedded-subscribe {
	background-color: white !important;
	color: #4a851c !important;
	padding: 10px 25px !important;
	border: 1px solid transparent !important;
	float: right !important;
	height: auto !important;
	line-height: normal !important;
	border-radius: 0 !important;
	margin: 0 0 10px 0 !important;
}
#mc-embedded-subscribe:hover {
	background-color: transparent !important;
	color: white !important;
	padding: 10px 25px !important;
	border: 1px solid white !important;
	float: right !important;
}
.mc-field-group input {
	border-radius: 0 !important;
}
#mc_embed_signup .mc-field-group {
	width: 100% !important;
}
.container-fluid .sidebar {
	margin-right: 1rem;
}

/*Changement du breakpoint pour le menu mobile*/
@media (max-width: 768px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggler {
    display: block !important;
	float: right;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255,255,255,0.5);
	margin-left: 1rem;
}

.navbar {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.navbar-nav .nav-item {
	float: left;
	text-align: center;
	width: 100%;
	background-color: #3b3b3b;
}
ul.nav.navbar-nav {
	width: 100%;
}
.navbar-nav .nav-item+.nav-item {
	margin-left: 0;
}
}
nav.navbar.navbar-dark.bg-inverse {
	margin-top: 33px !important;
}
.container-fluid.top-fix .secRecherche {
	background-color: #7ac142;
	position: relative;
	display: none;
}
.mag-visionneuse {
	display: none !important;
}
.mag-links a {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	background-color: #3b3b3b;
	color: white;
	font-size: 16px;
}
.mag-links a:hover {
	text-decoration: none;
}
.open-left .side-left {
	background-color: white !important;
	height: 100vh !important;
	top: 0;
}
.quad9 .secFooter {
	margin-top: 0;
}
.container-fluid.container-quad9 {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.45) !important;
	margin: 0 auto;
	width: 100%;
	z-index: 99999;
	position: relative;
}

.iframe-ressources {
	top: -150px !important;
	position: relative;
}
img.img-responsive.logo-quad-9-page7 {
	margin-top: 30px;
}
.big-mag-cover {
	padding: 15px;
}

@media all and (max-width:980px) {
img.img-responsive.img-cover-mag {
	padding: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	zoom: 1.3;
}
}

@media all and (max-width:768px) {
.intro-content {
	top: 35vh !important;
}
.side {
	position: fixed;
	top: 193px;
}
.open-right .back-left, .open-left .back-right {
	top: 20vh !important;
}
.section-intro-magazines > div {
	width: 31% !important;
}
.mag-desc-annee {
	width: 100%;
	font-size: .57em !important;
}
img.img-responsive.img-cover-mag {
	padding: 0 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
	zoom: 1 !important;
}
}

@media all and (max-width:480px) {
.mag-minimag {
	background-color: #F47920;
	border-right: 5px solid white !important;
}
.mag-a-moi {
	border-right: 5px solid white !important;
}
.mag-links {
	width: 50%;
	margin: 5px auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
}
img.img-responsive.img-cover-mag {
	padding: 0 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
	zoom: 1 !important;
	width: 30%;
	margin: 0 auto;
}
.pt-page, .pt-perspective {
	height: 100vh;
	width: 100vw;
}
}

@media all and (max-width:380px) {
nav.navbar.navbar-dark.bg-inverse {
	margin-top: 26px !important;
}
}
.container-quad9 .row {
	margin: 30px 0;
}
.open-left .logo-cforp-accueil {
	display: none !important;
}

.btn-retour {
    position: absolute;
    left: 0;
    top: 300px;
    padding: 10px;
    z-index: 11;
    background-color: white;
    height: 60px;
    width: 60px;
    box-shadow: 1px 0 10px #000000;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.20);
}

.btn-retour i {
    color: #4f4f4f;
    padding: 7px;
        -webkit-transition: color .5s;
    transition: color .5s;
}

.btn-retour:hover i {
    color: #77bf3d;

}
.btn-retour:hover {
    color: #77bf3d;
    box-shadow: 1px 0 15px #000000;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.20);
}

@media all and (max-width: 768px) {
    .section-intro-magazines > div {
        width: 102% !important;
        transform: initial !important;
        height: 33.334vh !important;
        border: 0 solid transparent;
    }
    .section-intro-magazines img {
        margin-top: 10vh !important;
        width: 80%;
        height: auto;
        transform: initial !important;
    }
    .mag-desc-annee {
        width: 100%;
        font-size: 1.7em !important;
    }

}

.animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mag-quad9 {
    border-right: 1px solid #00aeef;
}
/*skip links*/
.visually-hidden {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bypass-block-link {
	background: #ffc;
	padding: .2em;
	position: absolute;
	text-decoration: none;
	z-index: 10;
	color: black !important;
}

.visible-when-focused:focus {
	clip: auto;
	height: auto;
	margin: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

.bypass-block-target:focus:target, [tabindex="0"]:focus, [tabindex="1"]:focus, a:focus, a:hover, button:focus, input:focus {
	outline-color: #4d90fe !important;
}