@import url('https://fonts.googleapis.com/css2?family=F37 poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-thumb {
  border-right: solid 2px #ee8b80;
  background: #ee8b80;
}
::-webkit-scrollbar-track {
  border: none;
  background: #fcdf3d;
}
a, a:focus, a:hover {
	text-decoration: none!important;
}
body{
  font-family: "F37 Ginger" !important;
  font-weight: 400;
  font-style: normal;
}
.header-top {
    background: #5cbecf;
    height: 40px;
    line-height: 40px;
}
.nav-top {
    display: inline-flex;
}
.header-top div {
    color: #fff;
    /* text-align: center; */
    /* margin: 0 auto; */
}
.nav-top {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.nav-top {
    text-align: center;
	font-size:13px;
	font-weight: 600;
}
.d-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	padding:15px 30px;
}
.link-header {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.home img {
    width: 40px;
}

#header .d-flex, #header .d-flex a {
    font-weight: 600;
    color: #292929;
    font-size: 13px;
}
.header-top a{color:#fff;}
.mail {
    background: #fff;
    border: 2px solid #64becc;
    transition: 0.5s;
    border-radius: 25px !important;
    color: #64becc;
    padding: 3px 20px;
    line-height: 26px;
}
.mail a {
    color: #64becc!important;
}

.mail:hover {
    background: #64becc;
    border: 2px solid #fff;
    transition: 0.5s;
}

.mail:hover a {
    color: #fff !important;
    transition: 0.5s;
}
.visible-xs {
    display: none;
}
.user {
    text-align: right;
}
.logo img {
    max-height: 100px;
}
.logo {
    text-align: center;
    margin: 0 auto;
}
video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.img-banner {
    width: 100%;
	max-width: 100%;
    height: 520px;
}
.visible-xs {
    display: none;
}
section#banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-banner {
    position: absolute;
    text-align: center;
    color: #fff;
    /* padding-bottom: 50px; */
	padding-left:15px;
	padding-right:15px;
}

section#banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000047;
}

.content-banner h1 {
    font-size: 54px;
    font-weight: 700;
}

.content-banner h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}

.btn-picstore {
    background: #ee8b80;
    display: inline-block;
    border-radius: 35px;
    border: 2px solid transparent;
	margin-top: 25px;
	 transition: 0.5s;
}
.btn-picstore:hover {
    background: transparent;
    border: 2px solid #ee8b80;
    transition: 0.5s;
}

.btn-picstore:hover a {
    color: #ee8b80 !important;
    transition: 0.5s;
}
.btn-picstore a {color: #fff;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;font-size: 14px;
    padding: 15px 30px;
    display: block;}
.btn-picstore a:hover{color:#5cbecf}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
#locationPhotographe .slide, #locationPhotographe-2 .slide, #locationPhotographe-3 .slide, #locationPhotographe-4 .slide    {
    border-radius: 20px;
    overflow: hidden;
	width:95%;
}
#locationPhotographe .slide img, #locationPhotographe-2 .slide img, #locationPhotographe-3 .slide img, #locationPhotographe-4 .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#locationPhotographe h2, #locationPhotographe-2 h2, #locationPhotographe-3 h2, #locationPhotographe-4 h2, .section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
#locationPhotographe, #locationPhotographe-2, #locationPhotographe-3, #locationPhotographe-4, .section{
    padding: 70px 0 0;
}
#locationPhotographe .row, #locationPhotographe-2 .row, #locationPhotographe-3 .row, #locationPhotographe-4 .row {
    display: flex;
    align-items: center;
}
.boxs-row .row-xs p {
    margin-bottom: 10px;
}
#locationPhotographe, .section{
    padding: 70px 0 0;
}
.section h4 {
    font-weight: 700;
    margin: 20px 0;
}
.box-price.bg-grey {
    display: inline-block;
    background:rgb(92 190 207 / 13%);
    border-radius: 14px;
    padding: 20px 35px;
    text-align: center;
    font-family: F37 Ginger;
    font-size: 14px;
    line-height: 34px;
}
.box-price div {
    font-weight: 600;
}
.row-xs {
    display: flex;
    gap: 15px;
}
.icon-box p {
    font-size: 14px;
    font-family: 'F37 Ginger';
}
.btn-section {
    text-align: center;
}
.events {
    width: 80%;
    margin: 0 auto;
}
.box-img {
    position: relative;
}
.number-box {
    position: absolute;
    background: #EBF3FF;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 16px;
    top: -16px;
    border-radius: 5px;
}
.number-box span {
    font-size: 18px;
    font-weight: 700;
    color: #5cbecf;
}
.story-item.item.bg-blue {
    padding: 50px 20px;
    font-size: 13px;
    font-family: 'F37 Ginger';
    font-weight: 500;
    line-height: 24px;
}

