* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
  color: rgb(46, 43, 43);;
}

a {
  text-decoration: none;
  color: #f4f4f4;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.titre {
  font-size: 1.2rem;
}
.top {display: none;}
/* --------------------- RECCURENT ----------- */
/* ---------------------------------------------------------------------------------------------------------------- PAGE INDEX ----------- */
/* ----------------------------------------------------------------------- HEADER ----------- */
/* .header {
    background-color: brown;
    height: 60px;
} */
.header nav a.logo {
  float: left;
  margin: 20px 0 0 40px;
}
.header nav ul {
  float: right;
  margin: 20px 30px 0 0;
}
.header nav ul li {
  display: inline-block;
}
.header nav ul li a {
  padding: 15px 25px;
  display: inline-block;
  font-weight: bold;
  color: #f4f4f4;
}
.header nav ul li a:hover {
  border-bottom: solid 3px rgb(179, 17, 17);
}
/* --------------------- NAV ACTIVE EFFECT ----------- */
.active {
  border-bottom: solid 3px rgb(179, 17, 17);
}

/* --------------------------------------------------------------------------- MAIN --------------------- */

.main {
  height: 700px;
  background: url(../img/tokyo2.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-content {
  max-width: 600px;
  color: #f4f4f4;
  padding-top: 210px;
  margin: auto;
  text-align: center;
}
.main-content h1 {
  padding-bottom: 5px;
  color: #f4f4f4;
}
.main-content p {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 1.9em;
  padding-bottom: 50px;
  font-weight: 300;
}
/* ---------- SEPARATE SHAPE EFFECT ---------- */
.separate {
  height: 3px;
  width: 100px;
  background-color: rgb(179, 17, 17);
  margin: 10px auto;
}
.separate2 {
  height: 3px;
  width: 500px;
  background-color: rgb(179, 17, 17);
  margin: 10px auto;
}
/* --------------------- BTN EFFECT ----------- */
.main-btn {
  display: inline-block;
  padding: 15px 20px;
  /* border-radius: 30px; */
  font-weight: 700;
}
.btn-light {
  border: solid 3px rgb(179, 17, 17);
  color: #f4f4f4;
}
.btn-light:hover {
  background-color: rgb(179, 17, 17);
  color: #f4f4f4;
}
.btn-light2 {
  border: solid 3px rgb(179, 17, 17);
  color: #f4f4f4;
}
.btn-light2:hover {
  background-color: rgb(179, 17, 17);
  color: #f4f4f4;
}
/* ------------------------------------------------ SECTION BOX --------------------- */
div.box {
  height: auto;
  padding: 50px 0 100px 0;
  text-align: center;
}
div.box p.bottom {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 1.9em;
  padding-bottom: 30px;
}
div.box article.all-content {
  background-color: rgb(46, 43, 43);
  max-width: 500px;
  color: #f4f4f4;
  padding: 50px;
  display: inline-block;
  margin: 5px auto;
}
div.box article.all-content a {
  font-size: 1.3rem;
  font-weight: bold;
  border: solid 3px rgb(179, 17, 17);
  padding: 15px 20px;
}
div.box article.all-content a:hover {
  background-color: rgb(179, 17, 17);
}
div.box article.all-content p {
  padding-top: 30px;
  text-align: left;
  font-weight: 300;
}
/* --------------------- DIV IMG --------------------- */
div.img {
  background: url(../img/tokyo1.jpg) center top/cover;
  background-attachment: fixed;
  height: 400px;
}
/* --------------------- SECTION GALLERY --------------------- */
section.gallery {
  height: auto;
  padding: 50px;
  background-color: rgb(46, 43, 43);
  color: #f4f4f4;
}
section.gallery div.gallery-content {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
section.gallery div.gallery-content p {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-weight: 300;
}
/* --------------------- FOOTER --------------------- */
footer.foot {
  height: 50px;
  background-color: rgb(179, 17, 17);
  text-align: center;
}
footer.foot p {
  line-height: 50px;
  color: #f4f4f4;
}

/* ---------------------------------------------------------------------------------------------- PAGE ARTICLES INDEX ----------- */

.main-pagearticle {
  height: 700px;
  background: url(../img/article_page.jpg) center center/cover;
  background-attachment: fixed;
}
.main-content h2 {
  font-size: 2.1rem;
  padding: 80px 0 20px 0;
  color: #f4f4f4;
}
/* --------------------------------- SELEC POUR VOUS ----------- */
section.stark {
  margin: auto;
  max-width: 960px;
  padding: 100px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section.stark article.elem {
  width: 300px;
  color: black;
  margin: 5px;
  text-align: left;
  padding: 10px 0;
}
section.stark h5 {
  font-size: 1.3rem;
  padding: 50px 0 20px 0;
}
section.stark article.elem img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  padding-bottom: 20px;
}
section.stark article.elem h4 {
  font-size: 1.3rem;
  color: black;
}
section.stark article.elem p {
  padding: 10px 0 30px 0;
  color: black;
}
section.stark article.elem a.hover {
  font-weight: 900;
  border: solid 3px rgb(179, 17, 17);
  color: black;
  padding: 10px;
}
section.stark article.elem a:hover {
  background-color: rgb(179, 17, 17);
  color: #f4f4f4;
}
/* ----------------- PARANTHESE COREE DU SUD ------------ */
div.korea {
  background: url(../img/korea.jpg) center center/cover;
  background-attachment: fixed;
  height: auto;
  margin-bottom: 80px;
}
div.korea .south {
  max-width: 1000px;
  color: #f4f4f4;
  padding: 100px 0;
  margin: auto;
  text-align: center;
}
div.korea .south h2 {
  padding-bottom: 5px;
  color: #f4f4f4;
}
div.korea .south p {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 1.9em;
  padding-bottom: 50px;
  font-weight: 300;
  float: left;
}
div.color {
  background-color: rgb(46, 43, 43);
  height: 100px;
}

/* ----------------------------------------------------------------------------- ARTICLES (Identique pour chaque page) ----------- */

.main-backgroung-visa {
  height: 700px;
  background: url(../img/page_article/visa/visa_article.jpg) center center/cover;
  background-attachment: fixed;
}
.main-backgroung-soon {
  height: 700px;
  background: url(../img/page_article/soon.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-intro {
  height: 700px;
  background: url(../img/page_article/intro_article.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-teamlab {
  height: 700px;
  background: url(../img/page_article/teamlab/teamlab_article.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-sharehouse {
  height: 700px;
  background: url(../img/page_article/sharehouse/sharehouse_article.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-tohocinema {
  height: 700px;
  background: url(../img/page_article/toho_cinema/tohocinema.png) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-concert {
  height: 700px;
  background: url(../img/page_article/concert/img_principal.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-korea {
  height: 700px;
  background: url(../img/page_article/korea/korea_article.jpg) center bottom/cover;
  background-attachment: fixed;
}
.main-backgroung-museeueno {
  height: 700px;
  background: url(../img/page_article/musee_ueno/museeueno_article.jpg) center center/cover;
  background-attachment: fixed;
}
.main-backgroung-coffeepet {
  height: 700px;
  background: url(../img/page_article/cafes_annimaux/cafesannimaux_article.jpg) center bottom/cover;
  background-attachment: fixed;
}
section.all-article {
  background-color: #f4f4f4;
  max-width: 1000px;
  height: auto;
  margin: auto;
  margin-top: -180px;
  padding: 50px;
}
section.all-article p {
  text-align: justify;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 50px;
  font-weight: 300;
}
section.all-article .first {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
section.all-article a {
    align-items: center;
}

/* -------------------------------- PETITE GALERIE PHOTOS ----------- */

section.all-article div.gall {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 50px;
}
section.all-article div.gall a{
  margin: 3px 5px;
  overflow: hidden;
}

section.all-article div.gall a img {
	transition: .3s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.all-article div.gall a img:hover {
  transform: scale(1.1);
}


.read {
  text-align: center;
  font-size: 1.3rem;
  padding: 50px 0 10px 0;
}
.link {
  color: rgb(46, 43, 43);
  font-weight: 900;
  cursor: pointer;
}
.link:hover {
  color: rgb(179, 17, 17);
  font-weight: 900;
}

/* -------------------------------- SELECT POUR VOUS 2 ----------- */

section.stark2 {
  margin: auto;
  max-width: 960px;
  padding-bottom: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section.stark2 article.elem {
  width: 300px;
  color: black;
  margin: 5px;
  text-align: left;
  padding: 10px 0;
}
section.stark2 h5 {
  font-size: 1.3rem;
  padding: 50px 0 20px 0;
}
section.stark2 article.elem img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  padding-bottom: 20px;
}
section.stark2 article.elem h4 {
  font-size: 1.3rem;
  color: black;
}
section.stark2 article.elem p {
  padding: 10px 0 30px 0;
}
section.stark2 article.elem a {
  font-weight: 900;
  border: solid 3px rgb(179, 17, 17);
  color: black;
  padding: 10px;
}
section.stark2 article.elem a:hover {
  background-color: rgb(179, 17, 17);
  color: #f4f4f4;
}

/* -------------------------------- COMMENT ----------- */

section.comment {
  background-color: rgb(46, 43, 43);
  height: auto;
  padding: 50px 0;
}
section.comment article.share {
  margin: auto;
  max-width: 1000px;
  text-align: center;
  color: white;
}
section.comment article.share p {
  letter-spacing: 1px;
  font-weight: 300;
}
section.comment article.share form {
  max-width: 500px;
  margin: auto;
  padding-top: 50px;
}
section.comment article.share form input {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
}
section.comment article.share form textarea {
  width: 100%;
  margin: 5px 0;
  padding: 15px;
}
section.comment article.share form button {
  padding: 15px;
  border: solid 3px rgb(179, 17, 17);
  background-color: rgba(255, 0, 0, 0);
  color: #f4f4f4;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}
section.comment article.share form button:hover {
  background-color: rgb(179, 17, 17);
}

/* ----------------------------------------------------------------------------- PAGE GALLERY ----------- */

.main-pagegallery {
  height: 700px;
  background: url(../img/gallery_page.jpg) center top/cover;
  background-attachment: fixed;
}
.allthem {
  padding: 100px 0;
}
.allgallery {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.item1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item1 a {
  margin: 5px;
  overflow: hidden;
}
.item1 a img {
	transition: .3s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item1 a img:hover {
  transform: scale(1.1);
}
.item2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.item2 a {
  overflow: hidden;
  margin: 5px;
}
.item2 a img {
	transition: .3s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item2 a img:hover {
  transform: scale(1.1);
}











/* ---------------------------------------------------------------------------------- RESPONSIVE MEDIA-QUERY ----------------------- */


/* ------------------ LAPTOP ------------------------------------ 911PX A 1199PX --------------------- */
@media (min-width: 911px) and (max-width: 1199px) {
/* ------------------- ARTICLE - SELECTION POUR VOUS ------------------ */
  section.stark2 {
    max-width: 100%;
  }
  section.stark2 article.elem {
      width: 280px;
  }
/* ------------------------------------ GALLERIE --------------------- */
  .item1, .item2 {
    min-width: 20%;
  }
}





/* ------------------ TABLETTE ------------------------------------ 768PX A 910PX --------------------- */
@media (min-width: 768px) and (max-width: 910px) {
  /* --------------------------------- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 100%;
    height: 80px;
    cursor: pointer;
    position: fixed;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    background-color:rgb(179, 17, 17) ;
  }
  div.top div.burger a {
  display: flex;
  justify-content: center;
  padding: 13px;
  }
  div.top div.burger img {
    min-width: 10%;
  }
  div.top div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 200px;
    top: 80px;
    background-color: rgb(46, 43, 43);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
  }
  div.top div.menu ul li a {
    display: block;
    color: white;
    line-height: 3rem;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .header nav {
    display: none;
  }
  /* ------------------- BACKGROUND ALL PAGE ------------------ */
  .main-pagearticle, .main-pagegallery, .main-backgroung-concert, .main-backgroung-visa, .main-backgroung-korea, .main-backgroung-tohocinema, .main-backgroung-teamlab, .main-backgroung-sharehouse, .main-backgroung-intro {
    background-attachment: inherit;
  }
  div.korea {
      background: url(../img/korea.jpg) center center/cover;
      background-attachment: inherit;
      height: auto;
      margin-bottom: 80px;
  }
/* ------------------- ARTICLE - SELECTION POUR VOUS ------------------ */
  section.stark2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;

  }
  section.stark2 article.elem {
    width: 350px;
  }
/* ------------------------------------ GALLERIE --------------------- */
    .item1, .item2 {
    min-width: 20%;
  }
}





/* ------------SMARTPHONE PORTRAIT OU TABLETTE ----------------------- 501PX A 767PX --------------------- */
@media (min-width: 501px) and (max-width: 767px) {
/* --------------------------------- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 100%;
    height: 80px;
    cursor: pointer;
    position: fixed;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    background-color:rgb(179, 17, 17) ;
  }
  div.top div.burger a {
  display: flex;
  justify-content: center;
  padding: 13px;
  }
  div.top div.burger img {
    min-width: 10%;
  }
  div.top div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 200px;
    top: 80px;
    background-color: rgb(46, 43, 43);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
  }
  div.top div.menu ul li a {
    display: block;
    color: white;
    line-height: 3rem;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .header nav {
    display: none;
  }
    /* ------------------- BACKGROUND ALL PAGE ------------------ */
  .main-pagearticle, .main-pagegallery, .main-backgroung-concert, .main-backgroung-visa, .main-backgroung-korea, .main-backgroung-tohocinema, .main-backgroung-teamlab, .main-backgroung-sharehouse, .main-backgroung-intro {
    background-attachment: inherit;
  }
  div.korea {
      background: url(../img/korea.jpg) center center/cover;
      background-attachment: inherit;
      height: auto;
      margin-bottom: 80px;
  }
  /* ---------------------- MAIN --------------------- */
  .main {
    background-attachment: inherit;
  }
  .main-content h1 {
    font-size: 1.5rem;
  }
  .main-content p {
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.9em;
    padding-bottom: 50px;
    font-weight: 300;
    margin: 0 50px;
  }
    /* ---------------------- BOX (DEUX BLOC COTE A COTE) --------------------- */
  div.box article.all-content {
    max-width: 100%;
    margin: 5px 25px;
  }
  div.box article.all-content p{
    padding-top: 45px;
  }
  div.box p.bottom {
    font-size: 1.1rem;
}
  /* ---------------------- IMG SEPARATION --------------------- */
  div.img {
    display: none;
  }
  /* ------------------- ARTICLE IDENTIQUE - ARTICLE ------------------ */
  section.all-article p {
    padding: 20px 0;
  }
  section.all-article div.gall a {
    width: 0;
    min-width: 47%;
  }
  section.all-article div.gall a img {
      width: 100%;
  }
  /* ------------------- ARTICLE IDENTIQUE - SELECTION POUR VOUS ------------------ */
  section.stark2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;

  }
  section.stark2 article.elem {
    width: 350px;
  }
  /* ------------------- ARTICLE IDENTIQUE - COMMENTAIRE ------------------ */
section.comment article.share form {
    max-width: 340px;
    margin: auto;
    padding-top: 50px;
}
/* ------------------------ GALLERIE --------------------- */
  .item1, .item2 {
    min-width: 34%;
  }
}





/* ------------------------------------------------------------------- MAX-WIDTH 500PX --------------------- */
/* smartphone */
@media (max-width: 500px) {
  /* --------------------------------- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 100%;
    height: 80px;
    cursor: pointer;
    position: fixed;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    background-color:rgb(179, 17, 17) ;
  }
  div.top div.burger a {
  display: flex;
  justify-content: center;
  padding: 13px;
  }
  div.top div.burger img {
    min-width: 10%;
  }
  div.top div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 200px;
    top: 80px;
    background-color: rgb(46, 43, 43);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
  }
  div.top div.menu ul li a {
    display: block;
    color: white;
    line-height: 3rem;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .header nav {
    display: none;
  }
    /* ------------------- BACKGROUND ALL PAGE ------------------ */
  .main-pagearticle, .main-pagegallery, .main-backgroung-concert, .main-backgroung-visa, .main-backgroung-korea, .main-backgroung-tohocinema, .main-backgroung-teamlab, .main-backgroung-sharehouse, .main-backgroung-intro {
    background-attachment: inherit;
  }
  div.korea {
      background: url(../img/korea.jpg) center center/cover;
      background-attachment: inherit;
      height: auto;
      margin-bottom: 80px;
  }
  /* ---------------------- MAIN --------------------- */
  .main {
    background-attachment: inherit;
  }
  .main-content h2 {
    font-size: 1.3rem;
  }
  .main-content {
    padding-top: 180px;
    width: 100%;
  }
  .main-content h1 {
    font-size: 1.2rem;
  }
  .main-content p {
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.6em;
    padding-bottom: 50px;
    font-weight: 300;
    margin: 0 50px;
  }
  /* ---------------------- BOX (DEUX BLOC COTE A COTE) --------------------- */
  div.box h2 {
    font-size: 1.2rem;
  }
  div.box article.all-content {
      max-width: 100%;
      margin: 5px 25px;
  }
    div.box article.all-content a {
      font-size: 1rem;
  }
      div.box article.all-content p {
      font-size: 0.9rem;
      padding-top: 45px;
  }
  div.box p.bottom {
      font-size: 0.9rem;
  }
  div.img {
    display: none;
  }
  /* ---------------------- PARTIE GALLERIE --------------------- */
  .btn-light {
    font-size: 1rem;
  }
  .btn-light2 {
    font-size: 1rem;
  }
/* ---------------------- FOOTER --------------------- */
  footer.foot p {
    font-size: 0.9rem;
  }
  /* ------------------- ARTICLE IDENTIQUE - ARTICLE ------------------ */
  section.all-article {
    padding: 30px;
  }
  section.all-article p {
    padding: 20px 0;
    line-height: 20px;
    font-size: 14px;
  }
  section.all-article div.gall a {
    width: 0;
    min-width: 47%;
  }
  section.all-article div.gall a img {
      width: 100%;
  }

 /* ------------------- ARTICLE IDENTIQUE - SELECTION POUR VOUS ------------------ */
   .titre {
    font-size: 1rem;
}
.read {
    text-align: center;
    font-size: 1rem;
    padding: 50px 0 10px 0;
}
section.stark2 article.elem h4 {
    font-size: 1rem;
}
section.stark2 article.elem a {
    font-size: 14px;
}
  /* ------------------- ARTICLE IDENTIQUE - SEPARATION ------------------ */
  .separate2 {
    width: 200px;
  }
  /* ------------------- ARTICLE IDENTIQUE - COMMENTAIRE ------------------ */
section.comment article.share form {
   max-width: 300px;
}
section.comment article.share form button {
  font-size: 12px;
}
/* ------------------------------------ GALLERIE --------------------- */
  .item1, .item2 {
    min-width: 40%;
  }
}
