/*
Theme Name: Milan écoles
Author: Milan écoles
Author URI: http://www.milan-ecoles.com/
Description: Thème du site www.milan-ecoles.com
Version: 1.0
*/

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f4f2ec;
  position: relative;
  right: 0;
}

body.home {
  background: #fff;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

figure.wp-block-embed-vimeo,
figure.is-type-video {
  width: 100%
}

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.clearfix,
.cf,
.clearfix:after,
.cf:after {
    clear: both;
}

.text-center {
  text-align: center;
}

body, input, select, textarea {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #757c91;
  font-family: "Lato", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

h1,
.part.intro .part-left .text,
body > header .menu-sidebar ul li a,
.part h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

h2, h3, h4 {
  font-family: "Lato", sans-serif;
}

.post-edit-link {
  display: block;
  bottom: 20px;
  right: 30px;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .218s;
  transition: all .218s;
  background-color: #db4437;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  position: fixed;
  z-index: 1000;
  border: 16px solid #db4437;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 22px;
}

.post-edit-link:hover {
  background-color: #e06e55;
  border-color: #e06e55;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.post-edit-link i {
  font-style: normal;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: -2px;
}

.overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 400;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

.overlay.delegue,
.overlay.strip { z-index: 402; }
.box-delegue,
.box-strip {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 403;
  background-color: #fff;
  border-radius: 10px;
  height: 450px;
  width: 50%;
  display: none;
}

.box-delegue #btn-close-delegue,
.box-strip #btn-close-strip {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #757c91;
  text-decoration: none;
}

.box-delegue #btn-close-delegue:hover,
.box-strip #btn-close-strip:hover {
  color: #fd4534;
}

.box-strip {
  max-width: 80%;
  height: initial;
  text-align: center;
}

.box-strip .content img {
  max-width: 100%;
}

.box-delegue h3 {
  margin: 0;
  padding: 17px 0;
  text-align: center;
  font-size: 28px;
  color: #757c91;
  font-weight: 700;
  border-bottom: 1px solid #757c91;
}

.box-delegue .inner {
  padding: 23px 100px;
  text-align: left;
  overflow-y: auto;
  height: 363px;
}

.box-delegue .inner .info1,
.box-delegue .inner .info2 {
  display: none;
}

.box-delegue .inner .info1,
.box-delegue .inner .info2,
.box-delegue .inner .info2 a {
  color: #757c91;
  font-size: 19px;
  text-decoration: none;
}

.box-delegue .inner .info1 #ville,
.box-delegue .inner .info1 #cp {
  color: #ec491d;
}

.box-delegue .inner .info2 {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #757c91;
  width: 100%;
}

.box-delegue .inner .info2 li {
  background: url(img/sprite-delegues.gif) no-repeat top left;
  line-height: 39px;
  list-style: none;
  padding: 0 0 0 53px;
  margin-bottom: 12px;
  text-align: left;
}

.box-delegue .inner .info2 li.cp-delegue {
  background: none;
  padding-left: 0;
}

.box-delegue .inner .info2 li.cp-delegue strong,
.box-delegue .inner .villebox label strong {
  color: #ec491d;
}

.box-delegue .inner .info2 .mail {
  background-position: 0 -63px;
   line-height: 24px;
}

.box-delegue .inner .info2  a:hover {
  color: #ec491d;
}

.box-delegue .inner .info2 .tel {
  background-position: 2px -110px;
  line-height: 37px;
}

.box-delegue #select-ville {
  width: 100%;
}

.box-delegue #select-ville small {
  font-size: 14px;
}

.display-error,
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
  background-color: rgba(255,255,255,0.95);
}

.loader .logo-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);

  width: 70px;
  height: 70px;
  background: url(img/logo.jpg) no-repeat top left transparent;
  background-size: contain;
  display: inline-block;
  -webkit-animation: esf-loader-ratating-plane 2.0s infinite ease-in-out;
  -moz-animation: esf-loader-ratating-plane 2.0s infinite ease-in-out;
  -ms-animation: esf-loader-ratating-plane 2.0s infinite ease-in-out;
  -o-animation: esf-loader-ratating-plane 2.0s infinite ease-in-out;
  animation: esf-loader-ratating-plane 2.0s infinite ease-in-out;
}

@-webkit-keyframes esf-loader-ratating-plane {
  0% {
    -webkit-transform: perspective(120px);
    -moz-transform: perspective(120px);
    -ms-transform: perspective(120px);
    -o-transform: perspective(120px);
    transform: perspective(120px);
  }
  25% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    -moz-transform: perspective(120px) rotateY(180deg);
    -ms-transform: perspective(120px) rotateY(180deg);
    -o-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -ms-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -o-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(180deg);
    -moz-transform: perspective(120px) rotateX(180deg);
    -ms-transform: perspective(120px) rotateX(180deg);
    -o-transform: perspective(120px) rotateX(180deg);
    transform: perspective(120px) rotateX(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@keyframes esf-loader-ratating-plane {
  0% {
    -webkit-transform: perspective(120px);
    -moz-transform: perspective(120px);
    -ms-transform: perspective(120px);
    -o-transform: perspective(120px);
    transform: perspective(120px);
  }
  25% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    -moz-transform: perspective(120px) rotateY(180deg);
    -ms-transform: perspective(120px) rotateY(180deg);
    -o-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -ms-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -o-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(180deg);
    -moz-transform: perspective(120px) rotateX(180deg);
    -ms-transform: perspective(120px) rotateX(180deg);
    -o-transform: perspective(120px) rotateX(180deg);
    transform: perspective(120px) rotateX(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}

#user-loader.loader .logo-spin {
    top: 37%;
    left: 43%;
}

.display-error span.position {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 75%;
  display: block;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  text-align: center;
}

#user-error.display-error span.position {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  padding: 20px;
}

.display-error span.display-error-txt {
  color: #ff0000;
  font-weight: 700;
  font-size: 27px;
  line-height: 44px;
}

.display-error span.position button {
  margin-top: 30px;
  color: #ff0000;
  font-size: 33px;
  font-weight: 700;
  border: 2px solid #ff0000;
  padding: 5px 11px;
  border-radius: 6px;
  background-color: transparent;
}

#user-error.display-error span.position button {
  position: relative;
  top:auto;
  left: auto;
}

.display-error span button:hover {
  background-color: #ff0000;
  color: #fff;
}

@media only screen and (max-width: 1040px){
  .box-delegue {
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }

  .box-delegue h3 {
    font-size: 19px;
    padding: 9px 0;
  }

  .box-delegue .inner {
    padding: 20px;
  }

  .box-delegue .inner .info1,
  .box-delegue .inner .info2,
  .box-delegue .inner .info2 a {
    font-size: 17px;
  }
}

.topbar {
  z-index: 401;
  position: fixed;
  right: 0;
}

.topbar .logo-mobile {
  display: none;
}

.topbar button {
  position: absolute;
  z-index: 400;
  right: 0;
  top: 0;
  border: 0;
  outline: 0;
}

.topbar button#btn-menu-right {
  position: fixed;
  z-index: 402
}

.topbar .box {
  position: absolute;
  top: 20px;
  opacity: 0;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 401;
}

.topbar .btn {
  display: block;
  background-color: transparent;
  font-size: 35px;
  width: 47px;
  height: 40px;
  margin-top: 12px;
  margin-right: 30px;
  color: #757c91;
}