.story-item.item.bg-blue h5 {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
}
.box-img img {
    border-radius: 15px;
}
.icone-quote {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
}
#afterEvents .col-4:first-child, #afterEvents .col-4:last-child {
    transform: translateY(40px);
}
.content-box {
    padding: 20px 0;
    text-align: center;
}
.content-box h5 {
    font-weight: 700;
    font-family: 'F37 Ginger';
}
.content-box p {font-family: 'F37 Ginger';font-size: 13px;color: #838080;line-height: 22px;}
.bg-blue {
    background-color:rgb(92 190 207 / 13%);
}
.availableP {
    font-size: 16px;
    font-family: 'F37 Ginger';
    text-align: justify;
    line-height: 26px;
    width: 80%!important;
    margin: 0 auto 50px;
}
#availability .content-box {
    text-align: left;
    padding: 30px;
    border-radius: 35px 35px 0 0;
    height: 360px;
}
section#notice h2, section#letsPlay h2 {
    margin-bottom: 20px;
    text-align: center;
}
section#notice .availableP {
    text-align: center;
}
.bg-white{background-color: #fff;border-radius:35px;}
#availability .box-img img {
    border-radius: 32px 0 32px 32px;
    height: 270px;
    object-fit: cover;
	width:100%;
}
.flex-box {
    display: flex;
    gap: 10px;
	flex-wrap:nowrap!important;
}
.flex-box .col-3 {
    padding: 0;
	
}
.bg-white .content-box h5 {
    margin-bottom: 20px;
}
#afterEvents, #availability {
    padding-bottom: 70px;
}
#events .accordion-item, #accordionExample .accordion-item {
    background-color:rgb(92 190 207 / 13%);
    margin-bottom: 15px;
    border: none;
    border-radius: 13px;
}

#events .accordion-button, #accordionExample .accordion-button{
    background-color: transparent;
    box-shadow: none;
    padding-right: 25px;
    font-family: 'F37 Ginger';
    font-size: 14px;
    font-weight: 600;
}

#events h2.accordion-header, #accordionExample h2.accordion-header{
    margin: auto;
}

#events, #accordionExample {
    width: 60%;
    margin: 0 auto;
}
#events .accordion-body, #accordionExample .accordion-body {
    font-size: 13px;
    font-family: 'F37 Ginger';
    font-weight: 500;
    line-height: 24px;
}
#events .accordion-button::after, #accordionExample .accordion-button::after {
    width: 15px;
    background-size: 15px;
}
#faq h4 {
    text-align: center;margin-bottom:30px;
}
#clicPaillette {
    background-color: #FBF5E6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
    border-radius: 60% 60% 0% 0% / 60% 60% 0% 0%;
    left: -150px;
    right: -150px;
    width: calc(100% + 300px);
    }
#clicPaillette h2 {
    margin: 35px auto;
}
.no-scroll{overflow: hidden;padding-top: 150px;margin-top: 50px;}
.imgSection {
    position: absolute;
    width: 320px;
    height: 320px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -150px;
}
.cards {
    display: inline-flex;
    gap: 5px;
    margin-top: 15px;
}

.box-shipment {
    width: 40%;
    margin: 0 auto;
}
.cards div {
    width: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    padding: 3px;
}
.box-shipment .row-xs {
    gap: 7px;
}
.box-shipment {
    font-weight: 700;
    font-family: 'F37 Ginger';
    color: #000;
}
.accordion-button:not(.collapsed) {color: #ee8b80!important;}
#payment {
    padding: 50px 0;
}
footer {
   background-color: #5cbecf;
    color: #fff;
    font-size: 12px;
    font-family: 'F37 Ginger';
}
footer a {
    color: #fff;
    display: block;
    line-height: 22px;
}
p.copyright {
    margin: 30px auto 10px;
    text-align: center;
}
p.copyright a {
    display: inline-block;
}
footer h5 {
    font-size: 16px;
    font-weight: bold;
}
footer a:hover {
    color: #e1e1e1;
}
/**********Carrousel **********/
#story {
    width: 60%;
    margin: 0 auto;
}

.story .story-item, .notices .story-item {
	height: 310px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* color: white; */
	position:relative;
	font-size:13px;
}  
.notices .story-item {height: auto!important;}
.story .story-item:before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     background-color: black; 
    opacity: .2;
    border-radius: 15px;
  } 
