/* Block coomplet */
.aProposalBlock {
    margin: 1em 0;
}

/* Image  left*/
ul.proposals li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Content container Right */
@media all and (min-width: 879px) {
    .proposalDescription {
        /* width: 65%; */
        position: relative;
    }
}

/* Inclus Titre / Sous Titre & Prices */

.proposalDescription h3 {
    width: 100%;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 1.65em;
}
@media all and (min-width: 879px) {

    p.roomType{
        display:block;
        width: calc(100% - 125px);
    }
}


.proposalDescription h3 .subtitle {
    display: block;
    font-weight: 100;
    font-size: 0.8em;
    margin-top: 0.25rem;
}
.aProposalBlock ul.proposals li div.price {
    width: auto;
}
@media screen and (max-width: 55rem) {
    .aProposalBlock ul.proposals li div.price {
        width: 100%;
        margin-top: 1em;
    }
}
@media screen and (min-width: 55rem) {
    .aProposalBlock ul.proposals li div.price {
        width: auto;
        position: absolute;
        top: 1.2rem;
        right: 1rem;
    }
}

.proposalDescription .price span {
    width: auto;
    font-size: 1.15rem;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}
@media screen and (min-width: 55rem) {
    .proposalDescription .price span {
        display: block;
    }
}
.proposalDescription .price .oldPrice {
    display: block;
}
.proposalDescription .price .currentPrice {
    background-color: #bcd627;
    color: white;
}
@media screen and (max-width: 55rem) {
    .proposalDescription .price .currentPrice {
        display: inline-block;
        margin-bottom: 0;
    }
}

/* Contenu  Container */

/* Révision du css existant */
.aProposalBlock .proposalDescription{
    display:block;
}
.aProposalBlock ul.proposals {
    padding: 0;
    margin-bottom: 1em;
}
@media screen and (min-width: 55rem) {

    .aProposalBlock ul.proposals li div {
        padding: 0;
    }
}
.aProposalBlock ul.proposals {
    margin-bottom: 3.5em;
}
.aProposalBlock ul.proposals li {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
position:relative;
}
@media all and (max-width: 986px) {
    .aProposalBlock ul.proposals li{
margin-bottom:5em;
}
}
.aProposalBlock ul.proposals li div {
    padding: 0;
}

.aProposalBlock ul.proposals li div.description {
    padding: calc(0.5rem + 1vw);
    width: calc(100%);
    position:relative;
}
/* @media all and (min-width: 1050px) {
    .aProposalBlock ul.proposals li div.description {
        width: calc(100% - 3rem);
    }
} */

.aProposalBlock .webDescription {
    margin-top: 1.65em;
    margin-bottom:3em;
}
.aProposalBlock .webDescription p {
    line-height: 1.35;
}

/* Bouton  CHoisir */

@media screen and (min-width: 55rem) {

}
.actionArea {
    /* display: flex;
    justify-content: end;
    margin-top: 1.65em; */
    position: absolute;
    bottom: 1em;
    right: 1em;
}
@media screen and (max-width: 55rem) {
    .aProposalBlock ul.proposals li div.actionArea {
        width: 100%;
        grid-column: span 2;
        position: absolute;
bottom: -2.2em;
right: 0;
    }
}

.actionArea .button {
    width: 100%;
    /* max-width: 10rem; */
    margin: 0.2em 0;
}

/* Legend, titres sidebar */
section h1 {
    margin-bottom: 1em;
}
fieldset {
    margin-bottom: 1.65em;
}
fieldset legend {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0.7em;
    color: #fff;
    background-color: #02485a;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.79rem;
}

p.inputFields {
    margin: 0 0 0.9em 0;
}

/* Section OPTIONS */

/* Icons informations */
.fieldsetToggle .icon, .fieldsetToggle [class^="icon-"], .fieldsetToggle [class*=" icon-"] {
    transform: translateY(4px);
    display: inline-block;
}