body.home .topbar {
  background: rgba(255,255,255,0.5);
  height: 64px;
  width: 212px;
}

.topbar #btn-search-box {
  right: 60px;
}

.topbar #btn-user-box {
  right: 120px;
  font-weight: 700;
}

.topbar .btn.active {
  z-index: 401;
}

.topbar .btn:hover { color: #ef6059; }
.topbar .btn.active { color: #fff; }

#user-box,
#search-box {
  width: 385px;
  background-color: #fff;
  border: 1px solid #fff;
  right: 23px;
}

#user-box:before,
#search-box:before {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -9px;
  left: 226px;
  content: " ";
  z-index: 4;
}

#user-box .inner {
  text-align: center;
  padding: 39px 60px 30px;
}

#user-box .title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #757c91;
  margin-bottom: 30px;
}

#user-box input {
  border: 1px solid #828282;
  padding: 6px 14px;
  color: #757c91;
  background-color: #fff;
  width: 100%;
}

#user-box input[type=text] {
  border-bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#user-box input[type=password] {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#user-box #btn-forgotpwd {
  color: #757c91;
  font-size: 11px;
  float: right;
  text-decoration: underline;
}

#user-box #btn-forgotpwd:hover {
  color: #000;
  text-decoration: none;
}

.btn-hp {
  display: inline-block;
  background-color: #236c78;
  padding-left: 34px;
  padding-right: 88px;
  line-height: 48px;
  color: #b2dee2;
  font-size: 18px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#user-box #btn-connect {
  position: relative;
  margin-top: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-hp:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #114a53;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-hp:hover, .btn-hp:focus, .btn-hp:active {
  color: #fff;
  opacity: 1;
}

.btn-hp:hover:before, .btn-hp:focus:before, .btn-hp:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color: #fff;

}

.btn-hp:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  content: "\e002";
  position: absolute;
  right: 1em;
  top: 0;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.btn-hp:hover:after, .btn-hp:focus:after, .btn-hp:active:after {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #fff;
}

#user-box #btn-create-account {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #236c78;
  width: 100%;
  line-height: 33px;
  text-decoration: none;
  transition: all 0.3s ease;

  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#user-box #btn-create-account:hover {
  background-color: #114a53;
  color: #fff;
}

#search-box {
  padding-bottom: 20px;
  padding: 0 15px 20px;
  width: auto;
}

#search-box:before {
  left: 366px;
}

#search-box input {
  color: #333;
  width: 400px;
  padding: 20px 15px 5px;
  font-size: 25px;
  border: 0;
  border-bottom: 2px solid #999999;
  border-radius: 0;
}

#search-box input:focus {
  outline: 0;
}

#search-box input::-webkit-input-placeholder { color: #999999; opacity: 1; }
#search-box input::-moz-placeholder { color: #999999; opacity: 1; }
#search-box input::-moz-placeholder { color: #999999; opacity: 1; }
#search-box input:-ms-input-placeholder { color: #999999; opacity: 1; }

#menu-right-box {
  position: fixed;
  opacity: 1;
  display: block;
  width: 320px;
  top: 0;
  right: -320px;
  bottom: 0;
  min-height: 100%;
  height: 100%;
  z-index: 401;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

body,
#menu-right-box {
  transition: all 0.4s ease-out;
}

#menu-right-box.push {
  right: 0;
}

body.push {
  right: 320px;
}

body.push > header {
  left: -320px;
}

#menu-righ-boxt::-webkit-scrollbar {
    display: none;
}

#menu-right-box ul,
#menu-right-box ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#menu-right-box ul li a {
  text-decoration: none;
}

#menu-right-box .menu-sidebar-bis {
  border-bottom: 1px solid #798580;
}

#menu-right-box .menu-primary ul,
#menu-right-box .menu-sidebar-bis ul,
#menu-right-box .menu-secondary ul {
  padding: 10px 15px 13px 35px;
}

#menu-right-box ul.home {
  padding-top: 65px;
  padding-bottom: 0;
}

#menu-right-box .menu-sidebar-bis ul.nav-menu {
  padding-top: 0;
}

#menu-right-box .menu-primary ul li,
#menu-right-box .menu-sidebar-bis ul li,
#menu-right-box .menu-secondary ul li {
  line-height: 36px;
}

#menu-right-box .menu-primary ul li a,
#menu-right-box .menu-sidebar-bis ul li a {
  color: #798580;
  font-size: 17px;
}

#menu-right-box .menu-primary ul li a:hover,
#menu-right-box .menu-sidebar-bis ul li a:hover,
#menu-right-box .menu-secondary ul li a:hover {
  color: #f86763;
}


#menu-right-box .menu-secondary ul li a {
  color: #565e77;
  font-size: 16px;
  text-decoration: none;
}

#pub {
  text-align: center;
}

body > header {
  width: 255px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 100%;
  height: 100%;
  background-color: #114a53;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  z-index: 2;
}

#main {
  width: calc(100% - 256px);
  margin-left: 256px;
  float: left;
  padding-top: 64px;
  max-width: 1400px;
}

body.page-template-page-ressourcespeda #main {
  max-width: 100%;
}

body.home #main {
  padding-top: 0px;
}

body.archive #main,
body.page-template-page-magazines #main {
  max-width: 100%;
}

body > header .logo {
  display: block;
  width: 130px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
}

body > header .logo img {
  border: 1px solid #fff;
}

body > header .logo h1 {
  color: #fff;
  font-size: 27px;
  line-height: 35px;
  margin: 10px 0 0;
}

body > header .cnilmention {
  margin: 10px 0;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  display: block;
  clear: both;
  overflow: hidden;
  width: 90%;
}

body > header .credits {
  position: absolute;
  bottom: 0;
  line-height: 40px;
  text-align: center;

  width: 100%;

}

body > header .credits a {
  color: #b2dee2;
  font-size: 12px;
  text-decoration: none;
}

body > header .credits a:hover {
  color: #ef6059;
}

body > header .menu-sidebar {
  margin-top: 65px;
}

body > header .menu-sidebar ul {
  margin: 0;
  padding: 0;
}

body > header .menu-sidebar ul li {
  margin: 4px 0;
  line-height: 0px;
  width: 100%;
  overflow: hidden;
}

body > header .menu-sidebar ul li a {
  display: inline-block;
  color: #b2dee2;
  font-size: 21px;
  line-height: 23px;
  padding: 8px 68px 8px 48px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}

body > header .menu-sidebar ul li a:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #598187;
  background-color: #236c78;
  color: #fff;
}

body > header .menu-sidebar ul li:first-child {
  margin-bottom: 15px;
}

body > header .menu-sidebar ul li:first-child a {
  margin: 0 20px;
  /*padding: 7px 7px 7px 44px;*/
  padding: 7px 7px 7px 30px;
  background-color: #ef6059;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  position: relative;
}

/*
Bouton boutique : picto panier
body > header .menu-sidebar ul li:first-child a:after {
  content: " ";
  position: absolute;
  display: block;
  top: 4px;
  left: 7px;
  width: 29px;
  height: 26px;
  background: url(img/visitez-boutique.png) no-repeat top left;
}*/

body > header .menu-sidebar ul li:first-child a:hover {
  background-color: #fff;
  color: #ef6059;
}

body > header .menu-sidebar ul li:first-child a:hover:after {
  background-position: bottom left;
}

body > header .newsletter {
  margin-top: 15px;
  padding: 0 0 0 15px;
}