.story .story-item span, .notice .story-item span {
	position:absolute;
	bottom:0;
	padding:10px 5px; 
  font-family: sans-serif;
}
.story .owl-stage {right: 15px;}
#story .owl-carousel .owl-nav button.owl-next, #story .owl-carousel .owl-nav button.owl-prev,
 .notice .owl-carousel .owl-nav button.owl-next, .notice .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    /* box-shadow: 2px 2px 2px #0000007a; */
    background: #fff!important;
}
#story .owl-carousel .owl-nav button.owl-next,
 #story .owl-carousel .owl-nav button.owl-prev{
	 background:#fff!important;
	 border:1px solid rgb(92 190 207 / 13%);
}
#story .owl-carousel .owl-nav button.owl-next span,
#story .owl-carousel .owl-nav button.owl-prev span,
 .notice .owl-carousel .owl-nav button.owl-next span,
 .notice .owl-carousel .owl-nav button.owl-prev span {
    font-size: 35px;
    line-height: 18px;
    color: #5cbecf;
    /* top: 0; */
}
#story .owl-nav, .notice .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    left: -15px;
}

.story.owl-carousel.owl-theme.owl-loaded.owl-drag, .notice.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

#story .owl-carousel .owl-nav button.owl-next, .notice .owl-carousel .owl-nav button.owl-next {
    right: 0;
    float: right;
}
/*****************/
section#contact.contact label {
    font-size: 13px;
    font-family: 'F37 Ginger';
    color: #000;
    font-weight: 500;
}

section#contact.contact .row {
    margin: 10px 0;
}

