@charset "UTF-8";
/*
	Site : Your Beach Car
	Designer : Shmu Design 2026
	Type : Theme
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-margin-before: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-end: 0px;
  -webkit-padding-after: 0px;
  -webkit-padding-start: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::before, ::after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* theme : Reset > Forms */
fieldset {
  border: none;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[role=button],
input[type=submit],
input[type=reset],
input[type=button],
button {
  box-sizing: content-box;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

ul {
  list-style: none;
}

textarea {
  resize: none;
}

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
  box-shadow: unset !important;
  outline: none !important;
}

/*
    Site : Your Beach Car
    Designer : Shmu Design 2026
    Type : FX
*/
#app {
  position: relative;
  background-size: contain !important;
}
#app.no_webp {
  background: transparent url("imgs/header_bg.jpg") no-repeat top center;
}
#app.webp {
  background: transparent url("imgs/header_bg.webp") no-repeat top center;
}
#app #header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 8vh;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header {
    flex-direction: column-reverse;
    justify-content: space-around;
    padding-top: 12vh;
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header {
    flex-wrap: wrap !important;
    flex-direction: row-reverse;
  }
}
#app #header .header_item#header_left {
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_left {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_left h1 {
    position: fixed;
    z-index: 90000;
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background: #1B4250;
    background: linear-gradient(180deg, rgb(27, 66, 80) 0%, rgba(255, 255, 255, 0) 50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_left h1 {
    position: fixed;
    z-index: 90000;
    top: 20px;
    left: 20px;
    height: 130px;
    width: 180px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_left h1 img {
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_left h1 img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #app #header .header_item#header_left h1 img {
    max-width: 50%;
  }
}
#app #header .header_item#header_left h2.main_title {
  display: inline-block;
  text-transform: uppercase;
  margin: 14px 0;
  color: #1B4250;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_left h2.main_title {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_left h2.main_title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  #app #header .header_item#header_left h2.main_title {
    font-size: 4em;
  }
}
#app #header .header_item#header_left h2.exergue {
  display: inline-block;
  font-size: 1.2em !important;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  margin: 14px 0;
  border-radius: 8px;
  color: #FFE4C9;
  background-color: #1B4250;
  transform: rotate(-2.5deg);
}
#app #header .header_item#header_left h3 {
  margin: 0 auto 15px auto;
  font-size: 1em;
  max-width: 60%;
}
#app #header .header_item#header_left #header_intro {
  padding: 0 20px;
}
#app #header .header_item#header_right {
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_right {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #header .header_item#header_right img {
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #header .header_item#header_right img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #header .header_item#header_right img {
    max-width: 90%;
  }
}
#app #main_menu {
  z-index: 900;
  position: fixed;
  display: flex;
  justify-content: end;
  align-items: center;
  left: 0;
  bottom: 10vh;
  width: 70px;
  height: 60px;
  border-radius: 0 60px 60px 0;
  color: #FFE4C9;
  background: #1B4250;
  transition: all 0.3s ease-in-out;
}
#app #main_menu.open {
  width: 275px;
  height: 275px;
  border-radius: 0 10px 10px 0;
}
#app #main_menu .burger {
  z-index: 900;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
#app #main_menu .burger span {
  display: block;
  height: 6px;
  width: 100%;
  background: #FFE4C9;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
