@font-face {
    font-family: "Space Grotesk";
    src: url("../fonts/SpaceGrotesk.eot");
    src: url("../fonts/SpaceGrotesk.eot?#iefix") format('embedded-opentype'),
         url("../fonts/SpaceGrotesk.woff") format('woff'),
         url("../fonts/SpaceGrotesk.ttf") format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay.eot");
    src: url("../fonts/PlayfairDisplay.eot?#iefix") format('embedded-opentype'),
         url("../fonts/PlayfairDisplay.woff") format('woff'),
         url("../fonts/PlayfairDisplay.ttf") format('truetype');
    font-style: normal;
    font-display: swap;
}

* {
margin: 0;
padding: 0;
 outline: none;
  box-sizing: border-box;
}

:root {
	font-size: 15px;
}

body {
overflow-x: hidden;
margin: 0;
	--color-text: #111;
	
	--color-link: orange;
	--color-link-hover: orange;
	--color-menu: #fff;
	--color-menu-hover: orange;
	color: var(--color-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: freight-big-pro, "Minion Pro", serif;
	font-weight: 300;
}
 .gauche {
    position: relative;
    left: -2em;
  }
img {
    max-width: 100%;
    height: auto;
}

.center-div {
   position: fixed;
   width: 800px;
	height: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center-div_contact {
   position: fixed;
   width: 800px;
	height: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hide {
display: none;
}

.ville {
  font-size: 2em;
  color: white;
  position: relative;
  top: -123px;
  left: 106%;
  text-transform: uppercase;
}
#premier_fond {
  width: 100%;
  height: 100vh;
  position: fixed !important;
}

.vanta_canvas {
width: 100%;
height: 100%;
}

.rond {
width: 800px;
height: 800px;
display: block;
margin: 0px auto;
border-radius: 50%;
border: solid  #fff;
}

.vr { 
display: inline-block; 
vertical-align: middle; 
height: 20em; 
/*! width: 60px; */ 
background-color: #c43333;
/*! color: white; */
}

.virage { 
writing-mode: vertical-lr;
/*! text-orientation: sideways; */
font-size: 10vh;
color: white;
line-height: 100px;
}
.titre_garde {
   position: relative;
  padding: 100px;
  right: 8px;
 
}
.pose {
position: absolute;
right: 25px;
  /*! top:100px; */
}

.joconde {
top: 30px;
}
.titre {
  padding-top: 60px;
  margin: 30px;
}
.cerclepositioncontact {
  font: sans-serif;
  letter-spacing: 0.8px;
  z-index: 20;
  overflow: hidden;
  position: fixed;
  bottom: 20vh;
  left: 5%;
}
.cerclepositioncontact_menu {
  /*! font: sans-serif; */
  /*! letter-spacing: 0.8px; */
  z-index: 1;
  overflow: hidden;
  position: fixed;
  bottom: -230px;
  left: -185px;
}
.cercle:hover {
  letter-spacing: 0.2px;
}

.button-text {
/*! margin-top: 100px; */
  margin-right: auto;
  margin-left: auto;
}


.bgcolor3:hover{
  background: #f8961e;
  color:white;
}
.cercle2 {
  border: 2px solid #f8961e;
  background-color: brown;
}

.cercle3 {
  border: 2px solid #f8961e;
}
arrondi-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: transparent;
}
#loading {
		-webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.cerclecontact {
  display: flex;
  width: 180px;
  height: 180px;
  /*! justify-content: center; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transition: letter-spacing 200ms cubic-bezier(.455, .03, .427, .964);
  transition: letter-spacing 200ms cubic-bezier(.455, .03, .427, .964);
  color: #1e1a1a;
  font-size: 14px;
  /*! line-height: 1em; */
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: none;
  
}

.cerclecontact_menu {
  width: 380px;
  height: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-perspective-origin: 100% 50%;
  /*! perspective-origin: 100% 50%; */
  /*! -webkit-transition: letter-spacing 200ms cubic-bezier(.455, .03, .427, .964); */
  /*! transition: letter-spacing 200ms cubic-bezier(.455, .03, .427, .964); */
  /*! color: #1e1a1a; */
  /*! font-size: 14px; */
  /*! line-height: 1em; */
  /*! text-align: center; */
  /*! letter-spacing: 3px; */
  /*! text-decoration: none; */
  /*! text-transform: uppercase; */
  /*! cursor: none; */
}

.cercle_menu {
  width: 380px;
  height: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  color: #1e1a1a;

}

.flex-container {
  display: flex;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.flex-container1 {
  display: flex;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  align-items: center;
  flex-direction: row;
  justify-content: left;
}

.flex-item1 {
  padding: 10px; 
  /*! justify-content: center; */
  text-align: center;
  width: 100%;
}

.flex-item2 {
 justify-content: left;
 text-align: left;
}

html body div.main-wrapper {
    padding: 50px 0 0
}

html body article div.date {
    width: 190px;
    height: 190px;
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #DDD;
    margin-bottom: 20px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

html body article div.date:hover {
    color: #FFF;
    background-color: #000
}


html body article div.date span {
    font-family: "Open Sans", sans-serif
}

html body article div.date span.day {
    font-size: 75px;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: bold;
    position: relative;
    top: 35px;
    left: 10px;
}

html body article div.date span.month {
    font-size: 30px;
    display: block;
    text-align: center;
    position: relative;
    top: 115px;
    left: -55px;
}

html body article div.date span.year {
    font-size: 23px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 22px;
    top: 76px;
}

.forecast {
    margin: 0;
    padding: 18.3rem;
    border-radius: 10% 30% 50% 70%;
    background-color: #fff;
    font: 1rem 'Fira Sans', sans-serif;
}

.forecast > h1,
.day-forecast {
    margin: .1rem;
    padding: .3rem;
    font-size: 1.2rem;
}

h2 {
opacity: 1;
}

.blog {
  background-color: #e9e6e400;
  max-width: 1350px;
  display: grid;
  height: 90vh;
  max-height: 800px;
  overflow: hidden;
  grid-template-columns: 15% 20% 35% 30%;
  grid-template-rows: 100%;
  width: 100%;
  padding: 40px 4px;
  position: relative;
  margin: auto;
  padding-top: 20px;
  /*! opacity: 0.8; */
}
.blog1 {
  background-color: #e9e6e400;
  max-width: 1350px;
  display: grid;
  height: 90vh;
  max-height: 800px;
  overflow: hidden;
  grid-template-columns: 75% 25%;
  grid-template-rows: 100%;
  width: 100%;
  padding: 40px 4px;
  position: relative;
   margin: auto;
  padding-top: 20px;
 
}

.blog-part {
  padding: 0 20px;
}
.blog-part:not(:last-child) {
  border-right: 1px solid #94918f;
}
.blog-menu {
  font-size: 22px;
  text-decoration: none;
  color: #161419;
  display: flex;
  letter-spacing: -0.5px;
  align-items: center;
  color: #eee;
}

.blog-menu svg {
  width: 22px;
  margin-left: 4px;
}
.blog-menu + .blog-menu {
  margin-top: 24px;
}
.blog-menu.mention {
  margin-top: auto;
  font-size: 19px;
}
log-menu.subscribe {
  margin-top: 8px;
  font-size: 19px;
  position: relative;
}

.blog-menu.subscribe:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #161419;
  left: 0;
  border-radius: 1px;
  margin-right: 14px;
}
.blog-menu.rounded:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #161419;
  margin-right: 12px;
}
.blog .is-menu {
  display: flex;
  flex-direction: column;
}

.blog-big__title {
  font-size: 132px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
  margin-bottom: 6px;
  color: #eee;
}
.blog-big__title_1 {
  font-size: 70px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
  margin-bottom: 6px;
}
.blog-big__title_2 {
  font-size: 120px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
  margin-bottom: 6px;
}

.blog-header {
  display: flex;
  flex-direction: column;
}
.blog-article {
  padding: 0 20px;
}
.blog-article1 {
  padding: 0 20px;
}
.blog-article img {
  height: 260px;
  max-height: 22vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.img_blog {
 height: 260px;
  max-height: 22vh; 
  width: 100%;
     object-fit: cover;
 filter: grayscale(0);
}
.img_blog_libre {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-article img:hover {
  filter: grayscale(0);
}

.blog-article2 img corps {
  /*height: 260px;
  ! max-height: 22vh; */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0);
}

.page-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  font-size: 72px;
  text-align: center;
  letter-spacing: -3px;
  font-weight: lighter;
  font-family: "Space Grotesk", sans-serif;
  border-right: 1px solid #94918f;
  white-space: nowrap;
  color: #eee;
}

.small-title {
  border-bottom: 1px solid #94918f;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #eee;
}

.date {
  display: flex;
  justify-content: flex-end;
  color: #eee;
}

.blog-article h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 8px;
  color: #eee;
}
.blog-article1 h2 {
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 8px;
  color: #eee;
  font-size: 24px;
}
.blog-article h2 span {
  font-family: "Playfair Display", serif;
}
.blog-article1 h2 span {
  font-family: "Playfair Display", serif;
}
.blog-article p {
  line-height: 1.5;
  margin: 14px 0;
  color: #eee;
}
.blog-article1 p {
  line-height: 1.2;
  margin: 14px 2px;
 text-align: justify;
  color: #eee;
  font-size: 24px;
}