input.form-control { color: #6c757d;font-family:F37 Ginger;font-size:13px}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
}
button.btn-close {
    background-color: transparent;
    padding: 7px;
    right: 15px;
    position: absolute;
    top: 15px;
    opacity: 1;
	z-index:9999;
}
button.btn-close:focus{box-shadow:none;}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
    font-size:12px;
    font-family:F37 Ginger;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #6c757d;
    font-size:12px;
    font-family:F37 Ginger;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
    font-size:12px;
    font-family:F37 Ginger;
  opacity: 1;
}
.flex-btn div {
    display: inline-flex;
    margin: 0 10px 10px 0;
}
.flex-btn div input {margin-right: 5px;}
.modal.show .modal-dialog.modal-lg .modal-content {border-radius: 35px !important;}
.modal-body {padding: 30px;}
.col-sm-8.col-sm-offset-4.agreement {display: inline;}
.modal.show .btn-picstore .btn {
    line-height: 0;
    padding: initial;
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-family: 'F37 Ginger';
	padding:22px 30px;
}
.modal.show .btn-picstore .btn:focus {
    box-shadow: none!important;
    border-color: transparent !important;
}
.modal.show .btn-picstore:hover .btn {color: #ee8b80;}
.modal.show .btn-picstore a {padding: 12px 30px;}
.modal.show .modal-dialog.modal-lg .modal-content{padding:30px;}
  .flex-btn input[type="checkbox"] {display: none;} 
.flex-btn input[type="checkbox"] +  label { display: inline-block; cursor: pointer;background-color: #ededed; padding: 5px 10px;border-radius:7px; }
.flex-btn input[type="checkbox"]:checked +  label { background: #ee8b80; }
.flex-btn {margin-top: 10px;}
.col-sm-8.col-sm-offset-4.agreement label {
    display: inline;
}
.boxs-row .row-xs {flex-wrap: nowrap;}
.d-flex.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
	z-index:99;
    background: #fff;
    box-shadow: 2px 2px 2px #80808029;
    transition: 0.2s;
}
.phone-header {display: inline-flex;}
.phone-header a {
    color: #fff;
    margin-left: 8px;
	transition: 0.3s;
    font-size: 14px;
}
.icone-header {
    line-height: 36px;
}
.phone-header:hover a, .header-top a:hover{
    color: #fcdf3d;
    transition: 0.3s;
}
.icone-header img {height: 15px;}
.boxs-row .col-6 {
    float: left;
}
.date-container {
  position: relative;
  float: left;
  width: 100%;
}
.date-container .date-text {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #aaa;
}
.date-container .date-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  /* pointer-events: none; */
  cursor: pointer;
  color: #aaa;
}
input[type="date"] {
    position: relative;
}
input[type="date"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    color: #555;
    padding: 0 5px;
    right: 0;
    position: absolute;
    top: 8px;
}
input[type="date"]:hover:after {
    color: #000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
.accordion-body a, .accordion-body a:hover {
    color: #212529;
	font-weight:700;
}


@media screen and (max-width: 1024px) {
.logo img {max-height: 70px;}
#locationPhotographe h2, #locationPhotographe-2 h2, #locationPhotographe-3 h2, #locationPhotographe-4 h2 .section h2 {font-size: 28px;}
#availability .content-box {height: 440px;}
}
@media screen and (max-width: 991px) {
.flex-box .col-3 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.flex-box {
    flex-wrap: wrap!important;
    gap: initial;
}
#availability .content-box {height: 310px;}
#events, #accordionExample  {width: 75%;}
section#locationPhotographe .col-6, section#locationPhotographe-2 .col-6, section#locationPhotographe-3 .col-6, section#locationPhotographe-4 .col-6 {width: 100%;}
#afterEvents .col-4 {width: 100%;}
.row-xs {
    gap: initial;
    flex-wrap: wrap;
}
#afterEvents .col-4:first-child, #afterEvents .col-4:last-child {
    transform: translateY(0px);
}
#story {width: 80%;}
.box-shipment {width: 60%;}
div#events, div#accordionExample {width: 100%!important;}
	.img-banner {height: 420px;}
	.mail-header.visible-xs {
    display: block;
}

.mail-header.visible-xs a {
    color: #fff;
    text-decoration: underline !important;!i;!;
    margin-top: 5px;
    display: block;
}
.link-header {display: none;}
.logo.col-6 {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.mail-header.mail {
    line-height: 22px;
    height: 35px;
    margin-top: 3px;
}
.icon-box {margin-right: 5px;}
.col-6.row-second {order: 2;}
#locationPhotographe-2 .btn-section, #locationPhotographe-4 .btn-section {order: 3;}
}
@media screen and (max-width: 768px) {
.content {text-align: center;}
.boxs-row {text-align: left;}
.icon-box {margin-right: 10px;}
.row-xs {
    display: inline-flex;
    width: 100%;
}
.nav-top {flex-direction: column;}
.header-top {
    height: auto;
    padding-bottom: 5px;
}
.mail-header.mail, .mail-header.mail a {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.header-top div{line-height: 22px;}
.box-shipment {font-size: 14px;width:100%;}
#locationPhotographe .slide, #locationPhotographe-2 .slide, #locationPhotographe-3 .slide, #locationPhotographe-4 .slide {
    width: 100%;
} 
.phone-header {
    text-align: center;
    margin: 10px auto 0;
}
}
@media screen and (max-width: 767px) {
.flex-box .col-3{width: 100%;}
#availability .content-box {height: auto;}
}
@media screen and (max-width: 600px) {
section#contact .col-6 {width: 100%;}
.modal.show .modal-dialog.modal-lg .modal-content {
    padding: initial;
    padding-bottom: 15px;
}
.header-top {
    height: auto;
    line-height: 18px;
    padding: 10px 0;
}

.d-flex {
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    max-width: 100%;
    padding: 5px 15px;
}

.logo img {
    max-height: 85px;
}

.content-banner h1 {
    font-size: 36px;
}

.content-banner h3 {
    font-size: 24px;
    line-height: 26px;
}

.content-banner {
    padding-left: 15px;
    padding-right: 15px;
}

.img-banner {
    height: 400px;
}

.btn-picstore a{
    padding: 7px 15px;
}

#locationPhotographe h2, .section h2, #locationPhotographe-2 h2, .section h2, #locationPhotographe-3 h2, .section h2, #locationPhotographe-4 h2, .section h2 {
    font-size: 32px;
}

.flex-box .col-3 {
    width: 100%;
}

#availability .content-box {
    height: auto;
}

#locationPhotographe, #locationPhotographe-2, #locationPhotographe-3, #locationPhotographe-4, .section {
    padding: 50px 0 0;
}

.no-scroll {
    padding-top: 150px;
}

section#payment .col-6 {
    width: 100%;
}

.box-shipment {
    width: 100%;
    margin-bottom: 20px;
}
#clicPaillette {
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 15% 15% 0% 0% / 15% 15% 0% 0%;
}
.col-3.hidden-xs {
    display: none;
}
.box-shipment .row-xs {
    display: flex;
    align-items: center;
    justify-content: center;
}
#payment {
    padding-bottom: 0;
}
.d-flex.sticky {height: 95px;}
#locationPhotographe, #locationPhotographe-2, #locationPhotographe-3, #locationPhotographe-4, .section {
    padding-left: 15px;
    padding-right: 15px;
}
}