body > header .newsletter form {
  line-height: 18px;
}

body > header .newsletter label {
  color: #fff;
  font-size: 16px;
  display: block;
}

body > header .newsletter label:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 1px;
}

body > header .newsletter input {
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  background-color: transparent;
  float: left;
}

body > header .newsletter input[type="text"] {
  clear: both;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 0px;
}

body > header .newsletter input[type="submit"] {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

body > header .newsletter input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}

body > header .newsletter #nl-intro-inner {
  display: none;
  padding: 10px;
  background-color: #26e5d9;
  border: 2px solid #1DB1A8;
  color: #116661;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 29px;
  clear: both;
  margin-top: 39px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

body > header .newsletter #nl-intro-inner.bad {
  background-color: #efb0ac;
  color: #aa5551;
  border: 2px solid #ef6059;
}

body.home #main {
  background-color: #fff;
}

/* page d'accueil */
.part {
  margin-bottom: 11px;
  overflow: hidden;
}

.part .btn-hp {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 56px;
  padding-left: 24px;
}

.part .part-left,
.part .part-right { position: relative; }

.part .part-left { float: left; }
.part .part-right { float: right; }

.part .part-right { margin-left: 11px; }

.part.intro .part-left {
  width: 60%;
  background: url(img/bg-part-intro.jpg) no-repeat top center;
  background-size: cover;
}

.part.intro .part-right {
  width: calc(40% - 11px);
  background-color: #ffd200;
}

.part.intro .part-right .book {
  position: absolute;
  bottom: 48px;
  right: 30px;
  width: 217px;
  height: 121px;
  background: url(img/home-intro-book.jpg) no-repeat center;
  background-size: cover;
  /*-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
}

.part.intro .part-left .logo-mobile {
  display: none;
}

.part.intro .part-left .text {
  position: absolute;
  top: 40px;
  right: 20px;
  line-height: 60px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.45);
}

.part.intro .part-left .text span {
  color: #114a53;
  font-size: 65px;
  line-height: 30px;
  font-weight: 900;
}

.part.intro .part-right p {
  padding: 160px 38px 0;
  line-height: 28px;
}

.part.boutique p,
.part.intro .part-right p {
  color: #757c91;
}

.part.alaune {
  background-color: #f4f1ea;
}

.part.boutique .part-left {
  width: 60%;
}

.part.boutique .boutique-ico {
  background: url(img/boutique.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 8%;
  width: 148px;
  height: 134px;
}

.part.boutique .part-left,
.part.partprof .part-right {
   background-color: #e9e5de;
}

.part.delegue .part-right {
  width: calc(40% - 11px);
  background: url(img//catalogue.jpg) no-repeat top center #42bda4;
  background-size: cover;
  position: relative;
}

.part.delegue .part-right{
  position: relative
}

.part.delegue .part-right  a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}

.part.boutique p {
  padding-left: 40px;
  padding-right: 60px;
}

.part.boutique p.para1 {
  padding-top: 109px;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Lato";
  font-weight: 700;
}

.part.boutique p.para2 {
  line-height: 30px
}

.part.delegue .part-left {
  width: 50%;
  background-color: #42bda4;
  padding-top: 53px;
}

.part.delegue .part-right {
  width: calc(50% - 11px);
  background-color: #1db1a8;
}

.part.partprof .part-left {
  width: 50%;
  background-color: #f5f3ed;
  background-size: cover;
}

.part.partprof .part-right {
  width: calc(50% - 11px);
  height: 208px;
}

.part.intro .part-left ,
.part.intro .part-right {
  height: 655px;
}

.part.boutique .part-left,
.part.delegue .part-right {
  height: 504px;
}

.part.delegue .part-left,
.part.delegue .part-right {
  height: 522px;
}

.part.partprof .part-left,
.part.partprof .part-right {
  height: 200px;
}

.part.partprof .part-left,
.part.partprof .part-right {
}

.part h2 {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: block;
  width: 250px;
  color: #fff;
  padding: 15px 25px;
  font-size: 30px;
  background-color: #21aec8;
  margin: 0;
  text-align: left;
}

.part.intro h2 {
  top: 76px;
}

.part.alaune h2,
.part.boutique h2 {
  width: 200px;
}

.part.alaune h2,
.part.boutique h2 {
  line-height: 54px;
}

.part.alaune {
  position: relative;
}

.part.alaune article {
  overflow: hidden;
  position: relative;
}

.part.alaune .texte {
  float: left;
  width: 60%;
}

.part.alaune .texte .inner {
  padding: 115px 30px 0;
}

.part.alaune .texte .inner .date {
  color: #81889e;
}


.part.alaune .texte .inner .title {
  font-size: 24px;
  color: #236c78;
  text-decoration: none;
}

.part.alaune .texte .inner .title h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 35px;
}

.part.alaune .img-content img:hover {
  opacity: 0.5;
}

.part.alaune .texte .inner .excerpt {
  color: #757c91;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.part.alaune .img-content {
  width: 35%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.part.alaune .img-content img {
  max-width: 75%;
}

.part.alaune .texte .excerpt:hover,
.part.alaune article:hover .texte .inner .title:hover h3 {
  color: #ef6059;
}

.part.delegue h2 {
  width: 250px;
}

.part.delegue p {
  color: #fff;
  line-height: 30px;
  padding: 36px 40px 5px;
  margin-bottom: 0;
}

.part.delegue p strong {
  font-size: 24px;
  color: #fff;
  font-family: "Lato";
}

.part.delegue .form {
  text-align: center;
  width: 59%;
  margin: 0 auto;
}

.part.delegue .form .input {
  width: 307px;
  display: inline-block;
  text-align: center;
  margin: 50px 0;
}

.part.delegue .form label {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 17px;
  display: inline-block;
}

.part.delegue .form input {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  outline: none;
  color: #fff;
  width: 50%;
  font-size: 18px;
}

.part.delegue .form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.part.delegue .form input:-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.part.delegue .form input::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.part.delegue .form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }

.part.delegue a.btn-hp {
  border-radius: 6px;
  padding: 0 30px;
  background-color: #fff;
  color: #1db1a8;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  text-align: center;
}

.part.delegue .part-left a.btn-hp {
  position: relative;
  bottom: auto;
  right: auto;
}

.part.delegue a.btn-hp:hover {
  color: #fff;
}

.part.delegue a.btn-hp:after {
  display: none;
}

.part.delegue a.btn-hp:before {
  border-radius: 6px;
}

.part.partprof .part-left h2 {
  width: 280px;
}

.part.partprof .part-left p {
  color: #757c91;
  font-size: 24px;
  font-weight: 700;
  padding: 57px 40px 0 40px;
}

.part.partprof .part-left h2,
.part.partprof .part-right h2 {
  font-size: 21px;
  padding: 11px 17px;
  width: 199px;
}

.part.partprof .btn-hp {
    width: 54px;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
}

.part.partprof .part-right div {
  float: right;
  padding-right: 90px;
}

/* pages interieures */
.titre-rubrique {
  background-color: #fff;
  padding-left: 40px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

body.scrolling .titre-rubrique {
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
}

.titre-rubrique h1 {
  line-height: 64px;
  color: #757c91;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

/* Module ressources pédagogiques */
.filtres {
  background-color: #114a53;
  height: 47px;
  position: relative;
}

.filtres .cycles {
  float: left;
  width: 50%;
  border-right: 1px solid #416e75;
}

.filtres .cycles.offset {
  padding-left: 47px;
}

.filtres .cycles,
.filtres .cycles li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filtres .cycles li {
  float: left;
  width: 25%;
}

.filtres .cycles a {
  display: block;
  width: 100%;
  line-height: 47px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.filtres .cycles a:hover,
.filtres .cycles a.active {
  background-color: #1b7b8a;
}

.filtres #w {
  float: right;
  line-height: 47px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 47%;
  border: 0;
  outline: none;
}

.filtres #w::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.filtres #w::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.filtres #w::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
.filtres #w:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }

#btn-form-resspeda {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  background-color: #ef6059;
  color: #fff;
  border: 0;
  text-align: center;
  text-decoration: none;
}

#btn-form-resspeda:hover {
  background-color: #b14742;
}

.swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 30px;
}