/* Flèches de déroulement de section */
.fieldsetToggle .icon-positiontop,
.fieldsetToggle .icon-positionbottom{
    margin-right:.5em;
}

.fieldsetToggle.productCategory {
    padding: 2em 0;
}
.fieldsetToggle.productCategory legend {
    border-radius: 0;
}

.fieldsetToggle.productCategory ul.products,
.fieldsetToggle.productCategory ul.roomFeature {
    padding: 1em;
}

.fieldsetToggle.productCategory .products select,
.fieldsetToggle.productCategory .roomFeature select {
    padding: 0;
}

/* Code promo tout en bas de la section OPTIONS*/
.financialContener {
    padding: .5em 0 0 0;
}
.financialContener legend {
    border-radius: 0;
}
.financialContener legend + p{
    margin:0;
}

/*Paiement Section */

.cart_payment section fieldset {
    padding: 2em 0;
}
.cart_payment section fieldset legend {
    border-radius: 0;
}

.cart_payment section fieldset > :not(legend):not(table) {
    padding: 0 1em;
}

/* Fieldset & Legent All pages */
.customer-area .wrapperFirstPart {
    background-color: #02485a;
}
.customer-area section fieldset {
    padding: 1em;
    box-shadow: 0 5px 15px 0 #0000003d;
    margin-bottom: 2.65em;
    display: block;
}
.customer-area fieldset legend {
    border-radius: 0.4em 0.4em 0 0;
}
.customer-area fieldset legend {
    padding: 1.2em 0.5em;
    width: calc(100% + 2rem);
    max-width: 150%;
    margin-left: -1rem;
}





/* Custom Header */

/* Structure */
.ch-top-wrapper,
.ch-bottom-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ch-top-wrapper {
    border-bottom: 1px solid #005368;
    padding: 1em;
}
.ch-top-wrapper > .h1 {
    color: white;
    line-height: 2.2em;
    font-size: 2rem;
}

.ch-bottom-wrapper {
    padding: 1.5em 1em;
    width: 100%;
}

.wrapperFirstPart {
    background-color: #02485a;
}


