body{
  background-size: cover;
  background-color: #edf3f5;
  width: 100%;
  height:100%;
  position: relative;
  background-repeat: no-repeat;
}

.container_offer{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-family: 'Proza Libre', sans-serif;
}

.container_offer h1{
	color: #4780c2;
	font-family: 'Cormorant Garamond', serif;
  text-align: center;
}

.container_offer h2{
	font-size: 19px;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: center;
}

.container_flex_offer{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.mini_container_flex_offer{
  width: 25%;
  margin: 33px;
  margin-top: 20px;
  border-top: none;
  position: relative;
  cursor: pointer;
}

.offer_name{
  font-family: 'Cormorant Garamond', serif;
  color: #2d3d46;
  text-align: center;
  border: 2px solid #2d3d46;
  font-size: 23px;
  padding: 12px;
  font-weight: bold;
}

.mini_container_flex_offer:hover .offer_name{
  border: 2px solid #4780c2;
}

.offer_bonus{
  border-top: 0px;
  border-bottom: 0px solid #2d3d46;
  font-family: 'Proza Libre', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 0;
  font-weight: bold;
}

.mini_container_flex_offer:hover .offer_bonus{
  border-top: 0px;
  border-bottom: 0px;
}

.offer_description{
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
  height: 100%;
  border-right: 2px solid #2d3d46;
  border-left: 2px solid #2d3d46;
}

.mini_container_flex_offer:hover .offer_description{
  border-right: 2px solid #4780c2;
  border-left: 2px solid #4780c2;
}

.offer_price{
  text-align: center;
  font-family: 'Proza Libre', sans-serif;
  margin-top: 15px;
}

.offer_price span{
  font-size: 23px;
  font-weight: bold;
  color: #4780c2;
}

.mini_container_flex_offer:hover .offer_price span{
  color: black;

}

.offer_list{
  list-style-type: none;
  padding: 0;
  margin-top: 25px;
}

.offer_list li{
  margin-bottom: 20px;
}

.offer_cta{
  background-color: #2d3d46;
  -webkit-appearance: none;
  font-size: 20px;
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 65px;
  line-height: 3.5;
}

.mini_container_flex_offer:hover .offer_cta{
  color: white;
  background-color: #4780c2;
}

.offer_avantage{
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  height: 45px;
  font-size: 17px;
  line-height: 2.8;
}

.mini_container_flex_offer:nth-child(2) .offer_avantage{
  background-color: #4780c2;
}

.mini_container_flex_offer:nth-child(2){
  background-color: #d8e8f4;
}

@media screen and (max-width: 900px) {
  .container_flex_offer{
    flex-direction: column;
  }

  .mini_container_flex_offer{
    width: 90%;
    height: 550px;
  }
}

/*style offer sub*/
.offre_sub h1{
  text-align: left;
}

.offre_sub h2{
  text-align: left;
}

.offre_sub h2 a{
  color: #735486;
}

.offre_sub .actuellement{
  margin-bottom: 40px;
  padding: 15px;
  font-size: 18px;
  background-color: #8ebdde;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.offre_sub .actuellement .data_abo{
  font-weight: bold;
  font-size: 20px;
}

.annulation{
  margin-top: 30px;
  width: 440px;
}

.annulation p{
  font-weight: bold;
  color: red;
  cursor: pointer;
}

.annulation p:hover{
  color: #735486;
}

.mini_container_flex_offer_choosen .offer_cta{
  background-color: #6a6a6a;
  cursor: not-allowed;
}

.mini_container_flex_offer_choosen .offer_cta:hover{
  background-color: #6a6a6a !important;
}

.mini_container_flex_offer_choosen:hover{
  cursor: not-allowed;
}

.mini_container_flex_offer_choosen .offer_description{
  border-right: 2px solid #6a6a6a;
  border-left: 2px solid #6a6a6a;
}

.mini_container_flex_offer_choosen .offer_name{
  border: 2px solid #6a6a6a;
}


.mini_container_flex_offer_choosen:hover .offer_description{
  border-right: 2px solid #6a6a6a;
  border-left: 2px solid #6a6a6a;
}

.mini_container_flex_offer_choosen:hover .offer_name {
  border: 2px solid #6a6a6a;
}

.mini_container_flex_offer_choosen .offer_bonus{
  border-top: 0px;
  border-bottom: 0px solid #2d3d46;
  font-family: 'Proza Libre', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 0;
  font-weight: bold;
}

.mini_container_flex_offer_choosen:hover .offer_bonus{
  border-top: 0px;
  border-bottom: 0px;
}

.mini_container_flex_offer_choosen:hover .offer_price span{
  color: #4780c2;
}

.mini_container_flex_offer_choosen:hover .offer_cta{
  color: white;
  background-color: #6a6a6a;
}

.remboursement{
  font-size: 15px;
}

.delete_pop h2{
  font-size: 40px !important;
  text-align: center !important;
}