body.page-template-page-ressourcespeda .swiper-slide {
  width: 390px;
  margin-right: 10px;
  background-color: #fff;
  overflow-y: auto;
}

body.page-template-page-ressourcespeda #slide-offset {
  margin: 0;
  background: url(img/load.gif) no-repeat 100px center transparent;
}

body.page-template-page-ressourcespeda #slide-offset.off {
  background: none;
}

body.page-template-page-ressourcespeda #slide-offset-end {
  margin: 0;
  background: none transparent;
}

body.page-template-page-ressourcespeda .swiper-slide.not-visible {
  opacity: 0.5;
}

body.page-template-page-ressourcespeda .swiper-slide .visibility-detect {
  content: " ";
  position: absolute;
  right: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: transparent;
}

body.page-template-page-ressourcespeda .swiper-slide article {
  position: relative;
}
body.page-template-page-ressourcespeda .swiper-slide article .cycle-content {
  float: right;
}

body.page-template-page-ressourcespeda .swiper-slide article .cycle {
  float: left;
  width: 100px;
  border-top: 10px solid;
  color: #114a53;
  font-size: 24px;
  font-family: "Lato";
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-top: 10px;
}

body.page-template-page-ressourcespeda .swiper-slide article .cycle.cycle-1 { border-color: #f3c92c; }
body.page-template-page-ressourcespeda .swiper-slide article .cycle.cycle-2 { border-color: #41bda3; }
body.page-template-page-ressourcespeda .swiper-slide article .cycle.cycle-3 { border-color: #147f81; }

body.page-template-page-ressourcespeda .swiper-slide article .visuel {
  float: left;
  width: 150px;
  clear: both;
}

body.page-template-page-ressourcespeda .swiper-slide article .visuel img {
  max-width: 100%;
}

body.page-template-page-ressourcespeda .swiper-slide article .title,
body.page-template-page-ressourcespeda .swiper-slide article .title a {
  color: #757c91;
  font-size: 18px;
  float: right;
  display: block;
  width: 200px;
  text-decoration: none;
  line-height: 23px;
  margin: 0 12px 0 0;
}

body.page-template-page-ressourcespeda .swiper-slide article .title a:hover {
  color: #464a57;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner {
  color: #757c91;
  font-size: 17px;
  line-height: 27px;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf {
  display: block;
  float: right;
  margin-top: 30px;
  width: 200px;
  text-align: left;
  text-decoration: none;
  margin-right: 12px;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf .ico {
  font-size: 27px;
  color: #fff;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #fd4534;
  text-align: center;
  line-height: 50px;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf .txt {
  color: #fd4534;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf.top-tip:hover .ico {
  background-color: #d1d1d1;
}
body.page-template-page-ressourcespeda .swiper-slide article .pdf.top-tip:hover .txt {
  color: #d1d1d1;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf:hover .ico {
  background-color: #9a2a20;
}

body.page-template-page-ressourcespeda .swiper-slide article .pdf:hover .txt {
  color: #9a2a20;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner {
  clear: both;
  padding: 35px 35px 90px;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner .date {
  color: #81889e;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 10px;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner .ma {
  margin: 0 0 20px;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner .mag,
body.page-template-page-ressourcespeda .swiper-slide article .inner .mag a{
  color: #757c91;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner .mag a{
  font-weight: 700;
  color: #236c78;
}

body.page-template-page-ressourcespeda .swiper-slide article .inner .mag a:hover {
    color: #16444c;
}

body.page-template-page-ressourcespeda #nav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  background-color: #416e75;
}

body.page-template-page-ressourcespeda #nav.off {
  display: none;
}

body.page-template-page-ressourcespeda #nav a {
  float: left;
  display: block;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  width: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #08787a;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

body.page-template-page-ressourcespeda #nav a#prev {
  margin-right: 1px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


body.page-template-page-ressourcespeda #nav a:hover {
   background-color: #114952;
   color: #ff9778;
}

body.single-ressourcespeda article {
  position: relative;
  overflow: hidden;
}

body.single-ressourcespeda article .cycle.cycle-1 { color: #f3c92c; }
body.single-ressourcespeda article .cycle.cycle-2 { color: #41bda3; }
body.single-ressourcespeda article .cycle.cycle-3 { color: #147f81; }

body.single-ressourcespeda article .visuel {
  float: left;
  width: 45%;
  clear: both;
  text-align: right;
}

body.single-ressourcespeda article .visuel img {
  max-width: 100%;
}

body.single-ressourcespeda article .title {
  color: #757c91;
  font-size: 31px;
  display: block;
  text-decoration: none;
  line-height: 38px;
  margin: 0;
  text-align: left;
}


body.single-ressourcespeda article .pdf {
  display: block;
  margin-top: 30px;
  text-align: left;
  text-decoration: none;
}

body.single-ressourcespeda article .pdf .ico {
  font-size: 35px;
  color: #fff;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #fd4534;
  text-align: center;
  line-height: 50px;
  float: left;
}

body.single-ressourcespeda article .pdf .txt {
  color: #fd4534;
  font-size: 19px;
  line-height: 26px;
  display: block;
  margin-top: 10px;
  padding-left: 59px;
}

body.single-ressourcespeda article .pdf:hover .ico {
  background-color: #9a2a20;
}

body.single-ressourcespeda article .pdf:hover .txt {
  color: #9a2a20;
}

body.single-ressourcespeda article .inner {
  color: #757c91;
  font-size: 17px;
  line-height: 27px;
  padding: 35px 0 35px 0;
  width: 48%;
  float: right;
  text-align: left;
  margin-right: 12px;
}

body.single-ressourcespeda article .inner .date {
  color: #81889e;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 10px;
}

body.single-ressourcespeda article .inner .ma {
  margin: 0 0 20px;
}

body.single-ressourcespeda article .inner .mag,
body.single-ressourcespeda article .inner .mag a{
  color: #757c91;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}

body.single-ressourcespeda article .inner .mag a{
  font-weight: 700;
  color: #236c78;
}

body.single-ressourcespeda article .inner .mag a:hover {
    color: #16444c;
}

.button-contact,
body.single-magazines .back,
body.single-magazines .commander,
body.single-ressourcespeda .back,
body.single-sempress .back,
body.single-partenaires .back {
  margin: 0 auto;
  padding: 7px;
  background-color: #ef6059;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.button-contact {
  display: inline-block;
  margin: auto;
  padding: 0 7px;
}

.button-contact:hover,
body.single-magazines .back:hover,
body.single-magazines .commander:hover,
body.single-ressourcespeda .back:hover,
body.single-sempress .back:hover,
body.single-partenaires .back:hover {
  background-color: #b14742;
}

body.single-magazines .commander {
  display: inline-block;
}

/* Modules magazines */
body.page-template-page-magazines .cycle-part {
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}

body.page-template-page-magazines .cycle-title {
  display: block;
  line-height: 50px;
  width: 250px;
  font-size: 26px;
  font-family: "Lato";
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #fff;
}

body.page-template-page-magazines .cycle-title.cycle-1 { background-color: #f3c92c; }
body.page-template-page-magazines .cycle-title.cycle-2 { background-color: #41bda3; }
body.page-template-page-magazines .cycle-title.cycle-3 { background-color: #147f81; }
body.page-template-page-magazines .cycle-title.cycle-4 { background-color: #114a53; }

body.page-template-page-magazines .cycle-part article {
  background-color: #fff;
  float: left;
  width: 460px;

  margin: 0 40px 40px 0;
  position: relative;
}

body.page-template-page-magazines .cycle-part .mag-overlay a,
body.page-template-page-produits .mag-overlay a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 50%;
  float: left;
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s ease-out;
}

body.page-template-page-magazines .cycle-part .mag-overlay .no-shopping a.savoir-plus,
body.page-template-page-produits .mag-overlay .no-shopping a.savoir-plus {
  margin-left: 50%;
  height: 50px;
}

body.page-template-page-magazines .cycle-part .mag-overlay a.full,
body.page-template-page-produits .mag-overlay a.full {
  width: 100%;
}

body.page-template-page-magazines .cycle-part .mag-overlay a:hover,
body.page-template-page-produits .mag-overlay a:hover {
  background-color: #a55652;
}

body.page-template-page-magazines .cycle-part article .age,
body.page-template-page-magazines .cycle-part article .title,
body.page-template-page-magazines .cycle-part article .excerpt {
  float: right;
  width: 55%;
}

body.page-template-page-magazines .cycle-part article .age {
  margin-bottom: 15px;
}

body.page-template-page-magazines .cycle-part article .age span {
  display: block;
  float: right;
  border-top: 10px solid;
  color: #114a53;
  font-size: 20px;
  font-family: "Lato";
  font-weight: 700;
  padding: 10px 10px 0;
  text-align: center;
}

body.page-template-page-magazines .cycle-part article.cycle-1 .age span { border-color: #f3c92c; }
body.page-template-page-magazines .cycle-part article.cycle-2 .age span { border-color: #41bda3; }
body.page-template-page-magazines .cycle-part article.cycle-3 .age span { border-color: #147f81; }
body.page-template-page-magazines .cycle-part article.cycle-4 .age span { border-color: #114a53; }

body.page-template-page-magazines .cycle-part article .visuel {
  float: left;
  width: 40%;
  line-height: 0;
}

body.page-template-page-magazines .cycle-part article .visuel img {
  max-width: 100%;
}

body.page-template-page-magazines .cycle-part article .title {
  margin: 0 0 15px 0;
  line-height: 25px;
}

body.page-template-page-magazines .cycle-part article .title a {
  color: #757c91;
  font-size: 25px;
  text-decoration: none;
}

body.page-template-page-magazines .cycle-part article .title a:hover {
  color: #114a53;
}

body.page-template-page-magazines .cycle-part article .excerpt p {
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: #757c91;
}

body.page-template-page-magazines .cycle-part article .title,
body.page-template-page-magazines .cycle-part article .excerpt p {
  padding-right: 15px;
}

/* Magazine page détaillée */

body.single-magazines article {
  overflow: hidden;
  padding: 40px 0;
}

body.single-magazines article .visuel {
  float: left;
  width: 45%;
}

body.single-magazines article .visuel img {
  max-width: 100%;
}

body.single-magazines article .inner {
  float: right;
  width: 53%;
  text-align: left;
  color: #757c91;
  padding: 30px;
}

body.single-magazines .infos {
  margin: 10px 0;
}

body.single-magazines .commander {
  margin: 40px 0;
}

/* Partenaires */
body.page-template-page-partenaires #partenaires {
  margin: 10px;
}

body.page-template-page-partenaires #main article {
  background-color: #fff;
  width: 286px;
  height: 286px;
  position: relative;
  float: left;
  margin: 10px;
  text-align: center;
  padding: 7px;
}

body.page-template-page-partenaires #main article a {
  display: block;
}

body.page-template-page-partenaires #main article .visuel {
  position: relative;
  width: 275px;
  height: 275px;
  overflow: hidden;
}

body.page-template-page-partenaires #main article .visuel img {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

body.single-partenaires article h1 {
  text-align: center;
  margin-bottom: 50px;
}

body.single-partenaires figure {
  float: left;
  width: 30%;
}

/* Actualités */
#actualites {
  margin: 40px 4px 0;
}

#actualites.salle-des-profs .grid {
  max-width: 1200px;
  margin: 0 auto;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid .post {
  background-color: #fff;
  height: 580px;
  width: 300px;
  margin: 9px;
  float: left;
  overflow: hidden;
}

.grid .post.post-2x {
  width: 618px;
}

.grid .post .visuel {
  width: 100%;
  height: 424px;
  position: relative;
}

.grid .post .visuel a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.grid .post .content {
  padding: 15px;
}

.grid .post .date {
  display: inline-block;
  margin-bottom: 10px;
  color: #81889e;
  font-size: 18px;
}

.grid .post .entry-title {
  font-size: 20px;
  margin-top: 0;
  line-height: 24px;
}

.grid .post .entry-title a {
  color: #236c78;
  text-decoration: none;
}

.grid .post .entry-title a:hover {
  color: #ef6059;
}

.grid .post .entry-content p {
  color: #757c91;
  font-size: 18px;
}

.grid .post .entry-content a {
  color: #ef6059;
}

.grid .post .entry-content a:hover {
  color: #a3413d;
}

/* Salle des profs */
#actualites.salle-des-profs {
  margin-top: 110px;
}

#actualites.salle-des-profs .grid .post {
  background-color: transparent;
  margin: 0 0 40px;
  float: none;
  overflow: hidden;
  clear: both;
}

#actualites.salle-des-profs .grid .post,
.salle-des-profs .grid .post.post-2x,
.salle-des-profs .grid .post .visuel {
  width: 100%;
  height: inherit;
}
.salle-des-profs .grid .post .visuel {
  line-height: 0;
  text-align: center;
}

.salle-des-profs .grid .post .visuel a {
  position: relative;
  background-color: none;
}
.salle-des-profs .grid .post .visuel img {
  max-width: 100%;
}

/* Page délégués */
body.page-template-page-delegue .part.delegue {
  margin-top: 60px;
}

/* Module search */
#search .form {
  background-color: #157f81;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 40px;
}

#search .form .count {
  color: #ef6059;
  font-weight: 700;
}

#search article {
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
  overflow: hidden;
}

#search article a {
  display: block;
  background-color: #fff;
  padding: 50px 30px 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

#search article a h1 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #757c91;
}

#search article a p {
  color: #757c91;
  font-size: 18px;
  padding: 0;
}

#search article a:hover h1 ,
#search article a:hover p {
  color: #ef6059;
}

#search article .type {
  color: #147f81;
  font-size: 16px;
  padding: 3px 5px;
  display: block;
  float: right;
  border-top: 5px solid #147f81;
}

/* Page intérieures */
.blog-page-content {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

.blog-page-content.nopadtop {
  padding-top: 0;
  margin-top: 40px;
}

body.single-post .blog-page-content.nopadtop {
  padding-top: 80px;
}

.blog-page-content .inner {
  max-width: 1260px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

figure {
  max-width: 100%;
}

.blog-page-content .inner figure {
  display: inline-block;
}

.blog-page-content .inner figure img {
  max-width: 100%;
}

.blog-page-content .content,
.blog-page-content h1,
.blog-page-content .date {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: left;
  overflow: hidden;
}

.blog-page-content article {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-page-content h1 {
  line-height: 1.2;
  color: #757c91;
}

body.single-sempress .blog-page-content h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-page-content .date {
  color: #babdc8;
  font-size: 18px;
}

.blog-page-content ul {
  margin: 0 0 0 40px;
}

.blog-page-content ul li {
  margin-bottom: 20px;
}

.blog-page-content .content a {
  color: #ef6059;
  text-decoration: none;
}

.blog-page-content .content a:hover {
  color: #a3413d;
}

.single-pagination {
  margin-top: 40px;
  overflow: hidden;
  background: #e6e5e0;
  width: 100%;
}

.single-pagination span {
  display: inline-block;
  width: 33.33333%;
  float: left;
}

.single-pagination span a {
  display: inline-block;
  color: #757b92;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

.single-pagination span a:hover {
  color: #ef6059;
}

.single-pagination span.back {
  text-align: center;
}

.single-pagination span.previous {
  text-align: right;
}
.single-pagination span.previous a {
  margin-right: 20px;
}
.single-pagination span.next {
  text-align: left;
}
.single-pagination span.next a {
  margin-left: 20px;
}


/* Page Produits Numériques */
#produits {
  margin: 0 auto;
  max-width: 1245px;
}

#produits h2 {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  background-color: #157f81;
  margin: 0;
  text-align: left;
}

#produits .col {
  float: left;
  position: relative;
  text-align: left;
  overflow: hidden;
}

#produits .col.col3 {
  width: 32%;
  margin-right: 2%;
}

#produits .col.col3:last-child {
  margin-right: 0;
}

#produits .emag .intro .col .ico,
#produits .bibli .col h4:before {
  background-image: url(img/sprite-produits.png);
  background-repeat: no-repeat;
}

