@charset "UTF-8";
.article-coul-noir {
  color: rgb(0, 0, 0);
}

.article-coul-vert {
  color: rgb(186, 222, 178);
}

.article-coul-orange {
  color: rgb(252, 160, 113);
}

.article-coul-gris-bleu {
  color: rgb(182, 202, 203);
}

.article-coul-violet {
  color: rgb(182, 180, 220);
}

.article-coul-jaune {
  color: rgb(253, 208, 137);
}

.article-coul-rose {
  color: rgb(255, 224, 238);
}

.article-coul-terre {
  color: rgb(212, 162, 120);
}

.article-coul-bleu-acier {
  color: rgb(150, 179, 192);
}

.article-coul-bordeaux {
  color: rgb(144, 73, 92);
}

.article-coul-fushia {
  color: rgb(255, 97, 122);
}

.article-coul-bleu {
  color: rgb(57, 93, 170);
}

.mencken-regular, #contenu-inactuel-similaire a, #contenu-inactuel-item-texte-long p, #contenu-inactuel-item-texte-long h4, #contenu-inactuel-item-texte-court p, #contenu-inactuel-item-texte h2, #presentation-revue p {
  font-family: "mencken-std-narrow", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mencken-bold, #contenu-liaison-revue h3, #contenu-inactuel-similaire h3, #contenu-inactuel-item-texte-long h5, #contenu-inactuel-item-texte-long h3, #contenu-revue-item-texte h2, #navigation-inactuel a {
  font-family: "mencken-std-narrow", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menuv-inactuel {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 980;
}

.menuvneutre-inactuel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-navv-inactuel {
  width: auto;
  /*height:55px;*/
  position: relative;
  float: left;
  padding: 21px 0 0 0;
  margin: 0 0 0 40px;
}

.menu-inactuel {
  width: 130px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(186,222,178,1);*/
  z-index: 980;
}

.menu-inactuel-neutre {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.header-logo-inactuel {
  width: 18px;
  height: 108px;
  position: relative;
  padding: 20px 0 0 34px;
  margin: 0;
}
.header-logo-inactuel img {
  width: 18px;
  height: auto;
}

.menu-bas-inactuel {
  width: 92px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  text-align: center;
}

#main-nav-inactuel {
  width: auto;
  position: fixed;
  left: 36px;
  top: 144px;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
}

ul.nav-inactuel {
  margin: 0 auto;
  height: 100%;
}

ul.nav-inactuel li {
  float: right;
  /*height:100%;
  line-height:55px;*/
  margin: 1px 0 0 0;
  padding: 4px 0 0 0;
  font-family: "FuturaLTBlack", Arial;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: rgb(128, 123, 124);
}

ul.nav-inactuel li.bleft {
  padding: 3px 10px 1px 10px;
  border-left: 1px solid rgb(255, 105, 84);
}

ul.nav-inactuel li.bright {
  padding: 3px 10px 1px 10px;
  border-left: 1px solid rgba(255, 105, 84, 0);
}

ul.nav-inactuel li a {
  font-family: "FuturaLTBlack", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: rgb(128, 123, 124);
  border-bottom: 2px solid rgba(255, 105, 84, 0);
}

ul.nav-inactuel li a:hover {
  color: rgb(255, 105, 84);
  border-bottom: 2px solid rgb(255, 105, 84);
}

ul.nav-inactuel li.current-menu-item a,
.inactuel-nav-active a {
  color: rgb(255, 105, 84) !important;
  border-bottom: 2px solid rgb(255, 105, 84) !important;
}

#container-inactuel {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

#header-inactuel {
  position: relative;
  width: 100%;
  padding: 90px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header-inactuel a {
  position: relative;
  width: 38%;
}
#header-inactuel img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  #header-inactuel a {
    width: 44.5%;
  }
}
@media screen and (max-height: 700px) {
  #header-inactuel {
    padding: 80px 0 0 0;
  }
}
#contenu-inactuel {
  position: relative;
  width: 85%;
  padding: 20px 0 0 175px;
}

@media (max-width: 1100px) {
  #contenu-inactuel {
    position: relative;
    width: 88%;
    padding: 20px 0 0 175px;
  }
}
@media screen and (max-height: 700px) {
  #contenu-inactuel {
    position: relative;
    width: 85%;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
}
#navigation-inactuel {
  position: relative;
  width: 100%;
  padding: 0 0 0 10px;
}
#navigation-inactuel a {
  font-size: clamp(0.9rem, 1.5vw + 0.8rem, 2.5rem); /*26px !important;*/
  line-height: clamp(1rem, 1.5vw + 1.2rem, 3.2rem); /*29px !important;*/
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0 40px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.inactuel-actif {
  color: rgb(0, 0, 0) !important;
}