.blog-article a {
  color: #161419;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: -1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #94918f;
  padding-top: 14px;
  color: #eee;
}
.blog-article a svg {
  width: 26px;
  margin-right: 10px;
}

.blog-article1 a {
  color: #161419;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: -1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #94918f;
  padding-top: 14px;
}
.blog-article1 a svg {
  width: 26px;
  margin-right: 10px;
}

.blog-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #eee;
}
.blog-detail span {
  font-family: "Playfair Display", serif;
}

.blog-header-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  border-right: 1px solid #94918f;
}
.blog-header-container1 {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
 
  border-right: 1px solid #94918f;
}

.blog-header-container > * {
  flex-shrink: 0;
  min-height: 100%;
  scroll-snap-align: start;
}
.blog-header-container .blog-article:not(.header-article) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-header-container .blog-article1:not(.header-article) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

marquee {
  font-size: 20px;
  background-color: #121418;
  color: #e9e6e4;
  padding: 6px 0;
  width: calc(100% + 44px);
  margin-left: -20px;
  flex-shrink: 0;
}
marquee span:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  vertical-align: baseline;
  background-color: #e9e6e4;
  margin: 0 16px;
}

.blog-right {
  overflow: auto;
  height: calc(100% + 60px);
}
.blog-right .rounded {
  font-style: italic;
  font-size: 18px;
}
.blog-right .rounded:before {
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #161419;
  margin-right: 6px;
}