#produits .emag,
#produits .bibli {
  overflow: hidden;
  margin-bottom: 80px;
  color: #757c91;
}

#produits .emag .intro {
  margin: 20px 0;
  padding: 30px 24px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

#produits .emag .intro .col {
  background-color: #fff;
}

#produits .emag .intro .col .ico {
  float: left;
  width: 80px;
  height: 80px;
}

#produits .emag .intro .part1 .ico { background-position: 0 -1px; }
#produits .emag .intro .part2 .ico { background-position: -90px -1px; }
#produits .emag .intro .part3 .ico { background-position: -176px -1px; }

#produits .emag .intro .col .txt {
  float: left;
  width: calc(100% - 100px);
  margin-left: 20px;
}

#produits .emag .intro .col .txt p {
  margin: 0;
  line-height: 27px;
}

#produits .content .age {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  background-color: #114a53;
  font-family: "Lato";
}

#produits .emag .content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#produits .emag .content .col {
  background-color: #fff;
  position: relative;
}

#produits .emag .content .col .pull-left {
  width: 30%;
  position: relative;
  float: left;
}

#produits .emag .content .col .pull-right {
  width: 70%;
  float: right;
}

#produits .emag .content .col .content {
  background-color: #fff;
  padding: 30px 40px 0;
}

