/*
Author : Mathieu Newbury
Organisation : CFORP
Date : June 27 2016
Project : Numérico
*/
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 0px;
    font-family: 'Ubuntu', sans-serif;
}
/*Espacements h1*/
h1{
    /*color:#7ac142;*/
    margin-bottom: 1.75rem;
    font-size:2rem;
    text-transform: uppercase;
}
a{
    /*color:#7ac142;*/
    color:#4a851c;
}
/*Enlever bordures*/
button, input, select, textarea {
    border:0px;
}

/*Fix espace en dessous des paragraphes*/
p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.top-fix{
    margin-top:0px;
}

.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:0rem !important;
    padding-right:0rem !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: 0px 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: 0rem;
}



.votreCompte {
    float: none;
    font-size: 13px;
    font-family: ubuntu,sans-serif;
    margin: 20px 0px 15px 0px;
    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: 0px;
    padding-top: 0px;
    margin: 0 auto;
    margin-bottom:4rem;
}
/*FIN SLIDER*/


/*RECHERCHE*/

.secRecherche .input-group {
    box-shadow: 0px 3px 5px 0px rgba(78, 78, 78, 0.45);
}

.secRecherche {
    background-color: rgba(255, 255, 255, 0.35);
    position: absolute;
    padding: 30px;
}

.secRecherche input.form-control, .secRecherche button {
    border-radius: 0px !important;
    padding: 15px 20px;
    border:1px !important;
}

.secRecherche button{
    background-color: #303030;
    color:white;
}
/*FIN RECHERCHE*/


/*QU'EST-CE QUE NUMÉRICO*/
.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 NUMÉRICO*/

/*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 centré*/
.secAdapteMobile img{
    max-width:300px;
    width:100%;
    text-align: center;
    margin: 3rem auto;
}
.secAdapteMobile {
    margin-top: 0px;
    padding-top: 30px;
}
.secAdapteMobile .btnNoir{
    float:right;
}
/*FIN ADAPTÉ POUR LES MOBILES*/

.secRecherche {
    background-color: #7ac142;
    position: relative;
}

/*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 séparation diagonale*/
.diagonalBorder{
    transform:skew(0deg,-5deg);
    -ms-transform:skew(0deg,-5deg); /* IE 9 */
    -webkit-transform:skew(0deg,-5deg); /* Safari and Chrome */
    margin: 2rem 0rem;
}
.diagonalBorder .container{
    transform:skew(0deg,5deg);
    -ms-transform:skew(0deg,5deg);
    -webkit-transform:skew(0deg,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: 0.4rem;
    padding: 0px;
}
.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: 0px !important;
}

    .liensUtiles a {
        color: black;
    }

.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;
    display: inline-block;
    text-align: center;
}
.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 Numérico*/
.listAdaptMobile{
    /*list-style: none;*/
    padding-left:5rem;
}

/*REMOVE
    .listImage {
    background: url('img/icone-liste-numerico.png') no-repeat left top;
    height: auto;
    padding-left: 40px;
    margin-top: 10px;
    background-size: 22px;
    line-height: 1.5em;
}*/



/*MÉDIAS 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 MÉDIAS SOCIAUX*/

/*RESSOURCES*/
.ressource{
    padding-top:15px;
    padding-bottom: 15px;
    margin-right:0px;
    margin-left:0px;
    overflow: hidden;
}
.ressource h5{
    margin-top:15px;
    margin-bottom:0px;
    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 0px;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom:40px;
}

.pageTitle h1{
color: black;
    padding: 0px !important;
    margin: 0px !important;
}

.sidebar{
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.sidebar-ressource{
    background-color: white;
}

/*.sidebar-ressource p{
    margin:0px;
    padding:0px;
}*/
.sidebar ul{
    list-style: none;
    padding: 0px;
}
.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 rgba(255,255,255,0.5);
        margin-left:1rem;
    }
}

@media screen and (max-width:543px) {
    /*.navbar-nav .nav-item {
        float: left;
        text-align: center;
        width:100%;
    }
    ul.nav.navbar-nav{
        width:100%;
    }
    .navbar-nav .nav-item+.nav-item {
        margin-left: 0rem;
    }*/
}

@media screen and (max-width:350px) {
    .usr{
        display:none;
    }
    ul.nav.navbar-nav {

        margin-top: 1rem;
    }
}
.cforpTopBar {
    max-height: 35px;
    height: 35px;
    top: 0px;
    background-color: #4f4f4f;
    border-bottom: solid 2px #fff;
}

.titre-innovant2 {
    color: white !important;
    font-family: 'Raleway', sans-serif;
    line-height: 35px;
    white-space: nowrap;
    width: 100%;
}