#contenu-inactuel-article {
  position: relative;
  width: 100%;
  padding: 25px 0 30px 0;
}

#contenu-inactuel-revue {
  position: relative;
  width: 100%;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contenu-inactuel-revue-liaison {
  position: relative;
  width: 100%;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contenu-revue-item {
  position: relative;
  width: 24%;
  margin: 0 1% 54px 0;
  padding: 10px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#contenu-revue-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#contenu-revue-item-texte {
  position: relative;
  width: 100%;
  padding: 0;
}
#contenu-revue-item-texte h2 {
  font-size: 20px; /*34px !important;*/
  line-height: 23px;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

#contenu-revue-item-image {
  position: relative;
  width: 100%;
  padding: 12px;
  border: 3px dotted rgba(0, 0, 0, 0.5);
  line-height: 0;
}
#contenu-revue-item-image img {
  width: 100%;
  height: auto;
}

#presentation-revue {
  position: relative;
  width: 56%;
  margin: 0 auto;
  padding: 70px 0 65px 0;
}
#presentation-revue p {
  font-size: 25px; /*34px !important;*/
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: rgb(0, 0, 0);
}

a.lien-inactuel-item {
  text-decoration: none;
}

#contenu-inactuel-item {
  position: relative;
  width: 100%;
  margin: 0 0 54px 0;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a #contenu-inactuel-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#contenu-inactuel-col-right {
  position: relative;
  width: 36.4%;
  padding: 0;
  line-height: 0;
}

#contenu-inactuel-item-image-single {
  position: relative;
  width: 100%;
  padding: 12px;
  border: 3px dotted rgba(0, 0, 0, 0.5);
  line-height: 0;
}
#contenu-inactuel-item-image-single img {
  width: 100%;
  height: auto;
}

#contenu-inactuel-item-image {
  position: relative;
  width: 36.4%;
  padding: 12px;
  border: 3px dotted rgba(0, 0, 0, 0.5);
  line-height: 0;
}
#contenu-inactuel-item-image img {
  width: 100%;
  height: auto;
}

#contenu-inactuel-item-texte {
  position: relative;
  width: 58.6%;
  padding: 0;
}
#contenu-inactuel-item-texte h2 {
  font-size: 44px; /*34px !important;*/
  line-height: 47px;
  margin: 0;
  padding: 0 0 30px;
  text-align: left;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
#contenu-inactuel-item-texte a {
  color: rgb(144, 73, 92);
}

#contenu-inactuel-item-texte-court {
  position: relative;
  width: 100%;
  padding: 0;
  /*&::after{
    content: '...';
    font-size: 90px;
    position: absolute;
    bottom: -55px; right:16px;
  letter-spacing: -1px;
  }*/
}
#contenu-inactuel-item-texte-court p {
  font-size: 20px; /*34px !important;*/
  line-height: 26px;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: justify;
  color: rgb(0, 0, 0);
  /*&::before{
    content: '«';
    font-size: 110px;
  padding: 0 10px 0 0;

  }*/
}

#la-revue-pdf {
  position: relative;
  padding: 40px 0 0 0;
  width: 240px;
}
#la-revue-pdf img {
  width: 100%;
  height: auto;
}

#contenu-inactuel-item-texte-long {
  position: relative;
  width: 100%;
  padding: 0;
  /*&::after{
    content: '...';
    font-size: 90px;
    position: absolute;
    bottom: -55px; right:16px;
  letter-spacing: -1px;
  }*/
}
#contenu-inactuel-item-texte-long h4 {
  font-size: 20px; /*34px !important;*/
  line-height: 26px;
  margin: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  color: rgb(0, 0, 0);
  /*&::before{
    content: '«';
    font-size: 110px;
  padding: 0 10px 0 0;

  }*/
}
#contenu-inactuel-item-texte-long p {
  font-size: 20px; /*34px !important;*/
  line-height: 26px;
  margin: 0;
  padding: 0 60px 0 0;
  text-align: justify;
  color: rgb(0, 0, 0);
  /*&::before{
    content: '«';
    font-size: 110px;
  padding: 0 10px 0 0;

  }*/
}
#contenu-inactuel-item-texte-long h3 {
  position: relative;
  display: block;
  width: 30%;
  float: right;
  text-transform: uppercase;
  font-size: 24px; /*34px !important;*/
  line-height: 29px;
  margin: 0;
  padding: 14px 0 8px 19px;
  text-align: left;
  color: rgb(0, 0, 0);
}
#contenu-inactuel-item-texte-long h5 {
  font-size: 21px; /*34px !important;*/
  line-height: 30px;
  margin: 0;
  padding: 30px 60px 30px 0;
  text-align: left;
  color: rgb(0, 0, 0);
}

