*{
  font-family: 'Lato', sans-serif;
  font-family: 'Oswald', sans-serif;
  outline: none;
  box-sizing: border-box;
}
.nouvelles {
  color: black;
  font-size: 16px;
  padding: 0px;
  position: relative;
  top: -27px;
 }
.news {
	margin:50px 0;
}
.cadre_de_droite {
  width:50%;
  display:inline-block;
  padding:10px 20px;
  text-align:left;
  vertical-align: middle;
  color: #242424;
  line-height:1.6em;
  font-size: 16px;
}		
	.cadre_de_gauche {
		width:45%;
		display:inline-block;
		padding:10px 30px;
		vertical-align:top;
		text-align:center;
		vertical-align: middle;
		position: static;
		line-height:0;
	}
.cadre_de_gauche img {
			width: 100%;
			cursor:pointer;
			margin:0 0 3px;
		}
.tickets {
      padding: 20px;
      height: 20px;
      width: 180px;
      position: relative;
      bottom: -40px;
      text-align: center;
    }
.tickets a {
  position: relative;
  top: -14px;
  white-space: nowrap;
  text-decoration: none;
}
.accueil {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
}
.accueil-a {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  /*! pointer-events: none; */
}

.accueil img {
  width: 100vw;
  padding: 20px 25px;
}

figure {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

figure img {
  width: 100vw;
  border-radius: 3px;
}
.cadre-news {
  width: 90vw;
  border-radius: 2em;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  /*! pointer-events: none; */
}


 @media screen and (max-width:767px){
   .cadre-news {
 position: relative;
  top: 20px;
  height: 85%; 
}
.cadre_de_droite, 
 div.cadre_de_gauche {
		width:100%;
   font-size: 14px
	}
.date {
		display:block;
		border-right:none;
		padding:0 10px 0 0;
	}
   .texte_page {
    position:relative;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-right: 8%;
    margin-left: -2%;
    margin-bottom: 10%;
    margin-top:100px;
  }
}