#app #main_menu .burger.open span:nth-child(1) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}
#app #main_menu .burger.open span:nth-child(2) {
  width: 0;
  height: 0;
  border-radius: 100px;
}
#app #main_menu .burger.open span:nth-child(3) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
#app #main_menu #menu {
  z-index: 800;
  position: fixed;
  left: -200px;
  bottom: 10vh;
  transition: all 0.3s ease-in-out;
}
#app #main_menu #menu.open {
  left: 15px;
}
#app #main_menu #menu a, #app #main_menu #menu a:visited {
  display: inline-block;
  text-transform: uppercase;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  color: #FFE4C9;
  background: #1B4250;
}
#app #main_menu #menu a:hover, #app #main_menu #menu a:visited:hover {
  color: #1B4250;
  background: #FFE4C9;
}
#app #top_menu {
  z-index: 900;
  position: fixed;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #top_menu {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #top_menu {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #app #top_menu {
    top: 0;
    right: 5vw;
  }
}
#app #top_menu a, #app #top_menu a:visited {
  color: #FFE4C9;
}
#app #top_menu a:hover, #app #top_menu a:visited:hover {
  color: white;
}
#app #top_menu #top {
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #top_menu #top {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #top_menu #top {
    justify-content: center;
  }
}
#app #top_menu #top > li {
  margin: 0 5px;
}
#app #top_menu #top > li > a, #app #top_menu #top > li > a:visited {
  display: inline-block;
  padding: 10px 15px;
  background: #1B4250;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #top_menu #top > li > a, #app #top_menu #top > li > a:visited {
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #top_menu #top > li > a, #app #top_menu #top > li > a:visited {
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 1200px) {
  #app #top_menu #top > li > a, #app #top_menu #top > li > a:visited {
    border-radius: 0 0 15px 15px;
  }
}
#app #top_menu #top > li #lang_chooser {
  display: flex;
  padding: 10px 15px;
  background: #1B4250;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #top_menu #top > li #lang_chooser {
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #top_menu #top > li #lang_chooser {
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 1200px) {
  #app #top_menu #top > li #lang_chooser {
    border-radius: 0 0 15px 15px;
  }
}
#app #top_menu #top > li #lang_chooser li {
  padding: 0 10px;
}
#app #top_menu #top > li #lang_chooser li:first-child {
  border-right: 1px solid white;
}
#app #main_content section h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  color: #FFE4C9;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section h2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  #app #main_content section h2 {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section .columns {
    display: flex;
  }
}
@media (min-width: 1200px) {
  #app #main_content section .columns {
    display: flex;
  }
}
#app #main_content section .columns .column {
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section .columns .column {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section .columns .column {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section .columns .column {
    width: 50%;
  }
}
#app #main_content section .columns .column p {
  margin-bottom: 20px;
}
#app #main_content section#univers {
  display: flex;
  margin: 40px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#univers {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#univers {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#univers {
    flex-direction: row;
  }
}
#app #main_content section#univers h3 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 40px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#univers .section_bloc {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#univers .section_bloc {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#univers .section_bloc {
    max-width: 90%;
    width: 50%;
  }
}
#app #main_content section#univers .section_bloc picture {
  height: 100%;
}
#app #main_content section#univers .section_bloc.img {
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #main_content section#univers .section_bloc.img img {
  height: 100%;
}
#app #main_content section#univers .section_bloc.dark {
  color: white;
  padding: 20px;
  background: #1B4250;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_intro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 100px auto;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_intro {
    display: flex;
    justify-content: end;
    position: relative;
    width: 80%;
    margin: 100px auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_intro picture {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_intro picture {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_intro picture {
    width: 75%;
  }
}
#app #main_content section#beebeach .section_intro picture img {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_intro .section_intro_content {
    text-align: center;
    padding: 20px;
    margin-top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_intro .section_intro_content {
    text-align: center;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_intro .section_intro_content {
    position: absolute;
    left: 0;
    top: 10%;
  }
}
#app #main_content section#beebeach .section_intro .section_intro_content h2 {
  display: inline-block;
  padding: 10px 15PX;
  border: 4px solid white;
  background: #1B4250;
}
#app #main_content section#beebeach .section_intro .section_intro_content p {
  background: white;
  border: 4px solid white;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_intro .section_intro_content p {
    width: 70%;
    text-align: center;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_intro .section_intro_content p {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_intro .section_intro_content p {
    width: 290px;
    text-align: right;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.techno {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.techno {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.techno {
    width: 80%;
  }
}
#app #main_content section#beebeach .section_bloc.techno {
  margin: 0 auto 50px auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
#app #main_content section#beebeach .section_bloc .section_bloc_header {
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .subtitle {
    text-align: center;
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .subtitle {
    text-align: center;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .subtitle {
    font-size: 1.8em;
  }
}
#app #main_content section#beebeach .section_bloc .section_bloc_header .subtitle {
  display: inline-block;
  text-transform: uppercase;
}
#app #main_content section#beebeach .section_bloc .section_bloc_header .line {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line {
    padding: 10px;
  }
}
#app #main_content section#beebeach .section_bloc .section_bloc_header .line .line_content {
  display: bloc;
  width: 100%;
  background: #1B4250;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line .line_content {
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line .line_content {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .line .line_content {
    height: 5px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck h4 {
    flex: 1 1 auto;
    width: 100%;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck h4 {
    flex: 1 1 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck h4 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck .details_teck {
    flex: 1 1 auto;
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck .details_teck {
    flex: 1 1 auto;
    width: 50%;
    gap: 10px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck .details_teck {
    display: flex;
    gap: 10px;
    justify-content: space-around;
  }
}
#app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck .details_teck .solo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 80px;
  min-width: 80px;
  padding: 0 10px;
  color: white;
  background: #1B4250;
}
#app #main_content section#beebeach .section_bloc .section_bloc_header .content_teck .details_teck .solo .value {
  font-size: 1.4em;
  font-weight: bold;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-grow: 1;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo {
  display: flex;
  align-items: stretch;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-width: 100px;
  padding: 0 10px;
  color: white;
  background: #1B4250;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_left .value {
  font-size: 1.4em;
  font-weight: bold;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right {
  padding: 10px;
  background: #FFE4C9;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right h4 {
    font-size: 1.4em;
  }
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right h4 {
  margin-bottom: 10px;
}
#app #main_content section#beebeach .section_bloc .teck .list_teck .duo .duo_right p {
  color: #1B4250;
}
#app #main_content section#beebeach .section_bloc.middle {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.middle {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.middle {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
#app #main_content section#beebeach .section_bloc.middle::before {
  content: "";
  z-index: -10;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFE4C9;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.middle::before {
    top: 0;
    bottom: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.middle::before {
    top: 10%;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.middle::before {
    top: 10%;
    bottom: 10%;
  }
}
#app #main_content section#beebeach .section_bloc.middle .column_teck {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck {
    flex-wrap: wrap;
    width: 90%;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck {
    flex-wrap: wrap;
    width: 85%;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck {
    align-items: center;
    justify-content: center;
    width: 85%;
  }
}
#app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_1 {
    order: 1;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_2 {
    order: 3;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_3 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_1 {
    order: 2;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_2 {
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: -50px;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_2 img {
    max-width: 70%;
    margin: 0px auto 20px auto;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_1 {
    order: 1;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_2 {
    order: 2;
  }
  #app #main_content section#beebeach .section_bloc.middle .column_teck .colum_item.item_3 {
    order: 3;
  }
}
#app #main_content section#beebeach .section_bloc.middle .column_teck h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #1B4250;
}
#app #main_content section#beebeach .section_bloc.end .section_bloc_end_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header {
    flex-wrap: wrap;
    width: 90%;
  }
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header picture {
    width: 100%;
    text-align: center;
  }
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header {
    width: 50%;
  }
}
#app #main_content section#beebeach .section_bloc.end .section_bloc_end_header img {
  min-width: 150px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header img {
    max-width: 35%;
  }
}
#app #main_content section#beebeach .section_bloc.end .section_bloc_end_header h3 {
  display: inline-block;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header h3 {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.end .section_bloc_end_header h3 {
    font-size: 1.5em;
  }
}
#app #main_content section#beebeach .section_bloc.end .list {
  background: #1B4250;
  color: white;
  margin: 10px auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .list {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.end .list {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.end .list {
    width: 80%;
  }
}
#app #main_content section#beebeach .section_bloc.end .list .listing {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing {
    flex-direction: column;
  }
}
#app #main_content section#beebeach .section_bloc.end .list .listing li {
  padding: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li {
    width: 33.3333333333%;
  }
}
#app #main_content section#beebeach .section_bloc.end .list .listing li h4 {
  text-transform: uppercase;
  color: #FFE4C9;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#beebeach .section_bloc.end .list .listing li h4 {
    font-size: 1.5em;
  }
}
#app #main_content section#services {
  margin: 50px 0;
}
#app #main_content section#services .services_header {
  text-align: center;
  margin: 20px 0;
}
#app #main_content section#services .services_content {
  background: #1B4250;
}
#app #main_content section#services .services_content .column {
  display: flex;
  align-items: stretch;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#services .services_content .column {
    flex-direction: column;
  }
}
#app #main_content section#services .services_content .column h3, #app #main_content section#services .services_content .column h4 {
  text-align: center;
  margin-bottom: 20px;
}
#app #main_content section#services .services_content .column h3 {
  text-transform: uppercase;
  color: #FFE4C9;
  font-size: 2em;
}
#app #main_content section#services .services_content .column h4 {
  color: white;
  font-size: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFE4C9;
}
#app #main_content section#services .services_content .column p {
  color: white;
  text-align: center;
  margin: 10px 0;
}
#app #main_content section#services .services_content .column .listcol {
  color: white;
}
#app #main_content section#services .services_content .column .columns {
  gap: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#services .services_content .column .columns {
    flex-direction: column;
  }
  #app #main_content section#services .services_content .column .columns .column_item {
    margin-bottom: 20px;
  }
}
#app #main_content section#services .services_content .column .encart {
  border-radius: 10px;
  border: 2px dotted #FFE4C9;
  padding: 20px 0;
  margin-bottom: 20px;
}
#app #main_content section#services .services_content .column .encart ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
#app #main_content section#services .services_content .column .encart ul li:nth-child(1) {
  border-right: 1px solid white;
}
#app #main_content section#services .services_content .column .encart ul li {
  color: #FFE4C9;
  padding: 0 20px;
  font-size: 2em;
  font-weight: bold;
}
#app #main_content section#services .services_content .column .encart ul li em {
  color: white !important;
}
#app #main_content section#services .services_content .column .services_content_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#services .services_content .column .services_content_item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#services .services_content .column .services_content_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#services .services_content .column .services_content_item {
    width: 50%;
  }
}
#app #main_content section#colors {
  margin: 50px 0;
}
#app #main_content section#colors .color_header {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1027px) {
  #app #main_content section#colors .configurateur {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
}
@media (min-width: 1028px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur .configurateur_item {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1027px) {
  #app #main_content section#colors .configurateur .configurateur_item {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 1028px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur .configurateur_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur .configurateur_item {
    width: 50%;
  }
}
#app #main_content section#colors .configurateur .configurateur_item img {
  width: 100%;
  height: auto;
}
#app #main_content section#colors .configurateur #visuel {
  position: relative;
}
#app #main_content section#colors .configurateur #visuel .visuel_item_colors {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#app #main_content section#colors .configurateur #visuel .visuel_item_colors svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur #colors {
    padding: 10px;
  }
}
#app #main_content section#colors .configurateur #colors .bloc_colors {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #1B4250;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_header h3 {
  display: none;
  text-transform: uppercase;
  text-align: left !important;
  font-size: 1.5em !important;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_header h3.selected {
  display: block;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_header #save_btn {
  font-size: 1em !important;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container {
  display: none;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container.selected {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list {
    flex-basis: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list {
    font-size: 0.8em;
    flex-basis: 25%;
  }
}
#app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list li button {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: end;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list li button {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list li button {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list li button {
    font-size: 0.8em;
  }
}
#app #main_content section#colors .configurateur #colors .bloc_colors .bloc_color_content .color_container .color_list li button span {
  display: block;
  width: 100%;
  background: black;
  padding: 5px 0;
  text-align: center;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul {
    font-size: 0.8em;
    flex-basis: 25%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul {
    font-size: 0.8em;
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul {
    font-size: 0.8em;
    flex-basis: 25%;
  }
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul li span {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
  height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  color: #1B4250;
  background: #FFE4C9;
}
#app #main_content section#colors .configurateur #colors .bloc_colors .colors_menu ul li span.selected {
  color: #FFE4C9;
  background: #1B4250;
}
#app #main_content section#gallery {
  margin: 50px auto;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#gallery {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#gallery {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#gallery {
    width: 65%;
  }
}
#app #main_content section#gallery #gallery_container {
  position: relative;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #main_content section#gallery #gallery_container .arrow {
  display: block;
  width: 9%;
  height: 50px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app #main_content section#gallery #gallery_container::before {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
  background: #FFE4C9;
}
#app #main_content section#gallery #gallery_container #gallery_listing {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
#app #main_content section#gallery #gallery_container #gallery_listing li {
  transition: all 0.3s ease-in-out;
  width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li {
    height: 450px;
  }
}
#app #main_content section#gallery #gallery_container #gallery_listing li.gal_select {
  width: 100%;
}
#app #main_content section#gallery #gallery_container #gallery_listing li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#app #main_content section#gallery #gallery_container #gallery_listing li img {
  width: auto;
  max-width: none;
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li img {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#gallery #gallery_container #gallery_listing li img {
    height: 450px;
  }
}
#app #main_content section#contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#app #main_content section#contact h2 {
  margin: 0 auto;
  z-index: 20;
  border: 4px solid white;
}
#app #main_content section#contact .picto_contact {
  max-width: 20px;
}
#app #main_content section#contact .picto_reseau {
  max-width: 50px;
}
#app #main_content section#contact .wrapper_contact {
  background: #FFE4C9;
  margin-top: -40px;
  width: 100%;
}
#app #main_content section#contact .wrapper_contact small {
  text-align: justify;
  display: block;
}
#app #main_content section#contact .wrapper_contact small sup {
  color: red;
  font-weight: bold;
}
#app #main_content section#contact .wrapper_contact #send {
  padding: 10px;
  text-align: right;
}
#app #main_content section#contact .wrapper_contact #send input[type=submit] {
  padding: 10px 15px;
  color: #FFE4C9;
  background: #1B4250;
}
#app #main_content section#contact .wrapper_contact .contact_columns {
  display: flex;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#contact .wrapper_contact .contact_columns {
    flex-direction: column;
    padding: 20px;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_1 {
    order: 2;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_2 {
    order: 1;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#contact .wrapper_contact .contact_columns {
    align-items: center;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_1 {
    order: 1;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_2 {
    order: 2;
  }
  #app #main_content section#contact .wrapper_contact .contact_columns .item_3 {
    display: none;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#contact .wrapper_contact .contact_columns {
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#contact .wrapper_contact .contact_columns .contact_column_item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#contact .wrapper_contact .contact_columns .contact_column_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#contact .wrapper_contact .contact_columns .contact_column_item {
    width: 50%;
  }
}
#app #main_content section#contact .wrapper_contact .contact_columns h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #1B4250;
}
#app #main_content section#contact .wrapper_contact .contact_columns p {
  margin: 10px 0;
}
#app #main_content section#contact .wrapper_contact .contact_columns .btn_link {
  display: inline-block;
  width: 290px;
  font-size: 1.2em;
  margin: 10px auto;
}
#app #main_content section#contact .wrapper_contact .contact_columns .item_1 {
  text-align: center;
}
#app #main_content section#contact .wrapper_contact .contact_columns .item_1, #app #main_content section#contact .wrapper_contact .contact_columns .item_2 {
  padding: 70px 20px 0px 20px;
}
#app #main_content section#contact .wrapper_contact .contact_columns .item_1 {
  flex: 1 2 auto;
}
#app #main_content section#contact .wrapper_contact .contact_columns .item_2 {
  flex: 1 0 auto;
}
#app #main_content section#contact .wrapper_contact .contact_columns .item_3 {
  flex: 1 3 auto;
  text-align: right;
}
#app #main_content section#contact .wrapper_contact .contact_columns picture img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: auto;
  height: 100%;
}
#app #main_content section#contact .wrapper_contact #form_contact label {
  display: block;
  margin-bottom: 10px;
}
#app #main_content section#contact .wrapper_contact #form_contact .select_wraper {
  display: block;
  position: relative;
}
#app #main_content section#contact .wrapper_contact #form_contact .select_wraper::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #FFE4C9;
  background: #1B4250;
  transform: rotate(270deg);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
