/*25.PAGE.CSS*/

body.page .bgFull,
body.single .bgFull {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  background-position: 50% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #03030d;
}

.article-header {
  position: relative;
  background-color: #004782;
  background-position: 50% 50%;
  background-repeat: repeat-y;
}
.article-header .introduction {
  position: relative;
}
.article-header .page-title {
  top: 10%;
  left: 2.5%;
  -webkit-transform: translate(-2.5%, -10%);
  transform: translate(-2.5%, -10%);
  position: absolute;
  color: #004782;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .article-header .page-title {
    position: relative;
  }
}

.article-header .page-title span {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
}

#main .page .withwidget {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 995px) {
  #main .page .withwidget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
#main .page .withwidget .entry-content {
  -webkit-box-flex: 2;
  flex: 2 1 70%;
  width: 70%;
}
@media (max-width: 995px) {
  #main .page .withwidget .entry-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
  }
}
#main .page .withwidget #rightbar {
  -webkit-box-flex: 1;
  flex: 1 1 30%;
}
@media (max-width: 995px) {
  #main .page .withwidget #rightbar {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
}

#sbi_images .sbi_item {
  width: 45% !important;
}
.colfull,
.colonne {
  position: relative;
  margin: 0px 0 20px;
  padding-bottom: 20px;
}