.blog-right-title {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  color: #eee;
}

.blog-right-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #94918f;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 100px;
  letter-spacing: -1px;
}



.blog-title-date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.blog-right-page {
  font-size: 56px;
  margin-bottom: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.blog-right-page-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 600;
  max-width: 16ch;
  letter-spacing: -2px;
}
.blog-right-page-subtitle {
  max-width: 33ch;
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.4;
}

.blog-right-container + .blog-right-container {
  margin-top: 40px;
}

.right-blog {
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  display: none;
}

.circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #121418;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #e9e6e4;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}
.circle-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
}


.circle-footer {
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

.circle_contact {
  /*! width: 100%; */
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #121418;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #e9e6e4;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}
.circle-title_contact {
  font-size: 200px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.circle-subtitle_contact {
   font-size: 32px;
  font-weight: 600;
  margin-bottom: 120px;
  font-family: "Space Grotesk", sans-serif;
}

.circle-footer_contact {
  font-family: "Playfair Display", serif;
  font-size: 120px;
  position:relative;
  top:-80px;
}



/*MENU-----------------------*/
.bandeau{
position: relative;
top:  450px;
}

.bandeau1{
position: fixed;
bottom:  90px;
right: 90px;
max-width: 150px;
transform: rotate(15deg);
}





.tout_rond {
border-radius: 50%;
}

.buttons {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 80px;
  z-index: 20;
}
.buttons button {
  border: none;
  background: rgba(0,0,0,0.02);
  border-radius: 5px;
  cursor: pointer;
  
}
.buttons button:hover {
  background: rgba(0,0,0,0.04);
}
.buttons #top {
  position: absolute;
  top: 0%;
  left: 50%;
}
.buttons #bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.buttons #left {
  position: absolute;
  top: 50%;
  left: 0px;
}
.buttons #right, #right1, #right2, #right3, #right4, #right5, #right6, #right7,#right8, #right9, #right10, #right11, #right12 {
  position: fixed;
  top: 20px;
  right: 56px;
}

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: auto;
  right: auto;
  background: #6c567b;
  transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);
}
.top-layer.active {
  top: 100%;
}
.top-layer--2 {
  background: #393e46;
  transition-delay: 0.6s;
}
.top-layer--3 {
  background: #6c5b7b;
  transition-delay: 0.4s;
}
.top-layer--4 {
  background: #c06c84;
  transition-delay: 0.2s;
}
.top-layer--5 {
  background: #f67280;
  transition-delay: 0.1s;
}
.bottom-layer {
  position: absolute;
  
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  bottom: auto;
  right: auto;
  background: #48466d;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bottom-layer.active {
  top: -100%;
}
.bottom-layer--2 {
  background: #ecf3a3;
  transition-delay: 0.12s;
}
.bottom-layer--3 {
  background: #95a792;
  transition-delay: 0.4s;
}
.left-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: -100%;
  bottom: auto;
  right: auto;
  background: #4d606e;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-layer.active {
  left: 100%;
}
.left-layer--2 {
  background: #d3d4d8;
  transition-delay: 0.3s;
}
.left-layer--3 {
  background: #d3d4d8;
  transition-delay: 0.12s;
}
.left-layer--4 {
  background: #c06c84;
  transition-delay: 0.08s;
}
.right-layer {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  top: auto;
  left: 100%;
  bottom: auto;
  right: auto;
  background: #7f4a88;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.right-layer.active {
  left: -100%;
}
.right-layer--2 {
  background: #c79ecf;
  transition-delay: 0.3s;
}
.right-layer--3 {
  background: #fe9191;
  transition-delay: 0.2s;
}