#app #main_content section#contact .wrapper_contact #form_contact .select_wraper:hover::after, #app #main_content section#contact .wrapper_contact #form_contact .select_wraper:focus::after {
  transform: rotate(360deg);
  border-radius: 38px 0 0 38px;
}
#app #main_content section#contact .wrapper_contact #form_contact .select_wraper select {
  border: none;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  border: 2px solid white;
  cursor: pointer;
}
#app #main_content section#contact .wrapper_contact #form_contact .select_wraper select:hover, #app #main_content section#contact .wrapper_contact #form_contact .select_wraper select:focus {
  border: 2px solid #1B4250;
}
#app #main_content section#contact .wrapper_contact #form_contact input[type=text], #app #main_content section#contact .wrapper_contact #form_contact input[type=email], #app #main_content section#contact .wrapper_contact #form_contact input[type=phone], #app #main_content section#contact .wrapper_contact #form_contact input[type=number] {
  border: none;
  border-radius: 3px;
  padding: 10px;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
}
#app #main_content section#contact .wrapper_contact #form_contact input[type=text]:hover, #app #main_content section#contact .wrapper_contact #form_contact input[type=text]:focus, #app #main_content section#contact .wrapper_contact #form_contact input[type=email]:hover, #app #main_content section#contact .wrapper_contact #form_contact input[type=email]:focus, #app #main_content section#contact .wrapper_contact #form_contact input[type=phone]:hover, #app #main_content section#contact .wrapper_contact #form_contact input[type=phone]:focus, #app #main_content section#contact .wrapper_contact #form_contact input[type=number]:hover, #app #main_content section#contact .wrapper_contact #form_contact input[type=number]:focus {
  border: 2px solid #1B4250;
}
#app #main_content section#contact .wrapper_contact #form_contact textarea {
  border: none;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
}
#app #main_content section#contact .wrapper_contact #form_contact textarea:hover, #app #main_content section#contact .wrapper_contact #form_contact textarea:focus {
  border: 2px solid #1B4250;
}
#app #main_content section#contact .wrapper_contact #form_contact .form_column {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#app #main_content section#contact .wrapper_contact #form_contact .form_column label {
  text-align: left;
}
#app #main_content section#contact .wrapper_contact #form_contact .form_column input[type=text], #app #main_content section#contact .wrapper_contact #form_contact .form_column input[type=email], #app #main_content section#contact .wrapper_contact #form_contact .form_column input[type=phone] {
  width: 100%;
}
#app #main_content section#contact .wrapper_contact #form_contact .form_column .form_item {
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  #app #main_content section#contact .wrapper_contact #form_contact .form_column .form_item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #app #main_content section#contact .wrapper_contact #form_contact .form_column .form_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #app #main_content section#contact .wrapper_contact #form_contact .form_column .form_item {
    width: 50%;
  }
}
#app #main_content section#contact .wrapper_contact #form_contact .form_item.select {
  text-align: center;
}
#app #main_content section#contact .wrapper_contact #form_contact .form_item.textarea {
  padding: 10px;
}
#app #footer {
  margin-top: 100px;
}
#app #footer a, #app #footer a:visited {
  color: #FFE4C9;
}
#app #footer a:hover, #app #footer a:visited:hover {
  color: white;
}
#app #footer #logo_footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}
#app #footer #logo_footer img {
  z-index: 20;
  max-width: 300px;
  margin-top: -30px;
}
#app #footer #logo_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-bottom: 4px solid white;
  background: #1B4250;
}
#app #footer #logo_footer::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid white;
  background: #FFE4C9;
}
#app #footer #copyright {
  text-align: center;
  color: white;
  background: #1B4250;
  padding: 40px 0;
}