#produits .emag .content .col .content .mag-overlay {
  width: 70%;
  right: 0;
  left: auto;
}


#produits .emag .content .col .content h3 {
  font-size: 24px;
  margin: 11px 0 30px 0;
  line-height: 30px;
}

#produits .bibli .content .col .content p,
#produits .emag .content .col .content p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

#produits .bibli .intro {
  background-color: #fff;
  padding: 40px 70px;
  text-align: center;
  margin: 20px 0;
  overflow: hidden;
}

#produits .bibli .intro p {
  margin: 0;
  text-align: left;
}

#produits .bibli .intro p.dispo {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

#produits .bibli .intro img {
  max-width: 100%;
}

#produits .bibli .content {
  color: #fff;
}

#produits .bibli .col {
  background-color: #fff;
  text-align: center;
  position: relative;
}

#produits .bibli .backgrounded {
  background-color: #a8ccd8;
  overflow: hidden;
}

#produits .bibli .col h4:before {
  content: " ";
  width: 86px;
  height: 86px;
  background-position: -265px -1px;
  float: left;
  margin-right: 12px;
  margin-top: -15px;
}

#produits .bibli .col h4 {
  font-weight: 700;
  font-size: 25px;
  padding-left: 103px;
  position: relative;
  color: #114a53;
  padding: 66px 20px 30px;
  text-align: left;
  margin: 0;
}

#produits .bibli .col img {
  max-width: 90%;
  margin: 0 auto 10px;
  display: block;
}

#produits .bibli .col h3 {
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0;
}

#produits .bibli .col > .inner {
  padding: 10px 30px 50px;
  background: #fff;
  color: #757c91;
  text-align: left;
}

/* Module mallettes pédagogiques */
#mallettes {
  margin: 0 auto;
  overflow: hidden;
}

#mallettes.sempress {
  margin-top: 80px;
  margin-left: 40px;
}

body.page-template-page-magazines #main .intro,
#mallettes .intro {
  padding: 30px;
  margin: 22px 0;
  background-color: #fff;
  position: relative;
}

body.page-template-page-magazines #main .intro {
  padding: 10px;
  text-align: center;
}

#mallettes .intro h2 {
  color: #157f81;
  margin: 0 0 20px 0;
  font-size: 24px;
}

body.page-template-page-magazines #main .intro p,
#mallettes .intro p {
  color: #757c91;
  margin: 0;
  padding: 0;
}

#mallettes article {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  width: 48%;
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
}

#mallettes article.event {
  clear: both;
}

#mallettes article.odd {
  margin-right: 0;
}


#mallettes article .cycle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 23px;
  font-weight: 700;
  background: #E30613;
  font-weight: 700;
  font-family: "Lato";
  z-index: 2;
}

#mallettes article .cycle.cycle-1 { background-color: #f3c92c; }
#mallettes article .cycle.cycle-2 { background-color: #41bda3; }
#mallettes article .cycle.cycle-3 { background-color: #147f81; }
#mallettes article .cycle.cycle-1-et-2 { background-color: #f3c92c; }
#mallettes article .cycle.cycle-1-et-3 { background-color: #41bda3; }
#mallettes article .cycle.cycle-2-et-3 { background-color: #41bda3; }

#mallettes article .visuel {
  float: left;
  width: 45%;
  line-height: 0;
  position: relative;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}

#mallettes.sempress article .visuel {
  width: 30%;
  height: 193px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

#mallettes article .visuel img {
  max-width: 100%;
}

#mallettes article > .inner {
  float: none;
  width: auto;
  padding: 10px;
}

#mallettes.sempress article > .inner {
  width: 67%;
  float: right;
}

#mallettes.sempress article > .inner .excerpt {
  padding-right: 20px;
}

#mallettes article > .inner .sociaux {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 17px 0;
  overflow: hidden;
}