/* Phone Section */
.fa-phone::before {
    content: "\f879";
    color: #e61c6b;
    font-size: 14px;
    line-height: 22px;
    margin-right: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa-phone {
    color: white;
    font-family: Nunito, sans-serif;
    text-decoration: none;
}
.ch-phone .btm {
    color: #68ceed;
}
/* Socials section */
.ch-socials-links {
    text-align: center;
    margin-bottom: 0.5em;
}

.ch-socials-links a {
    color: white;
    font-size: 1.35rem;
    margin: 0 0.4em;
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-facebook-f::before {
    content: "\f39e";
}

/* Avis section */
.ch-avis .btm {
    color: white;
}


.fa-star::before {
    content: "\f005";
    font-size: 14px;
    line-height: 22px;
    color: #fbbc05;
}

/* Phone & Avis small text */
.btm {
    font-size: 14px;
}

/* Camping Hotel stars section */
.ch-camp-hot .title {
    font-size: 26px;
    line-height: 1em;
    font-family: Escalope;
    color: white;
}

/* Css a récupérer */
img{
    max-width:100%;
    height:auto;
}
/* Container global */
.paiements-block-wrapper{
padding:1.7em;
margin-top: 2.65em;
}
.paiements-block{
border:.3rem solid #02485a;
border-radius:.4rem;
padding:1em;
position:relative;
}

/* Legend / icon secured */
.secured-icon{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-1.4em);
    background-color:#F2F2F2;
    padding:0 1em;

}
.secured-icon svg{
    fill: #02485a;
}

/* Titre */
.paiements-block h3{
    text-align:center;
    color:#02485a;
    font-weight:bold;
}

/* Paiement imgs/icons */
.paiements-icons{
    padding:1.65em;
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
}
.paiements-icons img{
    width:100%;
}

/* If an image must take 100% width */
img.w100{
    grid-column: span 3;
}


/* Contact Section */
.secured-icon.phone-icon svg{
    fill: #e61c6b;
}
.contact-content-block{
    margin-top:1.65em;
    text-align:center;
}

.contact-content-phone a svg{
    fill: #e61c6b;
    display:block;
    margin:0 auto 0 auto;
    padding-bottom:.7em;
}
.contact-content-phone a{
    text-decoration: none;
    color: #e61c6b;
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
    background: #ececec;
    padding: 1em;
    display: inline-block;
    border-radius: .4rem;
    box-shadow: 0 5px 7px 0 #9b9b9b;
    transition:.2s;
 }
 .contact-content-phone a:hover,
 .contact-content-phone a:focus{
    box-shadow: 0 2px 3px 0 #9b9b9b;
 }

 .contact-content-phone .infos-alert{
font-weight:bold;
 }
.contact-content-phone .infos-small{
font-size:.75rem;
}
/* Reload fonts for camping hotel section */
@font-face {
    font-family: Escalope;
    src: url(fonts/EscalopeSoft.eot);
    src: url(fonts/EscalopeSoft.eot?#iefix) format("embedded-opentype"), url(fonts/EscalopeSoft.woff2) format("woff2"),
        url(fonts/EscalopeSoft.woff) format("woff"), url(fonts/EscalopeSoft.ttf) format("truetype"),
        url(fonts/EscalopeSoft.svg#Escalope) format("svg");
}

/* 28.07 */
/* les images auront pour largeur 370px
width 96% pour garder le même espacement que resalys sur le reste du contenu (padding 2%)
max-width: 400px - 15px de border > 370px
*/

.icon-positionbottom {
  display: none !important;
}

.icon-positionbottom[style*="inline"],
.icon-positionbottom[style*="block"] {
  display: block !important;
}

.reservationSummary figure {
  padding: 2em 0;
}

.reservationSummary figure img {
  width: 96%;
  margin: 0 auto !important;
  display: block;
  max-width: 400px;
  border: 15px solid white;
}

form[name="cart_saved"] section {
  margin-bottom: 1.65em;
}

form[name="cart_saved"] section fieldset {
  padding: 2em 0 0 0;
  background-color: transparent;
}

form[name="cart_saved"] section fieldset legend {
  border-radius: 0;
}

@media all and (min-width: 880px) {
  form[name="cart_saved"] .resumeTable.white-bcg > * {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
  }
  form[name="cart_saved"] .resumeTable.white-bcg > * > span:nth-child(odd):before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
  }
}

@media all and (max-width: 879px) {
  form[name="cart_saved"] .resumeTable.white-bcg > * > span:nth-child(odd) {
    padding-top: 0.5em;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  form[name="cart_saved"] .resumeTable.white-bcg > * > span:nth-child(even) {
    padding-bottom: 1em;
    border-bottom: 1px solid #f5f5f5;
  }

  table.resumeTable .label,
  .label {
    margin-bottom: 0;
  }
}

table.paymentList th,
table.paymentList td {
  padding: 9px 5px;
}
table.paymentList th {
  background: #f2f2f2;
  color: #02485a;
}

/* PASTILLE CANA RESA */


.garantie-cov-pastille {
  color: #0091d9;
  border-radius: 10px;
  border: 1px solid #0091d9;
  font-weight: bold;
  padding: .5em !important;
  font-size: .9rem !important;
  margin-bottom: 1em;
}

.garantie-cov-pastille span {
  display: inline-block;
}

.garantie-cov-pastille span:first-child {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: .3em;
  background-color: #0091d9;
  color: white;
  font-family: Georgia, serif;
  font-weight: normal;
}

.reservation_content ul.bloc-summaryContent:nth-child(6) li.productOption,
.reservation_content ul.bloc-summaryContent:nth-child(6) li.productOption span {
  color: #0091d6;
  font-weight: bold;
}