#popup_img {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
}
#popup_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  max-width: none;
  max-height: 100vh;
}
#popup_img #close {
  position: absolute;
  z-index: 1200;
  top: 20px;
  right: 30px;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: white;
  background: black;
  transform: rotate(45deg);
  cursor: pointer;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.btn_link, .btn_link:visited, .btn {
  color: #FFE4C9;
  background: #1B4250;
  transition: all 0.3s ease-in-out;
}
.btn_link:hover, .btn_link:focus, .btn_link:visited:hover, .btn_link:visited:focus, .btn:hover, .btn:focus {
  color: #1B4250;
  background: #FFE4C9;
}

.btn {
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .btn {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 2em;
  }
}

.italic {
  font-style: italic !important;
}

.center {
  text-align: center !important;
}

.light_color {
  color: #FFE4C9;
}

.dark_color {
  color: #1B4250;
}

.white {
  color: white;
}

.clear {
  clear: both;
}

.header_title {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  background: #1B4250;
}

.header_subtl {
  text-transform: uppercase;
  color: #1B4250;
}
@media (min-width: 0) and (max-width: 767px) {
  .header_subtl {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_subtl {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .header_subtl {
    font-size: 1.8em;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

.error {
  color: white;
  padding: 10px;
}
.error.error_good .error_list {
  background: #045404;
}
.error.error_danger .error_list {
  background: #67060b;
}
.error .error_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 15px;
}/*# sourceMappingURL=theme.css.map */