.top-social-menu.pull-right {
    margin-top: 3px;
}

.top-social-menu a {
    margin: auto 3px;
}

/*6 Juillet*/



@media screen and (min-width:992px){
    .votreCompte {
        float: none;
        font-size: 13px;
        font-family: ubuntu,sans-serif;
        margin: 0px 0px 0px 0px !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: 0px;
}

.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: 0px solid #e5e5e5;
}

#modalLogin .modal-body .form-control {
    background-color:#f7f7f7;
    border-radius:0px !important;
}

#modalLogin {
    max-width: 400px;
    border-radius: 2px !important;
}

.modal-body h3 {
    color: #4a851c;
}

#modalLogin .modal-body {
    text-align:right;
}

#modalLogin .modal-body .btnNoir {
    font-size:13px;
}

#modalLogin .checkbox {
    margin-bottom:0px;
    padding:0px;
}

.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;
}

/*.inputRecherche:hover, .inputRecherche:focus {
    
}*/

.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: 0px 0 0em 0 !important;
    padding: 5px 10px;
    background-color: rgb(48, 48, 48) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !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:0px !important;
    margin: 0 0px 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:0px !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: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggler {
        display: block !important;
        float: right;
        border: 1px solid rgba(255,255,255,0.5);
        margin-left: 1rem;
    }
    .navbar {
        border-top: 1px solid transparent;
        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: 0rem;
    }


}

/*.resource-tile .thumb-container .thumb img:hover {
        width: 100% !important; 
        max-width:105% !important;
        box-shadow: 0px 0px 25px black !important;
}*/

.container-fluid{
    background-color:white;

}

.float-right{
    float:right;
}
.text-center {
text-align: center;
}

/*home magazines section*/
.mag-minimag {
    background-color: #F47920;
    border-right: 15px solid white;
}
.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 > div {
    transform: skewX(-15deg);
    height:300px;
    padding-top:100px;
}
.mag-a-moi {
    background-color: #bad74a;
    -webkit-transition: background-color .75s ease-in-out;
    transition: background-color .75s ease-in-out;
    border-right: 15px solid white;
}
.mag-quad9 {
    border-right: 1px solid #00aeef;
    background-color: #00AEEF;
    -webkit-transition: background-color .75s ease-in-out;
    transition: background-color .75s ease-in-out;
}
.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;
}

.mag-quad9:after {
    background-color: #00AEEF;
    content: '';
    height: 100%;
    width: 130%;
    display: inline-block;
    z-index: -99999 !important;
    position: absolute;
    left: 99.9%;
    top: 0;
}

div#mag-minimag:before {
    background-color: #f47920;
    content: '';
    height: 100%;
    width: 124%;
    display: inline-block;
    z-index: -99999 !important;
    position: absolute;
    top: 0;
    left: -121.9%;
}
.mag-quad9-animate {
    background-color: #09bcff;
    -webkit-transition: background-color .75s ease-in-out; /* Safari */
    transition: background-color .75s ease-in-out;
}
.mag-a-moi-animate {
    background-color: #bad74a !important;
    -webkit-transition: background-color .75s ease-in-out; /* Safari */
    transition: background-color .75s ease-in-out;
}
.mag-minimag-animate {
    background-color: #f58838;
    -webkit-transition: background-color .75s ease-in-out; /* Safari */
    transition: background-color .75s ease-in-out;
}
.animate-logos {
    width: 90% !important;
    -webkit-transition: width .5s; /* Safari */
    transition: width .5s;
}
.m-b-30 {
margin-bottom:30px;
}
@media all and (max-width: 768px) {
    .section-intro-magazines > div {
        width: 100% !important;
        transform: initial !important;
        border: 0 solid transparent;
    }

    .section-intro-magazines img {
        margin-top: 0px !important;
        width: 80%;
        height: auto;
        transform: initial !important;
    }

    .mag-desc-annee {
        width: 100%;
        font-size: 1.7em !important;
    }
    .display-cell{
        display:block;
    }
    .m-b-30 {
        margin-left:20px;
    }
    .secFooterCopyright .text-left {
        text-align: center !important;
    }
}
@media (max-width: 992px) {
    .secFooterCopyright .text-left {
        text-align: center !important;
    }
}
.text-left {
    text-align:left;
}
.footer-logo{
    max-width:450px;
    width:100%;
}

.black {
    color:black !important;
}

.p-2{
    padding: 2rem 0;
}
.footer-copyright {
    background: #333333;
    color: white;
}

.footer-copyright p{
    margin-top: 25px;
    margin-bottom: 0px;
}
.float-left {
    float: left;
}
/*@media screen and (max-width:539px) {
    .text-left a, .text-right a {
        text-align: center !important;
    }
}*/

/*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;
}