#contenu-inactuel-similaire {
  position: relative;
  width: 100%;
  padding: 35px 0 10px 0;
}
#contenu-inactuel-similaire h3 {
  font-size: 20px; /*34px !important;*/
  line-height: 26px;
  margin: 0;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
#contenu-inactuel-similaire a {
  font-size: 20px; /*34px !important;*/
  line-height: 26px;
  margin: 0;
  padding: 2px 0 2px 0;
  text-align: left;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#contenu-inactuel-similaire a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#contenu-liaison-revue {
  position: relative;
  width: 100%;
  padding: 0 0 10px 0;
}
#contenu-liaison-revue h3 {
  font-size: 25px; /*34px !important;*/
  line-height: 27px;
  margin: 0;
  padding: 0 0 20px 10px;
  text-align: left;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.smart-inactuel {
  display: none;
}

@media (max-width: 800px) {
  .smart-inactuel {
    display: block;
  }
  .desktop-inactuel {
    display: block;
  }
  #horizontal {
    display: none !important;
  }
  #vertical {
    display: none !important;
  }
  #header-inactuel {
    padding: 90px 0 0 0;
  }
  #contenu-inactuel {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
#header-inactuel-smart {
  margin: 0;
  padding: 12px 0 8px 0;
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  /*background-color: rgba(255,255,255,1);*/
  -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
}

#header-center {
  width: 95%;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-center {
  width: 95%;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-logo-seg-ina {
  height: auto;
  width: 45%; /*20%  306px*/
  padding: 0;
}

.btn-search-me {
  width: 20px;
  height: 20px;
}

.header-menu-mobile {
  display: block;
  height: 18px;
  width: 26px;
  right: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3400;
  background: rgba(255, 255, 255, 0);
}

#menu-mobile {
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 26px; /*40px*/
  z-index: 3400;
}

#menu-mobile h1 {
  margin: 0;
  padding: 0;
}

#toggleme {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2950;
}

#toggleme ul {
  list-style-type: none;
  margin: 0;
  padding: 30px 10px 10px 20px;
}

#toggleme li {
  color: rgb(0, 0, 0);
  font-family: "titillium_bdbold";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}

#toggleme li a {
  color: rgb(0, 0, 0);
  font-family: "titillium_bdbold";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
  line-height: 20px;
  text-align: left;
  margin: 0;
  padding: 0;
}

#toggleme .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

#toggleme .sub-menu li {
  color: rgb(0, 0, 0);
  font-family: "titilliumregular";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  text-align: left;
  margin: 0;
  padding: 4px 0;
}

#toggleme .sub-menu li a {
  color: rgba(0, 0, 0, 0.8);
  font-family: "titilliumregular";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon3 {
  width: 26px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgb(0, 0, 0);
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

/*-----------------Search & filter-------------------*/
a.toggle-close {
  position: absolute;
  top: 40px;
  right: 300px;
  height: 32px;
  width: 32px;
  background-image: url("images/close.svg");
  background-position: 0 0;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

#recherche-me {
  display: none;
  z-index: 2951;
  position: relative;
  color: rgb(0, 0, 0);
  top: 0;
  width: 90%;
  /*height: auto;*/
  padding: 15px 0 25px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "FuturaLTBlack";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  /* just for this demo */
  /*opacity: 0;
   visibility: hidden;*/
  /*transition: top 1s, padding 1s linear;*/
}

.searchmc1 {
  padding: 0 0 14px 0;
}

.searchmc1 form {
  padding: 5px 0 0 0;
}

.searchmc1 label {
  width: 100%;
  color: rgb(255, 255, 255) !important;
}

.searchmc1 input[type=search] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 6px;
}

.searchmc1 input::-webkit-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.searchmc1 input::-moz-placeholder {
  color: rgb(255, 255, 255) !important;
}

.searchmc1 input:-ms-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.searchmc1 input::-ms-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.searchmc1 input::placeholder {
  color: rgb(255, 255, 255) !important;
}

.searchmc1 button[type=submit] {
  text-align: center;
  background-color: rgb(255, 105, 84);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 105, 84);
  padding: 4px 10px;
  margin: 8px 0 0 0;
  border-radius: 14px;
}

.theme-horizont1 {
  padding: 8px 0 0 0;
}

.searchmc1 h3,
.theme-horizont1 h3 {
  font-family: "Auto1Light", Arial;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 24px;
  color: rgb(255, 105, 84);
  margin: 0;
  padding: 2px 0 0 0;
  float: none;
}/*# sourceMappingURL=style-inactuel.css.map */