/*-----------------------------------------*/
/*	 STYLE GLOBAL : CORE
/*-----------------------------------------*/

/*	 {} DESIGN GLOBAL
------------------------------------------*/
/* Dégradé en fond */
.exergue,
section.editorial,
.bloc-post {
  background: -webkit-linear-gradient(top, rgba(240, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 50%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(240, 239, 239, 1)),
    color-stop(50%, rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(top, rgba(240, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 50%);
  background: linear-gradient(180deg, rgba(240, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

/* Espacement intérieur Pages et Actualités */
.page-editoriale,
.dernieres-actualites,
.explorer-actualites {
  padding: 4rem 0;
}

/* Vignettes */
.vignette.zoom {
  overflow: hidden;
  border-radius: 10px !important;
  transform: translateZ(0); /* (bug safari retirant border-radius durant zoom) */
}

.vignette.zoom img {
  object-fit: cover;
  transition: all 0.8s;
  height: 100%;
  width: 100%;
}

.vignette.zoom img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.vignette img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*	 {} EN-TÊTE
------------------------------------------*/
.en-tete {
  padding-top: 1rem;
}

/* IDENTITÉ ÉCOLE */
.en-tete .identite-ecole {
  margin-bottom: 1rem;
}

.en-tete .identite-ecole * {
  margin: 0.2rem 0;
}

.en-tete h1 {
  font-family: "raleway";
  font-weight: 700;
}

/* MENU TOP */
.menu-top ul {
  display: flex;
  align-items: center;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-top ul li:first-child {
  position: relative;
}

/* MENU PRIMAIRE */
.navbar {
  padding: 0 1rem;
  z-index: 1;
}

.navbar .container {
  justify-content: flex-end;
}

.navbar-toggler {
  padding: 0;
  height: 70px;
}

/* Encoche dropdown */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4rem;
  font-style: normal;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.8rem;
  font-weight: 900;
  vertical-align: 0;
  border: none;
}

#MenuPrimaireResponsive .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* SCOPE */
.scope.scope-front-page {
  background-color: #f0efef;
}

.scope .row {
  position: relative;
  align-items: center;
}

/* Chemin arborescence en Titrage */
.chemin {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "merge_light-webfont";
}

.chemin li {
  display: inline;
}

.chemin li:last-child {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0.1em;
}

.chemin a::after {
  content: "\00005c";
  display: inline;
  padding: 0 0.5rem;
}

/* Majuscule pour le mois */
.ca_is-date-mois {
  text-transform: capitalize;
}

/* Photos enfants scope */
.visuel-scope {
  align-self: flex-end;
  min-height: 160px;
}
.visuel-scope.enfant-scope-1 {
  background: url(../images/scope/enfant-scope-1.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-2 {
  background: url(../images/scope/enfant-scope-2.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-3 {
  background: url(../images/scope/enfant-scope-3.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-4 {
  background: url(../images/scope/enfant-scope-4.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-5 {
  background: url(../images/scope/enfant-scope-5.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-6 {
  background: url(../images/scope/enfant-scope-6.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-7 {
  background: url(../images/scope/enfant-scope-7.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-8 {
  background: url(../images/scope/enfant-scope-8.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-9 {
  background: url(../images/scope/enfant-scope-9.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-10 {
  background: url(../images/scope/enfant-scope-10.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-11 {
  background: url(../images/scope/enfant-scope-11.png) no-repeat center bottom;
  background-size: contain;
}
.visuel-scope.enfant-scope-12 {
  background: url(../images/scope/enfant-scope-12.png) no-repeat center bottom;
  background-size: contain;
}

/*	 {} DERNIÈRES ACTUALITÉS (Accueil)
------------------------------------------*/
.dernieres-actualites .actu {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.dernieres-actualites .date {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 30px;
  padding: 0.2rem 0.8rem;
  border-radius: 5px;
  z-index: 2;
}

.dernieres-actualites .vignette {
  margin-bottom: 1rem;
}

.dernieres-actualites .box-texte {
  display: flex;
  flex-direction: column;
}

.dernieres-actualites h3 {
  font-size: 1.875rem;
}

.voir-toutes-actualites {
  display: flex;
  justify-content: center;
}

/*	 {} EXPLORER LES ACTUALITÉS
------------------------------------------*/
.explorer-actualites .nav-tabs {
  font-size: 1.3rem;
  border-bottom: 0;
}

.explorer-actualites .nav-tabs .nav-item {
  margin: 0;
}

.explorer-actualites .nav-tabs .nav-item a {
  display: flex;
  align-items: center;
}

.explorer-actualites .nav-tabs i {
  font-size: 0.8rem;
  margin: 0 0.5rem 0 0;
}

.explorer-actualites .nav-tabs .nav-link {
  padding: 0;
  margin: 0 1.6rem 0 0;
  border: 0;
  border-radius: 0;
}

.explorer-actualites .nav-tabs .nav-link.active,
.explorer-actualites .nav-tabs .nav-item.show .nav-link,
.explorer-actualites .nav-tabs .nav-link:hover,
.explorer-actualites .nav-tabs .nav-link:focus {
  background-color: transparent;
  border-color: transparent;
}

.explorer-actualites .tab-content {
  padding-top: 2rem;
}

.explorer-actualites .item-post {
  min-height: 4rem;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
}

.explorer-actualites .item-post .mini-vignette {
  flex-shrink: 0;
  height: 4rem;
  width: 4rem;
  margin: 0 0.8rem 0 0;
}

.explorer-actualites .item-post .mini-vignette img {
  height: 4rem;
  width: 4rem;
  object-fit: cover;
  border-radius: 0.3rem;
}

.explorer-actualites .item-post span {
  display: inline-block;
  font-size: 0.8125rem;
}

/* Marqueur sticky post */
.explorer-actualites .item-post .stickypost {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.9rem;
  width: 0.9rem;
  font-size: 0.8125rem;
  border-radius: 0.2rem;
  margin-left: 0.2rem;
}

.explorer-actualites .item-post .stickypost i {
  font-size: 0.45rem;
  margin: 0 auto;
}

.explorer-actualites h4 {
  font-family: "raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/* Catégories - Archives */
#categories ul,
#archives ul {
  margin: 0;
  padding: 0;
}

#categories li,
#archives li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1rem 0 0;
}

#archives li {
  text-transform: capitalize;
}

/* Rechercher */
.wrapper-search {
  display: flex;
  justify-content: space-between;
  width: auto;
  border: 1px solid rgba(254, 255, 255, 0.2);
  border-radius: 0.4rem;
}

#s {
  color: #fff;
  height: 60px;
  width: 70%;
  margin: 0;
  padding: 0 2rem;
  background-color: transparent;
  border: 0;
}

#s::placeholder {
  color: rgba(254, 255, 255, 0.3);
}
#searchsubmit {
  height: 60px;
  width: 30%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "merge_light-webfont";
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0 0.4rem 0.4rem 0;
}

/* Suppression outline en focus */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Article protégé par mdp */
.post-password-form {
  padding: 1rem 1rem 0;
  border-radius: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post-password-form input[type="password"] {
  border-radius: 0.2rem;
  margin: 0;
  padding: 0 0.2rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 30px;
}

.post-password-form input[type="submit"] {
  height: 30px;
  width: auto;
  margin: 0;
  padding: 0 1rem;
  border: 0;
  font-family: "merge_light-webfont";
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.2rem;
}

/*	 {} PIED DE PAGE
------------------------------------------*/
.pdp {
  background-color: #f0efef;
}

/* Menu Pied de page */
.menu-pdp {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.pdp .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.pdp .navbar-nav > .menu-item {
  display: flex;
  margin: 0;
  padding: 0;
}

.pdp .menu-item:not(:last-of-type)::after {
  content: "\00007c";
  display: inline-block;
  padding: 0 0.8rem;
  color: rgba(5, 0, 0, 0.2);
}

.pdp .nav-link {
  padding: 0;
}

/* Informations écoles */
.pdp .informations-ecole {
  align-items: center;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1rem 0;
  margin: 0;
}

.pdp h2,
.pdp h3,
.pdp h4,
.pdp h5,
.pdp p {
  margin: 0;
}

.pdp h2 {
  font-family: "raleway";
  font-weight: 600;
  font-size: 1.3rem;
}

.pdp h3 {
  font-size: 0.9rem;
}

.pdp h4 {
  font-size: 0.8rem;
}

.pdp h5 {
  /* Si deux adresses */
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.6rem;
}

.pdp h5:last-of-type {
  /* Si deux adresses */
  margin-top: 0.5rem;
}

.pdp p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.adresse-ecole span {
  font-size: 0.6rem;
}

/* Logo Accessibilité */
.pdp .accessibilite span {
  /* cf style dédié école pour display flex ou none */
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background-color: #f0efef;
  border-radius: 10px;
}

.pdp .accessibilite img {
  opacity: 0.7;
  width: 15px;
}

/* Partenariats */
.pdp .partenariats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 1rem;
}

.pdp .partenariats > div {
  margin: 0.5rem 0;
}

.pdp .logo-cotec img {
  width: 140px;
}

.pdp .logo-aftl img {
  width: 104px;
}

.pdp .logo-diocese-lille img {
  width: 40px;
}

.pdp .logo-enseignement-catho img {
  width: 110px;
}

.pdp .logo-ville-tourcoing img {
  width: 136px;
}

/* Mentions */
.mentions {
  margin: 0;
  padding: 1rem 0;
  align-items: center;
  border-top: 1px solid #dcdbda;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
}

.mentions-cookies {
  padding: 0;
}

/* Cookies Notice */
/* Bouton "D'accord" */
#cookie-notice .cn-button[data-cookie-set="accept"] {
  font-weight: 600 !important;
  color: #fff !important;
  background-image: none;
  background-color: #00abce !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
#cookie-notice .cn-button[data-cookie-set="accept"]:hover {
  color: #432460 !important;
  background-color: #fff !important;
}

/* Bouton "Non" */
#cookie-notice .cn-button[data-cookie-set="refuse"] {
  color: #000 !important;
  background-image: none;
  background-color: rgba(230, 230, 230, 0.3) !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
#cookie-notice .cn-button[data-cookie-set="refuse"]:hover {
  color: #fff !important;
  background-image: none;
  background-color: #974491 !important;
  border: none;
}

/* Indicateur acceptation/refus cookies */
.cookies-refused .cn-revoke-cookie::after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.6rem;
  content: "\f057";
  display: inline-block;
  margin-left: 0.3rem;
  color: #974491;
}
.cookies-accepted .cn-revoke-cookie::after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.6rem;
  content: "\f058";
  display: inline-block;
  margin-left: 0.3rem;
  color: #00abce;
}

/* Crédit Arsitéo */
.credit-arsiteo {
  padding: 0;
  text-align: right;
}

/*	 [] ACCUEIL
------------------------------------------*/
/* Exergues */
.home .exergue .visuel-vedette {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home .exergue .editorial {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*	 [] ACTUALITÉS - LISTING
------------------------------------------*/
.liste-actualites .bloc-post,
.liste-pages-enfants .bloc-post {
  display: flex;
  padding: 4rem 0;
}

/* Date et Catégories (single et listing) */
.single .bloc-post .date-cats,
.single .bloc-post .categories,
.bloc-post .categories ul,
.single .bloc-post .stickypost {
  display: flex;
}

.bloc-post .categories li {
  margin: 0 1rem 0 0;
}

.bloc-post .date,
.bloc-post .categories,
.bloc-post .stickypost {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

/* Catégories */
.bloc-post .categories ul {
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Pictos Date, Catégories et Sticky post */
.bloc-post .picto {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
  margin: 0 0.5rem 0 0;
  border-radius: 0.3rem;
}

.bloc-post .picto i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.bloc-post i.fa-tags {
  font-size: 0.775rem;
}

/* Visuel vedette */
.visuel-vedette {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.single .visuel-vedette {
  align-items: flex-start;
}

/* Pagination */
.pagination-actus {
  display: flex;
  justify-content: center;
  height: 5rem;
  align-items: center;
  flex-wrap: nowrap;
  border-top: 1px solid #dcdbda;
  font-family: "merge_light-webfont";
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
}

.pagination-actus a,
.pagination-actus span {
  text-align: center;
  line-height: 2.5rem;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  text-decoration: none;
  margin: 0.2rem;
}

.pagination-actus a:hover,
.pagination-actus span.current {
  color: #fff;
  border-radius: 0.4rem;
}

/*	 [] ACTUALITÉS - SINGLE
------------------------------------------*/
.single .bloc-post {
  padding: 4rem 0;
}

.single .date {
  margin: 0 1rem 0 0;
}

/*	 [] PAGE ÉDITORIALE
------------------------------------------*/

/*	 [] PAGE PARENT LISTE ENFANTS
------------------------------------------*/
.liste-pages-enfants .editorial {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*	 [] PAGE ERREUR 404
------------------------------------------*/
.error404 .hero,
.error404 .scope:before {
  display: none;
}

.error404 .scope {
  height: 300px;
  text-align: center;
}

.error404 .scope h2 {
  color: #fff;
  font-size: 10rem;
  line-height: normal;
  margin: 0;
}
