* {
    margin: 0;
    padding: 0;
    font-family: "Calibri", sans-serif;
}

.averia {
  font-family: "Averia Sans Libre", sans-serif;
  font-style: normal;
}

.shadows-into {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
    text-align :center;
    color: #ef6150;
    padding-top: 20px;
}
#lieu h2 { 
    text-align :center;
    color: #ef6150;
    font-size: 1.2em;
    margin-top: -10px;
}



header {
    margin: 0 auto;
    width: 100%;
    background-color: white;
    min-height: 100px;
}
header p {
    text-align :center;
    color: #ef6150;
    font-size: 1.4em;
    margin-top: -10px;
}
menu {
    padding: 10px;
    text-align: center;
    font-family: "Averia Sans Libre", sans-serif;
    font-size: 1.4em;
    display: block;
    background-color: white;
}
/* Small devices (7680px and lower) */
@media screen and (max-width: 768px) {
    menu {
        padding-left: 0px;
    }
}

menu a {
    color: #644258;
    text-decoration: none;
    padding: 0 10px;
}
menu a:hover {
    color: #A28297;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


section {
    width: 0 auto;
    min-height: 400px;
    padding-bottom: 30px;
}
section h1 {
    font-family: "Shadows Into Light", cursive;
}
section h1.laptop_padding {
    padding-top: 60px;
}
/* Small devices (7680px and lower) */
@media screen and (max-width: 768px) {
    section h1.mobile_padding {
        padding-top: 80px;
    }
}

/* Display two rows responsive */
.flex_wrapper_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.flex_wrapper_2 div {
    width: 50%;
    text-align: center;
    margin-top: 20px;
}
.flex_wrapper_2 ul {
    text-align: left;
}
.flex_wrapper_2 p {
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
    text-align: justify;
}
.flex_wrapper_2 a {
    color: white;
}
.flex_wrapper_2 div:first-child img {
    width: 50%;
    margin-right: -20%;
}
.flex_wrapper_2 div iframe {
    width: 50%;
    margin-left: -20%;
}
/* Small devices (7680px and lower) */
@media screen and (max-width: 768px) {
    .flex_wrapper_2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .flex_wrapper_2 div {
        width: 100%;
        text-align: center;
    }

    .flex_wrapper_2 div:first-child img {
        width: 80%;
        margin-right: 0;
    }
    .flex_wrapper_2 div iframe {
        width: 80%;
        margin-left: 0;
    }
}


/* Display three rows responsive */
.flex_wrapper_3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.flex_wrapper_3 div {
    width: 33.332%;
    text-align: center;
    margin-top: 50px;
}
.flex_wrapper_3 p {
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
    text-align: justify;
}
.flex_wrapper_3 div img {
    width: 90%;
}

/* Small devices (768px and lower) */
@media screen and (max-width: 768px) {
    .flex_wrapper_3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .flex_wrapper_3 div {
        width: 100%;
        text-align: center;
    }
    
    .flex_wrapper_3 div img {
        width: 80%;
    }
}


section#hebergement, section#liste {
    background-color: #644258;
    color : white;
}
section#hebergement h1, section#liste h1 {
    color : white;
}

.icon_p {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("img/tirelire2.png");
     background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center; 
}

article.text_bubble_border {
    width: 80%;
    margin: 20px auto;
    text-align: justify;
    padding: 10px;
    color: #ef6150;
    border-left: solid 4px #ef6150;
    font-family: "Averia Sans Libre", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

article.text_bubble_background {
    width: 80%;
    margin: 20px auto;
    text-align: justify;
    padding: 20px;
    color: #644258;
    font-family: "Averia Sans Libre", sans-serif;
    font-size: 1.4em;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

article.text_bubble_white {
    width: 80%;
    margin: 20px auto;
    text-align: justify;
    padding: 20px;
    font-family: "Averia Sans Libre", sans-serif;
    font-size: 1.4em;
}

section#rdv {
    color: #644258;
}
section#rdv h2, section#rdv h3 {
    text-align: center;
    font-size: 1.5em;
}

section#rdv article p {
    padding: 20px;
    text-align: justify;
    font-size: 1.2em;
}
section#rdv article.align_left {
    margin: 10px 0 10px 10%;
    width: 40%;
    border-right: 3px dashed #644258;
    min-height: 50px;

}
section#rdv article.align_right {
    margin: 10px 0 10px 50%;
    width: 40%;
    border-left: 3px dashed #644258;
    min-height: 50px;
}


section#ambiance .top_section_wrapper {
    background-color: #ef6150;
    color : white;
}
section#ambiance .top_section_wrapper h1 {
    color : white;
}
section#ambiance .top_section_wrapper p.small_bubble {
    width: 30%;
    margin: 0 auto;
    color: #ef6150;
    background-color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-top: -30px;
}

svg {
  display: block;
}



div#gallery {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;

}
div#gallery div {
    width: 20%;
    margin: 10px;
}
div#gallery div.small_img_wrapper img {
    width: 100%;
    cursor: zoom-in;
}


div.zoom_in {
    text-align: center;
}
div.zoom_in img {
    max-width: 100%;
    max-height: 80vh;
}
.ui-dialog-titlebar {
    display: none;
}
.ui-dialog .ui-dialog-buttonpane {
    background: none;
    border: none;
    text-align: center;
    margin-top: -10px;
    padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    clear: both;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    border: 3px solid #ef6150;
    color: #ef6150;
    background: none;
}

/* Small devices (768px and lower) */
@media screen and (max-width: 768px) {
    div#gallery {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    
    }
    div#gallery div {
        width: 40%;
        margin: 10px;
    }
}