#mallettes article > .inner .sociaux a:first-child {
  margin-left: 0;
}

#mallettes article .title,
#mallettes.sempress article .title a {
  margin: 56px 0 0 0;
  color: #757c91;
  font-size: 24px;
  text-decoration: none;
  line-height: 24px;
}

#mallettes.sempress article .title {
  margin-top: 0;
}

#mallettes.sempress article .title a {
  color: #236c78;
}

#mallettes.sempress article .title a:hover {
  color: #ef6059;
}

#mallettes article .excerpt p {
  font-weight: 700;
}

#mallettes article .excerpt p,
#mallettes article .content p {
  line-height: 21px;
  color: #114a53;
  font-size: 16px;
}

#mallettes article .excerpt p {
  font-family: "Lato";
  font-weight: 700;
}

#mallettes article .content p {
  color: #757c91;
  margin-bottom: 0;
}

#mallettes.sempress article .excerpt p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}


body.page-template-page-magazines .cycle-part article:hover .mag-overlay,
body.page-template-page-produits .emag .content .col:hover .mag-overlay,
body.page-template-page-produits .bibli .content .col:hover .mag-overlay,
#mallettes article:hover .mag-overlay {
  opacity: 1;
}

body.page-template-page-magazines .cycle-part .mag-overlay,
body.page-template-page-produits .mag-overlay,
#mallettes .mag-overlay {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(239,96,89,0.7);
  opacity: 0;
  transition: all 0.5s ease-out;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

body.page-template-page-magazines .cycle-part .mag-overlay:hover,
body.page-template-page-produits .mag-overlay:hover,
#mallettes .mag-overlay:hover {
  background-color: rgba(239,96,89,1);
  color: #fff;
}

.wp-pagenavi {
  width: 100%;
  float: right;
  margin: 15px;
  text-align: right;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #ef6059;
  background-color: #fff;
  transition: all 0.4s ease;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #ef6059;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #114A53;
}

/* Rsx sociaux */
.sociaux {
  position: absolute;
  bottom: 24px;
  right: 26px;
}

.salle-des-profs .sociaux {
  position: relative;
  width: 100%;
  text-align: center;
  right: auto;
  bottom: auto;
  background: #fff;
  padding: 0 0 16px 0;
}

.salle-des-profs .sociaux a {
  display: inline-block;
  float: none;
}

.single-post .sociaux {
  position: relative;
  margin: 15px auto;
  bottom: auto;
  right: auto;
  max-width: 800px;
  overflow: hidden;
}

.single-post .sociaux a:first-child {
  margin-left: 0;
}

.page-template-page-ressourcespeda .sociaux {
  bottom: 22px;
  right: 33px;
}

.sociaux a {
  display: inline-block !important;
  float: left;
  margin-left: 10px !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.4s ease !important;
  width: 27px !important;
  height: 27px !important;
  border-radius: 50% !important;
  background-color: #236c78 !important;
  text-align: center !important;
  line-height: 27px !important;
}

.sociaux a:hover {
  background-color: #ef6059 !important;
}


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
  margin: 0 0 1.5em 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }

.wp-caption p.wp-caption-text,
.blog-page-content .inner figure .credit {
  clear: both;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }

/* Création de compte */
.iframe-sso { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; }
.iframe-sso iframe,
.iframe-sso object,
.iframe-sso embed { position: absolute; top: 0; left: 0; width: 100%; }

.iframe-sso, .iframe-sso iframe, .iframe-sso object, .iframe-sso embed,
body.page-template-page-creationCompteSSO #main,
body.page-template-page-creationCompteSSO .blog-page-content {
  height: 100%;
}

.no-connect {
  border: 2px solid #f26d6d;
  padding: 20px;
  background-color: #f2dede;
}

/* Plan du site */
body.page-template-page-plandusite .blog-page-content ul {
  margin: 40px 0;
}

body.page-template-page-plandusite .blog-page-content ul li {
  text-align: left;
  margin-left: 40px;
}

/* Responsive */
body.mobile .mag-overlay {
  opacity: 1 !important;
}

body.mobile #mallettes .mag-overlay {
  width: 55%;
  float: right;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1550px){
  #mallettes article {
    padding-bottom: 50px;
    width: 100%;
    margin-right: 0;

  }

  body.mobile #mallettes .mag-overlay {
    width: 100%;
    float: none;
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 1400px){
  #mallettes article {
    width: 100%;
    margin-right: 0;
  }

@media only screen and (max-width: 1307px){
  .part.boutique .boutique-ico {
    width: 70px;
    height: 68px;
  }

  .part.delegue .form .input {
    margin: 10px 0;
    width: 100%;
  }

  .part.delegue p {
    padding: 5px 15px;
  }

}

@media only screen and (max-width: 1298px){
  .part.boutique p.para1 {
    padding-right: 60px;
    padding-top: 90px;
    margin-bottom: 25px;
  }

  .part.boutique p {
    padding-left: 44px;
  }

  .part .btn-hp {
    font-size: 16px;
  }



}

@media only screen and (max-width: 1207px){
  .part .btn-hp .device-hidden {
    display: none;
  }

  .part.intro .part-left {
    width: 50%;
  }

  .part.intro .part-right {
    width: calc(50% - 11px);
  }

  .part.delegue .form {
    width: 75%;
  }
}

@media only screen and (max-width: 1279px){
  body.page-template-page-magazines .cycle-part article {
    margin: 0 20px 20px 0;
    width: 230px;
    height: 402px;
  }

  body.page-template-page-magazines .cycle-part article .visuel {
    width: 100%;
    text-align: center;
  }

  body.page-template-page-magazines .cycle-part article .visuel img {
    height: 208px;
  }

  body.page-template-page-magazines .cycle-part article .age,
  body.page-template-page-magazines .cycle-part article .title,
  body.page-template-page-magazines .cycle-part article .excerpt {
    width: 100%;
  }

  body.page-template-page-magazines .cycle-part article .title,
  body.page-template-page-magazines .cycle-part article .excerpt {
    padding: 5px 10px;
    float: left;
    font-size: 18px;
  }

  body.page-template-page-magazines .cycle-part article .excerpt {
    display: none;
  }

  body.page-template-page-magazines .cycle-part article .title {
    margin-top: 10px;
  }

  body.page-template-page-magazines .cycle-part .mag-overlay {
    opacity: 1;
  }

  body.page-template-page-magazines .cycle-part .mag-overlay .txt {
    display: none;
  }
}

@media only screen and (max-width: 1078px){
  .part.intro .part-right .book {
    display: none;
  }
}

@media only screen and (max-width: 1030px){
  .part.delegue p .device-hidden {
    display: none;
  }
}

