.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes move {
  to {
    transform: translateX(-120%);
  }
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Amiri';
  src: url(../fonts/Amiri-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Amiri';
  src: url(../fonts/Amiri-Italic.ttf) format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'Amiri';
  src: url(../fonts/Amiri-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'HappyMonkey';
  src: url(../fonts/HappyMonkey-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Sacramento';
  src: url(../fonts/Sacramento-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ehux8t');
  src: url('../fonts/icomoon.eot?ehux8t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ehux8t') format('truetype'), url('../fonts/icomoon.woff?ehux8t') format('woff'), url('../fonts/icomoon.svg?ehux8t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-oeil:before {
  content: "\e90d";
}
.icon-accueil:before {
  content: "\e909";
}
.icon-chevron:before {
  content: "\e900";
}
.icon-bancaire:before {
  content: "\e901";
}
.icon-newsletter:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-map:before {
  content: "\e904";
}
.icon-telephone:before {
  content: "\e905";
}
.icon-pinterest:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-panier:before {
  content: "\e90a";
}
.icon-compte:before {
  content: "\e90b";
}
.icon-loupe:before {
  content: "\e90c";
}
section.portail-de-pages {
  background-image: url(../img/fond-full-width.jpg);
  background-position: top center;
}
section.portail-de-pages >.container {
  max-width: 1574px;
}
section.portail-de-pages .zone-bloc {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 43px;
}
section.portail-de-pages .zone-bloc >.container {
  max-width: 1301px;
}
section.portail-de-pages .liste >.row {
  margin-left: -30px;
  margin-right: -30px;
}
section.portail-de-pages .liste .page {
  padding: 0 30px;
  margin-bottom: 88px;
  text-align: center;
}
section.portail-de-pages .liste .page a {
  color: #1D1D1B;
}
section.portail-de-pages .liste .page a .image {
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
section.portail-de-pages .liste .page a .image .preview {
  background-color: rgba(111,140,109,0.73);
  color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 0;
}
section.portail-de-pages .liste .page a .image .preview i {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  font-size: 31.27px;
}
section.portail-de-pages .liste .page a .titre {
  margin: 0;
  font-size: 23px;
  line-height: 30px;
  font-family: 'HappyMonkey', cursive;
}
section.portail-de-pages .liste .page a:hover .image .preview {
  opacity: 1;
}
section.portail-de-pages .liste .page a:hover .image .preview i {
  top: 50%;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media screen and (max-width: 1199px) {
  section.portail-de-pages .zone-bloc {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  section.portail-de-pages .liste .page {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  section.portail-de-pages .liste >.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  section.portail-de-pages .liste .page {
    padding: 0 7.5px;
  }
}