@media screen and (max-width: 1400px) {
  .blog-big__title {
    font-size: 120px;
  }
  .blog-right-title-container {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1260px) {
   .blog-right-title-container {
    margin-top: 6vw;
  }
  .page-number {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1220px) {
.rond {
width: 650px;
height: 650px;
 }	
.center-div {
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 1030px) {
  .blog-right-title-container {
    margin-top: 5vw;
  }
   .right-blog .blog-menu {
    display: none;
  }
.blog {
    grid-template-columns: 20% 50% 30%;
  }
  .blog1 {
    grid-template-columns: 75% 25%;
  }
  .blog .is-menu {
    display: none;
  }
.circle_contact {
  max-width: 600px;
  max-height: 600px;
}
.circle-title_contact {
  font-size: 80px;
  font-weight: 600;
}
.circle-subtitle_contact {
   font-size: 24px;
  font-weight: 600;
}

.circle-footer_contact {
  font-family: "Playfair Display", serif;
  font-size: 80px;
}
}
@media screen and (max-width: 1000px) {
  .circle-subtitle {
  display: none;
}
}

@media screen and (max-width: 800px) {
  .buttons #right, #right1, #right2, #right3, #right4, #right5, #right6, #right7,#right8, #right9, #right10, #right11, #right12 {
  /*! top: 10px; */
  right: 58px;
  width: 40px;
  /*! position: fixed; */
}
 

.flex-item2 {
 justify-content: center;
 text-align: center;
}
  .rond {
width: 500px;
height: 500px;
 }	
 .bgcolor3 {
  background: #f8961e;
}
.virage { 
/*! writing-mode: vertical-lr; */
/*! text-orientation: sideways; */
/*! font-size: 6vh; */
}
.pose {
/*! right: 30px; */
}
.flex-container1 {
  justify-content: center;
}
.bandeau1{
position: fixed;
bottom:  90px;
left: 90px;
max-width: 150px;
transform: rotate(15deg);
}
  .center-div_contact {
   position: fixed;
   width: 800px;
	height: 800px;
    top: 40%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}

@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
   .blog-header-container {
    border-right: 0;
  }
    .right-blog {
    display: none;
  }
.bandeau1{
position: fixed;
bottom:  90px;
left: 90px;
max-width: 100px;
transform: rotate(15deg);
}
  .blog-article1 p {
  line-height: 1.2;
  margin: 14px 0px;
 text-align: justify;
  color: #eee;
  font-size: 18px;
}
  .blog {
    grid-template-columns: 25% 75%;
    width: 100%;
    max-width: none;
  }
  .blog1 {
    grid-template-columns: 75% 25%;
    width: 100%;
    max-width: none;
  }
  .circle_contact {
  max-width: 500px;
  max-height: 500px;
}
.circle-title_contact {
  font-size: 50px;
  font-weight: 600;
}
.circle-subtitle_contact {
   font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.circle-footer_contact {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  top:0px;
}
}
@media only screen and (min-width: 760px) {
    html body article div.date:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media screen and (max-width: 600px) {
.rond {
width: 400px;
height: 400px;
 }	
.vr { 
/*height: 20em; 
width: 53px;*/
}
  .titre_garde {
  padding: 100px;
  right: 0px;
}
  .ville {
  font-size: 2em;
  color: white;
  position: relative;
  top: 0px;
  left: 0;
  text-transform: uppercase;
}
}





@media screen and (max-width: 560px) {
   .blog-big__title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .blog-big__title_1 {
  font-size: 50px;
}
  .blog-big__title_2 {
  font-size: 90px;
}
   .small-title {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 24px;
    border-bottom: 0;
  }
  .blog {
    grid-template-columns: 100%;
  }
   .blog1 {
    grid-template-columns: 100%;
  }
    .blog-is-sticky {
    display: none;
  }
.circle_contact {
  max-width: 300px;
  max-height: 300px;
  margin-top: 0px;
  margin-left: 20px;
}
.circle-title_contact {
  font-size: 28px;
  font-weight: 600;
}
.circle-subtitle_contact {
   font-size: 16px;
  font-weight: 600;
  margin-bottom: -20px;
}

.circle-footer_contact {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  top:0px;
}
h2 {
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 8px;
  color: #eee;
  font-size: 25px;
}
}

@media screen and (max-width: 500px) {
.rond {
width: 300px;
height: 300px;
 }	
  .center-div {
    left: 40%;
    top: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  .cerclecontact {
  width: 130px;
  height: 130px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 1px;
}
.right-layer {
 display: none;
}
.right-layer.active {
   display: none;
}
}
@media screen and (max-height: 500px) {
.rond {
width: 300px;
height: 300px;
 }	
  .center-div {
    top: 110%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 400px) {
.rond {
width: 250px;
height: 250px;
 }	
  .center-div {
    left: 40%;
    top: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 300px) {
.rond {
width: 150px;
height: 150px;
 }	
  .center-div {
    left: 40%;
    top: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
@media (max-height: 500px) { 
.right-layer {
 display: none;
}
.right-layer.active {
   display: none;
}
}
@media only screen and (min-width: 154px) {
    html body article div.date:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media screen and (max-height: 500px) {
.stop {
width: 100vw;
z-index: 9999;
background-color: #000;
position: fixed;
height: 100vh;
  color: white;
}
  .desole {
    padding: 40px;
    font-size: 20px;
    font-family: freight-big-pro, "Minion Pro", sans-serif;
	  font-weight: 900;
    align-content: center;
    text-align: justify;
  }
.tout_rond_stop {
border-radius: 50%;
  height:100px;
  width: 100px;
  position: fixed;
  right: 30%;
  -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
}
@media screen and (min-height: 400px) {
  .stop{
    display: none;
  }
}