@media only screen and (max-width: 991px){

  .device-hidden {
    display: none;
  }

  body > header {
    display: none;
  }

  #main {
    width: 100%;
    margin-left: 0;
  }

  body.pi .topbar .logo-mobile {
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(img/logo.jpg) no-repeat center;
    background-size: cover;
    top: -1px;
    left: -1px;
  }

  .topbar {
    background: #fff;
    width: 100%;
    height: 65px;
  }

  body.pi .topbar .btn.active { color: #ef6059; }

  body.pi .topbar {
    background: transparent;
  }

  body.scrolling .topbar {
    box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  }

  .titre-rubrique {
    padding-left: 80px;
    position: fixed;
    background-color: #fff;
  }

  .titre-rubrique h1 {
    font-size: 24px;
  }

  body.scrolling .titre-rubrique {
    box-shadow: none;
  }

  #user-box, #search-box {
    width: 320px;
  }

  #search-box input {
    width: 90%;
  }

  .btn-hp {
    padding-right: 54px;
    padding-left: 20px;
    line-height: 48px;
  }

  #mallettes.sempress {
    margin-top: 50px;
    margin-left: 0;
  }

  .part h2 {
    font-size: 25px;
  }

  .part.alaune h2, .part.boutique h2 {
    line-height: 36px;
    width: 175px;
  }

  .part.intro .part-left {
    width: 50%;
  }

  .part.intro .part-right {
    width: calc(50% - 11px);
  }

  .part.intro .part-right p {
    padding: 181px 30px 0;
  }

  .part.delegue .part-right {
    height: 404px;
  }

  .part.delegue .part-left {
    width: 50%;
  }

  .part.delegue .part-right {
    width: calc(50% - 11px);
  }

  .part.boutique p.para1 {
    padding-right: 20px;
    padding-left: 31px;
  }

  .part.boutique p.para2 {
    display: none;
  }

  .part.delegue p {
    padding: 34px 30px 10px;
  }

  .part.partprof .part-left p {
    padding: 64px 27px 0 15px;
  }

  .part.partprof .part-right div {
    position: relative;
    top: 54px;
  }

  .part.partprof .part-right div img {
    height: 146px;
  }

  #produits .bibli .col,
  #produits .emag .intro .col,
  #produits .col.col3 {
    width: 100%;
    margin-right: 0;
  }

  #produits .emag .intro {
    text-align: left;
  }

  #produits .emag .intro .col .ico {
    display: none;
  }

  #produits .emag .intro .col .txt {
    margin-left :0;
    width: 100%;
  }

  #produits .emag .content img {
    margin: 0 20px 0 0;
    float: left;
    width: 303px;
  }

  #produits .emag .content .col > .inner {
    background-color: #fff;
    padding: 90px 40px 0;
  }

  #produits .col.col3 {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
  }

  body.page-template-page-produits .mag-overlay {
    width: calc(100% - 303px);
    right: 0;
    left: auto;
  }

  #produits .bibli .backgrounded {
    width: 303px;
    float: left;
    margin-right: 20px;
  }

  .grid .post.post-2x {
    width: calc(100% - 18px);
  }

  .grid .post {
    width: calc(50% - 18px);
  }
}

@media only screen and (max-width: 944px){

}

@media only screen and (max-width: 767px){
  .part.intro .part-right .book {
    display: block;
  }

  h1 {
    font-size: 1.5em;
  }

  .part {
    height: inherit !important;
  }

  .part.intro .part-left,
  .part.boutique .part-left,
  .part.intro .part-right,
  .part.delegue .part-right,
  .part.alaune .texte,
  .part.alaune .img-content,
  .part.partprof .part-left,
  .part.partprof .part-right {
    width: 100%;
    margin-right: 0;
  }

  .part.intro .part-left .text {
    position: relative;
    line-height: 43px;
    text-align: center;
    padding-top: 135px;
  }

  .part.intro .part-left .logo-mobile {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }

  .part.intro .part-left .logo-mobile:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
  }

  .part.intro .part-left .text span {
    font-size: 40px;
    color: #fff;
  }

  .part.alaune {
      height: 370px;
  }

  .part.alaune .texte .inner .excerpt {
    display: none;
  }

  .part.alaune .img-content {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    transform: none;
    right: auto;
  }

  .part.alaune .texte .inner {
    padding: 130px 20px 0;
  }

  .part.delegue .part-left,
  .part.delegue .part-right {
    width: 100%;
  }

  .part.delegue p {
    padding-top: 85px;
  }

  .part.delegue p strong {
    font-size: 18px;
  }

  .part.partprof .part-left p {
    font-size: 20px;
  }

  .filtres {
    height: 94px;
  }

  .filtres .cycles,
  .filtres #w {
    width: 100%;
    border: 0;
  }

  .filtres .cycles {
    border-bottom: 1px solid #416e75;
  }

  .filtres #w {
    text-align: center;
  }

  body.page-template-page-ressourcespeda #nav {
    position: fixed;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  body.single-magazines article .inner {
    float: none;
    width: 100%;
    text-align: center;
  }


  body.single-magazines article .visuel {
    margin: 0 20px 20px 0;
  }

  body.single-magazines .title,
  body.single-magazines .infos,
  body.single-magazines .excerpt {
    text-align: left;
  }

}

@media only screen and (max-width: 568px){

  #mallettes article {
    width: 100%;
    margin-right: 0;
    padding-bottom: 54px;
    margin-bottom: 20px;
  }

  #mallettes article .visuel,
  #mallettes article > .inner {
    float: none;
    width: 100%;
    margin: 0;
  }

  #mallettes article .visuel {
    text-align: center;
  }

  #mallettes article .title,
  #mallettes.sempress article .title a {
    margin-top: 0;
  }

  #mallettes article > .inner {
    padding: 10px;
  }

  .grid .post.post-2x,
  .grid .post {
    width: calc(100% - 18px);
  }

  body.single-partenaires figure {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 585px){

  body.pi .topbar {
    background: #fff;
  }

  .titre-rubrique {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .titre-rubrique h1 {
    font-size: 23px;
    line-height: 31px;
  }

}

@media only screen and (max-width: 500px){

  .part.intro .part-right p {
      padding: 134px 30px 0;
  }

  .part.intro h2 {
    top: 37px;
  }

  .part.intro .part-left {
    height: 518px;
  }

  body.page-template-page-magazines .cycle-part article {
    margin: 0 10px 20px;
    width: calc(100% - 20px);
    height: 342px;
  }

  body.page-template-page-magazines .cycle-part article .visuel {
    width: 30%;
  }

  body.page-template-page-magazines .cycle-part article .visuel img {
    height: inherit;
  }

  body.page-template-page-magazines .cycle-part article .title,
  body.page-template-page-magazines .cycle-part article .excerpt {
    width: 65%;
    float: right;
  }

  body.page-template-page-magazines .cycle-part article .excerpt {
    display: block;
  }

}

@media only screen and (max-width: 389px){
  body.page-template-page-ressourcespeda .swiper-slide {
    width: 100vw;
    margin-right: 1px;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .visuel {
    width: 100%;
    text-align: center;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .visuel img {
    max-width: 75%;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .title,
  body.page-template-page-ressourcespeda .swiper-slide article h1,
  body.page-template-page-ressourcespeda .swiper-slide article .title a,
  body.page-template-page-ressourcespeda .swiper-slide article .pdf {
    width: 100%;
    margin-right: 0;

  }

  body.page-template-page-ressourcespeda .swiper-slide article .title a {
    margin: 0;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .title {
    margin-top: 20px;
  }

  body.page-template-page-ressourcespeda .swiper-slide article h1,
  body.page-template-page-ressourcespeda .swiper-slide article .pdf {
    padding: 0 33px;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .pdf .ico,
  body.page-template-page-ressourcespeda .swiper-slide article .pdf .txt {
    float: left;
  }

  body.page-template-page-ressourcespeda .swiper-slide article .pdf .txt {
    margin-left: 15px;
  }

  .page-template-page-ressourcespeda .sociaux {
    right: auto;
    left: 33px;
  }

}


#cnill_banner {
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
  font-size: 14px;
}