.colleft,
.colright {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: 48%;
}
@media (max-width: 767px) {
  .colleft,
  .colright {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.colright {
  margin-left: 4%;
}
.colright table {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .colright {
    margin-left: 0%;
  }
}

.text-image {
  position: relative;
  margin: 0px 0 20px;
  padding-bottom: 20px;
}
.text-image h2,
.text-image h3,
.text-image h4,
.text-image h5,
.text-image h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.text-image .visuel {
  width: 40%;
}
.text-image .visuel.Gauche {
  float: left;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .text-image .visuel.Gauche {
    margin-rightt: 0%;
    text-align: center;
  }
}
.text-image .visuel.Droite {
  float: right;
  text-align: right;
  margin-left: 2%;
}
@media (max-width: 767px) {
  .text-image .visuel.Droite {
    margin-left: 0%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-image .visuel {
    width: 100%;
    text-align: center;
  }
}
.text-image .inner.Gauche,
.text-image .inner.Droite {
  float: left;
  width: 58%;
}
@media (max-width: 767px) {
  .text-image .inner.Gauche,
  .text-image .inner.Droite {
    width: 100%;
  }
}

.galeriePhoto {
  position: relative;
  margin: 0px 0 20px;
  padding-bottom: 20px;
}
.galeriePhoto h2,
.galeriePhoto h3,
.galeriePhoto h4,
.galeriePhoto h5,
.galeriePhoto h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.galeriePhoto .intro {
  margin: 15px 0;
}
.galeriePhoto .lightgallery {
  margin: 25px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.galeriePhoto .lightgallery a {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* .galeriePhoto .lightgallery a {
  /*width: 27%*/
  max-width: 34%;
  width: auto;
}

/*.page-boutique .galeriePhoto .lightgallery a{
	width: auto;
	max-width: 34%;
}*/
@media screen and (max-width: 599px), (max-device-width: 599px) {
  /* Mobiles */
  /*.page-boutique .galeriePhoto .lightgallery a{
		max-width: none;
		width: 50%;
	}*/
  * .galeriePhoto .lightgallery a {
    max-width: none;
    width: 50%;
  }
} /* Fin Mobiles : 320*599 */

.galeriePhoto .lightgallery a > img {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 185px;
  margin: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 2px 2px #908f8f;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";

  transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.galeriePhoto .lightgallery a > figcaption {
  margin: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0px;
  color: #131926;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.galeriePhoto .lightgallery a:hover,
.galeriePhoto .lightgallery a:focus {
  text-decoration: none;
  background-color: #004782;
}
.galeriePhoto .lightgallery a:hover > figcaption,
.galeriePhoto .lightgallery a:focus > figcaption {
  color: #ffffff;
  font-weight: 700;
}
.galeriePhoto .lightgallery:hover a > img,
.galeriePhoto .lightgallery:focus a > img {
  -webkit-filter: blur(1px) brightness(0.8) grayscale(0.7);
  filter: blur(1px) brightness(0.8) grayscale(0.7);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.galeriePhoto .lightgallery a:hover > img,
.galeriePhoto .lightgallery a:focus > img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*BOUTONS*/
.boutons {
  margin: 15px 0 50px;
  background: #ffffff;
  text-align: center;
}
.boutons .btn {
  display: inline-block;
  vertical-align: middle;
  background: #004782;
  padding: 15px 20px;
  margin: 0 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.boutons .btn a {
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.boutons .btn a:hover,
.boutons .btn a:focus {
  text-decoration: none;
  color: #004782;
}
.boutons .btn:hover,
.boutons .btn:focus {
  background: #ffffff;
  color: #004782;
  cursor: pointer;
}
.boutons .btn:hover a,
.boutons .btn:focus a {
  color: #004782;
}
/*-----*/

.dlZone {
  position: relative;
  margin: 0px 0 20px;
  padding-bottom: 20px;
}
.dlZone h4 {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.dlZone .downloadBox {
  position: relative;
  float: left;
  width: 48.5%;
  height: 225px;
  background: #eeeeee;
  margin: 0 0 20px;
}
.dlZone .downloadBox:nth-child(odd) {
  margin-left: 3%;
}
.dlZone .downloadBox a.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
}
.dlZone .downloadBox a.full span {
  display: none;
}
.dlZone .downloadBox .visuel,
.dlZone .downloadBox .info {
  display: inline-block;
  vertical-align: middle;
}
.dlZone .downloadBox .visuel {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 50%;
  background-color: #dcdcdc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.dlZone .downloadBox .visuel img {
  /*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);*/

  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
}
.dlZone .downloadBox .info {
  width: 49%;
  padding: 0 3%;
}
.dlZone .downloadBox .info h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.dlZone .downloadBox .info p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.dlZone .downloadBox .info a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.dlZone .downloadBox .info a:hover,
.dlZone .downloadBox .info a:focus {
  text-decoration: none;
}
.dlZone .downloadBox .info .ico {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.dlZone .downloadBox .info .texte {
  /*text-decoration: underline;*/
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.dlZone .downloadBox.zip .visuel {
  background-image: url("../../images/svg/icon/download-file.svg");
  background-size: 30%;
}
.dlZone .downloadBox.zip .info .ico {
  background-image: url("../../images/svg/icon/zip-file.svg");
  background-size: 100%;
}
.dlZone .downloadBox.pdf .visuel {
  background-image: url("../../images/svg/icon/download-file.svg");
  background-size: 30%;
}
.dlZone .downloadBox.pdf .info .ico {
  background-image: url("../../images/svg/icon/pdf-file.svg");
  background-size: 100%;
}
.dlZone .downloadBox.page .visuel {
  background-image: url("../../images/svg/icon/photo-file.svg");
  background-size: 40%;
}
.dlZone .downloadBox.page .info .ico {
  display: none;
}
.dlZone .downloadBox.article .visuel {
  background-image: url("../../images/svg/icon/photo-file.svg");
  background-size: 40%;
}
.dlZone .downloadBox.article .info .ico {
  display: none;
}
.dlZone .downloadBox.photo .visuel {
  background-image: url("../../images/svg/icon/photo-file.svg");
  background-size: 40%;
}
.dlZone .downloadBox.photo .info .ico {
  display: none;
}

article.page .formulaire {
  position: relative;
  margin: 0px 0 50px;
  padding-bottom: 30px;
}
article.page .formulaire input,
article.page .formulaire textarea,
article.page .formulaire select {
  width: 80%;
}

.page .mentions {
  position: relative;
  padding: 25px 0;
}
.page .mentions p,
.page .mentions ul {
  font-size: 11.11111px;
  font-size: 1.11111rem;
}

.error .attente {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.error .attente .logo {
  position: relative;
  display: inline-block;
  background: #fee53d url("../../images/svg/logocitedelamer.svg") no-repeat 50% 50%;
  background-size: 85%;
  width: 200px;
  height: 200px;
  text-align: center;
}
.error .attente .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
}
.error .attente .logo span {
  display: none;
}
.error .attente h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .error .attente h2 {
    font-size: 2rem;
  }
}
.error .attente p {
  font-size: 1.7rem;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .error .attente p {
    font-size: 1.2rem;
  }
}

body.page-id-512 .colfull,
body.page-id-512 .colonne {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

body.pass #main table tr td {
  border-bottom: 1px solid #dedede !important;
  padding: 15px;
}
body.pass #main table tr td em {
  font-size: 13px;
  font-size: 1.3rem;
}
body.pass #main table tr td.price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: right;
}

/* Contenu 3 colonnes */
.cols3 {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  width: 30%;
}
.col3_1 {
}
.col3_2 {
  margin-left: 4%;
}
.col3_3 {
  margin-left: 4%;
}

/* Contenu 4 colonnes */
.cols4 {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  width: 22%;
}
.col4_1 {
}
.col4_2 {
  margin-left: 4%;
}
.col4_3 {
  margin-left: 4%;
}
.col4_4 {
  margin-left: 4%;
}

/* Bloc gris */
.bloc-gris {
  /*background: #b5b5b5;*/
  background: #eeeeee;
  padding: 10px !important;
}

/* Bloc bleu */
.bloc-bleu {
  background: #004782;
  color: #fff;
  padding: 10px !important;
}
.bloc-bleu p {
  color: #fff;
}

/* Bloc jaune */
.bloc-jaune {
  background: #e8430c;
  padding: 10px !important;
}

/* Bloc gris avec liste */
.bloc-gris-liste {
  /*background: #b5b5b5;*/
  background: #eeeeee;
  padding: 10px !important;
}
.bloc-gris-liste h2 {
  color: #0004782;
  font-size: 1.6rem;
  margin: 0;
}
.bloc-gris-liste ul {
}
.bloc-gris-liste li {
  margin-bottom: 0 !important;
}

/* Bloc liste de lien */
.bloc-liste-lien {
}
.bloc-liste-lien ul {
  padding: 0 !important;
}
.bloc-liste-lien li {
}
.bloc-liste-lien li::before {
  content: none !important;
}
.bloc-liste-lien li a {
  /*background: #b5b5b5 url('../../images/ico-plus.png') no-repeat 99% 15px / 17px auto;*/
  background: #eeeeee url("../../images/ico-plus.png") no-repeat 99% 15px / 17px auto;
  color: #004782;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.bloc-liste-lien li a:hover,
.bloc-liste-lien li a:focus {
  background-color: #ffffff;
  text-decoration: none;
}

/* Bloc Glissières */
.bloc-glissieres {
}
.bloc-glissieres h3 {
  /*background: #B5B5B5;*/
  background: #eeeeee;
  color: #004782;
  font-size: 1.7rem;
  margin: 5px 0 0;
  padding: 10px 40px 10px 20px;
  position: relative;
}
.bloc-glissieres h3 .ui-accordion-header-icon {
  background: url("../../images/accordion-open.png") no-repeat 0 0 / 20px auto;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.bloc-glissieres h3.ui-state-active .ui-accordion-header-icon {
  background-image: url("../../images/accordion-close.png");
}

.bloc-glissieres h3 .ss-titre {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
}

.contenu-glissiere {
  /*background: #B5B5B5;*/
  background: #eeeeee;
  overflow: hidden;
  padding: 1px 20px 10px;
}
.contenu-glissiere img {
}
.contenu-glissiere h4 {
  font-size: 1.5rem;
}
.contenu-glissiere ul,
.liens-outils-mediatheque {
  overflow: hidden;
  padding: 0 !important;
}
.contenu-glissiere li,
.liens-outils-mediatheque li {
  border-top: 1px solid #d8d8d8;
  float: left;
  margin: 0 2% 0 0 !important;
  padding: 10px 0;
  width: 48%;
}
.contenu-glissiere li::before,
.liens-outils-mediatheque li::before {
  content: none !important;
}
.contenu-glissiere li a,
.liens-outils-mediatheque li a {
  background-repeat: no-repeat;
  background-size: 30px auto;
  color: #000;
  display: block;
  font-style: italic;
  line-height: 1;
  min-height: 30px;
  padding: 7px 0 0 40px;
}
.contenu-glissiere li a[href$=".pdf"] {
  background-image: url("../../images/ico-pdf.png");
}
.contenu-glissiere li a[href$=".zip"],
.contenu-glissiere li a[href$=".rar"] {
  background-image: url("../../images/ico-zip.png");
}

.liens-outils-mediatheque {
}
.liens-outils-mediatheque li {
}
.liens-outils-mediatheque li a {
  background-image: url("../../images/ico-link.png");
}
.liens-outils-mediatheque li a[href$=".pdf"] {
  background-image: url("../../images/ico-pdf.png");
}

/* Page EPI (Enseignants) */
#tableau-epi {
}
table#tableau-epi th {
  background: none !important;
  border-bottom: 1px solid #05374f;
  border-right: 1px solid #05374f;
  color: #05374f;
  font-size: 1.1rem;
  /*font-weight: 400;*/
  width: 50px;
}

table#tableau-epi td {
  border-bottom: 1px solid #05374f !important;
  border-right: 1px solid #05374f;
  font-size: 1.1rem;
  font-weight: 700;
  vertical-align: middle;
  width: 50px;
}

/* Page Océan du Futur */
.page-ocean-futur .entry-content iframe {
  height: 615px !important;
  width: 100% !important;
}

/*-- Responsive --*/
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  /* Tablettes */
  .page-ocean-futur .entry-content iframe {
    height: 390px !important;
  }
} /* Fin Tablettes : 768*1024 */

@media screen and (max-width: 767px), (max-device-width: 767px) {
  /* Mini-tablettes */
  .page-ocean-futur .entry-content iframe {
    height: 335px !important;
  }
} /* Fin Mini-tablettes : 600*768 */

@media screen and (max-width: 599px), (max-device-width: 599px) {
  /* Mobiles */
  .page-ocean-futur .entry-content iframe {
    height: auto !important;
    width: auto !important;
  }
} /* Fin Mobiles : 320*599 */

/*25.FIN PAGE.CSS*/

/**
* page connexion
*/
#wpmem_reg legend,
#wpmem_login legend {
  font-size: 18px !important;
}

#lightgallery2 {
  display: flex;
  flex-wrap: wrap;
}

#lightgallery2 a {
  width: calc(100% / 3);
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
