.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}@font-face{font-family:'GothamBook';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/GothamNarrow-Book.otf) format("opentype")}@font-face{font-family:'GothamMedium';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/GothamNarrow-Medium.otf) format("opentype")}@font-face{font-family:'GothamBlack';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/GothamNarrow-Black.otf) format("opentype")}@font-face{font-family:'GothamLight';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/GothamNarrow-Light.otf) format("opentype")}@font-face{font-family:'PoppinsBold';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-Bold.ttf) format("truetype")}@font-face{font-family:'PoppinsBoldIt';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-BoldItalic.ttf) format("truetype")}@font-face{font-family:'PoppinsMedium';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-Medium.ttf) format("truetype")}@font-face{font-family:'PoppinsMediumIt';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-MediumItalic.ttf) format("truetype")}@font-face{font-family:'PoppinsRegular';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:'PoppinsItalic';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-Italic.ttf) format("truetype")}@font-face{font-family:'PoppinsLight';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-Light.ttf) format("truetype")}@font-face{font-family:'PoppinsLightIt';src:url(//custeam.fr/wp-content/themes/custeam/assets/font/Poppins-LightItalic.ttf) format("truetype")}@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rotate{0%{transform:rotate(0deg) translate3d(0, 0, 0)}25%{transform:rotate(3deg) translate3d(0, 0, 0)}50%{transform:rotate(-3deg) translate3d(0, 0, 0)}75%{transform:rotate(1deg) translate3d(0, 0, 0)}100%{transform:rotate(0deg) translate3d(0, 0, 0)}}@keyframes storm{0%{transform:translate3d(0, 0, 0) translateZ(0)}25%{transform:translate3d(4px, 0, 0) translateZ(0)}50%{transform:translate3d(-3px, 0, 0) translateZ(0)}75%{transform:translate3d(2px, 0, 0) translateZ(0)}100%{transform:translate3d(0, 0, 0) translateZ(0)}}@keyframes scroll-ani{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.pyro>.before,.pyro>.after{position:absolute;width:5px;height:5px;border-radius:50%;box-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;-moz-animation:1s bang ease-out backwards,1s gravity ease-in backwards,5s position linear backwards;-webkit-animation:1s bang ease-out backwards,1s gravity ease-in backwards,5s position linear backwards;-o-animation:1s bang ease-out backwards,1s gravity ease-in backwards,5s position linear backwards;-ms-animation:1s bang ease-out backwards,1s gravity ease-in backwards,5s position linear backwards;animation:1s bang ease-out backwards,1s gravity ease-in backwards,5s position linear backwards}.pyro>.after{-moz-animation-delay:1.25s,1.25s,1.25s;-webkit-animation-delay:1.25s,1.25s,1.25s;-o-animation-delay:1.25s,1.25s,1.25s;-ms-animation-delay:1.25s,1.25s,1.25s;animation-delay:1.25s,1.25s,1.25s;-moz-animation-duration:1.25s,1.25s,6.25s;-webkit-animation-duration:1.25s,1.25s,6.25s;-o-animation-duration:1.25s,1.25s,6.25s;-ms-animation-duration:1.25s,1.25s,6.25s;animation-duration:1.25s,1.25s,6.25s}@-webkit-keyframes bang{to{box-shadow:52px -110.3333333333px #eaff00,-921px 413.6666666667px #8400ff,1143px -697.3333333333px #d0ff00,-748px -1882.3333333333px #70f,-778px -374.3333333333px #00aeff,693px -457.3333333333px #ffd900,-322px -1113.3333333333px #2f0,-714px -1853.3333333333px #0dff00,266px -1975.3333333333px #00ff73,460px -1117.3333333333px #c400ff,1088px 321.6666666667px #e1ff00,-379px -509.3333333333px #00d9ff,-772px -1701.3333333333px #f0c,1013px -683.3333333333px #ff006a,-1224px 384.6666666667px #ff001e,-878px -82.3333333333px red,-216px -1962.3333333333px #a200ff,1243px -1109.3333333333px #d0ff00,388px -1760.3333333333px #5900ff,1077px -1418.3333333333px #0f3,545px -290.3333333333px #ffb700,-513px -887.3333333333px #6fff00,-1232px -353.3333333333px #51ff00,554px 230.6666666667px #0bf,-181px -1012.3333333333px #73ff00,1021px -1531.3333333333px #ff8c00,834px -1083.3333333333px #b7ff00,-862px -1353.3333333333px #7300ff,-1185px 63.6666666667px #ff4000,-149px -1254.3333333333px #ffc800,-328px -979.3333333333px #f2ff00,-418px -462.3333333333px #30f,-304px -562.3333333333px #9d00ff,441px -178.3333333333px #ffb300,798px -1870.3333333333px #00fff7,-56px -463.3333333333px #3cff00,-425px -1875.3333333333px #ff0091,-459px -1506.3333333333px #00b3ff,-1202px -1839.3333333333px #fbff00,936px -162.3333333333px #ffb300,-1021px -423.3333333333px #ff5e00,66px -1637.3333333333px #00ffa2,62px -474.3333333333px #00ff9d,476px -1578.3333333333px #00ffe6,420px -229.3333333333px #60f,-591px 347.6666666667px #00eaff,-492px -1643.3333333333px #0fd,734px -341.3333333333px #f2ff00,981px -486.3333333333px #1500ff,215px -80.3333333333px #002fff,-1107px -97.3333333333px #ff00ea}}@-moz-keyframes bang{to{box-shadow:52px -110.3333333333px #eaff00,-921px 413.6666666667px #8400ff,1143px -697.3333333333px #d0ff00,-748px -1882.3333333333px #70f,-778px -374.3333333333px #00aeff,693px -457.3333333333px #ffd900,-322px -1113.3333333333px #2f0,-714px -1853.3333333333px #0dff00,266px -1975.3333333333px #00ff73,460px -1117.3333333333px #c400ff,1088px 321.6666666667px #e1ff00,-379px -509.3333333333px #00d9ff,-772px -1701.3333333333px #f0c,1013px -683.3333333333px #ff006a,-1224px 384.6666666667px #ff001e,-878px -82.3333333333px red,-216px -1962.3333333333px #a200ff,1243px -1109.3333333333px #d0ff00,388px -1760.3333333333px #5900ff,1077px -1418.3333333333px #0f3,545px -290.3333333333px #ffb700,-513px -887.3333333333px #6fff00,-1232px -353.3333333333px #51ff00,554px 230.6666666667px #0bf,-181px -1012.3333333333px #73ff00,1021px -1531.3333333333px #ff8c00,834px -1083.3333333333px #b7ff00,-862px -1353.3333333333px #7300ff,-1185px 63.6666666667px #ff4000,-149px -1254.3333333333px #ffc800,-328px -979.3333333333px #f2ff00,-418px -462.3333333333px #30f,-304px -562.3333333333px #9d00ff,441px -178.3333333333px #ffb300,798px -1870.3333333333px #00fff7,-56px -463.3333333333px #3cff00,-425px -1875.3333333333px #ff0091,-459px -1506.3333333333px #00b3ff,-1202px -1839.3333333333px #fbff00,936px -162.3333333333px #ffb300,-1021px -423.3333333333px #ff5e00,66px -1637.3333333333px #00ffa2,62px -474.3333333333px #00ff9d,476px -1578.3333333333px #00ffe6,420px -229.3333333333px #60f,-591px 347.6666666667px #00eaff,-492px -1643.3333333333px #0fd,734px -341.3333333333px #f2ff00,981px -486.3333333333px #1500ff,215px -80.3333333333px #002fff,-1107px -97.3333333333px #ff00ea}}@-o-keyframes bang{to{box-shadow:52px -110.3333333333px #eaff00,-921px 413.6666666667px #8400ff,1143px -697.3333333333px #d0ff00,-748px -1882.3333333333px #70f,-778px -374.3333333333px #00aeff,693px -457.3333333333px #ffd900,-322px -1113.3333333333px #2f0,-714px -1853.3333333333px #0dff00,266px -1975.3333333333px #00ff73,460px -1117.3333333333px #c400ff,1088px 321.6666666667px #e1ff00,-379px -509.3333333333px #00d9ff,-772px -1701.3333333333px #f0c,1013px -683.3333333333px #ff006a,-1224px 384.6666666667px #ff001e,-878px -82.3333333333px red,-216px -1962.3333333333px #a200ff,1243px -1109.3333333333px #d0ff00,388px -1760.3333333333px #5900ff,1077px -1418.3333333333px #0f3,545px -290.3333333333px #ffb700,-513px -887.3333333333px #6fff00,-1232px -353.3333333333px #51ff00,554px 230.6666666667px #0bf,-181px -1012.3333333333px #73ff00,1021px -1531.3333333333px #ff8c00,834px -1083.3333333333px #b7ff00,-862px -1353.3333333333px #7300ff,-1185px 63.6666666667px #ff4000,-149px -1254.3333333333px #ffc800,-328px -979.3333333333px #f2ff00,-418px -462.3333333333px #30f,-304px -562.3333333333px #9d00ff,441px -178.3333333333px #ffb300,798px -1870.3333333333px #00fff7,-56px -463.3333333333px #3cff00,-425px -1875.3333333333px #ff0091,-459px -1506.3333333333px #00b3ff,-1202px -1839.3333333333px #fbff00,936px -162.3333333333px #ffb300,-1021px -423.3333333333px #ff5e00,66px -1637.3333333333px #00ffa2,62px -474.3333333333px #00ff9d,476px -1578.3333333333px #00ffe6,420px -229.3333333333px #60f,-591px 347.6666666667px #00eaff,-492px -1643.3333333333px #0fd,734px -341.3333333333px #f2ff00,981px -486.3333333333px #1500ff,215px -80.3333333333px #002fff,-1107px -97.3333333333px #ff00ea}}@-ms-keyframes bang{to{box-shadow:52px -110.3333333333px #eaff00,-921px 413.6666666667px #8400ff,1143px -697.3333333333px #d0ff00,-748px -1882.3333333333px #70f,-778px -374.3333333333px #00aeff,693px -457.3333333333px #ffd900,-322px -1113.3333333333px #2f0,-714px -1853.3333333333px #0dff00,266px -1975.3333333333px #00ff73,460px -1117.3333333333px #c400ff,1088px 321.6666666667px #e1ff00,-379px -509.3333333333px #00d9ff,-772px -1701.3333333333px #f0c,1013px -683.3333333333px #ff006a,-1224px 384.6666666667px #ff001e,-878px -82.3333333333px red,-216px -1962.3333333333px #a200ff,1243px -1109.3333333333px #d0ff00,388px -1760.3333333333px #5900ff,1077px -1418.3333333333px #0f3,545px -290.3333333333px #ffb700,-513px -887.3333333333px #6fff00,-1232px -353.3333333333px #51ff00,554px 230.6666666667px #0bf,-181px -1012.3333333333px #73ff00,1021px -1531.3333333333px #ff8c00,834px -1083.3333333333px #b7ff00,-862px -1353.3333333333px #7300ff,-1185px 63.6666666667px #ff4000,-149px -1254.3333333333px #ffc800,-328px -979.3333333333px #f2ff00,-418px -462.3333333333px #30f,-304px -562.3333333333px #9d00ff,441px -178.3333333333px #ffb300,798px -1870.3333333333px #00fff7,-56px -463.3333333333px #3cff00,-425px -1875.3333333333px #ff0091,-459px -1506.3333333333px #00b3ff,-1202px -1839.3333333333px #fbff00,936px -162.3333333333px #ffb300,-1021px -423.3333333333px #ff5e00,66px -1637.3333333333px #00ffa2,62px -474.3333333333px #00ff9d,476px -1578.3333333333px #00ffe6,420px -229.3333333333px #60f,-591px 347.6666666667px #00eaff,-492px -1643.3333333333px #0fd,734px -341.3333333333px #f2ff00,981px -486.3333333333px #1500ff,215px -80.3333333333px #002fff,-1107px -97.3333333333px #ff00ea}}@keyframes bang{to{box-shadow:52px -110.3333333333px #eaff00,-921px 413.6666666667px #8400ff,1143px -697.3333333333px #d0ff00,-748px -1882.3333333333px #70f,-778px -374.3333333333px #00aeff,693px -457.3333333333px #ffd900,-322px -1113.3333333333px #2f0,-714px -1853.3333333333px #0dff00,266px -1975.3333333333px #00ff73,460px -1117.3333333333px #c400ff,1088px 321.6666666667px #e1ff00,-379px -509.3333333333px #00d9ff,-772px -1701.3333333333px #f0c,1013px -683.3333333333px #ff006a,-1224px 384.6666666667px #ff001e,-878px -82.3333333333px red,-216px -1962.3333333333px #a200ff,1243px -1109.3333333333px #d0ff00,388px -1760.3333333333px #5900ff,1077px -1418.3333333333px #0f3,545px -290.3333333333px #ffb700,-513px -887.3333333333px #6fff00,-1232px -353.3333333333px #51ff00,554px 230.6666666667px #0bf,-181px -1012.3333333333px #73ff00,1021px -1531.3333333333px #ff8c00,834px -1083.3333333333px #b7ff00,-862px -1353.3333333333px #7300ff,-1185px 63.6666666667px #ff4000,-149px -1254.3333333333px #ffc800,-328px -979.3333333333px #f2ff00,-418px -462.3333333333px #30f,-304px -562.3333333333px #9d00ff,441px -178.3333333333px #ffb300,798px -1870.3333333333px #00fff7,-56px -463.3333333333px #3cff00,-425px -1875.3333333333px #ff0091,-459px -1506.3333333333px #00b3ff,-1202px -1839.3333333333px #fbff00,936px -162.3333333333px #ffb300,-1021px -423.3333333333px #ff5e00,66px -1637.3333333333px #00ffa2,62px -474.3333333333px #00ff9d,476px -1578.3333333333px #00ffe6,420px -229.3333333333px #60f,-591px 347.6666666667px #00eaff,-492px -1643.3333333333px #0fd,734px -341.3333333333px #f2ff00,981px -486.3333333333px #1500ff,215px -80.3333333333px #002fff,-1107px -97.3333333333px #ff00ea}}@-webkit-keyframes gravity{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@-moz-keyframes gravity{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@-o-keyframes gravity{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@-ms-keyframes gravity{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@keyframes gravity{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@-webkit-keyframes position{0%, 19.9%{margin-top:10%;margin-left:40%}20%, 39.9%{margin-top:40%;margin-left:30%}40%, 59.9%{margin-top:20%;margin-left:70%}60%, 79.9%{margin-top:30%;margin-left:20%}80%, 99.9%{margin-top:30%;margin-left:80%}}@-moz-keyframes position{0%, 19.9%{margin-top:10%;margin-left:40%}20%, 39.9%{margin-top:40%;margin-left:30%}40%, 59.9%{margin-top:20%;margin-left:70%}60%, 79.9%{margin-top:30%;margin-left:20%}80%, 99.9%{margin-top:30%;margin-left:80%}}@-o-keyframes position{0%, 19.9%{margin-top:10%;margin-left:40%}20%, 39.9%{margin-top:40%;margin-left:30%}40%, 59.9%{margin-top:20%;margin-left:70%}60%, 79.9%{margin-top:30%;margin-left:20%}80%, 99.9%{margin-top:30%;margin-left:80%}}@-ms-keyframes position{0%, 19.9%{margin-top:10%;margin-left:40%}20%, 39.9%{margin-top:40%;margin-left:30%}40%, 59.9%{margin-top:20%;margin-left:70%}60%, 79.9%{margin-top:30%;margin-left:20%}80%, 99.9%{margin-top:30%;margin-left:80%}}@keyframes position{0%, 19.9%{margin-top:10%;margin-left:40%}20%, 39.9%{margin-top:40%;margin-left:30%}40%, 59.9%{margin-top:20%;margin-left:70%}60%, 79.9%{margin-top:30%;margin-left:20%}80%, 99.9%{margin-top:30%;margin-left:80%}}*{box-sizing:border-box;margin:0;padding:0;border:none}*:focus{outline:none}.grecaptcha-badge{opacity:0;z-index:-1}a:visited,a:link{color:white}body,html{position:relative;z-index:1;font-family:'GothamMedium';color:#161616}body{overflow:auto;height:auto}body.open{height:100%;overflow:hidden}.pyro{display:none}.before,.after{display:none}.pyro.open{display:block;position:absolute;z-index:999;top:34%;left:50%;transform:translateX(-50%)}.before.open,.after.open{display:block}a,button{text-decoration:none;cursor:pointer}p,a,li,div{margin:0;font-size:15px;color:#161616;line-height:1.3em;font-family:'GothamMedium'}h1,h2,h3,h4{font-family:'PoppinsBoldIt';color:#161616;text-transform:uppercase;line-height:1.3;text-align:center;letter-spacing:1.3px;margin:0}h1{font-size:30px;line-height:1.1;font-family:'PoppinsItalic';position:relative;width:auto;margin:auto;padding-top:50px;text-align:center;padding-bottom:30px}h1 strong{font-family:'PoppinsBold';font-size:35px}h1::before{content:"";position:absolute;width:50px;height:1px;bottom:0px;left:50%;transform:translateX(-50%);background:#161616}h2{font-size:25px;padding-bottom:25px;position:relative}h2::after{content:"";background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/signature-title.png);background-size:contain;background-position:center;background-repeat:no-repeat;height:20px;width:40px;bottom:0;left:50%;transform:translateX(-50%);position:absolute}h3{font-size:25px}h4{font-size:18px}.page{margin:0}.thumbnails{background-position:center;background-size:cover;background-repeat:no-repeat}.icons{background-repeat:no-repeat;background-size:contain;background-position:center}.banniere{height:calc(100vh - 80px);width:100%;position:relative}.swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.gallery-top{height:100%;width:100%}.gallery-thumbs{height:20%;box-sizing:border-box;padding:10px 0}.gallery-thumbs .swiper-slide{height:100%}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.overlay{display:block;position:fixed;z-index:-1;left:0;top:0;width:100%;height:100%;overflow:auto;transition:all 0.5s ease-in-out}.overlay.open{z-index:90;background-color:#000;background-color:rgba(0,0,0,0.4);transition:all 0.5s ease-in-out}.shadow{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0.3}#Paginator{width:100%;margin:0px auto 50px}#Paginator .content-paginator{display:flex;justify-content:center;margin:auto}#Paginator .content-paginator .page-numbers{font-size:16px;color:#dadada;font-family:'PoppinsRegular';text-decoration:none;width:20px;text-align:center;border-radius:5px}#Paginator .content-paginator .next-page{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);height:auto;width:8px;margin-left:10px}#Paginator .content-paginator .previous-page{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);height:auto;width:8px;margin-right:10px;transform:rotate(180deg)}#Paginator .content-paginator .next-page.disable{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/slide-right-grey-min.png);opacity:0.5}#Paginator .content-paginator .current{color:#161616}#Paginator .content-paginator .previous-page.disable{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);opacity:0.5}#Paginator .content-paginator .next,#Paginator .content-paginator .prev{display:none}.mouse-scroll{display:inline-block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);line-height:18px;font-size:13px;font-weight:normal;color:#7F8C8D;color:#FFF;font-family:"GothamMedium";letter-spacing:2px;text-decoration:none;overflow:hidden}.mouse-scroll .mouse{position:relative;display:block;width:38px;height:63px;margin:0 auto 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:3px solid #FFF;border-radius:23px}.mouse-scroll .mouse .mouse-movement{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#FFF;border-radius:50%;-webkit-animation:scroll-ani 4s linear infinite;-moz-animation:scroll-ani 4s linear infinite;animation:scroll-ani 4s linear infinite}.mouse-scroll .mouse-message{float:left;padding:0;-webkit-animation:scroll-ani 4s linear infinite;-moz-animation:scroll-ani 4s linear infinite;animation:scroll-ani 4s linear infinite}.page-id-270,.page-id-3{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/FOND_INTRO_CLAIR.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 20px 30px}@media only screen and (min-width: 567px) and (max-height: 400px){h1{padding:100px 0px 0px 60px;margin-left:40px;text-align:left}h1::before{top:69%;transform:unset;left:0px;width:50px}.mouse-scroll .mouse{width:30px;height:50px}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 30px 30px}.page-id-270 .site-main h1,.page-id-3 .site-main h1{margin:0}.page-id-270 .site-main h1::before,.page-id-3 .site-main h1::before{top:85%}.pyro.open{top:28%}}@media only screen and (min-width: 768px) and (min-height: 600px){h1{margin-left:40px;padding-top:100px;text-align:left;padding-left:100px;font-size:37px}h1::before{top:58%;transform:unset;left:0px;width:70px}h1 strong{font-size:42px}h2{font-size:30px}p,a,li,div{font-size:18px}#Paginator{margin:0px auto 50px}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 40px 30px}.page-id-270 .site-main h1,.page-id-3 .site-main h1{margin:0}.page-id-270 .site-main h1::before,.page-id-3 .site-main h1::before{top:70%}.pyro.open{top:42%;left:45%}}@media only screen and (min-width: 1024px) and (min-height: 768px){h1{margin-left:100px;padding-left:125px}h1::before{width:100px}h2::after{width:40px}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 100px 50px}}@media only screen and (min-width: 1280px){h1{padding:100px 0px 0px 150px;width:auto;margin-left:12%;margin-right:12%;font-size:40px}h1::before{top:74%;width:110px}h1 strong{font-size:50px}h2{font-size:30px}p,a,li,div{font-size:18px}.banniere{height:calc(100vh - 111px);width:100%}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 12% 70px}.page-id-270 .site-main h1,.page-id-3 .site-main h1{margin:0}.page-id-270 .site-main h1::before,.page-id-3 .site-main h1::before{top:85%}.pyro.open{top:50%;left:50%;transform:translateX(-50%) translateY(-50%);position:fixed}}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1440px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min-resolution: 192dpi) and (min-width: 1440px), only screen and (min-resolution: 2dppx) and (min-width: 1440px){h1::before{top:65%}}@media only screen and (min-width: 1920px){h1{padding:0px;padding-left:185px;width:100%;font-size:45px;margin-left:0}h1 strong{font-size:45px}h1::before{top:27%;width:150px}h2{font-size:35px}h2::after{width:60px}.page-id-270 .site-main,.page-id-3 .site-main{padding:0px 19% 70px}}input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],select,textarea{display:block;border-radius:50px;background:#f3f2e6;border:1px solid #000;height:45px;text-align:center;color:#000;margin:auto;width:calc(100% - 40px);font-family:'GothamBook'}input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="number"]::placeholder,input[type="tel"]::placeholder,input[type="date"]::placeholder,select::placeholder,textarea::placeholder{color:#000}input[type="submit"]{height:50px;width:200px;border-radius:50px;text-transform:uppercase;color:white;font-family:'GothamMedium';background:#fb6d59;letter-spacing:1.1px;border:none}select{text-align-last:center}select option{color:#000}textarea{height:200px;border-radius:25px;text-align:left;padding:20px}div.wpcf7 .ajax-loader{width:100%;margin:0}.modal{z-index:-1;opacity:0;height:auto;position:fixed;top:50%;transform:translateY(-50%) translateX(-50%);background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/Background-popup.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:calc(100% - 40px);left:50%;border-radius:8px;padding:50px 20px 20px;border:none;transition:all 0.5s ease-in-out}.modal .close{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross-popup.png);height:15px;width:15px;position:absolute;right:20px;top:20px}.modal h2{font-size:18px}.modal .wpcf7{margin-top:20px}.modal .wpcf7 .flex br{display:none}.modal .wpcf7 input{margin-top:10px}.modal .wpcf7 textarea{margin-top:10px;height:100px}.modal .wpcf7 input[type="text"],.modal .wpcf7 input[type="email"],.modal .wpcf7 input[type="number"],.modal .wpcf7 input[type="tel"],.modal .wpcf7 input[type="date"],.modal .wpcf7 select{height:40px}.modal .wpcf7 input[type="submit"]{height:40px;width:200px;margin:10px auto 0px;display:block}.modal .wpcf7 .select-resa,.modal .wpcf7 .input-date{border:1px solid #ff2d0f;color:#ff2d0f}.modal .wpcf7 .select-resa::-webkit-calendar-picker-indicator,.modal .wpcf7 .input-date::-webkit-calendar-picker-indicator{color:#ff2d0f}.modal .wpcf7 input::-webkit-calendar-picker-indicator{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/calendar.png)}.confirm{padding:50px 20px !important;display:flex;justify-content:center;flex-direction:column;align-items:center}.confirm p{margin-top:25px;position:relative}.confirm svg{width:75px;height:75px}.wpcf7 .politique-conf{display:flex;margin-top:6px}.wpcf7 .politique-conf span{margin:0}.wpcf7 .politique-conf label{display:flex}.wpcf7 .politique-conf .text-condition{font-size:6px;line-height:1.4;padding-right:20px}.wpcf7 .politique-conf .text-condition a{color:black;font-size:5px;text-decoration:underline}.wpcf7 .politique-conf input{margin:0 4px 0 20px}.modal.open{z-index:100;opacity:1;transition:all 0.5s ease-in-out}.modal-jeux-concours{position:absolute;top:42%;background-color:#17181A;background-image:none;padding-top:0}.modal-jeux-concours .div-image-jeux-concours{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/Background-jeux-concours.png);background-size:contain}.modal-jeux-concours .div-image-jeux-concours div{color:white;margin:0 10%;text-align:center;margin-top:15px}.modal-jeux-concours .div-image-jeux-concours .logo-ps5{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-playstation.png);background-position:center;background-repeat:no-repeat;background-size:contain;height:150px;margin-top:0}.modal-jeux-concours .div-image-jeux-concours .logo-bravo{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-bravo.png);background-position:center;background-repeat:no-repeat;background-size:contain;height:100px}.modal-jeux-concours .div-image-jeux-concours .orange{font-size:18px;color:#FF7058;text-align:center;font-family:"PoppinsMediumIt";padding:10px;line-height:1.3;max-width:250px;margin:0 auto;text-transform:none}.modal-jeux-concours .div-image-jeux-concours .orange::after{content:none}.modal-jeux-concours .div-image-jeux-concours .message-form{font-family:"PoppinsLight";color:white;font-size:13px;text-align:center;padding:10px;max-width:410px;margin:0 auto}.modal-jeux-concours .div-image-jeux-concours .message-form span{font-family:"PoppinsMedium"}.modal-jeux-concours .div-form-jeu-concours{margin-top:20px}.modal-jeux-concours .chance{font-size:14px;color:#1FF7BE;text-transform:none;font-family:"PoppinsMedium";padding:0;position:relative;padding-left:30px}.modal-jeux-concours .chance::before{position:absolute;content:"";background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/checked-logo.png);background-size:contain;background-position:center;background-repeat:no-repeat;height:25px;width:25px;top:50%;transform:translate(-430%, -50%);left:50%}.modal-jeux-concours .chance::after{content:none}.modal-jeux-concours .wpcf7 input{background-color:#222426;border:none;margin:5px 0;width:100%;padding-left:15px;text-align:start;color:#F4F2E5}.modal-jeux-concours .wpcf7 input:focus{color:#F4F2E5}.modal-jeux-concours .wpcf7 input[type="submit"]{background-color:#17181A;border:#FF7058 solid 1px;text-align:center}.modal-jeux-concours .wpcf7 input::placeholder{color:#686869;text-align:start;margin-left:10px;font-family:"GothamBook"}.modal-jeux-concours .input-social .facebook input[type="text"],.modal-jeux-concours .input-social .instagram input[type="text"],.modal-jeux-concours .input-social .tiktok input[type="text"]{margin-left:50px;width:calc(100% - 70px)}.modal-jeux-concours .facebook{position:relative;padding-left:30px}.modal-jeux-concours .facebook::before{content:"";background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-facebook.png);background-position:center;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;position:absolute;top:25%;transform:translateX(-50%);left:10px}.modal-jeux-concours .instagram{position:relative;padding-left:30px}.modal-jeux-concours .instagram::before{content:"";background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-instagram.png);background-position:center;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;position:absolute;top:25%;transform:translateX(-50%);left:10px}.modal-jeux-concours .tiktok{position:relative;padding-left:30px}.modal-jeux-concours .tiktok::before{content:"";background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-tiktok.png);background-position:center;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;position:absolute;top:25%;transform:translateX(-50%);left:10px}.modal-jeux-concours .grey-barre{background-color:#686869;border:0;width:25px;height:1px;margin:15px auto 10px}.modal-jeux-concours .age-min{color:#686869;font-size:10px;margin:0 auto 10px;text-align:center;font-family:"PoppinsLightIt";padding:0;width:235px}.modal-jeux-concours .age-min span{font-family:"PoppinsBoldIt"}.modal-jeux-concours .wpcf7 .condition span{margin:0}.modal-jeux-concours .wpcf7 .condition label{display:flex}.modal-jeux-concours .wpcf7 .condition label .condition-text{color:#F4F2E5;font-size:10px;font-family:"PoppinsLightIt";margin-bottom:10px}.modal-jeux-concours .wpcf7 .condition label .condition-text a{font-family:"PoppinsLightIt";font-size:10px;text-decoration:underline}.modal-jeux-concours .wpcf7 .condition label input{margin:0 12px 0 0;width:40px}.modal-jeux-concours .social{color:#1BACF0;font-size:16px;font-family:PoppinsMedium;text-align:center;margin-bottom:30px;padding-top:55px;position:relative}.modal-jeux-concours .social::before{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/thumb-logo.png);background-repeat:no-repeat;background-size:contain;background-position:center;content:"";position:absolute;height:35px;width:35px;top:10px;left:50%;transform:translateX(-50%)}.modal-jeux-concours .required-field{color:#686869;font-size:13px;text-align:center;margin:20px 0 15px 0;font-family:PoppinsLightIt}@media only screen and (min-width: 567px) and (max-height: 400px){input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],select,textarea{height:35px}input[type="submit"]{height:40px}.modal{width:calc(100% - 80px);padding:30px 20px 20px}.modal .wpcf7 .flex{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.modal .wpcf7 .flex span{width:50%}.modal .wpcf7 input{margin-top:0}.modal .wpcf7 input[type="text"],.modal .wpcf7 input[type="email"],.modal .wpcf7 input[type="number"],.modal .wpcf7 input[type="tel"],.modal .wpcf7 input[type="date"],.modal .wpcf7 select,.modal .wpcf7 textarea{width:calc(100% - 20px)}.modal .wpcf7 textarea{height:70px}}@media only screen and (min-width: 768px) and (min-height: 600px){.modal{width:calc(100% - 80px);padding:70px 40px 70px}.modal h2{font-size:25px}.modal .wpcf7{margin-top:50px}.modal .wpcf7 .flex{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.modal .wpcf7 .flex>p{display:flex;justify-content:space-between;align-items:center;width:100%}.modal .wpcf7 .flex span{width:50%}.modal .wpcf7 input{margin-top:0}.modal .wpcf7 input[type="text"],.modal .wpcf7 input[type="email"],.modal .wpcf7 input[type="number"],.modal .wpcf7 input[type="tel"],.modal .wpcf7 input[type="date"],.modal .wpcf7 select,.modal .wpcf7 textarea{width:calc(100% - 20px);height:50px}.modal .wpcf7 textarea{height:200px;margin-top:20px}.modal .wpcf7 input[type="submit"]{height:60px;margin:30px auto 0px}.wpcf7 .politique-conf .text-condition{font-size:15px}.wpcf7 .politique-conf .text-condition a{font-size:15px}#Contact .politique-conf input{margin:3px 4px 0 0}}@media only screen and (min-width: 1024px) and (min-height: 768px){.modal{width:calc(100% - 200px);padding:50px 100px 40px}}@media only screen and (min-width: 1280px){.modal{width:65%;padding:70px 9% 40px}input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],select{height:50px}.modal-jeux-concours{top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}}@media only screen and (min-width: 1920px){.modal{width:33%;padding:70px 3% 40px}.modal .close{right:35px;top:35px}.modal-jeux-concours{top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}}@media only screen and (min-width: 568px) and (max-height: 400px){.modal-jeux-concours{top:35%}.modal-jeux-concours .wpcf7 .flex{margin-top:0}.modal-jeux-concours .age-div{width:100%}.modal-jeux-concours .tiktok{flex-basis:50%}}@media only screen and (min-width: 768px){.modal-jeux-concours{padding:0;display:flex;padding-right:0}.modal-jeux-concours .chance{text-align:start;padding-left:55px}.modal-jeux-concours .chance:before{left:15px;transform:translate(0, -50%);height:30px;width:30px}.modal-jeux-concours .wpcf7{margin-top:15px}.modal-jeux-concours .wpcf7 input{margin:6px 3px}.modal-jeux-concours .wpcf7 .flex{margin:0}.modal-jeux-concours .div-form-jeu-concours{flex-basis:60%;padding:0 40px;margin-top:30px}.modal-jeux-concours .div-image-jeux-concours{flex-basis:40%}.modal-jeux-concours .div-image-jeux-concours .logo-bravo{height:200px}.modal-jeux-concours .div-image-jeux-concours .logo-ps5{height:300px}.modal-jeux-concours .age-div{display:flex;flex-basis:100%;align-items:center}.modal-jeux-concours .age-div p{flex-basis:50%;min-width:50%}.modal-jeux-concours .age-div .grey-barre{margin:5px 10px 0;width:1px;height:20px}.modal-jeux-concours .age-div .age-min{flex-basis:50%;margin:5px 0;padding:0 10px 0 0;text-align:start}.modal-jeux-concours .social{padding:0 0 0 40px;text-align:start;margin:10px 0}.modal-jeux-concours .social:before{transform:translate(0, -50%);left:0;top:50%}.modal-jeux-concours .facebook,.modal-jeux-concours .instagram,.modal-jeux-concours .tiktok{flex-basis:50%}.modal-jeux-concours .required-field{text-align:start;margin:20px 0 15px 5px}.modal-jeux-concours .condition{text-align:start;justify-content:start}}@media only screen and (min-width: 1280px){.modal-jeux-concours{top:50%;left:50%;transform:translateY(-50%) translateX(-50%);position:fixed;width:75%}.modal-jeux-concours .div-image-jeux-concours .orange{font-size:20px;max-width:280px}.modal-jeux-concours .div-image-jeux-concours .wpcf7 .condition input{width:30px}}@media only screen and (min-width: 1920px){.modal-jeux-concours .wpcf7 .condition input{width:20px}}#Burger{cursor:pointer;display:block;height:22px;position:absolute;right:0px;top:calc(40px - 11px);width:26px;z-index:1;transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}#Burger span{background:white;border-radius:9px;display:block;height:2px;left:0;opacity:1;position:absolute;width:100%;transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out}#Burger span:nth-child(1){top:0px;transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;-webkit-transform-origin:left center}#Burger span:nth-child(2){top:10px;transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;-webkit-transform-origin:left center}#Burger span:nth-child(3){top:20px;transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;-webkit-transform-origin:left center}#Burger.open span:nth-child(1){left:8px;top:0px;transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg)}#Burger.open span:nth-child(2){opacity:0;width:0%}#Burger.open span:nth-child(3){left:8px;top:18px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#coverBurger{z-index:3;position:absolute;top:0;right:20px}@media only screen and (min-width: 768px) and (min-height: 600px){#Burger{top:calc(50px - 11px)}#coverBurger{right:40px}}@media only screen and (min-width: 1280px){#Burger{display:none}}#site-navigation{all:unset;background-color:#171819;box-sizing:content-box;display:flex;flex-direction:column-reverse;justify-content:flex-start;left:-100%;min-height:100vh;overflow:auto;position:fixed;right:0;bottom:0;transition:all 0.5s;width:100%;z-index:3;font-family:'PoppinsMedium'}#site-navigation>[class^="menu-"]{all:unset;background-color:#171819;box-sizing:content-box;display:flex;height:calc(100vh - 80px);transition:all 0.5s;width:100%;position:relative;padding-top:1px;margin:0}#site-navigation>[class^="menu-"]::before{content:"";background:#333;position:absolute;top:0;left:0;width:80%;left:50%;transform:translateX(-50%);height:1px;z-index:1}#site-navigation>[class^="menu-"] ul{all:unset;background-color:#171819;box-sizing:content-box;display:flex;flex-direction:column;height:100%;list-style:none;margin:0;table-layout:fixed;transition:all 0.5s;width:100%}#site-navigation>[class^="menu-"] ul li{box-sizing:content-box;height:calc(100% / 6);position:relative;text-align:center;vertical-align:middle;background-color:#171819}#site-navigation>[class^="menu-"] ul li a{align-items:center;color:white;display:flex;font-size:17px;letter-spacing:1.3px;height:100%;justify-content:center;text-decoration:none;transition:all 0.2s;width:100%;font-family:'PoppinsMedium'}#site-navigation>[class^="menu-"] ul li .sub-menu{display:none}#site-navigation>[class^="menu-"] ul li.current-menu-item{background:#ff715c;position:relative}#site-navigation>[class^="menu-"] ul li.current-menu-item a{font-family:'PoppinsBold';color:white}#site-navigation.open{left:0}@media only screen and (min-width: 375px){#site-navigation>[class^="menu-"]{position:relative}}@media only screen and (min-width: 768px) and (min-height: 600px){#site-navigation>[class^="menu-"]{height:calc(100vh - 100px)}}@media only screen and (min-width: 1280px){#site-navigation{flex-direction:column;left:unset;overflow:unset;transition:all 0.2s;top:40px;width:calc(100% - 40%);z-index:50;min-height:auto;height:71px;padding-right:12%;position:absolute}#site-navigation>[class^="menu-"]{height:71px;padding-top:0px}#site-navigation>[class^="menu-"]::before{display:none}#site-navigation>[class^="menu-"] ul{align-items:center;flex-wrap:nowrap;justify-content:space-between;flex-direction:row;padding-top:0px}#site-navigation>[class^="menu-"] ul li{box-shadow:unset;height:100%;margin:0;width:auto}#site-navigation>[class^="menu-"] ul li a{text-transform:initial;font-size:12px;font-family:'PoppinsRegular';text-transform:uppercase}#site-navigation>[class^="menu-"] ul li .sub-menu{align-items:center;background-color:#171819;display:flex;flex-direction:column;flex-wrap:nowrap;height:auto;justify-content:space-around;left:-35px;position:absolute;top:100%;transform:translateY(-100%);transition:transform 0.5s;width:calc(100% + 70px);z-index:-1}#site-navigation>[class^="menu-"] ul li .sub-menu li{padding:10px 15px;width:auto}#site-navigation>[class^="menu-"] ul li .sub-menu li.current-menu-item{position:relative}#site-navigation>[class^="menu-"] ul li .sub-menu li.current-menu-item a{color:white;font-family:'PoppinsMedium'}#site-navigation>[class^="menu-"] ul li .sub-menu li.current-menu-item::after{content:"";position:absolute;background:white;bottom:0px;left:calc(100% - 4px);width:6px;height:100%}#site-navigation>[class^="menu-"] ul li:first-child{display:block}#site-navigation>[class^="menu-"] ul li:hover a:hover{color:white;font-weight:700}#site-navigation>[class^="menu-"] ul li:hover .sub-menu{transform:translateY(0px)}#site-navigation>[class^="menu-"] ul li.current-menu-item{background:#171819;position:relative}#site-navigation>[class^="menu-"] ul li.current-menu-item a{color:white}#site-navigation>[class^="menu-"] ul li.current-menu-item ul li a{color:white}#site-navigation>[class^="menu-"] ul li.current-menu-item .sub-menu li a{color:white;font-family:'PoppinsRegular'}#site-navigation>[class^="menu-"] ul li.current-menu-item .sub-menu li a:hover{color:white}#site-navigation>[class^="menu-"] ul li.current-menu-item::after{content:"";position:absolute;background:white;bottom:0px;left:0;width:100%;height:4px}}@media only screen and (min-width: 1920px){#site-navigation{padding-right:19%;width:calc(100% - 51%)}#site-navigation>[class^="menu-"] ul li .sub-menu li.current-menu-item::after{left:calc(100% - 6px);width:6px}#site-navigation>[class^="menu-"] ul li.current-menu-item::after{height:6px}}.site-header .header-nav{color:white}.site-header .site-branding{height:80px;display:flex;align-items:center;position:relative;background:#000}.site-header .logo{height:auto;width:35%;margin-left:7px}.site-header .logo a{display:block}.site-header .logo a img{display:block}.site-header .header-top{z-index:1;left:-100%;position:absolute;display:flex;transition:all 0.5s}.site-header .header-top .facebook{margin-right:5px}.site-header .header-top .facebook .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-facebook.png)}.site-header .header-top .instagram{margin-right:5px}.site-header .header-top .instagram .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-instagram.png)}.site-header .header-top .tiktok .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-tiktok.png)}.site-header .header-top.open{left:20px;transition:all 0.5s;opacity:1;z-index:4}@media only screen and (min-width: 567px) and (max-height: 400px){.site-header .logo{width:19%}}@media only screen and (min-width: 768px) and (min-height: 600px){.site-header .site-branding{height:100px}.site-header .logo{width:21%;margin-left:21px}.site-header .header-top{z-index:1;left:-100%;position:absolute;display:flex;transition:all 0.5s}.site-header .header-top .facebook{margin-right:5px}.site-header .header-top .facebook .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-facebook.png)}.site-header .header-top .instagram{margin-right:5px}.site-header .header-top .instagram .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-instagram.png)}.site-header .header-top .tiktok .icon-rs{width:20px;height:20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-tiktok.png)}.site-header .header-top.open{left:20px;transition:all 0.5s;opacity:1;z-index:4}}@media only screen and (min-width: 1024px) and (min-height: 768px){.site-header .logo{width:16%}}@media only screen and (min-width: 1280px){.site-header .site-branding{display:flex;flex-direction:column;background:#171819;height:111px}.site-header .logo{position:absolute;z-index:61;left:9%;width:17%;top:10%;height:110px;margin:0}.site-header .header-top{height:40px;left:0;position:relative;background:#2a2d2e;width:100%;display:flex;justify-content:flex-end;align-items:center;z-index:60;padding-right:12%}.site-header .header-top .facebook:hover,.site-header .header-top .instagram:hover,.site-header .header-top .tiktok:hover{animation:jello-horizontal 0.9s both}.site-header .header-nav{height:71px;width:100%}}@media only screen and (min-width: 1366px){.site-header .logo{width:14%;top:3px}}@media only screen and (min-width: 1920px){.site-header .logo{left:19%;width:11%}.site-header .header-top{padding-right:19%}}@media only screen and (min-width: 2560px){.site-header .logo{left:19%;width:9%;top:6%}.site-header .header-top{padding-right:19%}}.site-main-home{position:relative;z-index:2}.site-main-home .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/losange.png);height:60px;width:60px;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%)}.site-main-home #Slider-home{height:calc(100vh - 80px);position:relative}.site-main-home #Slider-home .gallery-top .swiper-slide{position:relative}.site-main-home #Slider-home .gallery-top .swiper-slide a{position:absolute;bottom:18%;left:50%;transform:translateX(-50%);width:auto}.site-main-home #Slider-home .gallery-top .swiper-slide a button{background:#ececec;color:#161616;text-transform:uppercase;padding:15px 20px;border:none;border-radius:25px;font-family:'GothamMedium';font-size:15px;letter-spacing:1.1px;box-shadow:-3px 5px 26px -4px #444}.site-main-home #Slider-home .gallery-top .swiper-slide .shadow{opacity:0.2}.site-main-home #Slider-home .gallery-thumbs{position:absolute !important;bottom:0px;width:100%;height:12%;background-color:#161616}.site-main-home #Slider-home .gallery-thumbs .swiper-slide{background-color:#161616;color:white;opacity:1;display:flex;justify-content:center;align-items:center;text-align:center;font-size:13px;text-transform:uppercase;line-height:1.3;letter-spacing:0.5px;position:relative;padding:0px 10px}.site-main-home #Slider-home .gallery-thumbs .swiper-slide::before{content:"";position:absolute;right:0;top:50%;height:30px;width:1px;background:#fff;transform:translateY(-50%)}.site-main-home #Slider-home .gallery-thumbs .swiper-slide:last-of-type::before{display:none}.site-main-home #Slider-home .gallery-thumbs .swiper-slide-thumb-active{background-color:#ff715c}.site-main-home #About{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/FOND_INTRO_CLAIR.jpg);padding-bottom:30px}.site-main-home #About .first-element .rectangle{padding:30px;margin:30px 20px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/rectangle_about.png);box-shadow:-2px 2px 8px -3px #eadfdf;text-align:center;font-family:'GothamLight';width:auto}.site-main-home #About .first-element .rectangle strong{font-family:'GothamBook'}.site-main-home #About .first-element .visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/home_mobile.jpg);height:300px;width:calc(100% - 40px);margin:auto;top:24px}.site-main-home #About .second-element{padding:30px 20px 50px}.site-main-home #About .second-element .wp-block-separator{margin:50px auto;width:10%;height:3px;background:#161616}.site-main-home #About .second-element p{font-family:'GothamLight'}.site-main-home #About .second-element p:nth-of-type(2),.site-main-home #About .second-element p:nth-of-type(4){margin-top:20px}.site-main-home #About .second-element p:last-child,.site-main-home #About .second-element p strong{font-family:'GothamBook'}.site-main-home #Activity .container-activitys .activity{height:250px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.site-main-home #Activity .container-activitys .activity .shadow{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0.4}.site-main-home #Activity .container-activitys .activity h3{color:white;opacity:1;margin-bottom:20px;z-index:2}.site-main-home #Activity .container-activitys .activity p{color:white;width:80%;text-align:center;opacity:1;font-family:'GothamLight';z-index:2;font-size:16px}.site-main-home #Actuality{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/FOND_INTRO_CLAIR.jpg);padding:50px 20px 50px}.site-main-home #Actuality .swiper-actualite{margin-top:30px;background:white;height:290px;border-radius:5px;box-shadow:0px 6px 29px 0px rgba(180,180,180,0.5)}.site-main-home #Actuality .swiper-actualite .swiper-slide{position:relative}.site-main-home #Actuality .swiper-actualite .swiper-slide a{display:flex;height:100%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .background-actuality{width:33.333333%;height:auto}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{width:66.666666%;padding:20px 15px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt h3{text-align:left;font-family:"PoppinsLight";font-size:20px;text-transform:inherit}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .date{color:#b3b7bf;padding-top:5px;display:block;position:relative;padding-bottom:15px;font-family:'GothamLight'}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .date::after{content:"";position:absolute;background:#b3b7bf;width:20%;height:1px;bottom:0;left:0}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt p{font-family:'GothamBook';margin-top:10px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality{position:absolute;right:0;bottom:0;background:#e3e3e3;height:40px;width:25%;display:flex;justify-content:center;align-items:center;border-top-left-radius:10px;font-family:'GothamBlack'}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality .arrow{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);width:10px;height:12px}.site-main-home #Actuality .swiper-scrollbar{width:100%;height:5px;background:white;margin-top:15px}.site-main-home #Actuality .swiper-scrollbar .swiper-scrollbar-drag{background:#21c777}.site-main-home #Actuality .link-actus{margin:30px auto 0px;display:block}.site-main-home #Actuality .link-actus button{background:white;font-family:"GothamBlack";text-transform:uppercase;font-size:13px;border-radius:25px;border:none;padding:15px 20px;position:relative;left:50%;letter-spacing:1.3;transform:translateX(-50%)}.site-main-home #Mascotte{background:#e4e3d9;display:flex;padding:50px 20px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-main-home #Mascotte a{width:45%;margin:auto}.site-main-home #Mascotte a:nth-of-type(1),.site-main-home #Mascotte a:nth-of-type(2){margin-bottom:20px}.site-main-home #Mascotte .icons-logo{height:115px;width:100%}.site-main-home #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:none}.site-main-home #Mascotte .cross:nth-of-type(2){display:none}.site-main-home #Mascotte .cross:nth-of-type(1){margin-bottom:20px}.site-main-home #Mascotte .logo-laser{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_laser.png)}.site-main-home #Mascotte .logo-quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_geo-quest.png)}.site-main-home #Mascotte .logo-bubble{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_bubble.png)}.site-main-home #Mascotte .logo-blaster{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_blaster.png)}.site-main-home #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:50px 20px 70px}.site-main-home #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:auto}.site-main-home #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:20px auto 0px;padding:15px 25px;width:70%}.site-main-home #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold'}@media only screen and (min-width: 567px) and (max-height: 400px){.site-main-home #Slider-home .gallery-top .swiper-slide a{bottom:22%}.site-main-home #Slider-home .gallery-top .swiper-slide a button{padding:10px 15px}.site-main-home #Slider-home .gallery-thumbs{height:15%}.site-main-home #About .first-element{position:relative}.site-main-home #About .first-element .rectangle{padding:30px 190px 30px 30px;margin:30px 40px;text-align:left;width:75%}.site-main-home #About .first-element .visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/pointe.png);height:315px;width:60%;position:absolute;top:50px;right:0px}.site-main-home #About .second-element{padding:0px 100px 70px}.site-main-home #About .second-element .wp-block-separator{margin:50px auto;width:10%;height:3px;background:#161616}.site-main-home #Activity .container-activitys{display:flex;flex-wrap:wrap}.site-main-home #Activity .container-activitys a{width:50%}.site-main-home #Actuality{padding:70px 40px 70px}.site-main-home #Actuality .swiper-actualite{height:350px}.site-main-home #Actuality .swiper-actualite .swiper-slide a{display:flex}.site-main-home #Actuality .swiper-actualite .swiper-slide a .background-actuality{width:45%;height:350px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{padding:60px 40px;width:55%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .date{padding-bottom:30px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt p{margin-top:30px}.site-main-home #Actuality .link-actus{margin:30px auto 0px}.site-main-home #Mascotte{padding:50px 130px}.site-main-home #Reservation .button-modal{width:45%;margin:30px auto 0px}}@media only screen and (min-width: 768px) and (min-height: 600px){.site-main-home #Slider-home{height:calc(100vh - 100px)}.site-main-home #Slider-home .gallery-top .swiper-slide a{bottom:18%}.site-main-home #Slider-home .gallery-top .swiper-slide a button{padding:15px 20px;font-size:17px}.site-main-home #Slider-home .gallery-thumbs{height:12%}.site-main-home #Slider-home .gallery-thumbs .swiper-slide{font-size:17px}.site-main-home #Slider-home .gallery-thumbs .swiper-slide::before{height:45px}.site-main-home #About{padding-bottom:70px}.site-main-home #About .first-element{position:relative}.site-main-home #About .first-element .rectangle{width:75%;padding:30px 175px 30px 30px;margin:15px 0px 70px 40px;box-shadow:-8px 4px 21px 0px #e8e7db;text-align:left;border-top-left-radius:8px;border-bottom-left-radius:8px}.site-main-home #About .first-element .visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/pointe.png);height:313px;width:56%;position:absolute;top:50px;right:0px}.site-main-home #About .second-element{width:70%;margin:auto;padding:0px 20px 100px}.site-main-home #About .second-element .wp-block-separator{margin:70px auto;width:8%}.site-main-home #Activity .container-activitys{display:flex;flex-wrap:wrap}.site-main-home #Activity .container-activitys a{width:50%}.site-main-home #Activity .container-activitys .activity{height:300px}.site-main-home #Activity .container-activitys .activity h3{font-size:35px}.site-main-home #Activity .container-activitys .activity p{font-size:18px}.site-main-home #Actuality{padding:100px 40px 70px}.site-main-home #Actuality .swiper-actualite{background:transparent;margin-top:70px;height:340px}.site-main-home #Actuality .swiper-actualite .swiper-slide{background:#fff}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{padding:30px 20px}.site-main-home #Actuality .link-actus{margin:70px auto 0px}.site-main-home #Actuality .link-actus button{padding:22px 43px}.site-main-home #Actuality .swiper-scrollbar{margin-top:30px}.site-main-home #Mascotte{background:#e4e3d9;display:flex;padding:50px 40px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-main-home #Mascotte a{width:17%;margin:auto}.site-main-home #Mascotte a:nth-of-type(1),.site-main-home #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-main-home #Mascotte .icons-logo{height:100px;width:100%}.site-main-home #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-main-home #Mascotte .cross:nth-of-type(2){display:block}.site-main-home #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-main-home #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:50px 40px 70px;display:flex;justify-content:center;align-items:center}.site-main-home #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-main-home #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-main-home #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}}@media only screen and (min-width: 1024px) and (min-height: 768px){.site-main-home #About .first-element .rectangle{width:61%;padding:50px 175px 50px 70px;margin:40px 0px 60px 100px}.site-main-home #About .first-element .visuel{height:375px;width:59%;top:55px;right:29px}.site-main-home #About .second-element{width:70%}.site-main-home #About .second-element .wp-block-separator{margin:70px auto}.site-main-home #Activity .container-activitys .activity{height:320px}.site-main-home #Actuality{padding:100px 100px 70px}.site-main-home #Actuality .swiper-actualite{background:transparent;height:auto}.site-main-home #Actuality .swiper-actualite .swiper-slide a{display:flex}.site-main-home #Actuality .swiper-actualite .swiper-slide a .background-actuality{height:415px;width:40%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{padding:50px 40px;width:60%}.site-main-home #Mascotte{background:#e4e3d9;display:flex;padding:70px 100px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-main-home #Mascotte a{width:17%;margin:auto}.site-main-home #Mascotte a:nth-of-type(1),.site-main-home #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-main-home #Mascotte .icons-logo{height:100px;width:100%}.site-main-home #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-main-home #Mascotte .cross:nth-of-type(2){display:block}.site-main-home #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-main-home #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-main-home #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-main-home #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-main-home #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}}@media only screen and (min-width: 1280px){.site-main-home #Slider-home{height:calc(100vh - 111px)}.site-main-home #Slider-home .gallery-top .swiper-slide a button{height:50px;width:200px;transition:all 0.5s}.site-main-home #Slider-home .gallery-top .swiper-slide a button:hover{background:#fb6d59;color:white;transition:all 0.5s}.site-main-home #Slider-home .gallery-thumbs{width:55%;left:50%;transform:translateX(-50%)}.site-main-home #Slider-home .gallery-thumbs .swiper-slide{cursor:pointer}.site-main-home #About{padding-bottom:70px}.site-main-home #About .first-element .rectangle{margin:40px 0px 100px 12%;width:55%;padding:60px 175px 60px 70px;text-align:left}.site-main-home #About .first-element .visuel{right:6%;top:30px;width:52%;height:448px}.site-main-home #About .second-element{padding:0px;padding-bottom:100px;width:60%}.site-main-home #About .second-element .wp-block-separator{margin:70px auto;width:6%}.site-main-home #Activity .container-activitys .activity-style{overflow:hidden;position:relative;transition:color .5s;margin-bottom:0px}.site-main-home #Activity .container-activitys .activity-style::before{content:"";display:block;position:absolute;height:55vh;width:170%;top:0px;right:-190%;z-index:1;transition:right .5s ease-in-out;transform:skew(-45deg);opacity:0.6}.site-main-home #Activity .container-activitys .activity-style:hover::before{right:-35%;z-index:1}.site-main-home #Activity .container-activitys .arrow-blaster-perpignan::before{background:#641eb8}.site-main-home #Activity .container-activitys .bubble-foot-perpignan::before{background:#ff2d0f}.site-main-home #Activity .container-activitys .master-laser-perpignan::before{background:#2cce80}.site-main-home #Activity .container-activitys .geoquest-perpignan::before{background:#f0ff61}.site-main-home #Activity .container-activitys .activity{height:55vh}.site-main-home #Activity .container-activitys .activity h3,.site-main-home #Activity .container-activitys .activity p{position:relative;z-index:2;text-shadow:0px 2px 2px rgba(0,0,0,0.75)}.site-main-home #Activity .container-activitys .activity h3{font-size:35px}.site-main-home #Activity .container-activitys .activity p{width:50%}.site-main-home #Actuality{padding:100px 12% 70px}.site-main-home #Actuality .swiper-actualite{margin-top:80px;height:370px}.site-main-home #Actuality .swiper-actualite .swiper-slide a{display:flex;height:100%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .background-actuality{width:40%;height:100%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{width:60%}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .date{padding-top:10px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt p{margin-top:25px;font-size:17px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality{height:60px;width:20%;background:#e3e3e3;transition:all 0.5s}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality .arrow{width:15px;height:15px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);transition:all 0.5s}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality:hover{transition:all 0.5s;background:#161616}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt .link-actuality:hover .arrow{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow_white.png);transition:all 0.5s}.site-main-home #Actuality .swiper-scrollbar{margin-top:40px}.site-main-home #Actuality .link-actus{margin:80px auto 0px}.site-main-home #Actuality .link-actus button{transition:all 0.5s}.site-main-home #Actuality .link-actus button:hover{background:#ff715c;color:white;transition:all 0.5s}.site-main-home #Mascotte{background:#e4e3d9;display:flex;padding:70px 12%;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-main-home #Mascotte a{width:17%;margin:auto}.site-main-home #Mascotte a:nth-of-type(1),.site-main-home #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-main-home #Mascotte .icons-logo{height:130px;width:100%;transition:all 0.5s}.site-main-home #Mascotte .icons-logo:hover{transition:all 0.5s;transform:scale(1.1)}.site-main-home #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-main-home #Mascotte .cross:nth-of-type(2){display:block}.site-main-home #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-main-home #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-main-home #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-main-home #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-main-home #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}.site-main-home #Reservation .button-modal:hover{animation:rotate 0.7s ease-in-out both}.site-main-home #Reservation .button-modal:hover span{animation:storm 0.7s ease-in-out both;animation-delay:0.06s}}@media only screen and (min-width: 1366px){.site-main-home #About .first-element .rectangle{padding:60px 185px 60px 70px;margin:60px 0px 100px 170px}.site-main-home #About .first-element .visuel{top:40px}.site-main-home #Reservation .button-modal{width:22%}}@media only screen and (min-width: 1440px){.site-main-home #About .first-element .visuel{top:28px;height:490px}}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1440px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min-resolution: 192dpi) and (min-width: 1440px), only screen and (min-resolution: 2dppx) and (min-width: 1440px){.site-main-home #About .first-element .visuel{top:30px;height:450px;right:15%;width:42%}.site-main-home #About .first-element .rectangle{margin:60px 0px 100px 12%;padding:60px 300px 60px 70px}}@media only screen and (min-width: 1920px){.site-main-home #Slider-home .gallery-thumbs{width:45%;height:10%}.site-main-home #About{padding:130px 19% 100px}.site-main-home #About .first-element .rectangle{margin:100px 0px;width:67%;padding:70px 215px 70px 150px;font-size:18px}.site-main-home #About .first-element .visuel{right:-8%;top:-77px;width:72%;height:554px}.site-main-home #About .second-element{padding:0px 0px 130px;width:70%}.site-main-home #About .second-element .wp-block-separator{margin:90px auto}.site-main-home #Activity .container-activitys .activity-style::before{right:-185%}.site-main-home #Activity .container-activitys .activity h3{font-size:50px;margin-bottom:40px}.site-main-home #Activity .container-activitys .activity p{width:35%}.site-main-home #Actuality{padding:130px 19% 100px}.site-main-home #Actuality .swiper-actualite{margin-top:100px}.site-main-home #Actuality .swiper-actualite .swiper-slide a .content-txt{padding:70px 40px}.site-main-home #Mascotte{background:#e4e3d9;display:flex;padding:70px 18%;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-main-home #Mascotte a{width:17%;margin:auto}.site-main-home #Mascotte a:nth-of-type(1),.site-main-home #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-main-home #Mascotte .icons-logo{height:160px;width:100%}.site-main-home #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-main-home #Mascotte .cross:nth-of-type(2){display:block}.site-main-home #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-main-home #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-main-home #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-main-home #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:17%}.site-main-home #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}}@media only screen and (min-width: 2560px){.site-main-home #About .first-element .rectangle{padding:130px 215px 100px 150px;font-size:18px}.site-main-home #About .first-element .visuel{right:0%;top:-86px;width:61%;height:630px}.site-main-home #Actuality .swiper-actualite{height:550px}.site-main-home #Reservation{padding:100px 40px 110px}}.site-main-rs{background:#000;height:calc(100vh - 80px);padding:20px}.site-main-rs .bloc-default{height:100px;background:#fff;margin-bottom:15px;border-radius:15px}.site-main-rs .bloc-default a{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.site-main-rs .bloc-default .bloc-icon{width:34%;height:100px;display:flex;justify-content:center;align-items:center;border-top-left-radius:15px;border-bottom-left-radius:15px}.site-main-rs .bloc-default .content-txt{width:66%;height:100px;display:flex;justify-content:center;align-items:center;flex-direction:column}.site-main-rs .bloc-default .content-txt h3{font-size:20px}.site-main-rs .bloc-default .content-txt h4{font-size:16px}.site-main-rs #Bloc-Instagram .bloc-icon{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/color-instagram.png);background-repeat:no-repeat;background-position:center;background-size:cover}.site-main-rs #Bloc-Instagram .bloc-icon .instagram{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/INSTAGRAM_rs.png);height:37px;width:37px}.site-main-rs #Bloc-Facebook .bloc-icon{background:#1981f2;background:linear-gradient(90deg, #4495ec 0%, #085af2 100%)}.site-main-rs #Bloc-Facebook .bloc-icon .facebook{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/facebook_rs.png);height:35px;width:18px}.site-main-rs #Bloc-Tiktok .bloc-icon{background:#100f0f}.site-main-rs #Bloc-Tiktok .bloc-icon .tiktok{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/tiktok_rs.png);height:35px;width:30px}.site-main-rs #Bloc-Google .bloc-icon{background:#db2a2a;background:linear-gradient(260deg, #db2a2a 0%, #db4f4f 100%)}.site-main-rs #Bloc-Google .bloc-icon .google{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/google_rs.png);height:36px;width:36px}.site-main-rs #Bloc-Contact{display:flex;flex-direction:column;justify-content:center;align-items:center}.site-main-rs #Bloc-Contact h3{color:#fff;font-size:20px;position:relative;padding-bottom:10px}.site-main-rs #Bloc-Contact h3::after{position:absolute;content:"";background:white;height:1px;width:50%;transform:translateX(-50%);bottom:0;left:50%}.site-main-rs #Bloc-Contact a{display:block;margin-top:5px}.site-main-rs #Bloc-Contact a:first-of-type{margin-top:15px}.hidden #colophon .site-info{display:none;padding:0}@media only screen and (min-width: 375px){.site-main-rs{padding:30px 20px}.site-main-rs .bloc-default{height:110px}.site-main-rs .bloc-default .bloc-icon{height:110px}.site-main-rs .bloc-default .content-txt{height:110px}.site-main-rs .bloc-default .content-txt h4{font-size:12px}.site-main-rs #Bloc-Contact{margin-top:30px}.site-main-rs #Bloc-Contact h3{font-size:23px}.site-main-rs #Bloc-Contact a:first-of-type{margin-top:20px}}@media only screen and (min-width: 567px) and (max-height: 400px){.site-main-rs{padding:30px 40px;display:flex;flex-wrap:wrap;justify-content:space-between}.site-main-rs .bloc-default{height:100px}.site-main-rs .bloc-default .bloc-icon{height:100px}.site-main-rs .bloc-default .content-txt{height:100px}.site-main-rs #Bloc-Instagram,.site-main-rs #Bloc-Facebook,.site-main-rs #Bloc-Contact,.site-main-rs #Bloc-Google{width:48%}.site-main-rs #Bloc-Contact{margin-top:0px}.site-main-rs #Bloc-Contact h3{font-size:20px}.site-main-rs #Bloc-Contact a:first-of-type{margin-top:15px}}.banniere_activitys,.banniere_formules,.banniere_professional,.banniere_actuality{height:100%}.banniere_actuality{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/actualites.JPG)}.banniere_activitys{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/activites.jpg)}.banniere_formules{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/formules.JPEG)}.banniere_professional{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/teambuilding.jpg)}.site-archive-activity,.site-archive-formules,.site-archive-professional,.site-archive-actuality{position:relative;z-index:2}.site-archive-activity .losange,.site-archive-formules .losange,.site-archive-professional .losange,.site-archive-actuality .losange{height:60px;width:60px;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%)}.site-archive-activity #Presentation h1,.site-archive-formules #Presentation h1,.site-archive-professional #Presentation h1,.site-archive-actuality #Presentation h1{font-family:'PoppinsBold'}.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{font-family:'GothamMedium';padding:30px 20px 50px;text-align:center}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:250px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.site-archive-activity #Activity .container-activitys .activity .shadow,.site-archive-formules #Activity .container-activitys .activity .shadow,.site-archive-professional #Activity .container-activitys .activity .shadow,.site-archive-actuality #Activity .container-activitys .activity .shadow{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0.4}.site-archive-activity #Activity .container-activitys .activity h3,.site-archive-formules #Activity .container-activitys .activity h3,.site-archive-professional #Activity .container-activitys .activity h3,.site-archive-actuality #Activity .container-activitys .activity h3{color:white;opacity:0.9;margin-bottom:20px}.site-archive-activity #Activity .container-activitys .activity p,.site-archive-formules #Activity .container-activitys .activity p,.site-archive-professional #Activity .container-activitys .activity p,.site-archive-actuality #Activity .container-activitys .activity p{color:white;width:80%;text-align:center;opacity:0.9;font-family:'GothamLight';font-size:16px}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{background:#e4e3d9;display:flex;padding:50px 20px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-archive-activity #Mascotte a,.site-archive-formules #Mascotte a,.site-archive-professional #Mascotte a,.site-archive-actuality #Mascotte a{width:45%;margin:auto}.site-archive-activity #Mascotte a:nth-of-type(1),.site-archive-activity #Mascotte a:nth-of-type(2),.site-archive-formules #Mascotte a:nth-of-type(1),.site-archive-formules #Mascotte a:nth-of-type(2),.site-archive-professional #Mascotte a:nth-of-type(1),.site-archive-professional #Mascotte a:nth-of-type(2),.site-archive-actuality #Mascotte a:nth-of-type(1),.site-archive-actuality #Mascotte a:nth-of-type(2){margin-bottom:20px}.site-archive-activity #Mascotte .icons-logo,.site-archive-formules #Mascotte .icons-logo,.site-archive-professional #Mascotte .icons-logo,.site-archive-actuality #Mascotte .icons-logo{height:115px;width:100%}.site-archive-activity #Mascotte .cross,.site-archive-formules #Mascotte .cross,.site-archive-professional #Mascotte .cross,.site-archive-actuality #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:none}.site-archive-activity #Mascotte .cross:nth-of-type(2),.site-archive-formules #Mascotte .cross:nth-of-type(2),.site-archive-professional #Mascotte .cross:nth-of-type(2),.site-archive-actuality #Mascotte .cross:nth-of-type(2){display:none}.site-archive-activity #Mascotte .cross:nth-of-type(1),.site-archive-formules #Mascotte .cross:nth-of-type(1),.site-archive-professional #Mascotte .cross:nth-of-type(1),.site-archive-actuality #Mascotte .cross:nth-of-type(1){margin-bottom:20px}.site-archive-activity #Mascotte .logo-laser,.site-archive-formules #Mascotte .logo-laser,.site-archive-professional #Mascotte .logo-laser,.site-archive-actuality #Mascotte .logo-laser{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_laser.png)}.site-archive-activity #Mascotte .logo-quest,.site-archive-formules #Mascotte .logo-quest,.site-archive-professional #Mascotte .logo-quest,.site-archive-actuality #Mascotte .logo-quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_geo-quest.png)}.site-archive-activity #Mascotte .logo-bubble,.site-archive-formules #Mascotte .logo-bubble,.site-archive-professional #Mascotte .logo-bubble,.site-archive-actuality #Mascotte .logo-bubble{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_bubble.png)}.site-archive-activity #Mascotte .logo-blaster,.site-archive-formules #Mascotte .logo-blaster,.site-archive-professional #Mascotte .logo-blaster,.site-archive-actuality #Mascotte .logo-blaster{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_blaster.png)}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:50px 20px 70px}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa,.site-archive-professional #Reservation .icon-resa,.site-archive-actuality #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:auto}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:20px auto 0px;padding:15px 25px;width:70%}.site-archive-activity #Reservation .button-modal span,.site-archive-formules #Reservation .button-modal span,.site-archive-professional #Reservation .button-modal span,.site-archive-actuality #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold'}.site-archive-activity,.site-archive-formules{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/background_archive.jpg)}.site-archive-activity .losange,.site-archive-formules .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_white.png)}.site-archive-activity #Reservation,.site-archive-formules #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg)}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png)}.site-archive-professional{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_professionnel.jpg)}.site-archive-professional .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_white.png)}.site-archive-professional #Presentation h1{color:#e4e4e4}.site-archive-professional #Presentation h1::before{background:#e4e4e4}.site-archive-professional #Presentation p{font-family:'GothamLight';padding:30px 20px 0px;color:#e4e4e4}.site-archive-professional #Presentation p strong{font-family:'GothamMedium'}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 50px}.site-archive-professional #contact .tel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/tel_pro.png);height:50px;width:50px;margin:auto;margin-top:50px}.site-archive-professional #contact p{font-family:'GothamLight';padding:30px 20px 50px;text-align:center;color:#e4e4e4}.site-archive-professional #contact p strong{font-family:'GothamMedium'}.site-archive-professional #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg)}.site-archive-professional #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png)}.site-archive-actuality .losange{display:none}.site-archive-actuality #Actuality{margin-top:20px}.site-archive-actuality #Actuality .container-actuality{padding:0px 20px 50px}.site-archive-actuality #Actuality .swiper-slide{height:290px;position:relative;padding-top:30px}.site-archive-actuality #Actuality .swiper-slide a{display:flex;height:100%;box-shadow:0px 6px 29px 0px rgba(180,180,180,0.5)}.site-archive-actuality #Actuality .swiper-slide a .background-actuality{width:33.333333%;height:auto;border-radius:5px}.site-archive-actuality #Actuality .swiper-slide a .content-txt{width:66.666666%;padding:20px 15px}.site-archive-actuality #Actuality .swiper-slide a .content-txt h3{text-align:left;font-family:"PoppinsLight";font-size:20px;text-transform:inherit}.site-archive-actuality #Actuality .swiper-slide a .content-txt .date{color:#b3b7bf;padding-top:5px;display:block;position:relative;padding-bottom:15px;font-family:'GothamLight'}.site-archive-actuality #Actuality .swiper-slide a .content-txt .date::after{content:"";position:absolute;background:#b3b7bf;width:20%;height:1px;bottom:0;left:0}.site-archive-actuality #Actuality .swiper-slide a .content-txt p{font-family:'GothamBook';margin-top:10px}.site-archive-actuality #Actuality .swiper-slide a .content-txt .link-actuality{position:absolute;right:0;bottom:0;background:#e3e3e3;height:40px;width:25%;display:flex;justify-content:center;align-items:center;border-top-left-radius:10px;font-family:'GothamBlack'}.site-archive-actuality #Actuality .swiper-slide a .content-txt .link-actuality .arrow{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);width:10px;height:12px}@media only screen and (min-width: 567px) and (max-height: 400px){.site-archive-activity #Presentation h1,.site-archive-formules #Presentation h1,.site-archive-professional #Presentation h1,.site-archive-actuality #Presentation h1{padding:70px 0px 0px 115px;font-size:25px}.site-archive-activity #Presentation h1::before,.site-archive-formules #Presentation h1::before,.site-archive-professional #Presentation h1::before,.site-archive-actuality #Presentation h1::before{top:85%;width:90px}.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{padding:30px 40px 50px 155px;text-align:left}.site-archive-activity #Activity .container-activitys,.site-archive-formules #Activity .container-activitys,.site-archive-professional #Activity .container-activitys,.site-archive-actuality #Activity .container-activitys{display:flex;flex-wrap:wrap}.site-archive-activity #Activity .container-activitys a,.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a,.site-archive-actuality #Activity .container-activitys a{width:50%}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{padding:50px 130px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{width:45%;margin:30px auto 0px}.site-archive-professional #Presentation p{padding:30px 40px 00px 155px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 40px 50px 155px}.site-archive-professional #Activity .container-activitys a:nth-child(3){width:100%}.site-archive-professional #contact{width:60%;margin:auto}.site-archive-formules #Activity .container-activitys a:nth-child(3){width:100%}.site-archive-actuality #Actuality .container-actuality{padding:0px 40px 50px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.site-archive-actuality #Actuality .container-actuality .swiper-slide{width:48%}}@media only screen and (min-width: 768px) and (min-height: 600px){.site-archive-activity #Presentation h1,.site-archive-formules #Presentation h1,.site-archive-professional #Presentation h1,.site-archive-actuality #Presentation h1{font-size:30px;padding-bottom:0}.site-archive-activity #Presentation h1::before,.site-archive-formules #Presentation h1::before,.site-archive-professional #Presentation h1::before,.site-archive-actuality #Presentation h1::before{top:85%}.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{width:80%;padding:30px 20px 70px 140px;text-align:left}.site-archive-activity #Activity,.site-archive-formules #Activity,.site-archive-professional #Activity,.site-archive-actuality #Activity{padding:0px 40px 70px 40px}.site-archive-activity #Activity .container-activitys,.site-archive-formules #Activity .container-activitys,.site-archive-professional #Activity .container-activitys,.site-archive-actuality #Activity .container-activitys{display:flex;flex-wrap:wrap;flex-direction:column}.site-archive-activity #Activity .container-activitys a,.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a,.site-archive-actuality #Activity .container-activitys a{width:65%;margin-top:50px;box-shadow:14px 19px 50px -15px rgba(0,0,0,0.75)}.site-archive-activity #Activity .container-activitys a:nth-of-type(2),.site-archive-activity #Activity .container-activitys a:nth-of-type(4),.site-archive-formules #Activity .container-activitys a:nth-of-type(2),.site-archive-formules #Activity .container-activitys a:nth-of-type(4),.site-archive-professional #Activity .container-activitys a:nth-of-type(2),.site-archive-professional #Activity .container-activitys a:nth-of-type(4),.site-archive-actuality #Activity .container-activitys a:nth-of-type(2),.site-archive-actuality #Activity .container-activitys a:nth-of-type(4){margin-left:35%}.site-archive-activity #Activity .container-activitys a:nth-of-type(1),.site-archive-formules #Activity .container-activitys a:nth-of-type(1),.site-archive-professional #Activity .container-activitys a:nth-of-type(1),.site-archive-actuality #Activity .container-activitys a:nth-of-type(1){margin-top:0}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:300px}.site-archive-activity #Activity .container-activitys .activity h3,.site-archive-formules #Activity .container-activitys .activity h3,.site-archive-professional #Activity .container-activitys .activity h3,.site-archive-actuality #Activity .container-activitys .activity h3{font-size:35px}.site-archive-activity #Activity .container-activitys .activity p,.site-archive-formules #Activity .container-activitys .activity p,.site-archive-professional #Activity .container-activitys .activity p,.site-archive-actuality #Activity .container-activitys .activity p{width:65%;font-size:18px}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{background:#e4e3d9;display:flex;padding:50px 40px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-archive-activity #Mascotte a,.site-archive-formules #Mascotte a,.site-archive-professional #Mascotte a,.site-archive-actuality #Mascotte a{width:17%;margin:auto}.site-archive-activity #Mascotte a:nth-of-type(1),.site-archive-activity #Mascotte a:nth-of-type(2),.site-archive-formules #Mascotte a:nth-of-type(1),.site-archive-formules #Mascotte a:nth-of-type(2),.site-archive-professional #Mascotte a:nth-of-type(1),.site-archive-professional #Mascotte a:nth-of-type(2),.site-archive-actuality #Mascotte a:nth-of-type(1),.site-archive-actuality #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-archive-activity #Mascotte .icons-logo,.site-archive-formules #Mascotte .icons-logo,.site-archive-professional #Mascotte .icons-logo,.site-archive-actuality #Mascotte .icons-logo{height:100px;width:100%}.site-archive-activity #Mascotte .cross,.site-archive-formules #Mascotte .cross,.site-archive-professional #Mascotte .cross,.site-archive-actuality #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-archive-activity #Mascotte .cross:nth-of-type(2),.site-archive-formules #Mascotte .cross:nth-of-type(2),.site-archive-professional #Mascotte .cross:nth-of-type(2),.site-archive-actuality #Mascotte .cross:nth-of-type(2){display:block}.site-archive-activity #Mascotte .cross:nth-of-type(1),.site-archive-formules #Mascotte .cross:nth-of-type(1),.site-archive-professional #Mascotte .cross:nth-of-type(1),.site-archive-actuality #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:50px 40px 70px;display:flex;justify-content:center;align-items:center}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa,.site-archive-professional #Reservation .icon-resa,.site-archive-actuality #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-archive-activity #Reservation .button-modal span,.site-archive-formules #Reservation .button-modal span,.site-archive-professional #Reservation .button-modal span,.site-archive-actuality #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}.site-archive-formules #Reservation a,.site-archive-professional #Reservation a{width:30%}.site-archive-formules #Reservation a .button-modal,.site-archive-professional #Reservation a .button-modal{width:100%}.site-archive-professional #Presentation p{padding:30px 20px 0px 140px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 70px 140px}.site-archive-professional #Activity .container-activitys a:nth-child(3){width:65%}.site-archive-professional #contact{padding-bottom:50px}.site-archive-professional #contact .tel{margin-top:0}.site-archive-professional #contact p{width:45%;margin:auto;padding:0;padding-top:20px}.site-archive-actuality{padding:0px 40px 20px}.site-archive-actuality #Presentation h1{margin-left:0px}.site-archive-actuality #Actuality{margin-top:40px}.site-archive-actuality #Actuality .container-actuality{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0;padding-bottom:50px}.site-archive-actuality #Actuality .container-actuality .swiper-slide{width:48%;height:300px}}@media only screen and (min-width: 1024px) and (min-height: 768px){.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{padding:30px 20px 70px 225px}.site-archive-activity #Activity,.site-archive-formules #Activity,.site-archive-professional #Activity,.site-archive-actuality #Activity{padding:0px 100px 100px 100px}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:320px}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{background:#e4e3d9;display:flex;padding:70px 100px;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-archive-activity #Mascotte a,.site-archive-formules #Mascotte a,.site-archive-professional #Mascotte a,.site-archive-actuality #Mascotte a{width:17%;margin:auto}.site-archive-activity #Mascotte a:nth-of-type(1),.site-archive-activity #Mascotte a:nth-of-type(2),.site-archive-formules #Mascotte a:nth-of-type(1),.site-archive-formules #Mascotte a:nth-of-type(2),.site-archive-professional #Mascotte a:nth-of-type(1),.site-archive-professional #Mascotte a:nth-of-type(2),.site-archive-actuality #Mascotte a:nth-of-type(1),.site-archive-actuality #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-archive-activity #Mascotte .icons-logo,.site-archive-formules #Mascotte .icons-logo,.site-archive-professional #Mascotte .icons-logo,.site-archive-actuality #Mascotte .icons-logo{height:100px;width:100%}.site-archive-activity #Mascotte .cross,.site-archive-formules #Mascotte .cross,.site-archive-professional #Mascotte .cross,.site-archive-actuality #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-archive-activity #Mascotte .cross:nth-of-type(2),.site-archive-formules #Mascotte .cross:nth-of-type(2),.site-archive-professional #Mascotte .cross:nth-of-type(2),.site-archive-actuality #Mascotte .cross:nth-of-type(2){display:block}.site-archive-activity #Mascotte .cross:nth-of-type(1),.site-archive-formules #Mascotte .cross:nth-of-type(1),.site-archive-professional #Mascotte .cross:nth-of-type(1),.site-archive-actuality #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa,.site-archive-professional #Reservation .icon-resa,.site-archive-actuality #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-archive-activity #Reservation .button-modal span,.site-archive-formules #Reservation .button-modal span,.site-archive-professional #Reservation .button-modal span,.site-archive-actuality #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}.site-archive-formules #Reservation a,.site-archive-professional #Reservation a{width:30%;display:block}.site-archive-formules #Reservation a .button-modal,.site-archive-professional #Reservation a .button-modal{width:100%;margin:auto}.site-archive-professional #Presentation p{padding:30px 20px 0px 225px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 70px 225px}.site-archive-professional #contact{padding-bottom:70px}.site-archive-actuality{padding:0px 100px 20px}}@media only screen and (min-width: 1280px){.site-archive-activity #Presentation h1,.site-archive-formules #Presentation h1,.site-archive-professional #Presentation h1,.site-archive-actuality #Presentation h1{font-size:35px}.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{padding:30px 20px 80px 300px;width:71%}.site-archive-activity #Activity,.site-archive-formules #Activity,.site-archive-professional #Activity,.site-archive-actuality #Activity{padding:0px 12% 100px 12%}.site-archive-activity #Activity .container-activitys a,.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a,.site-archive-actuality #Activity .container-activitys a{width:65%}.site-archive-activity #Activity .container-activitys a:nth-of-type(2),.site-archive-activity #Activity .container-activitys a:nth-of-type(4),.site-archive-formules #Activity .container-activitys a:nth-of-type(2),.site-archive-formules #Activity .container-activitys a:nth-of-type(4),.site-archive-professional #Activity .container-activitys a:nth-of-type(2),.site-archive-professional #Activity .container-activitys a:nth-of-type(4),.site-archive-actuality #Activity .container-activitys a:nth-of-type(2),.site-archive-actuality #Activity .container-activitys a:nth-of-type(4){margin-left:35%}.site-archive-activity #Activity .container-activitys a:nth-of-type(1),.site-archive-formules #Activity .container-activitys a:nth-of-type(1),.site-archive-professional #Activity .container-activitys a:nth-of-type(1),.site-archive-actuality #Activity .container-activitys a:nth-of-type(1){margin-top:0}.site-archive-activity #Activity .container-activitys .activity-style,.site-archive-formules #Activity .container-activitys .activity-style,.site-archive-professional #Activity .container-activitys .activity-style,.site-archive-actuality #Activity .container-activitys .activity-style{position:relative;margin-bottom:0px}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:50vh}.site-archive-activity #Activity .container-activitys .activity h3,.site-archive-activity #Activity .container-activitys .activity p,.site-archive-formules #Activity .container-activitys .activity h3,.site-archive-formules #Activity .container-activitys .activity p,.site-archive-professional #Activity .container-activitys .activity h3,.site-archive-professional #Activity .container-activitys .activity p,.site-archive-actuality #Activity .container-activitys .activity h3,.site-archive-actuality #Activity .container-activitys .activity p{position:relative;z-index:2;text-shadow:0px 2px 2px rgba(0,0,0,0.75)}.site-archive-activity #Activity .container-activitys .activity h3,.site-archive-formules #Activity .container-activitys .activity h3,.site-archive-professional #Activity .container-activitys .activity h3,.site-archive-actuality #Activity .container-activitys .activity h3{font-size:35px}.site-archive-activity #Activity .container-activitys .activity p,.site-archive-formules #Activity .container-activitys .activity p,.site-archive-professional #Activity .container-activitys .activity p,.site-archive-actuality #Activity .container-activitys .activity p{width:50%}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{background:#e4e3d9;display:flex;padding:70px 12%;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-archive-activity #Mascotte a,.site-archive-formules #Mascotte a,.site-archive-professional #Mascotte a,.site-archive-actuality #Mascotte a{width:17%;margin:auto}.site-archive-activity #Mascotte a:nth-of-type(1),.site-archive-activity #Mascotte a:nth-of-type(2),.site-archive-formules #Mascotte a:nth-of-type(1),.site-archive-formules #Mascotte a:nth-of-type(2),.site-archive-professional #Mascotte a:nth-of-type(1),.site-archive-professional #Mascotte a:nth-of-type(2),.site-archive-actuality #Mascotte a:nth-of-type(1),.site-archive-actuality #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-archive-activity #Mascotte .icons-logo,.site-archive-formules #Mascotte .icons-logo,.site-archive-professional #Mascotte .icons-logo,.site-archive-actuality #Mascotte .icons-logo{height:130px;width:100%;transition:all 0.5s}.site-archive-activity #Mascotte .icons-logo:hover,.site-archive-formules #Mascotte .icons-logo:hover,.site-archive-professional #Mascotte .icons-logo:hover,.site-archive-actuality #Mascotte .icons-logo:hover{transition:all 0.5s;transform:scale(1.1)}.site-archive-activity #Mascotte .cross,.site-archive-formules #Mascotte .cross,.site-archive-professional #Mascotte .cross,.site-archive-actuality #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-archive-activity #Mascotte .cross:nth-of-type(2),.site-archive-formules #Mascotte .cross:nth-of-type(2),.site-archive-professional #Mascotte .cross:nth-of-type(2),.site-archive-actuality #Mascotte .cross:nth-of-type(2){display:block}.site-archive-activity #Mascotte .cross:nth-of-type(1),.site-archive-formules #Mascotte .cross:nth-of-type(1),.site-archive-professional #Mascotte .cross:nth-of-type(1),.site-archive-actuality #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa,.site-archive-professional #Reservation .icon-resa,.site-archive-actuality #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:30%}.site-archive-activity #Reservation .button-modal span,.site-archive-formules #Reservation .button-modal span,.site-archive-professional #Reservation .button-modal span,.site-archive-actuality #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}.site-archive-activity #Reservation .button-modal:hover,.site-archive-formules #Reservation .button-modal:hover,.site-archive-professional #Reservation .button-modal:hover,.site-archive-actuality #Reservation .button-modal:hover{animation:rotate 0.7s ease-in-out both}.site-archive-activity #Reservation .button-modal:hover span,.site-archive-formules #Reservation .button-modal:hover span,.site-archive-professional #Reservation .button-modal:hover span,.site-archive-actuality #Reservation .button-modal:hover span{animation:storm 0.7s ease-in-out both;animation-delay:0.06s}.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a{transition:all 0.5s}.site-archive-formules #Activity .container-activitys a:hover,.site-archive-professional #Activity .container-activitys a:hover{transform:scale(1.05);transition:all 0.5s}.site-archive-formules #Reservation a,.site-archive-professional #Reservation a{width:22%;display:block}.site-archive-formules #Reservation a .button-modal,.site-archive-professional #Reservation a .button-modal{width:100%;margin:auto}.site-archive-activity #Activity .container-activitys .activity-style{overflow:hidden;transition:color .5s}.site-archive-activity #Activity .container-activitys .activity-style::before{content:"";display:block;position:absolute;height:50vh;width:170%;top:0px;right:-190%;z-index:1;transition:right .5s ease-in-out;transform:skew(-45deg);opacity:0.6}.site-archive-activity #Activity .container-activitys .activity-style:hover::before{right:-35%;z-index:1}.site-archive-activity #Activity .container-activitys .arrow-blaster::before{background:#641eb8}.site-archive-activity #Activity .container-activitys .bubble-foot::before{background:#ff2d0f}.site-archive-activity #Activity .container-activitys .master-laser::before{background:#2cce80}.site-archive-activity #Activity .container-activitys .geoquest::before{background:#f0ff61}.site-archive-professional #Presentation p{padding:30px 20px 0px 300px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 80px 300px}.site-archive-professional #contact p{width:30%}.site-archive-actuality{padding:0px 12% 50px}.site-archive-actuality #Presentation h1{margin:0px}.site-archive-actuality #Actuality{margin-top:70px}.site-archive-actuality #Actuality .container-actuality .swiper-slide{height:380px}.site-archive-actuality #Actuality .container-actuality .swiper-slide a .content-txt{padding:40px 30px}.site-archive-actuality #Actuality .container-actuality .swiper-slide a .content-txt .link-actuality{margin:80px auto 0px;transition:all 0.5s;height:50px}.site-archive-actuality #Actuality .container-actuality .swiper-slide a .content-txt .link-actuality:hover{background:#161616;color:white;transition:all 0.5s}.site-archive-actuality #Actuality .container-actuality .swiper-slide a .content-txt .link-actuality:hover .arrow{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow_white.png)}}@media only screen and (min-width: 1366px){.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{width:66%;padding:30px 20px 80px 315px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{width:22%}.site-archive-professional #Presentation p{padding:30px 20px 0px 315px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 80px 315px}}@media only screen and (min-width: 1440px){.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{width:65%;padding:30px 20px 80px 320px}.site-archive-activity #Activity .container-activitys .activity-style::before,.site-archive-formules #Activity .container-activitys .activity-style::before,.site-archive-professional #Activity .container-activitys .activity-style::before,.site-archive-actuality #Activity .container-activitys .activity-style::before{height:55vh}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:55vh}.site-archive-activity #Activity .container-activitys a,.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a,.site-archive-actuality #Activity .container-activitys a{width:70%}.site-archive-activity #Activity .container-activitys a:nth-of-type(2),.site-archive-activity #Activity .container-activitys a:nth-of-type(4),.site-archive-formules #Activity .container-activitys a:nth-of-type(2),.site-archive-formules #Activity .container-activitys a:nth-of-type(4),.site-archive-professional #Activity .container-activitys a:nth-of-type(2),.site-archive-professional #Activity .container-activitys a:nth-of-type(4),.site-archive-actuality #Activity .container-activitys a:nth-of-type(2),.site-archive-actuality #Activity .container-activitys a:nth-of-type(4){margin-left:30%}.site-archive-professional #Presentation p{padding:30px 20px 0px 320px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 80px 320px}.site-archive-actuality #Actuality .container-actuality .swiper-slide{height:430px}.site-archive-actuality #Actuality .container-actuality .swiper-slide a .content-txt{padding:50px 20px 50px 50px}}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1440px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min-resolution: 192dpi) and (min-width: 1440px), only screen and (min-resolution: 2dppx) and (min-width: 1440px){.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-actuality #Presentation p{padding:30px 20px 80px 350px}.site-archive-professional #Presentation p{padding:30px 20px 0px 350px}.site-archive-professional #Presentation p:nth-of-type(2){padding:20px 20px 80px 350px}}@media only screen and (min-width: 1920px){.site-archive-activity #Presentation,.site-archive-formules #Presentation,.site-archive-professional #Presentation,.site-archive-actuality #Presentation{padding:130px 19% 100px}.site-archive-activity #Presentation h1,.site-archive-formules #Presentation h1,.site-archive-professional #Presentation h1,.site-archive-actuality #Presentation h1{font-size:40px}.site-archive-activity #Presentation h1::before,.site-archive-formules #Presentation h1::before,.site-archive-professional #Presentation h1::before,.site-archive-actuality #Presentation h1::before{top:53%}.site-archive-activity #Presentation p,.site-archive-formules #Presentation p,.site-archive-professional #Presentation p,.site-archive-actuality #Presentation p{width:65%;padding:50px 20px 0px 182px}.site-archive-activity #Activity,.site-archive-formules #Activity,.site-archive-professional #Activity,.site-archive-actuality #Activity{padding:0px 19% 100px 19%}.site-archive-activity #Activity .container-activitys a,.site-archive-formules #Activity .container-activitys a,.site-archive-professional #Activity .container-activitys a,.site-archive-actuality #Activity .container-activitys a{width:75%}.site-archive-activity #Activity .container-activitys a:nth-of-type(2),.site-archive-activity #Activity .container-activitys a:nth-of-type(4),.site-archive-formules #Activity .container-activitys a:nth-of-type(2),.site-archive-formules #Activity .container-activitys a:nth-of-type(4),.site-archive-professional #Activity .container-activitys a:nth-of-type(2),.site-archive-professional #Activity .container-activitys a:nth-of-type(4),.site-archive-actuality #Activity .container-activitys a:nth-of-type(2),.site-archive-actuality #Activity .container-activitys a:nth-of-type(4){margin-left:15%}.site-archive-activity #Activity .container-activitys .activity-style::before,.site-archive-formules #Activity .container-activitys .activity-style::before,.site-archive-professional #Activity .container-activitys .activity-style::before,.site-archive-actuality #Activity .container-activitys .activity-style::before{height:600px}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:600px}.site-archive-activity #Activity .container-activitys .activity h3,.site-archive-formules #Activity .container-activitys .activity h3,.site-archive-professional #Activity .container-activitys .activity h3,.site-archive-actuality #Activity .container-activitys .activity h3{font-size:50px;margin-bottom:40px}.site-archive-activity #Activity .container-activitys .activity p,.site-archive-formules #Activity .container-activitys .activity p,.site-archive-professional #Activity .container-activitys .activity p,.site-archive-actuality #Activity .container-activitys .activity p{width:35%}.site-archive-activity #Mascotte,.site-archive-formules #Mascotte,.site-archive-professional #Mascotte,.site-archive-actuality #Mascotte{background:#e4e3d9;display:flex;padding:70px 18%;justify-content:space-around;align-items:center;flex-wrap:wrap}.site-archive-activity #Mascotte a,.site-archive-formules #Mascotte a,.site-archive-professional #Mascotte a,.site-archive-actuality #Mascotte a{width:17%;margin:auto}.site-archive-activity #Mascotte a:nth-of-type(1),.site-archive-activity #Mascotte a:nth-of-type(2),.site-archive-formules #Mascotte a:nth-of-type(1),.site-archive-formules #Mascotte a:nth-of-type(2),.site-archive-professional #Mascotte a:nth-of-type(1),.site-archive-professional #Mascotte a:nth-of-type(2),.site-archive-actuality #Mascotte a:nth-of-type(1),.site-archive-actuality #Mascotte a:nth-of-type(2){margin-bottom:0px}.site-archive-activity #Mascotte .icons-logo,.site-archive-formules #Mascotte .icons-logo,.site-archive-professional #Mascotte .icons-logo,.site-archive-actuality #Mascotte .icons-logo{height:160px;width:100%}.site-archive-activity #Mascotte .cross,.site-archive-formules #Mascotte .cross,.site-archive-professional #Mascotte .cross,.site-archive-actuality #Mascotte .cross{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cross.png);height:10px;width:10px;display:block}.site-archive-activity #Mascotte .cross:nth-of-type(2),.site-archive-formules #Mascotte .cross:nth-of-type(2),.site-archive-professional #Mascotte .cross:nth-of-type(2),.site-archive-actuality #Mascotte .cross:nth-of-type(2){display:block}.site-archive-activity #Mascotte .cross:nth-of-type(1),.site-archive-formules #Mascotte .cross:nth-of-type(1),.site-archive-professional #Mascotte .cross:nth-of-type(1),.site-archive-actuality #Mascotte .cross:nth-of-type(1){margin-bottom:0px}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation.jpg);padding:70px 40px 80px;display:flex;justify-content:center;align-items:center}.site-archive-activity #Reservation .icon-resa,.site-archive-formules #Reservation .icon-resa,.site-archive-professional #Reservation .icon-resa,.site-archive-actuality #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:0 20px 0px 0px}.site-archive-activity #Reservation .button-modal,.site-archive-formules #Reservation .button-modal,.site-archive-professional #Reservation .button-modal,.site-archive-actuality #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:0px;padding:15px 25px;width:17%}.site-archive-activity #Reservation .button-modal span,.site-archive-formules #Reservation .button-modal span,.site-archive-professional #Reservation .button-modal span,.site-archive-actuality #Reservation .button-modal span{font-size:18px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold';letter-spacing:1.3px}.site-archive-formules #Reservation a,.site-archive-professional #Reservation a{width:17%}.site-archive-professional #Presentation p{padding:50px 20px 0px 182px}.site-archive-professional #Presentation p:nth-of-type(2){padding:30px 20px 0px 182px}.site-archive-professional #contact{padding-bottom:100px}.site-archive-professional #contact .tel{height:80px}.site-archive-professional #contact p{width:22%}.site-archive-professional #Activity .container-activitys a:nth-child(3){width:85%}.site-archive-actuality{padding:0px 19% 80px}.site-archive-actuality #Presentation{padding:130px 0px 100px}.site-archive-actuality #Actuality{margin-top:0px}}@media only screen and (min-width: 2560px){.site-archive-activity #Activity .container-activitys .activity-style::before,.site-archive-formules #Activity .container-activitys .activity-style::before,.site-archive-professional #Activity .container-activitys .activity-style::before,.site-archive-actuality #Activity .container-activitys .activity-style::before{height:55vh}.site-archive-activity #Activity .container-activitys .activity,.site-archive-formules #Activity .container-activitys .activity,.site-archive-professional #Activity .container-activitys .activity,.site-archive-actuality #Activity .container-activitys .activity{height:55vh}.site-archive-activity #Reservation,.site-archive-formules #Reservation,.site-archive-professional #Reservation,.site-archive-actuality #Reservation{padding:100px 40px 110px}}.site-main-geoquest-perpignan,.site-main-master-laser-perpignan,.site-main-arrow-blaster-perpignan,.site-main-bubble-foot-perpignan{background:#f3f2e6}.site-main-geoquest-perpignan header .banniere,.site-main-master-laser-perpignan header .banniere,.site-main-arrow-blaster-perpignan header .banniere,.site-main-bubble-foot-perpignan header .banniere{position:relative}.site-main-geoquest-perpignan header .thumb-geoquest-perpignan,.site-main-geoquest-perpignan header .thumb-master-laser-perpignan,.site-main-geoquest-perpignan header .thumb-arrow-blaster-perpignan,.site-main-geoquest-perpignan header .thumb-bubble-foot-perpignan,.site-main-master-laser-perpignan header .thumb-geoquest-perpignan,.site-main-master-laser-perpignan header .thumb-master-laser-perpignan,.site-main-master-laser-perpignan header .thumb-arrow-blaster-perpignan,.site-main-master-laser-perpignan header .thumb-bubble-foot-perpignan,.site-main-arrow-blaster-perpignan header .thumb-geoquest-perpignan,.site-main-arrow-blaster-perpignan header .thumb-master-laser-perpignan,.site-main-arrow-blaster-perpignan header .thumb-arrow-blaster-perpignan,.site-main-arrow-blaster-perpignan header .thumb-bubble-foot-perpignan,.site-main-bubble-foot-perpignan header .thumb-geoquest-perpignan,.site-main-bubble-foot-perpignan header .thumb-master-laser-perpignan,.site-main-bubble-foot-perpignan header .thumb-arrow-blaster-perpignan,.site-main-bubble-foot-perpignan header .thumb-bubble-foot-perpignan{height:100%}.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{position:absolute;top:72%;left:50%;transform:translateX(-50%) translateY(-50%);width:280px;height:180px}.site-main-geoquest-perpignan #ActivitySingle,.site-main-master-laser-perpignan #ActivitySingle,.site-main-arrow-blaster-perpignan #ActivitySingle,.site-main-bubble-foot-perpignan #ActivitySingle{position:relative;z-index:2}.site-main-geoquest-perpignan #ActivitySingle .container-title h1,.site-main-master-laser-perpignan #ActivitySingle .container-title h1,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1{font-family:'PoppinsBold'}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{font-family:'GothamMedium';font-style:italic;font-size:17px;text-align:center;margin:20px auto 0px;width:90%;padding:0px 20px}.site-main-geoquest-perpignan #ActivitySingle .losange,.site-main-master-laser-perpignan #ActivitySingle .losange,.site-main-arrow-blaster-perpignan #ActivitySingle .losange,.site-main-bubble-foot-perpignan #ActivitySingle .losange{height:60px;width:60px;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%)}.site-main-geoquest-perpignan #Elements,.site-main-master-laser-perpignan #Elements,.site-main-arrow-blaster-perpignan #Elements,.site-main-bubble-foot-perpignan #Elements{padding:30px 20px 200px;position:relative}.site-main-geoquest-perpignan #Elements .element_visuel,.site-main-master-laser-perpignan #Elements .element_visuel,.site-main-arrow-blaster-perpignan #Elements .element_visuel,.site-main-bubble-foot-perpignan #Elements .element_visuel{position:absolute;background-size:contain;width:calc(100% - 40px);height:200px;left:50%;transform:translateX(-50%)}.site-main-geoquest-perpignan #Elements .element_txt p,.site-main-master-laser-perpignan #Elements .element_txt p,.site-main-arrow-blaster-perpignan #Elements .element_txt p,.site-main-bubble-foot-perpignan #Elements .element_txt p{text-align:left;font-family:'GothamLight'}.site-main-geoquest-perpignan #Elements .element_txt p strong,.site-main-master-laser-perpignan #Elements .element_txt p strong,.site-main-arrow-blaster-perpignan #Elements .element_txt p strong,.site-main-bubble-foot-perpignan #Elements .element_txt p strong{font-family:'GothamBook'}.site-main-geoquest-perpignan #Infos-Quest,.site-main-master-laser-perpignan #Infos-Quest,.site-main-arrow-blaster-perpignan #Infos-Quest,.site-main-bubble-foot-perpignan #Infos-Quest{padding:70px 20px 50px;background:#171819}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .contain-icons,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .contain-icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .contain-icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .contain-icons{display:flex;justify-content:center;align-items:center}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .icons{height:40px;width:40px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .environnement,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .environnement,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .environnement,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .environnement{height:33px;width:28px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info h5{font-size:17px;font-family:'PoppinsBold';color:white;text-transform:uppercase;letter-spacing:1.1px;margin-left:11px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos{display:flex;justify-content:center;align-items:center;margin-top:10px;position:relative;padding-top:20px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos::before{content:"";position:absolute;height:1px;width:70%;background:#fff;left:50%;transform:translateX(-50%);top:0}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos span,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos span,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos span,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos span{color:#626262;font-family:'GothamLight';letter-spacing:1.3px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville{position:relative;padding-right:6px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after{content:"";position:absolute;height:14px;width:1px;right:0;top:50%;transform:translateY(-50%)}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .int,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .int,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .int,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .int{position:relative;padding-right:6px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after{content:"";position:absolute;height:14px;width:1px;right:0;top:50%;transform:translateY(-50%)}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext{padding-left:5px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2){margin-top:30px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite,.site-main-master-laser-perpignan #Infos-Quest .container-intensite,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite{margin-top:30px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons{display:flex;justify-content:center;align-items:center}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .icons,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .icons{height:40px;width:40px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info h5,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info h5,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info h5,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info h5{font-size:17px;font-family:'PoppinsBold';color:white;text-transform:uppercase;letter-spacing:1.1px;margin-left:11px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos{display:flex;justify-content:center;align-items:center;margin-top:10px;position:relative;padding-top:20px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos::before{content:"";position:absolute;height:1px;width:70%;background:#fff;left:50%;transform:translateX(-50%);top:0}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .infos .icons,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .infos .icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .infos .icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos .icons{width:38px;height:22px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .intensite,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .intensite,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .intensite,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .intensite{height:33px;width:33px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .reflexion{height:33px;width:33px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion{display:flex}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2){margin-top:30px}.site-main-geoquest-perpignan #InfosPlus,.site-main-master-laser-perpignan #InfosPlus,.site-main-arrow-blaster-perpignan #InfosPlus,.site-main-bubble-foot-perpignan #InfosPlus{background:#fffef4;padding:50px 20px}.site-main-geoquest-perpignan #InfosPlus .puzzle,.site-main-master-laser-perpignan #InfosPlus .puzzle,.site-main-arrow-blaster-perpignan #InfosPlus .puzzle,.site-main-bubble-foot-perpignan #InfosPlus .puzzle{height:50px;width:110px;margin:auto}.site-main-geoquest-perpignan #InfosPlus p,.site-main-master-laser-perpignan #InfosPlus p,.site-main-arrow-blaster-perpignan #InfosPlus p,.site-main-bubble-foot-perpignan #InfosPlus p{text-align:center;margin-top:30px;font-family:'GothamLight'}.site-main-geoquest-perpignan #InfosPlus p strong,.site-main-master-laser-perpignan #InfosPlus p strong,.site-main-arrow-blaster-perpignan #InfosPlus p strong,.site-main-bubble-foot-perpignan #InfosPlus p strong{font-family:'GothamBook'}.site-main-geoquest-perpignan #Quest,.site-main-master-laser-perpignan #Quest,.site-main-arrow-blaster-perpignan #Quest,.site-main-bubble-foot-perpignan #Quest{position:relative}.site-main-geoquest-perpignan #Quest .visuel-jeu,.site-main-master-laser-perpignan #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #Quest .visuel-jeu{height:365px;box-shadow:0px 10px 45px -18px rgba(0,0,0,0.75);position:relative;z-index:4}.site-main-geoquest-perpignan #Quest .boussole,.site-main-master-laser-perpignan #Quest .boussole,.site-main-arrow-blaster-perpignan #Quest .boussole,.site-main-bubble-foot-perpignan #Quest .boussole{position:absolute;height:255px;width:60%;left:50%;transform:translateX(-50%);top:50%;z-index:3;background-size:cover;box-shadow:0px 10px 45px -18px rgba(0,0,0,0.75)}.site-main-geoquest-perpignan #Quest .mobile-arc,.site-main-master-laser-perpignan #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #Quest .mobile-arc,.site-main-bubble-foot-perpignan #Quest .mobile-arc{height:200px;width:75%;position:absolute;z-index:1;top:29%}.site-main-geoquest-perpignan #Quest .info-txt,.site-main-master-laser-perpignan #Quest .info-txt,.site-main-arrow-blaster-perpignan #Quest .info-txt,.site-main-bubble-foot-perpignan #Quest .info-txt{padding:50px 20px 200px;position:relative;z-index:2}.site-main-geoquest-perpignan #Quest .info-txt .txt-bold,.site-main-master-laser-perpignan #Quest .info-txt .txt-bold,.site-main-arrow-blaster-perpignan #Quest .info-txt .txt-bold,.site-main-bubble-foot-perpignan #Quest .info-txt .txt-bold{font-size:22px;font-weight:600}.site-main-geoquest-perpignan #Quest .info-txt .txt-classic,.site-main-master-laser-perpignan #Quest .info-txt .txt-classic,.site-main-arrow-blaster-perpignan #Quest .info-txt .txt-classic,.site-main-bubble-foot-perpignan #Quest .info-txt .txt-classic{padding-top:30px;font-family:'GothamLight'}.site-main-geoquest-perpignan #Quest .info-txt .txt-classic strong,.site-main-master-laser-perpignan #Quest .info-txt .txt-classic strong,.site-main-arrow-blaster-perpignan #Quest .info-txt .txt-classic strong,.site-main-bubble-foot-perpignan #Quest .info-txt .txt-classic strong{font-family:'GothamBook'}.site-main-geoquest-perpignan #Quest h2,.site-main-master-laser-perpignan #Quest h2,.site-main-arrow-blaster-perpignan #Quest h2,.site-main-bubble-foot-perpignan #Quest h2{margin-top:50px}.site-main-geoquest-perpignan #Quest h2::after,.site-main-master-laser-perpignan #Quest h2::after,.site-main-arrow-blaster-perpignan #Quest h2::after,.site-main-bubble-foot-perpignan #Quest h2::after{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);transform:rotate(90deg) translateY(-50%);right:50%;left:unset}.site-main-geoquest-perpignan #Quest .slider-quest,.site-main-master-laser-perpignan #Quest .slider-quest,.site-main-arrow-blaster-perpignan #Quest .slider-quest,.site-main-bubble-foot-perpignan #Quest .slider-quest{margin-top:30px;padding:0px 20px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario{height:auto}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide{height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque{height:200px;width:200px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt{margin-top:20px;margin-bottom:20px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p{text-align:justify;font-size:15px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-next .thumbnails-marque,.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-prev .thumbnails-marque,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-next .thumbnails-marque,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-prev .thumbnails-marque,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-next .thumbnails-marque,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-prev .thumbnails-marque,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-next .thumbnails-marque,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide-prev .thumbnails-marque{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-pagination,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-pagination,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-pagination,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-pagination{left:50%;transform:translateX(-50%);bottom:-30px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;transition:all 0.3s}.site-main-geoquest-perpignan #Reservation,.site-main-master-laser-perpignan #Reservation,.site-main-arrow-blaster-perpignan #Reservation,.site-main-bubble-foot-perpignan #Reservation{margin-top:50px;padding:50px 20px}.site-main-geoquest-perpignan #Reservation .icon-resa,.site-main-master-laser-perpignan #Reservation .icon-resa,.site-main-arrow-blaster-perpignan #Reservation .icon-resa,.site-main-bubble-foot-perpignan #Reservation .icon-resa{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icon-resa.png);height:40px;width:40px;margin:auto}.site-main-geoquest-perpignan #Reservation .button-modal,.site-main-master-laser-perpignan #Reservation .button-modal,.site-main-arrow-blaster-perpignan #Reservation .button-modal,.site-main-bubble-foot-perpignan #Reservation .button-modal{background:transparent;border-radius:50px;display:flex;justify-content:center;border:1px solid #161616;align-items:center;margin:20px auto 0px;padding:15px 25px;width:70%}.site-main-geoquest-perpignan #Reservation .button-modal span,.site-main-master-laser-perpignan #Reservation .button-modal span,.site-main-arrow-blaster-perpignan #Reservation .button-modal span,.site-main-bubble-foot-perpignan #Reservation .button-modal span{font-size:20px;font-weight:700;text-transform:uppercase;font-family:'PoppinsBold'}.site-main-geoquest-perpignan #Autres,.site-main-master-laser-perpignan #Autres,.site-main-arrow-blaster-perpignan #Autres,.site-main-bubble-foot-perpignan #Autres{margin-top:50px}.site-main-geoquest-perpignan #Autres h2,.site-main-master-laser-perpignan #Autres h2,.site-main-arrow-blaster-perpignan #Autres h2,.site-main-bubble-foot-perpignan #Autres h2{width:80%;margin:auto}.site-main-geoquest-perpignan #Autres h2::after,.site-main-master-laser-perpignan #Autres h2::after,.site-main-arrow-blaster-perpignan #Autres h2::after,.site-main-bubble-foot-perpignan #Autres h2::after{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arrow-black.png);transform:rotate(90deg) translateY(-50%);right:50%;left:unset}.site-main-geoquest-perpignan #Autres .container-activitys,.site-main-master-laser-perpignan #Autres .container-activitys,.site-main-arrow-blaster-perpignan #Autres .container-activitys,.site-main-bubble-foot-perpignan #Autres .container-activitys{margin-top:30px}.site-main-geoquest-perpignan #Autres .container-activitys .activity,.site-main-master-laser-perpignan #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #Autres .container-activitys .activity{height:250px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.site-main-geoquest-perpignan #Autres .container-activitys .activity .shadow,.site-main-master-laser-perpignan #Autres .container-activitys .activity .shadow,.site-main-arrow-blaster-perpignan #Autres .container-activitys .activity .shadow,.site-main-bubble-foot-perpignan #Autres .container-activitys .activity .shadow{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0.4}.site-main-geoquest-perpignan #Autres .container-activitys .activity h3,.site-main-master-laser-perpignan #Autres .container-activitys .activity h3,.site-main-arrow-blaster-perpignan #Autres .container-activitys .activity h3,.site-main-bubble-foot-perpignan #Autres .container-activitys .activity h3{color:white;opacity:0.9;margin-bottom:20px;font-size:40px}.site-main-geoquest-perpignan header .logo-activity{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_geo-quest.png)}.site-main-geoquest-perpignan #ActivitySingle .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/losange_yellow.png)}.site-main-geoquest-perpignan #Elements .element_visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/tablette.png);bottom:-6%}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .equipement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/equipement.png)}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .environnement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/environement.png)}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville,.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext{color:#f3ff80}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after{background:#f3ff80}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after{background:#626262}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2){margin-top:30px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .intensite{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/intensite.png)}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .reflexion{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/reflexion.png)}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/levelgeo_black.png)}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(1){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/levelgeo_color.png)}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/levelgeo_color.png)}.site-main-geoquest-perpignan #InfosPlus{background:#fffef4}.site-main-geoquest-perpignan #InfosPlus .puzzle{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/puzzle.png);height:80px;width:200px;margin:auto}.site-main-geoquest-perpignan #InfosPlus p{text-align:center;margin-top:30px;font-family:'GothamLight'}.site-main-geoquest-perpignan #InfosPlus p strong{font-family:'GothamBook'}.site-main-geoquest-perpignan #Quest .visuel-jeu{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/geoquest_mobile.png)}.site-main-geoquest-perpignan #Quest .boussole{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/miniature-geoquest.JPG);top:47%;width:90%}.site-main-geoquest-perpignan #Quest h2{margin-top:100px}.site-main-geoquest-perpignan #Quest .mobile-arc{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/quart\ de\ cercle_jaune.png);top:22%}.site-main-geoquest-perpignan #Quest .info-txt{padding:50px 20px 250px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet-active{background:#f3ff80}.site-main-geoquest-perpignan #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reserver_quest.jpg)}.site-main-master-laser-perpignan header .logo-activity{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_laser.png)}.site-main-master-laser-perpignan #ActivitySingle .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_green.png)}.site-main-master-laser-perpignan #Elements{padding:30px 20px 230px}.site-main-master-laser-perpignan #Elements .element_visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/hunger_game.png);bottom:-2%;height:215px;left:45%}.site-main-master-laser-perpignan #Infos-Quest{padding:50px 20px}.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .equipement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/vetement-vert.png)}.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .environnement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/environnement_vert.png)}.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .int{color:#3bdd8f}.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after{background:#3bdd8f}.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after{background:#3bdd8f}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .intensite{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/intensite_vert.png)}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .reflexion{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cerveau_vert.png)}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/laser_black.png)}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(1),.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(2),.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(3){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/laser.png)}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/laser_black.png)}.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(1),.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(2){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/laser.png)}.site-main-master-laser-perpignan #InfosPlus .puzzle{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/icone\ laser\ eclair.png);height:37px;width:200px}.site-main-master-laser-perpignan #Quest .visuel-jeu{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/laser.jpg);height:285px}.site-main-master-laser-perpignan #Quest .boussole{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/laser-min.jpg);top:40%;height:300px}.site-main-master-laser-perpignan #Quest .mobile-arc{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/quart\ de\ cercle_vert.png);top:16%}.site-main-master-laser-perpignan #Quest .info-txt{padding:50px 20px 350px}.site-main-master-laser-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet-active{background:#3bdd8f}.site-main-master-laser-perpignan #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation_green.jpg)}.site-main-arrow-blaster-perpignan header .logo-activity{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_blaster.png)}.site-main-arrow-blaster-perpignan #ActivitySingle .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_purple.png)}.site-main-arrow-blaster-perpignan #Elements{padding:30px 20px 220px}.site-main-arrow-blaster-perpignan #Elements .element_visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/axel_arrow-min.png);bottom:-14%;height:300px;left:50%}.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .equipement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/vetement_purple.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .environnement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/environnement_purple.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .int{color:#a45ef8}.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after{background:#a45ef8}.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after{background:#4f3471}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .intensite{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/intensite_purple.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .reflexion{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cerveau_purple.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cible_black.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(1),.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(2){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cible_purple.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cible_black.png)}.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(1),.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(2),.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(3){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cible_purple.png)}.site-main-arrow-blaster-perpignan #InfosPlus .puzzle{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/arc.png);width:200px;height:60px}.site-main-arrow-blaster-perpignan #Quest .visuel-jeu{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/arrow-min.jpg);height:295px}.site-main-arrow-blaster-perpignan #Quest .boussole{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/arrow-miniature-min.jpg);top:69%;height:350px}.site-main-arrow-blaster-perpignan #Quest .mobile-arc{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/quart\ de\ cercle_violet.png);top:27%}.site-main-arrow-blaster-perpignan #Quest .info-txt{padding:50px 20px 350px}.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet-active{background:#f3ff80}.site-main-arrow-blaster-perpignan #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/reservation_purple.jpg);margin-top:70px}.site-main-bubble-foot-perpignan header .logo-activity{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/custeam_bubble.png)}.site-main-bubble-foot-perpignan #ActivitySingle .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_red.png)}.site-main-bubble-foot-perpignan #Elements .element_visuel{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/bubble-flot.png);bottom:-12%;height:240px}.site-main-bubble-foot-perpignan #Infos-Quest{padding:70px 20px 50px;background:#171819}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .contain-icons{display:flex;justify-content:center;align-items:center}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .icons{height:40px;width:40px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .equipement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/vetement_red.png)}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .environnement{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/environnement_red.png);height:33px;width:28px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info h5{font-size:17px;font-family:'PoppinsBold';color:white;text-transform:uppercase;letter-spacing:1.1px;margin-left:11px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos{display:flex;justify-content:center;align-items:center;margin-top:10px;position:relative;padding-top:20px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos::before{content:"";position:absolute;height:1px;width:70%;background:#fff;left:50%;transform:translateX(-50%);top:0}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos span{color:#626262;font-family:'GothamLight';letter-spacing:1.3px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .int{color:#fb6d59}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville{position:relative;padding-right:6px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ville::after{content:"";position:absolute;height:14px;width:1px;background:#fb6d59;right:0;top:50%;transform:translateY(-50%)}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .int{position:relative;padding-right:6px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .int::after{content:"";position:absolute;height:14px;width:1px;background:#fb6d59;right:0;top:50%;transform:translateY(-50%)}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .sport,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos .ext{padding-left:5px}.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2){margin-top:30px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite{margin-top:30px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons{display:flex;justify-content:center;align-items:center}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .icons{height:40px;width:40px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info h5{font-size:17px;font-family:'PoppinsBold';color:white;text-transform:uppercase;letter-spacing:1.1px;margin-left:11px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos{display:flex;justify-content:center;align-items:center;margin-top:10px;position:relative;padding-top:20px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos::before{content:"";position:absolute;height:1px;width:70%;background:#fff;left:50%;transform:translateX(-50%);top:0}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos .icons{width:38px;height:22px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .intensite{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/intensite_red.png);height:33px;width:33px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .reflexion{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/cerveau_red.png);height:33px;width:33px}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite{display:flex}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/foot_black.png)}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(1),.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(2),.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(3),.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-intensite .icons:nth-child(4){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/foot_red.png)}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion{display:flex}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/foot_black.png)}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .info-reflexion .icons:nth-child(1){background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/foot_red.png)}.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2){margin-top:30px}.site-main-bubble-foot-perpignan #InfosPlus .puzzle{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/goal.png);width:200px;height:60px}.site-main-bubble-foot-perpignan #Quest .visuel-jeu{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/bubble-ok.jpg);height:280px}.site-main-bubble-foot-perpignan #Quest .boussole{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/bubble-miniature.jpg);top:66%;height:330px}.site-main-bubble-foot-perpignan #Quest .mobile-arc{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/quart\ de\ cercle_rouge.png);top:27%}.site-main-bubble-foot-perpignan #Quest .info-txt{padding:50px 20px 350px}.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-pagination .swiper-pagination-bullet-active{background:#f3ff80}.site-main-bubble-foot-perpignan #Reservation{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/fond_resa_bubble.jpg)}.site-main-anniversaires-enfants-perpignan,.site-main-groupes-perpignan,.site-main-evg-evjf-perpignan{background:#f3f2e6}.site-main-anniversaires-enfants-perpignan header .banniere,.site-main-groupes-perpignan header .banniere,.site-main-evg-evjf-perpignan header .banniere{position:relative}.site-main-anniversaires-enfants-perpignan header .thumb-groupes-perpignan,.site-main-anniversaires-enfants-perpignan header .thumb-anniversaires-enfants-perpignan,.site-main-anniversaires-enfants-perpignan header .thumb-evg-evjf-perpignan,.site-main-groupes-perpignan header .thumb-groupes-perpignan,.site-main-groupes-perpignan header .thumb-anniversaires-enfants-perpignan,.site-main-groupes-perpignan header .thumb-evg-evjf-perpignan,.site-main-evg-evjf-perpignan header .thumb-groupes-perpignan,.site-main-evg-evjf-perpignan header .thumb-anniversaires-enfants-perpignan,.site-main-evg-evjf-perpignan header .thumb-evg-evjf-perpignan{height:100%}.site-main-anniversaires-enfants-perpignan #FormulasSingle,.site-main-groupes-perpignan #FormulasSingle,.site-main-evg-evjf-perpignan #FormulasSingle{position:relative}.site-main-anniversaires-enfants-perpignan #FormulasSingle .losange,.site-main-groupes-perpignan #FormulasSingle .losange,.site-main-evg-evjf-perpignan #FormulasSingle .losange{height:60px;width:60px;background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_white.png);position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);z-index:2}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1{font-family:'PoppinsBold';padding-left:20px;padding-right:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{font-family:'GothamMedium';font-style:italic;font-size:17px;text-align:center;margin-top:30px;padding-left:20px;padding-right:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price,.site-main-groupes-perpignan #FormulasSingle #Price,.site-main-evg-evjf-perpignan #FormulasSingle #Price{margin-top:50px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price h2,.site-main-groupes-perpignan #FormulasSingle #Price h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price h2{padding-left:20px;padding-right:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price input,.site-main-groupes-perpignan #FormulasSingle #Price input,.site-main-evg-evjf-perpignan #FormulasSingle #Price input{position:absolute;opacity:0;z-index:-1}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs,.site-main-groupes-perpignan #FormulasSingle #Price .tabs,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs{overflow:hidden;margin-top:30px;padding-top:20px;padding-bottom:20px;background:#161616}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab{color:white;width:100%;overflow:hidden}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-label{display:flex;justify-content:space-between;padding:20px;background:#161616;font-weight:bold;text-transform:uppercase;font-family:'PoppinsItalic';letter-spacing:1.3px;cursor:pointer}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-label:hover,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-label:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-label:hover{background:#161616;color:white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-label::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-label::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-label::after{content:"\276F";width:1em;height:1em;text-align:center;transition:all .5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content{max-height:0;padding:0px 15px;background:#161616;transition:all .5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content div,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content p,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content a,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content li,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content div{color:white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .line,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .line{width:100%;margin:auto;height:1px;background:#3b3b3b}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content span,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content span{display:block;font-family:'GothamLight';width:50%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content span strong,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content span strong{font-family:'GothamBook'}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content span:last-of-type{text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .one,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .three{display:flex;justify-content:space-between;flex-wrap:wrap;padding:30px 20px 0px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .three{flex-direction:column}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .three span,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .three span{width:100%;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .three span:last-of-type{text-align:left}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .three{padding:30px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .icons,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .icons{height:40px;width:40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .table,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .table{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/table.png)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .bonbon{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/bonbon.png)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa{padding:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .bouton-resa{display:flex;text-transform:uppercase;justify-content:center;align-items:center;width:200px;height:50px;background:#161616;border-radius:50px;margin:auto;color:white;font-family:'PoppinsBold';font-size:18px;letter-spacing:1.3px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-bubble{border:1px solid #cd5c4c}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-arena{border:1px solid #8850cb}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-master{border:1px solid #34b577}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-quest{border:1px solid #c7d06b}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-content .resa .resa-devis{border:1px solid white;background:white;color:#161616;font-size:13px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-close,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-close,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-close{display:flex;justify-content:flex-end;padding:0px 15px;font-size:0.75em;background:#404040;cursor:pointer}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-close:hover,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-close:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-close:hover{background:#404040}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label{background:#161616;color:white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked+.tab-label::after{transform:rotate(90deg)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content{max-height:fit-content;padding:0px 15px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:first-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:first-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:first-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:first-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:first-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:first-of-type{text-align:left}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:nth-of-type(2),.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper .tab-content .one span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .aventure .tab-content .one span:last-of-type{text-align:left;width:100%;margin-top:10px;padding-bottom:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .one,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo{padding:30px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three{flex-direction:row;flex-wrap:nowrap}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span{width:50%;padding-top:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type{text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three{flex-wrap:wrap}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three span:last-of-type{text-align:left;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three .light,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content .three .light{font-size:12px;color:#cec9c9;width:100%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content p,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow .tab-content p{margin:0;font-size:15px;padding-top:30px;font-style:normal;font-family:'GothamBook'}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one span:nth-of-type(2),.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light{font-size:12px;color:#cec9c9;width:100%;text-align:left;margin-top:5px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser .tab-content .one .light:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest .tab-content .one .light:last-of-type{padding-bottom:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p{font-family:'GothamBook';font-size:15px;font-style:normal;padding:0px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .standard,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .arena,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest{position:relative}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest::after{content:"";position:absolute;background:#3b3b3b;bottom:0;left:50%;height:1px;width:calc(100% - 40px);transform:translateX(-50%)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .container-block,.site-main-groupes-perpignan #FormulasSingle #Autres .container-block,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .container-block{height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;padding:50px 20px 70px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{color:white;text-align:left;padding:0;z-index:1;width:80%;text-align:center;font-size:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2 span,.site-main-groupes-perpignan #FormulasSingle #Autres h2 span,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2 span{font-family:'PoppinsLight';font-size:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2::after,.site-main-groupes-perpignan #FormulasSingle #Autres h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2::after{display:none}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa,.site-main-groupes-perpignan #FormulasSingle #Autres .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa{z-index:1;margin-top:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a,.site-main-groupes-perpignan #FormulasSingle #Autres .resa a,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a{width:100%;height:100%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis{display:flex;justify-content:center;align-items:center;padding:0;width:150px;height:40px;border-radius:50px;font-family:'PoppinsBold';text-transform:uppercase;font-size:13px;color:#161616;letter-spacing:1.1px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_anniv.jpg)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis{background:#f3ff80;border:1px solid #f3ff80;color:#161616}.site-main-groupes-perpignan #FormulasSingle .container-thumbnails,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_groupe.jpg)}.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis{background:#a45ef8;border:1px solid #a45ef8;color:white}.site-main-team-building-perpignan header .banniere,.site-main-campings-perpignan header .banniere,.site-main-collectivites-perpignan header .banniere{position:relative}.site-main-team-building-perpignan header .thumb-team-building-perpignan,.site-main-team-building-perpignan header .thumb-campings-perpignan,.site-main-team-building-perpignan header .thumb-collectivites-perpignan,.site-main-campings-perpignan header .thumb-team-building-perpignan,.site-main-campings-perpignan header .thumb-campings-perpignan,.site-main-campings-perpignan header .thumb-collectivites-perpignan,.site-main-collectivites-perpignan header .thumb-team-building-perpignan,.site-main-collectivites-perpignan header .thumb-campings-perpignan,.site-main-collectivites-perpignan header .thumb-collectivites-perpignan{height:100%}.site-main-team-building-perpignan #FormulasSingle,.site-main-campings-perpignan #FormulasSingle,.site-main-collectivites-perpignan #FormulasSingle{position:relative;z-index:2}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{font-family:'PoppinsBold';color:#e4e4e4}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{background:#e4e4e4}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{font-family:'GothamMedium';font-style:italic;font-size:17px;text-align:center;margin-top:30px;padding:0px 20px;color:#e4e4e4}.site-main-team-building-perpignan #FormulasSingle .losange,.site-main-campings-perpignan #FormulasSingle .losange,.site-main-collectivites-perpignan #FormulasSingle .losange{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/Rectangle_red.png);height:60px;width:60px;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%)}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails,.site-main-campings-perpignan #FormulasSingle .container-thumbnails,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_professionnel.jpg);position:relative}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{background:white;margin:50px 20px;border-radius:10px;box-shadow:-1px 2px 14px -5px rgba(0,0,0,0.75);padding:30px 20px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{color:#fb6d59;font-size:20px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{background:#e1e0d3;height:1px;width:60%;margin:20px auto}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{color:#161616;font-family:'GothamLight';font-style:normal;font-size:15px;margin-top:20px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p strong,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p strong,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p strong{font-family:'GothamBook'}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{background:#fb6d59;height:50px;width:200px;border-radius:50px;border:none;color:white;text-transform:uppercase;font-family:'PoppinsMedium';margin:30px auto 0px;display:block;font-size:14px;box-shadow:-1px 2px 14px -5px rgba(0,0,0,0.75)}.site-main-team-building-perpignan #FormulasSingle .container-thumb,.site-main-campings-perpignan #FormulasSingle .container-thumb,.site-main-collectivites-perpignan #FormulasSingle .container-thumb{position:relative}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:200px;width:80%;box-shadow:0px 10px 45px -18px rgba(0,0,0,0.75)}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:180px}.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{position:absolute;bottom:-110%;right:0}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{background:#3f3f3f;padding:100px 20px 50px}.site-main-team-building-perpignan #FormulasSingle .container-partnair h2,.site-main-campings-perpignan #FormulasSingle .container-partnair h2,.site-main-collectivites-perpignan #FormulasSingle .container-partnair h2{color:white}.site-main-team-building-perpignan #FormulasSingle .container-partnair h2::after,.site-main-campings-perpignan #FormulasSingle .container-partnair h2::after,.site-main-collectivites-perpignan #FormulasSingle .container-partnair h2::after{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/signature_title_white.png)}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo{height:auto;margin-top:30px;padding-bottom:50px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide{height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:130px;width:75%}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-pagination,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-pagination,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-pagination{left:50%;transform:translateX(-50%);bottom:0px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-pagination .swiper-pagination-bullet,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-pagination .swiper-pagination-bullet,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;transition:all 0.3s;background:#fb6d59}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{position:relative;height:250px;display:flex;justify-content:center;align-items:center}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof h3,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof h3,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof h3{color:white;z-index:2;font-size:40px}.site-main-campings-perpignan #FormulasSingle .thumb-left{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/camping-left.JPEG)}.site-main-campings-perpignan #FormulasSingle .thumb-right{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/camping-right.jpg)}.site-main-collectivites-perpignan #FormulasSingle .thumb-left{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/collect-left.jpg)}.site-main-collectivites-perpignan #FormulasSingle .thumb-right{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/collect-right.jpg)}.site-main-team-building-perpignan #FormulasSingle .thumb-left{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/File068.jpg)}.site-main-team-building-perpignan #FormulasSingle .thumb-right{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/new/right-entreprise.jpg)}.site-main-actuality{background:#f3f2e6}.site-main-actuality header .banniere{position:relative}.site-main-actuality header .thumb-actuality{height:100%}.site-main-actuality #ActualitySingle .container-thumbnails{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_groupe.jpg);padding:40px 20px}.site-main-actuality #ActualitySingle .container-thumbnails h1{font-family:'PoppinsBold';padding:unset;text-align:center}.site-main-actuality #ActualitySingle .container-thumbnails h1::before{display:none}.site-main-actuality #ActualitySingle .container-thumbnails h2::after{display:none}.site-main-actuality #ActualitySingle .container-thumbnails p{font-family:'GothamLight';display:block}.site-main-actuality #ActualitySingle .container-thumbnails p strong,.site-main-actuality #ActualitySingle .container-thumbnails p bold{font-family:'GothamBook'}@media only screen and (min-width: 567px) and (max-height: 400px){.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{width:215px;height:180px;left:83%}.site-main-geoquest-perpignan #ActivitySingle .container-title h1,.site-main-master-laser-perpignan #ActivitySingle .container-title h1,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1{padding:70px 0px 0px 115px;font-size:25px}.site-main-geoquest-perpignan #ActivitySingle .container-title h1::before,.site-main-master-laser-perpignan #ActivitySingle .container-title h1::before,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1::before,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1::before{top:85%;width:90px}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:10px 40px 50px 155px;text-align:left;margin:0;width:auto}.site-main-geoquest-perpignan #Elements,.site-main-master-laser-perpignan #Elements,.site-main-arrow-blaster-perpignan #Elements,.site-main-bubble-foot-perpignan #Elements{padding:0px 40px 200px 155px}.site-main-geoquest-perpignan #Elements .element_visuel,.site-main-master-laser-perpignan #Elements .element_visuel,.site-main-arrow-blaster-perpignan #Elements .element_visuel,.site-main-bubble-foot-perpignan #Elements .element_visuel{width:38%;bottom:-9%;height:210px}.site-main-geoquest-perpignan #Elements .element_txt p,.site-main-master-laser-perpignan #Elements .element_txt p,.site-main-arrow-blaster-perpignan #Elements .element_txt p,.site-main-bubble-foot-perpignan #Elements .element_txt p{text-align:left}.site-main-geoquest-perpignan #Elements .element_txt p strong,.site-main-master-laser-perpignan #Elements .element_txt p strong,.site-main-arrow-blaster-perpignan #Elements .element_txt p strong,.site-main-bubble-foot-perpignan #Elements .element_txt p strong{padding-left:0px}.site-main-geoquest-perpignan #Infos-Quest,.site-main-master-laser-perpignan #Infos-Quest,.site-main-arrow-blaster-perpignan #Infos-Quest,.site-main-bubble-foot-perpignan #Infos-Quest{padding:50px 40px}.site-main-geoquest-perpignan #InfosPlus,.site-main-master-laser-perpignan #InfosPlus,.site-main-arrow-blaster-perpignan #InfosPlus,.site-main-bubble-foot-perpignan #InfosPlus{padding:50px 40px}.site-main-geoquest-perpignan #InfosPlus p,.site-main-master-laser-perpignan #InfosPlus p,.site-main-arrow-blaster-perpignan #InfosPlus p,.site-main-bubble-foot-perpignan #InfosPlus p{width:60%;margin:30px auto 0px}.site-main-geoquest-perpignan #Quest .visuel-jeu,.site-main-master-laser-perpignan #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #Quest .visuel-jeu{width:100%;margin:auto}.site-main-geoquest-perpignan #Quest .mobile-arc,.site-main-master-laser-perpignan #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #Quest .mobile-arc,.site-main-bubble-foot-perpignan #Quest .mobile-arc{width:47%;top:35%}.site-main-geoquest-perpignan #Quest .boussole,.site-main-master-laser-perpignan #Quest .boussole,.site-main-arrow-blaster-perpignan #Quest .boussole,.site-main-bubble-foot-perpignan #Quest .boussole{top:37%}.site-main-geoquest-perpignan #Quest .info-txt,.site-main-master-laser-perpignan #Quest .info-txt,.site-main-arrow-blaster-perpignan #Quest .info-txt,.site-main-bubble-foot-perpignan #Quest .info-txt{padding:70px 40px 0px}.site-main-geoquest-perpignan #Reservation .button-modal,.site-main-master-laser-perpignan #Reservation .button-modal,.site-main-arrow-blaster-perpignan #Reservation .button-modal,.site-main-bubble-foot-perpignan #Reservation .button-modal{width:45%;margin:30px auto 0px}.site-main-geoquest-perpignan #Autres h2,.site-main-master-laser-perpignan #Autres h2,.site-main-arrow-blaster-perpignan #Autres h2,.site-main-bubble-foot-perpignan #Autres h2{width:45%}.site-main-geoquest-perpignan #Autres .container-activitys .activity,.site-main-master-laser-perpignan #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #Autres .container-activitys .activity{height:350px}.site-main-geoquest-perpignan #Infos-Quest{padding:70px 40px 50px}.site-main-geoquest-perpignan #Elements .element_visuel{width:46%;bottom:-6%;height:230px}.site-main-geoquest-perpignan #Quest .info-txt{padding:50px 40px 285px}.site-main-geoquest-perpignan #Quest .boussole{top:47%;width:51%}.site-main-geoquest-perpignan #Quest .mobile-arc{top:24%}.site-main-geoquest-perpignan #Quest .slider-quest{padding:0px 40px}.site-main-master-laser-perpignan #Elements{padding:0px 40px 230px 155px}.site-main-master-laser-perpignan #Elements .element_visuel{bottom:-3%}.site-main-master-laser-perpignan #Quest .visuel-jeu{height:365px}.site-main-master-laser-perpignan #Quest .mobile-arc{top:22%}.site-main-master-laser-perpignan #Quest .boussole{top:45%;width:35%}.site-main-master-laser-perpignan #Quest .info-txt{padding:55px 40px 350px}.site-main-bubble-foot-perpignan #Elements .element_visuel{bottom:-13%}.site-main-bubble-foot-perpignan #Infos-Quest{padding:70px 40px 50px}.site-main-bubble-foot-perpignan #Quest .info-txt{padding:70px 40px 400px}.site-main-bubble-foot-perpignan #Quest .boussole{top:67%;height:380px;width:45%}.site-main-bubble-foot-perpignan #Quest .mobile-arc{top:39%}.site-main-bubble-foot-perpignan #Quest .visuel-jeu{height:445px}.site-main-arrow-blaster-perpignan #Elements{padding:20px 20px 230px 135px}.site-main-arrow-blaster-perpignan #Elements .element_visuel{bottom:-15%;height:300px}.site-main-arrow-blaster-perpignan #Quest .mobile-arc{top:37%}.site-main-arrow-blaster-perpignan #Quest .boussole{top:69%;width:41%}.site-main-arrow-blaster-perpignan #Quest .info-txt{padding:70px 40px 400px}.site-main-arrow-blaster-perpignan #Quest .visuel-jeu{height:430px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1{padding:70px 0px 0px 115px;font-size:25px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1::before{top:85%;width:90px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding:10px 40px 10px 155px;text-align:left;margin:0;width:auto}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p:first-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p:last-of-type,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p:first-of-type,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p:first-of-type,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p:last-of-type{padding:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price,.site-main-groupes-perpignan #FormulasSingle #Price,.site-main-evg-evjf-perpignan #FormulasSingle #Price{margin-top:40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content{max-height:unset}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-label{padding:20px 40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .geoquest::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .sniper::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .geoquest::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .sniper::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .bubble-arrow::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .masterlaser::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .geoquest::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .standard::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .arena::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .sniper::after{width:calc(100% - 80px)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content{padding:0px 40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .alacarte .tab-content p{padding:30px 20px 0px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{width:50%}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding:70px 0px 0px 115px;font-size:25px}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:85%;width:90px}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding:10px 40px 10px 155px;text-align:left;margin-top:0}.site-main-team-building-perpignan #FormulasSingle p:first-of-type,.site-main-team-building-perpignan #FormulasSingle p:last-of-type,.site-main-campings-perpignan #FormulasSingle p:first-of-type,.site-main-campings-perpignan #FormulasSingle p:last-of-type,.site-main-collectivites-perpignan #FormulasSingle p:first-of-type,.site-main-collectivites-perpignan #FormulasSingle p:last-of-type{padding:0;margin:0}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{margin:40px 40px 50px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{width:35%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{width:80%;margin:auto;text-align:center}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:330px;width:75%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:310px}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:130px 20px 70px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo{margin-top:50px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:120px;width:120px}}@media only screen and (min-width: 768px) and (min-height: 600px){.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{width:370px;height:320px}.site-main-geoquest-perpignan #ActivitySingle .container-title h1,.site-main-master-laser-perpignan #ActivitySingle .container-title h1,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1{padding-bottom:0}.site-main-geoquest-perpignan #ActivitySingle .container-title h1::before,.site-main-master-laser-perpignan #ActivitySingle .container-title h1::before,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1::before,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1::before{top:85%}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{text-align:left;width:100%;padding:0px 140px;font-size:18px}.site-main-geoquest-perpignan #Elements,.site-main-master-laser-perpignan #Elements,.site-main-arrow-blaster-perpignan #Elements,.site-main-bubble-foot-perpignan #Elements{padding:30px 40px 235px}.site-main-geoquest-perpignan #Elements .element_txt,.site-main-master-laser-perpignan #Elements .element_txt,.site-main-arrow-blaster-perpignan #Elements .element_txt,.site-main-bubble-foot-perpignan #Elements .element_txt{padding-left:100px}.site-main-geoquest-perpignan #Elements .element_txt p,.site-main-master-laser-perpignan #Elements .element_txt p,.site-main-arrow-blaster-perpignan #Elements .element_txt p,.site-main-bubble-foot-perpignan #Elements .element_txt p{text-align:left}.site-main-geoquest-perpignan #Elements .element_txt p strong,.site-main-master-laser-perpignan #Elements .element_txt p strong,.site-main-arrow-blaster-perpignan #Elements .element_txt p strong,.site-main-bubble-foot-perpignan #Elements .element_txt p strong{padding-left:0px}.site-main-geoquest-perpignan #Elements .element_visuel,.site-main-master-laser-perpignan #Elements .element_visuel,.site-main-arrow-blaster-perpignan #Elements .element_visuel,.site-main-bubble-foot-perpignan #Elements .element_visuel{bottom:-9%;width:63%;height:250px}.site-main-geoquest-perpignan #Infos-Quest,.site-main-master-laser-perpignan #Infos-Quest,.site-main-arrow-blaster-perpignan #Infos-Quest,.site-main-bubble-foot-perpignan #Infos-Quest{padding:100px 40px 70px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .icons,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .icons{height:60px;width:50px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info h5,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info h5{font-size:19px;margin-left:20px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos{margin-top:20px}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info .infos::before{width:50%}.site-main-geoquest-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #Infos-Quest .container-equipement .contain-info:nth-of-type(2){margin-top:50px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite,.site-main-master-laser-perpignan #Infos-Quest .container-intensite,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite{margin-top:50px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info:nth-of-type(2){margin-top:50px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons .intensite,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons .intensite,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons .intensite,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons .intensite{height:44px;width:44px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons h5,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons h5,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons h5,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .contain-icons h5{font-size:19px;margin-left:20px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .infos,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos{margin-top:20px}.site-main-geoquest-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-master-laser-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-arrow-blaster-perpignan #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-bubble-foot-perpignan #Infos-Quest .container-intensite .contain-info .infos::before{width:50%}.site-main-geoquest-perpignan #InfosPlus,.site-main-master-laser-perpignan #InfosPlus,.site-main-arrow-blaster-perpignan #InfosPlus,.site-main-bubble-foot-perpignan #InfosPlus{padding:100px 40px}.site-main-geoquest-perpignan #InfosPlus p,.site-main-master-laser-perpignan #InfosPlus p,.site-main-arrow-blaster-perpignan #InfosPlus p,.site-main-bubble-foot-perpignan #InfosPlus p{width:60%;margin:30px auto 0px}.site-main-geoquest-perpignan #Quest .visuel-jeu,.site-main-master-laser-perpignan #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #Quest .visuel-jeu{width:100%;height:580px;margin:auto}.site-main-geoquest-perpignan #Quest .mobile-arc,.site-main-master-laser-perpignan #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #Quest .mobile-arc,.site-main-bubble-foot-perpignan #Quest .mobile-arc{width:41%;top:29%}.site-main-geoquest-perpignan #Quest .boussole,.site-main-master-laser-perpignan #Quest .boussole,.site-main-arrow-blaster-perpignan #Quest .boussole,.site-main-bubble-foot-perpignan #Quest .boussole{height:400px;top:49%}.site-main-geoquest-perpignan #Quest .info-txt,.site-main-master-laser-perpignan #Quest .info-txt,.site-main-arrow-blaster-perpignan #Quest .info-txt,.site-main-bubble-foot-perpignan #Quest .info-txt{padding:70px 40px 450px}.site-main-geoquest-perpignan #Quest .slider-quest,.site-main-master-laser-perpignan #Quest .slider-quest,.site-main-arrow-blaster-perpignan #Quest .slider-quest,.site-main-bubble-foot-perpignan #Quest .slider-quest{margin-top:50px}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario{width:70%}.site-main-geoquest-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-master-laser-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-arrow-blaster-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-bubble-foot-perpignan #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p{font-size:17px}.site-main-geoquest-perpignan #Quest h2,.site-main-master-laser-perpignan #Quest h2,.site-main-arrow-blaster-perpignan #Quest h2,.site-main-bubble-foot-perpignan #Quest h2{margin-top:70px}.site-main-geoquest-perpignan #Reservation,.site-main-master-laser-perpignan #Reservation,.site-main-arrow-blaster-perpignan #Reservation,.site-main-bubble-foot-perpignan #Reservation{margin-top:70px}.site-main-geoquest-perpignan #Reservation .button-modal,.site-main-master-laser-perpignan #Reservation .button-modal,.site-main-arrow-blaster-perpignan #Reservation .button-modal,.site-main-bubble-foot-perpignan #Reservation .button-modal{width:30%}.site-main-geoquest-perpignan #Autres,.site-main-master-laser-perpignan #Autres,.site-main-arrow-blaster-perpignan #Autres,.site-main-bubble-foot-perpignan #Autres{margin-top:70px}.site-main-geoquest-perpignan #Autres h2,.site-main-master-laser-perpignan #Autres h2,.site-main-arrow-blaster-perpignan #Autres h2,.site-main-bubble-foot-perpignan #Autres h2{width:40%}.site-main-geoquest-perpignan #Autres .container-activitys,.site-main-master-laser-perpignan #Autres .container-activitys,.site-main-arrow-blaster-perpignan #Autres .container-activitys,.site-main-bubble-foot-perpignan #Autres .container-activitys{margin-top:50px;display:flex}.site-main-geoquest-perpignan #Autres .container-activitys .activity-style,.site-main-master-laser-perpignan #Autres .container-activitys .activity-style,.site-main-arrow-blaster-perpignan #Autres .container-activitys .activity-style,.site-main-bubble-foot-perpignan #Autres .container-activitys .activity-style{width:33.333333%}.site-main-master-laser-perpignan #Elements{padding:30px 40px 265px}.site-main-master-laser-perpignan #Elements .element_visuel{bottom:-2%}.site-main-master-laser-perpignan #Quest .mobile-arc{top:29%}.site-main-master-laser-perpignan #Quest .boussole{top:47%;width:44%;height:450px}.site-main-master-laser-perpignan #Reservation{margin-top:130px}.site-main-geoquest-perpignan #Elements{padding:30px 40px 265px}.site-main-geoquest-perpignan #Elements .element_visuel{height:295px}.site-main-geoquest-perpignan #Quest .boussole{width:69%}.site-main-arrow-blaster-perpignan #Elements{padding:30px 40px 275px}.site-main-arrow-blaster-perpignan #Elements .element_visuel{bottom:-22%;height:380px}.site-main-arrow-blaster-perpignan #Quest .mobile-arc{top:44%}.site-main-arrow-blaster-perpignan #Quest .boussole{top:72%;width:40%}.site-main-arrow-blaster-perpignan #Quest .info-txt{padding:70px 40px 400px}.site-main-arrow-blaster-perpignan #Reservation{margin-top:100px}.site-main-bubble-foot-perpignan #Quest .mobile-arc{top:43%}.site-main-bubble-foot-perpignan #Quest .boussole{top:70%;width:45%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1{font-size:25px;padding:70px 0px 0px 115px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1::before{width:90px;top:85%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:155px;padding-right:40px;text-align:left}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price,.site-main-groupes-perpignan #FormulasSingle #Price,.site-main-evg-evjf-perpignan #FormulasSingle #Price{margin-top:100px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs,.site-main-groupes-perpignan #FormulasSingle #Price .tabs,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs{width:100%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-groupes-perpignan #FormulasSingle #Price .tabs .tab-label,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs .tab-label{padding:30px 40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-groupes-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content,.site-main-evg-evjf-perpignan #FormulasSingle #Price .tabs input:checked ~ .tab-content{max-height:unset}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .container-block,.site-main-groupes-perpignan #FormulasSingle #Autres .container-block,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .container-block{padding:100px 20px 130px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{width:50%;font-size:40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2 span,.site-main-groupes-perpignan #FormulasSingle #Autres h2 span,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2 span{font-size:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis{font-size:18px;width:200px;height:50px}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding-bottom:0}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:85%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:140px;text-align:left;padding-right:40px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{display:flex;justify-content:space-between;align-items:center;padding:50px 40px;margin:100px 40px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white{width:60%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{text-align:left;font-size:27px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{margin:20px 0px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{text-align:left;padding:0}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{margin:0px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:415px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:335px}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:200px 40px 100px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo{margin-top:70px;padding-bottom:70px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:150px;width:150px}.site-main-team-building-perpignan #FormulasSingle .container-prof,.site-main-campings-perpignan #FormulasSingle .container-prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof{display:flex}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style{width:50%}.site-main-actuality-perpignan #ActualitySingle .container-thumbnails{padding:40px}}@media only screen and (min-width: 1024px) and (min-height: 768px){.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{text-align:left;padding-left:225px;margin-top:10px}.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{background-position:center bottom;background-size:cover;display:flex;justify-content:flex-end;align-items:center;padding:50px 100px 100px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_txt,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_txt,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_txt{width:50%;text-align:left;position:relative;padding-left:0px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{left:100px;transform:unset;bottom:-17%;width:37%;height:312px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{display:flex;justify-content:space-between;align-items:center;padding:120px 100px 70px;background-size:cover;background-repeat:no-repeat}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info{display:flex}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons{height:25px;width:40px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement{height:35px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .equipement,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .equipement,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .equipement,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .equipement{height:60px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos{margin:0;padding:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before{display:none}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville{padding-left:70px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int{padding-left:30px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite{margin-top:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info{display:flex}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons{height:25px;width:33px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite{height:50px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion{height:55px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos{margin:0;padding:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before{display:none}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion{margin-left:15px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus{padding:70px 100px 150px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus .puzzle{height:90px;width:90px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus p,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus p,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus p,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus p{margin:50px auto 0px;width:65%}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{margin:0;height:370px;width:52%;top:75px;position:absolute}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole,.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{top:-11%;height:250px;width:auto;transform:unset;right:-40px}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{width:41%;top:10%;right:16%}.site-main-geoquest-perpignan #ActivitySingle #Quest .info-txt,.site-main-master-laser-perpignan #ActivitySingle #Quest .info-txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .info-txt,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .info-txt{width:47%;margin-left:53%;padding:151px 35px 0px 0px}.site-main-geoquest-perpignan #ActivitySingle #Quest h2,.site-main-master-laser-perpignan #ActivitySingle #Quest h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest h2,.site-main-bubble-foot-perpignan #ActivitySingle #Quest h2{margin-top:100px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario{width:50%}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination{bottom:-50px}.site-main-geoquest-perpignan #ActivitySingle #Reservation,.site-main-master-laser-perpignan #ActivitySingle #Reservation,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:120px;display:flex;justify-content:center;align-items:center;padding:70px 40px}.site-main-geoquest-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-master-laser-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .icon-resa{margin:0;margin-right:25px}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal{margin:0}.site-main-geoquest-perpignan #ActivitySingle #Autres h2,.site-main-master-laser-perpignan #ActivitySingle #Autres h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres h2,.site-main-bubble-foot-perpignan #ActivitySingle #Autres h2{width:40%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:235px}.site-main-geoquest-perpignan #ActivitySingle #Elements{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_TOP_GEOQUEST.jpg)}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel{bottom:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/fond_intensite.jpg);padding:70px 100px}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/geoquest_desk.png);box-shadow:unset}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{top:-12%;width:32%;left:auto;right:40px}.site-main-master-laser-perpignan #ActivitySingle #Elements{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/background_fond_top.jpg)}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{bottom:-3%}.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/fond_intensite_laser.jpg);padding:70px 100px}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{top:85px;width:49%}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{top:-12%;width:250px;right:4%;height:330px;left:auto}.site-main-master-laser-perpignan #ActivitySingle #Quest .info-txt{padding:150px 35px 35px 0px}.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc{top:0%;right:15%;width:41%}.site-main-master-laser-perpignan #ActivitySingle #InfosPlus .puzzle{height:90px;width:185px}.site-main-master-laser-perpignan #ActivitySingle #Reservation{margin-top:70px;padding:70px 40px 80px}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/TOP\ BACKGROUND\ ARROW.jpg)}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{bottom:-23%;width:41%;height:480px;left:80px}.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/fond_intensite_arrow.jpg)}.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle{height:70px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu{width:48%;height:400px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{top:-29%;width:200px;right:10%;height:280px;left:auto}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc{top:0%}.site-main-bubble-foot-perpignan #ActivitySingle #Elements{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/TOP\ BACKGROUND\ BUBBLE.jpg)}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{bottom:-30%}.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/fond_intensite_bubble.jpg)}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{height:380px;width:48%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{left:auto;right:40px;height:345PX;width:300px;top:-29%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{top:0%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:210px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .container-block,.site-main-groupes-perpignan #FormulasSingle #Autres .container-block,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .container-block{padding:80px 40px 100px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{width:20%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2 span,.site-main-groupes-perpignan #FormulasSingle #Autres h2 span,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2 span{font-size:20px}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding-bottom:0}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:85%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:225px;text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{display:flex;justify-content:space-between;align-items:center;padding:50px 40px;margin:50px 100px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white{width:60%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{margin:20px 0px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{text-align:left;padding:0}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{margin:0px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:415px;width:63%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:335px}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:200px 40px 100px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo{margin-top:90px;padding-bottom:90px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:120px;width:120px}.site-main-team-building-perpignan #FormulasSingle .container-prof,.site-main-campings-perpignan #FormulasSingle .container-prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof{display:flex}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style{width:50%}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{height:300px}.site-main-actuality-perpignan #ActualitySingle .container-thumbnails{padding:40px 12%}}@media only screen and (min-width: 1024px) and (min-height: 1300px){.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:50px 100px 170px}}@media only screen and (min-width: 1280px){.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{width:420px;height:245px;top:50%}.site-main-geoquest-perpignan header .banniere,.site-main-master-laser-perpignan header .banniere,.site-main-arrow-blaster-perpignan header .banniere,.site-main-bubble-foot-perpignan header .banniere{overflow:hidden}.site-main-geoquest-perpignan header .banniere video,.site-main-master-laser-perpignan header .banniere video,.site-main-arrow-blaster-perpignan header .banniere video,.site-main-bubble-foot-perpignan header .banniere video{height:auto;width:100%}.site-main-geoquest-perpignan #ActivitySingle .container-title h1,.site-main-master-laser-perpignan #ActivitySingle .container-title h1,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1{padding:100px 0px 0px 150px;font-size:35px}.site-main-geoquest-perpignan #ActivitySingle .container-title h1::before,.site-main-master-laser-perpignan #ActivitySingle .container-title h1::before,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1::before,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1::before{top:88%}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{text-align:left;margin:0;padding:20px 300px}.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{background-position:center bottom;background-size:cover;display:flex;justify-content:flex-end;padding:100px 12% 50px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_txt,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_txt,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_txt{width:50%;text-align:left;position:relative;top:-40px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{left:12%;transform:unset;bottom:-10%;width:37%;height:385px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{display:flex;justify-content:space-between;align-items:center;padding:80px 12% 80px;background-size:contain}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info{display:flex}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2){margin-top:30px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info h5{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .icons{height:60px;width:60px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .environnement{height:45px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos{margin:0;padding:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .infos::before{display:none}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .ville{padding-left:70px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info .int{padding-left:30px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite{margin-top:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info{display:flex}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2){margin-top:30px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .icons{height:30px;width:40px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .intensite{height:50px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .reflexion{height:55px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info h5{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos{margin:0;padding:0}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .infos::before{display:none}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-intensite{margin-left:20px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info .info-reflexion{margin-left:15px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus{padding:100px 12% 150px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus .puzzle{height:90px;width:90px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus p,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus p,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus p,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus p{margin:50px auto 0px;width:65%}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{margin:0;height:435px;top:-60px;position:absolute;width:49%}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole,.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{top:-12%;right:50px;width:26%;left:unset}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{width:26%;top:0%;right:29%}.site-main-geoquest-perpignan #ActivitySingle #Quest .info-txt,.site-main-master-laser-perpignan #ActivitySingle #Quest .info-txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .info-txt,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .info-txt{width:50%;margin-left:50%;padding:70px 8% 0px 0px}.site-main-geoquest-perpignan #ActivitySingle #Quest h2,.site-main-master-laser-perpignan #ActivitySingle #Quest h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest h2,.site-main-bubble-foot-perpignan #ActivitySingle #Quest h2{margin-top:70px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest{padding:0px 12%}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario{width:100%}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide{height:500px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .thumbnails-marque{height:305px;width:310px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt p{font-size:16px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-pagination{bottom:-50px}.site-main-geoquest-perpignan #ActivitySingle #Reservation,.site-main-master-laser-perpignan #ActivitySingle #Reservation,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:120px;display:flex;justify-content:center;align-items:center}.site-main-geoquest-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-master-laser-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .icon-resa,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .icon-resa{margin:0;margin-right:25px}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal{margin:0}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal:hover,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal:hover,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal:hover,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal:hover{animation:rotate 0.7s ease-in-out both}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal:hover span,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal:hover span,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal:hover span,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal:hover span{animation:storm 0.7s ease-in-out both;animation-delay:0.06s}.site-main-geoquest-perpignan #ActivitySingle #Autres h2,.site-main-master-laser-perpignan #ActivitySingle #Autres h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres h2,.site-main-bubble-foot-perpignan #ActivitySingle #Autres h2{width:40%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:300px;background-size:auto 115%;transition:all 0.7s ease-in-out}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity:hover{background-size:auto 120%;transition:all 0.7s ease-in-out}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{width:27%;bottom:-13%}.site-main-master-laser-perpignan #ActivitySingle #InfosPlus .puzzle{width:190px}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{width:17%;left:auto;right:15%;transform:unset;top:-14%;height:290px}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{width:46%}.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:100px 12% 150px}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{bottom:-16%}.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus .puzzle{height:90px;width:120px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{top:-46%;right:15%;width:17%;height:300px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{width:46%}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{bottom:-25%;width:37%;height:480px}.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle{width:70px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{top:-34%;width:17%;right:16%;left:auto}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .info-txt{padding:140px 8% 0px 0px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu{height:490px;width:46%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:21%;padding-right:12%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p:first-child,.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p:last-child,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p:first-child,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p:last-child,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p:first-child,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p:last-child{padding:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price,.site-main-groupes-perpignan #FormulasSingle #Price,.site-main-evg-evjf-perpignan #FormulasSingle #Price{padding:0px 12%;display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:100px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest,.site-main-groupes-perpignan #FormulasSingle #Price .standard,.site-main-groupes-perpignan #FormulasSingle #Price .arena,.site-main-groupes-perpignan #FormulasSingle #Price .sniper,.site-main-groupes-perpignan #FormulasSingle #Price .aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure{width:49%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte,.site-main-groupes-perpignan #FormulasSingle #Price .carte,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte{width:100%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest,.site-main-groupes-perpignan #FormulasSingle #Price .carte,.site-main-groupes-perpignan #FormulasSingle #Price .standard,.site-main-groupes-perpignan #FormulasSingle #Price .arena,.site-main-groupes-perpignan #FormulasSingle #Price .sniper,.site-main-groupes-perpignan #FormulasSingle #Price .aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure{background:#161616;border-radius:15px;box-shadow:3px 3px 13px 0px rgba(0,0,0,0.75);padding:50px 40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure h2,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow h2,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser h2,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest h2,.site-main-groupes-perpignan #FormulasSingle #Price .carte h2,.site-main-groupes-perpignan #FormulasSingle #Price .standard h2,.site-main-groupes-perpignan #FormulasSingle #Price .arena h2,.site-main-groupes-perpignan #FormulasSingle #Price .sniper h2,.site-main-groupes-perpignan #FormulasSingle #Price .aventure h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure h2{color:white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper h2::after,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .carte h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .standard h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .arena h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .sniper h2::after,.site-main-groupes-perpignan #FormulasSingle #Price .aventure h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper h2::after,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure h2::after{display:none}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper div,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure p,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure a,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure li,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure div,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow p,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow a,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow li,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow div,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser p,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser a,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser li,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser div,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest p,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest a,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest li,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest div,.site-main-groupes-perpignan #FormulasSingle #Price .carte p,.site-main-groupes-perpignan #FormulasSingle #Price .carte a,.site-main-groupes-perpignan #FormulasSingle #Price .carte li,.site-main-groupes-perpignan #FormulasSingle #Price .carte div,.site-main-groupes-perpignan #FormulasSingle #Price .standard p,.site-main-groupes-perpignan #FormulasSingle #Price .standard a,.site-main-groupes-perpignan #FormulasSingle #Price .standard li,.site-main-groupes-perpignan #FormulasSingle #Price .standard div,.site-main-groupes-perpignan #FormulasSingle #Price .arena p,.site-main-groupes-perpignan #FormulasSingle #Price .arena a,.site-main-groupes-perpignan #FormulasSingle #Price .arena li,.site-main-groupes-perpignan #FormulasSingle #Price .arena div,.site-main-groupes-perpignan #FormulasSingle #Price .sniper p,.site-main-groupes-perpignan #FormulasSingle #Price .sniper a,.site-main-groupes-perpignan #FormulasSingle #Price .sniper li,.site-main-groupes-perpignan #FormulasSingle #Price .sniper div,.site-main-groupes-perpignan #FormulasSingle #Price .aventure p,.site-main-groupes-perpignan #FormulasSingle #Price .aventure a,.site-main-groupes-perpignan #FormulasSingle #Price .aventure li,.site-main-groupes-perpignan #FormulasSingle #Price .aventure div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper div,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure a,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure li,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure div{color:white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .line,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .line,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .line,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .line,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .line,.site-main-groupes-perpignan #FormulasSingle #Price .carte .line,.site-main-groupes-perpignan #FormulasSingle #Price .standard .line,.site-main-groupes-perpignan #FormulasSingle #Price .arena .line,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .line,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .line{width:100%;margin:auto;height:1px;background:#3b3b3b}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure span,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow span,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser span,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest span,.site-main-groupes-perpignan #FormulasSingle #Price .carte span,.site-main-groupes-perpignan #FormulasSingle #Price .standard span,.site-main-groupes-perpignan #FormulasSingle #Price .arena span,.site-main-groupes-perpignan #FormulasSingle #Price .sniper span,.site-main-groupes-perpignan #FormulasSingle #Price .aventure span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure span{display:block;font-family:'GothamLight';width:50%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper span strong,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure span strong,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow span strong,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser span strong,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest span strong,.site-main-groupes-perpignan #FormulasSingle #Price .carte span strong,.site-main-groupes-perpignan #FormulasSingle #Price .standard span strong,.site-main-groupes-perpignan #FormulasSingle #Price .arena span strong,.site-main-groupes-perpignan #FormulasSingle #Price .sniper span strong,.site-main-groupes-perpignan #FormulasSingle #Price .aventure span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper span strong,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure span strong{font-family:'GothamBook'}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .carte span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .standard span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .arena span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .sniper span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .aventure span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure span:last-of-type{text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .one,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .three,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .one,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .one,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .three,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .one,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .three,.site-main-groupes-perpignan #FormulasSingle #Price .carte .one,.site-main-groupes-perpignan #FormulasSingle #Price .carte .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .carte .three,.site-main-groupes-perpignan #FormulasSingle #Price .standard .one,.site-main-groupes-perpignan #FormulasSingle #Price .standard .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .standard .three,.site-main-groupes-perpignan #FormulasSingle #Price .arena .one,.site-main-groupes-perpignan #FormulasSingle #Price .arena .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .arena .three,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .one,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .three,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .one,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .one,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .three{display:flex;justify-content:space-between;flex-wrap:wrap;padding:30px 20px 30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .three,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .three,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .three,.site-main-groupes-perpignan #FormulasSingle #Price .carte .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .carte .three,.site-main-groupes-perpignan #FormulasSingle #Price .standard .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .standard .three,.site-main-groupes-perpignan #FormulasSingle #Price .arena .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .arena .three,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .three,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .three{flex-direction:column}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .three span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .three span,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .three span,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .three span,.site-main-groupes-perpignan #FormulasSingle #Price .carte .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .carte .three span,.site-main-groupes-perpignan #FormulasSingle #Price .standard .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .standard .three span,.site-main-groupes-perpignan #FormulasSingle #Price .arena .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .arena .three span,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .three span,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .three span{width:100%;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .three span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .carte .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .carte .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .standard .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .standard .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .arena .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .arena .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .three span:last-of-type{text-align:left}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .three,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .three,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .three,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .three,.site-main-groupes-perpignan #FormulasSingle #Price .carte .three,.site-main-groupes-perpignan #FormulasSingle #Price .standard .three,.site-main-groupes-perpignan #FormulasSingle #Price .arena .three,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .three,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .three{padding:30px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .icons,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .icons,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .icons,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .icons,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .icons,.site-main-groupes-perpignan #FormulasSingle #Price .carte .icons,.site-main-groupes-perpignan #FormulasSingle #Price .standard .icons,.site-main-groupes-perpignan #FormulasSingle #Price .arena .icons,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .icons,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .icons,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .icons{height:40px;width:40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .table,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .table,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .table,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .table,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .table,.site-main-groupes-perpignan #FormulasSingle #Price .carte .table,.site-main-groupes-perpignan #FormulasSingle #Price .standard .table,.site-main-groupes-perpignan #FormulasSingle #Price .arena .table,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .table,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .table,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .table{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/table.png)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .bonbon,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .carte .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .standard .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .arena .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .bonbon,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .bonbon,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .bonbon{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/bonbon.png)}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa{padding:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .bouton-resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .bouton-resa,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .bouton-resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .bouton-resa{display:flex;text-transform:uppercase;justify-content:center;align-items:center;width:200px;height:50px;background:#161616;border-radius:50px;margin:auto;color:white;font-family:'PoppinsBold';font-size:18px;letter-spacing:1.3px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-standard,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-standard,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-standard,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble{border:1px solid #cd5c4c;transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-standard:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-standard:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-bubble:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-standard:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-bubble:hover{transition:all 0.5s;background:#cd5c4c;border:1px solid white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-arena,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-arena,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-arena,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-arena{border:1px solid #8850cb;transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-arena:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-arena:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-arena:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-arena:hover{transition:all 0.5s;background:#8850cb;border:1px solid white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-master,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-master,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-master,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-master{border:1px solid #34b577;transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-master:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-master:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-master:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-sniper:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-master:hover{transition:all 0.5s;background:#34b577;border:1px solid white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-quest,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-quest,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-quest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-quest{border:1px solid #c7d06b;transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-quest:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-quest:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-quest:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-aventure:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-quest:hover{transition:all 0.5s;background:#c7d06b;border:1px solid white}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-devis,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-devis{border:1px solid white;background:white;color:#161616;font-size:13px;transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .standard .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .arena .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .resa .resa-devis:hover,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .standard .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .arena .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .resa .resa-devis:hover,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .master-laser .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .geoquest .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .standard .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .arena .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .resa .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .resa .resa-devis:hover{transition:all 0.5s;background:transparent;border:1px solid white;color:#fff}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure,.site-main-groupes-perpignan #FormulasSingle #Price .sniper,.site-main-groupes-perpignan #FormulasSingle #Price .aventure,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure{margin-top:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .one span:nth-of-type(2),.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .sniper .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .aventure .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .one span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .sniper .one span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .aventure .one span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .sniper .one span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .aventure .one span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .sniper .one span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .aventure .one span:last-of-type{width:100%;text-align:left;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow h2,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow h2{width:70%;margin:auto}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three{flex-direction:row}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo span,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span{width:50%;padding-top:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .twoo span:last-of-type,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span:last-of-type{text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(4),.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(4),.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three span:nth-of-type(4){text-align:left;padding-top:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .three .light,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .three .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .three .light{width:100%;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow p,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow p{padding:0px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .bubble-arrow .resa,.site-main-groupes-perpignan #FormulasSingle #Price .bubble-arrow .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .bubble-arrow .resa{padding:50px 30px 30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .master-laser,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .geoquest,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .master-laser,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .geoquest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .master-laser,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .geoquest{padding:45px 40px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .master-laser .one span:nth-of-type(2),.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .geoquest .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .master-laser .one span:nth-of-type(2),.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .geoquest .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .master-laser .one span:nth-of-type(2),.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .geoquest .one span:nth-of-type(2){text-align:right}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .master-laser .one .light,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .geoquest .one .light,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .master-laser .one .light,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .geoquest .one .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .master-laser .one .light,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .geoquest .one .light{width:100%;text-align:left;padding-top:10px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .master-laser .resa,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .geoquest .resa,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .master-laser .resa,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .geoquest .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .master-laser .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .geoquest .resa{padding-bottom:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .laser-quest .geoquest,.site-main-groupes-perpignan #FormulasSingle #Price .laser-quest .geoquest,.site-main-evg-evjf-perpignan #FormulasSingle #Price .laser-quest .geoquest{margin-top:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte,.site-main-groupes-perpignan #FormulasSingle #Price .carte,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .container-carte,.site-main-groupes-perpignan #FormulasSingle #Price .carte .container-carte,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .container-carte{width:65%;padding-left:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .container-carte h2,.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .container-carte p,.site-main-groupes-perpignan #FormulasSingle #Price .carte .container-carte h2,.site-main-groupes-perpignan #FormulasSingle #Price .carte .container-carte p,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .container-carte h2,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .container-carte p{text-align:left;padding-left:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .container-carte .line,.site-main-groupes-perpignan #FormulasSingle #Price .carte .container-carte .line,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .container-carte .line{width:60%;margin:0}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price .carte .resa,.site-main-groupes-perpignan #FormulasSingle #Price .carte .resa,.site-main-evg-evjf-perpignan #FormulasSingle #Price .carte .resa{padding:0px 20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres,.site-main-groupes-perpignan #FormulasSingle #Autres,.site-main-evg-evjf-perpignan #FormulasSingle #Autres{display:flex;justify-content:center;align-items:center}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .container-block,.site-main-groupes-perpignan #FormulasSingle #Autres .container-block,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .container-block{padding:80px 12% 80px;width:33.333333%;height:450px;justify-content:center;align-items:baseline}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{display:flex;flex-direction:column;text-align:left;width:fit-content;flex-wrap:wrap;font-size:30px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2 span,.site-main-groupes-perpignan #FormulasSingle #Autres h2 span,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2 span{font-size:20px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis{margin-top:0px;width:200px;height:60px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2{display:flex;flex-direction:row;text-align:left;align-items:center;width:fit-content !important;flex-wrap:wrap !important;font-size:30px !important}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2 span{font-size:20px;margin-right:6px}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis{transition:all 0.5s}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .resa a .resa-devis:hover{transition:all 0.5s;background:#a45ef8;border:1px solid #a45ef8}.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis{transition:all 0.5s}.site-main-groupes-perpignan #FormulasSingle #Autres .resa a .resa-devis:hover,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .resa a .resa-devis:hover{transition:all 0.5s;background:#f3ff80;border:1px solid #f3ff80}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding-bottom:0}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:88%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:300px;padding-right:12%;text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:50px 40px;margin:50px 19% 100px;padding:80px 75px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white{width:60%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{margin:20px 0px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{text-align:left;padding:0}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a{margin-top:40px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{margin:0px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:415px;width:48%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:100px}.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{bottom:-50%}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:185px;width:160px}.site-main-team-building-perpignan #FormulasSingle .container-prof,.site-main-campings-perpignan #FormulasSingle .container-prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof{display:flex}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style{width:50%}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{height:350px}.site-main-actuality-perpignan #ActualitySingle .container-thumbnails{padding:40px 12%}}@media only screen and (min-width: 1280px) and (max-height: 720px){.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu{margin:0;height:435px;top:-60px;position:absolute;width:46%}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole,.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole,.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{top:-12%;right:50px;width:26%;left:unset}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc{width:26%;top:0%;right:29%}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{bottom:-8%;width:29%}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{width:16%;left:auto;right:15%;transform:unset;top:-14%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{top:-46%;right:10%;width:17%;height:300px}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{transform:unset;top:-14%;height:245px;right:80px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{top:-35%;width:17%;right:12%;left:auto;height:285px}}@media only screen and (min-width: 1366px){.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:20px 315px}.site-main-geoquest-perpignan #ActivitySingle header p,.site-main-master-laser-perpignan #ActivitySingle header p,.site-main-arrow-blaster-perpignan #ActivitySingle header p,.site-main-bubble-foot-perpignan #ActivitySingle header p{text-align:left}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{width:35%}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{height:455px}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{right:30%}.site-main-geoquest-perpignan #ActivitySingle #Quest h2,.site-main-master-laser-perpignan #ActivitySingle #Quest h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest h2,.site-main-bubble-foot-perpignan #ActivitySingle #Quest h2{margin-top:150px}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal{width:22%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:350px;background-size:auto 120%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity:hover{background-size:auto 125%}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{width:24%;bottom:-15%;left:17%}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{width:46%}.site-main-master-laser-perpignan #ActivitySingle #Quest h2{margin-top:280px}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{bottom:-16%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{top:-51%;right:17%;width:17%;height:300px}.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:160px}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{bottom:-28%;left:14%;width:35%}.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle{width:70px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{top:-37%;width:15%;right:21%}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{width:24%;right:105px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1{padding:100px 0px 0px 150px;font-size:35px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1::before,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1::before{top:88%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:23%}}@media only screen and (min-width: 1440px){.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:20px 320px}.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:130px 12% 65px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{height:410px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_txt p,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_txt p,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_txt p,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_txt p{text-align:left}.site-main-geoquest-perpignan #ActivitySingle #Autres h2,.site-main-master-laser-perpignan #ActivitySingle #Autres h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres h2,.site-main-bubble-foot-perpignan #ActivitySingle #Autres h2{width:35%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:330px}.site-main-geoquest-perpignan #ActivitySingle #Reservation,.site-main-master-laser-perpignan #ActivitySingle #Reservation,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:160px}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{right:17%;top:-14%}.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:130px 12% 130px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{right:17%;top:-54%}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{height:530px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:22.5%}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding-bottom:0}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:88%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:325px;padding-right:12%;text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{display:flex;justify-content:space-between;align-items:center;padding:50px 40px;margin:50px 19% 100px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white{width:60%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{margin:20px 0px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{text-align:left;padding:0}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{margin:0px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:485px;width:48%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:100px}.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{bottom:-50%}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:250px 100px 100px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:150px;width:150px}.site-main-team-building-perpignan #FormulasSingle .container-prof,.site-main-campings-perpignan #FormulasSingle .container-prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof{display:flex}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style{width:50%}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{height:425px}}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1440px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1440px), only screen and (min-resolution: 192dpi) and (min-width: 1440px), only screen and (min-resolution: 2dppx) and (min-width: 1440px){.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:380px}.site-main-master-laser-perpignan #ActivitySingle .container-title p{padding:20px 350px}.site-main-master-laser-perpignan #ActivitySingle #Elements{padding:100px 12% 130px}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{bottom:-8%}.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc{right:32%}.site-main-master-laser-perpignan #ActivitySingle #Quest .info-txt{padding:100px 8% 0 0}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{height:550px}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{right:20%;top:-14%;width:15%;height:330px}.site-main-master-laser-perpignan #ActivitySingle #Reservation{margin-top:250px}.site-main-geoquest-perpignan #ActivitySingle .container-title p{padding:20px 350px}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc{right:32%}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu{height:540px}.site-main-geoquest-perpignan #ActivitySingle #Quest .info-txt{padding:100px 8% 0 0}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{right:13%;top:-13%;height:270px;width:21%}.site-main-geoquest-perpignan #ActivitySingle #Quest h2{margin-top:200px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest{margin-top:20px}.site-main-geoquest-perpignan #ActivitySingle #Reservation{margin-top:150px}.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:20px 350px}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{bottom:-22%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{right:32%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{height:560px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .info-txt{padding:120px 8% 0 0}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{right:21%;top:-50%;width:16%;height:350px}.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:250px}.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p{padding:20px 350px}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{bottom:-26%;left:14%;width:35%;height:490px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc{right:32%}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu{height:560px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .info-txt{padding:155px 8% 0 0}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{right:21%;top:-34%;width:14%;height:311px}.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation{margin-top:250px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:21%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:350px;padding-right:12%;text-align:left}}@media only screen and (min-width: 1920px){.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{width:400px;height:250px}.site-main-geoquest-perpignan #ActivitySingle .container-title h1,.site-main-master-laser-perpignan #ActivitySingle .container-title h1,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title h1,.site-main-bubble-foot-perpignan #ActivitySingle .container-title h1{padding:150px 0px 0px 190px;font-size:40px;margin-left:19%;width:auto}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:20px 550px}.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:185px 19% 60px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{height:405px;width:21%;left:21%;bottom:-7%}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_txt,.site-main-master-laser-perpignan #ActivitySingle #Elements .element_txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_txt,.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_txt{width:46%;top:-100px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{padding:150px 19% 100px;background-repeat:no-repeat}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus{padding:150px 19% 200px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus .puzzle,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus .puzzle{height:110px;width:190px}.site-main-geoquest-perpignan #ActivitySingle #InfosPlus p,.site-main-master-laser-perpignan #ActivitySingle #InfosPlus p,.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus p,.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus p{width:55%;margin:10px auto 0px}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{height:655px;width:51%;top:-70px}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{width:30%}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole,.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{right:8%;top:-13%;height:370px}.site-main-geoquest-perpignan #ActivitySingle #Quest .info-txt,.site-main-master-laser-perpignan #ActivitySingle #Quest .info-txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .info-txt,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .info-txt{width:47%;margin-left:53%;padding:160px 19% 0px 0px}.site-main-geoquest-perpignan #ActivitySingle #Quest h2,.site-main-master-laser-perpignan #ActivitySingle #Quest h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest h2,.site-main-bubble-foot-perpignan #ActivitySingle #Quest h2{margin-top:300px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest{margin-top:50px}.site-main-geoquest-perpignan #ActivitySingle #Reservation,.site-main-master-laser-perpignan #ActivitySingle #Reservation,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{padding:80px 20px;margin-top:190px}.site-main-geoquest-perpignan #ActivitySingle #Reservation .button-modal,.site-main-master-laser-perpignan #ActivitySingle #Reservation .button-modal,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation .button-modal,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation .button-modal{width:16%}.site-main-geoquest-perpignan #ActivitySingle #Autres,.site-main-master-laser-perpignan #ActivitySingle #Autres,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres,.site-main-bubble-foot-perpignan #ActivitySingle #Autres{margin-top:130px}.site-main-geoquest-perpignan #ActivitySingle #Autres h2,.site-main-master-laser-perpignan #ActivitySingle #Autres h2,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres h2,.site-main-bubble-foot-perpignan #ActivitySingle #Autres h2{width:24%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys{margin-top:80px}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{height:500px}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{width:47%}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{right:16%;top:-15%;height:425px;width:18%}.site-main-master-laser-perpignan #ActivitySingle #Reservation{margin-top:300px}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel{height:462px;width:29%;left:21%;bottom:-13%}.site-main-bubble-foot-perpignan #ActivitySingle #Elements{padding:185px 19% 170px}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{height:440px;left:19%;width:25%}.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{background-size:auto}.site-main-bubble-foot-perpignan #ActivitySingle #InfosPlus .puzzle{width:120px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{right:22%;top:-46%;width:315px;height:410px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{width:47%}.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:360px}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{height:590px;width:33%;left:21%;bottom:-26%}.site-main-arrow-blaster-perpignan #ActivitySingle #InfosPlus p{margin:50px auto 0px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{top:-48%;right:17%}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu{width:47%}.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation{margin-top:290px}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails h1,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails h1,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails h1{margin-left:19%;width:auto}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:26.5%;padding-right:19%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Price,.site-main-groupes-perpignan #FormulasSingle #Price,.site-main-evg-evjf-perpignan #FormulasSingle #Price{padding:0px 19%}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres h2,.site-main-groupes-perpignan #FormulasSingle #Autres h2,.site-main-evg-evjf-perpignan #FormulasSingle #Autres h2{flex-direction:column;text-align:center}.site-main-anniversaires-enfants-perpignan #FormulasSingle #Autres .container-block,.site-main-groupes-perpignan #FormulasSingle #Autres .container-block,.site-main-evg-evjf-perpignan #FormulasSingle #Autres .container-block{height:600px;padding:80px 5%;align-items:center}.site-main-team-building-perpignan #FormulasSingle h1,.site-main-campings-perpignan #FormulasSingle h1,.site-main-collectivites-perpignan #FormulasSingle h1{padding-top:100px;padding-bottom:0;width:auto;margin-left:19%}.site-main-team-building-perpignan #FormulasSingle h1::before,.site-main-campings-perpignan #FormulasSingle h1::before,.site-main-collectivites-perpignan #FormulasSingle h1::before{top:88%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:29%;padding-right:19%;text-align:left}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white{display:flex;justify-content:space-between;align-items:center;padding:80px 6%;margin:50px 25% 150px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .contain-white{width:60%}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white h3,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white h3{text-align:left;font-size:25px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white .line,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white .line{margin:20px 0px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white p,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white p{text-align:left;padding:0;font-size:18px;margin-top:40px}.site-main-team-building-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-campings-perpignan #FormulasSingle .container-thumbnails .container-white a button,.site-main-collectivites-perpignan #FormulasSingle .container-thumbnails .container-white a button{margin:0px}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:670px;width:48%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-left{margin-bottom:150px}.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{bottom:-50%}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:300px 200px 150px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:150px;width:150px}.site-main-team-building-perpignan #FormulasSingle .container-prof,.site-main-campings-perpignan #FormulasSingle .container-prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof{display:flex}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style{width:50%}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{height:500px}.site-main-actuality #ActualitySingle .container-thumbnails{padding:70px 19%}}@media only screen and (min-width: 2560px){.site-main-geoquest-perpignan header .logo-activity,.site-main-master-laser-perpignan header .logo-activity,.site-main-arrow-blaster-perpignan header .logo-activity,.site-main-bubble-foot-perpignan header .logo-activity{width:600px;height:350px}.site-main-geoquest-perpignan #ActivitySingle .container-title p,.site-main-master-laser-perpignan #ActivitySingle .container-title p,.site-main-arrow-blaster-perpignan #ActivitySingle .container-title p,.site-main-bubble-foot-perpignan #ActivitySingle .container-title p{padding:20px 675px}.site-main-geoquest-perpignan #ActivitySingle #Elements,.site-main-master-laser-perpignan #ActivitySingle #Elements,.site-main-arrow-blaster-perpignan #ActivitySingle #Elements,.site-main-bubble-foot-perpignan #ActivitySingle #Elements{height:600px}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest,.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest,.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest,.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest{padding:150px 25% 150px;background-size:cover}.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-geoquest-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-master-laser-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-arrow-blaster-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-equipement .contain-info:nth-of-type(2),.site-main-bubble-foot-perpignan #ActivitySingle #Infos-Quest .container-intensite .contain-info:nth-of-type(2){margin-top:50px}.site-main-geoquest-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-master-laser-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .slider-quest .swiper-scenario .swiper-slide .contain-txt{padding:0px 70px}.site-main-geoquest-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-master-laser-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .mobile-arc,.site-main-bubble-foot-perpignan #ActivitySingle #Quest .mobile-arc{right:32%}.site-main-geoquest-perpignan #ActivitySingle #Reservation,.site-main-master-laser-perpignan #ActivitySingle #Reservation,.site-main-arrow-blaster-perpignan #ActivitySingle #Reservation,.site-main-bubble-foot-perpignan #ActivitySingle #Reservation{margin-top:150px}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity{background-size:auto 160%}.site-main-geoquest-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-master-laser-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-arrow-blaster-perpignan #ActivitySingle #Autres .container-activitys .activity:hover,.site-main-bubble-foot-perpignan #ActivitySingle #Autres .container-activitys .activity:hover{background-size:auto 165%}.site-main-master-laser-perpignan #ActivitySingle #Elements .element_visuel{height:560px;width:30%;bottom:-4%}.site-main-master-laser-perpignan #ActivitySingle #Quest{height:1450px}.site-main-master-laser-perpignan #ActivitySingle #Quest h2{margin-top:400px}.site-main-master-laser-perpignan #ActivitySingle #Quest .visuel-jeu{top:-100px;height:800px}.site-main-master-laser-perpignan #ActivitySingle #Quest .boussole{right:19%;top:-17%;height:450px;width:13%}.site-main-geoquest-perpignan #ActivitySingle #Elements .element_visuel{height:625px;width:30%;bottom:-12%}.site-main-geoquest-perpignan #ActivitySingle #Quest .visuel-jeu{top:-150px;height:900px}.site-main-geoquest-perpignan #ActivitySingle #Quest .boussole{right:19%;top:-13%;height:375px;width:19%}.site-main-geoquest-perpignan #ActivitySingle #Quest h2{margin-top:350px}.site-main-bubble-foot-perpignan #ActivitySingle #Elements .element_visuel{height:600px;width:25%;bottom:-13%;left:25%}.site-main-bubble-foot-perpignan #ActivitySingle #Quest{height:700px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .visuel-jeu{top:-100px;height:800px}.site-main-bubble-foot-perpignan #ActivitySingle #Quest .boussole{right:19%;top:-35%;height:450px;width:13%}.site-main-arrow-blaster-perpignan #ActivitySingle #Elements .element_visuel{height:770px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest{height:700px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .visuel-jeu{top:-100px;height:800px}.site-main-arrow-blaster-perpignan #ActivitySingle #Quest .boussole{right:19%;top:-42%;height:450px;width:13%}.site-main-anniversaires-enfants-perpignan #FormulasSingle .container-thumbnails p,.site-main-groupes-perpignan #FormulasSingle .container-thumbnails p,.site-main-evg-evjf-perpignan #FormulasSingle .container-thumbnails p{padding-left:25%}.site-main-team-building-perpignan #FormulasSingle p,.site-main-campings-perpignan #FormulasSingle p,.site-main-collectivites-perpignan #FormulasSingle p{padding-left:26%}.site-main-team-building-perpignan #FormulasSingle .thumb-left,.site-main-team-building-perpignan #FormulasSingle .thumb-right,.site-main-campings-perpignan #FormulasSingle .thumb-left,.site-main-campings-perpignan #FormulasSingle .thumb-right,.site-main-collectivites-perpignan #FormulasSingle .thumb-left,.site-main-collectivites-perpignan #FormulasSingle .thumb-right{height:900px}.site-main-team-building-perpignan #FormulasSingle .container-partnair,.site-main-campings-perpignan #FormulasSingle .container-partnair,.site-main-collectivites-perpignan #FormulasSingle .container-partnair{padding:450px 350px 200px}.site-main-team-building-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-campings-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo,.site-main-collectivites-perpignan #FormulasSingle .container-partnair .swiper-logo .swiper-slide .thumbnails-logo{height:150px;width:150px}.site-main-team-building-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-campings-perpignan #FormulasSingle .container-prof .prof-style .prof,.site-main-collectivites-perpignan #FormulasSingle .container-prof .prof-style .prof{height:750px}.site-archive-actuality #Actuality .container-actuality .swiper-slide{height:580px}}.site-main-contact .banniere .banniere_contact{height:100%}.site-main-contact .content-WP{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/BACKGROUND_groupe.jpg)}.site-main-contact .content-WP h1{font-family:'PoppinsBold';font-size:30px}.site-main-contact .content-WP p{text-align:center;padding:30px 20px 50px}.site-main-contact .content-WP .wpcf7-form .flex br{display:none}.site-main-contact .content-WP .wpcf7-form .flex #Nom,.site-main-contact .content-WP .wpcf7-form .flex #Email,.site-main-contact .content-WP .wpcf7-form .flex #Telephone{margin-top:20px}.site-main-contact .content-WP .wpcf7-form p{padding:0}.site-main-contact .content-WP .wpcf7-form #ContactMessage{margin-top:20px}.site-main-contact .content-WP .wpcf7-form #Submit{margin:20px auto 40px}@media only screen and (min-width: 567px) and (max-height: 400px){.site-main-contact .content-WP h1{padding:70px 0px 0px 115px;font-size:25px}.site-main-contact .content-WP h1::before{top:85%;width:90px}.site-main-contact .content-WP p{padding:30px 40px 50px 155px;text-align:left}.site-main-contact .content-WP .wpcf7-form{margin:0px 40px}.site-main-contact .content-WP .wpcf7-form input[type="text"],.site-main-contact .content-WP .wpcf7-form input[type="email"],.site-main-contact .content-WP .wpcf7-form input[type="number"],.site-main-contact .content-WP .wpcf7-form input[type="tel"],.site-main-contact .content-WP .wpcf7-form input[type="date"],.site-main-contact .content-WP .wpcf7-form select,.site-main-contact .content-WP .wpcf7-form textarea{height:45px}.site-main-contact .content-WP .wpcf7-form input[type="submit"]{height:50px}.site-main-contact .content-WP .wpcf7-form textarea{height:200px}.site-main-contact .content-WP .wpcf7-form .flex{display:flex;justify-content:space-between;align-items:center}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap{width:48%}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="text"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="email"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="number"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="tel"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="date"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap select{width:100%}.site-main-contact .content-WP .wpcf7-form .flex #Nom{margin-top:0}.site-main-contact .content-WP .wpcf7-form #ContactMessage{margin-top:20px;width:100%}.site-main-contact .content-WP .wpcf7-form #Submit{position:relative;left:50%;transform:translateX(-50%)}}@media only screen and (min-width: 768px) and (min-height: 600px){.site-main-contact .content-WP h1{margin-left:40px;padding-top:100px;text-align:left;padding-left:100px;font-size:37px;padding-bottom:0px}.site-main-contact .content-WP h1::before{top:85%;transform:unset;left:0px;width:70px}.site-main-contact .content-WP h1 strong{font-size:42px}.site-main-contact .content-WP p{text-align:left;padding:30px 70px 70px 140px}.site-main-contact .content-WP .wpcf7-form{margin:0px 140px}.site-main-contact .content-WP .wpcf7-form .flex{display:flex;justify-content:space-between;align-items:center}.site-main-contact .content-WP .wpcf7-form .flex>p{display:flex;justify-content:space-between;align-self:center;width:100%}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap{width:48%}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="text"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="email"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="number"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="tel"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="date"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap select{width:100%}.site-main-contact .content-WP .wpcf7-form .flex #Nom{margin-top:0}.site-main-contact .content-WP .wpcf7-form #ContactMessage{margin-top:20px;width:100%}.site-main-contact .content-WP .wpcf7-form #Submit{position:relative;left:50%;transform:translateX(-50%);margin:20px auto 60px}}@media only screen and (min-width: 1024px) and (min-height: 768px){.site-main-contact .content-WP{padding:0px 100px}.site-main-contact .content-WP h1{margin-left:0}.site-main-contact .content-WP p{padding:30px 100px 70px}.site-main-contact .content-WP .wpcf7-form{margin:0px 100px}.site-main-contact .content-WP .wpcf7-form .flex{display:flex;justify-content:space-between;align-items:center}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap{width:48%}.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="text"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="email"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="number"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="tel"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap input[type="date"],.site-main-contact .content-WP .wpcf7-form .flex .wpcf7-form-control-wrap select{width:100%}.site-main-contact .content-WP .wpcf7-form .flex #Nom{margin-top:0}.site-main-contact .content-WP .wpcf7-form #ContactMessage{margin-top:20px;width:100%}.site-main-contact .content-WP .wpcf7-form #Submit{position:relative;left:50%;transform:translateX(-50%)}}@media only screen and (min-width: 1280px){.site-main-contact .content-WP{padding:0px 12% 50px}.site-main-contact .content-WP h1{margin:0px;font-size:35px;padding:100px 0px 0px 150px}.site-main-contact .content-WP h1::before{width:110px}.site-main-contact .content-WP p{padding:30px 150px}.site-main-contact .content-WP .wpcf7-form{margin:50px 150px 0px}}@media only screen and (min-width: 1920px){.site-main-contact .content-WP{padding:130px 19% 100px}.site-main-contact .content-WP h1{font-size:40px;padding-top:0}.site-main-contact .content-WP h1::before{top:55%}.site-main-contact .content-WP p{padding:30px 150px}.site-main-contact .content-WP .wpcf7-form{margin:50px 185px 0px}}@media only screen and (min-width: 2560px){.site-main-contact .content-WP{padding:130px 25% 100px}.site-main-contact .content-WP .wpcf7-form{margin:50px 140px 0px}}.page-id-3 .site-main h1,.page-id-3 .site-main h2,.page-id-3 .site-main h3,.page-id-270 .site-main h1,.page-id-270 .site-main h2,.page-id-270 .site-main h3{margin:30px 0}.page-id-3 .site-main h3,.page-id-3 .site-main h4,.page-id-270 .site-main h3,.page-id-270 .site-main h4{text-align:left}.page-id-3 .site-main h1,.page-id-270 .site-main h1{margin-top:50px}.page-id-3 .site-main p,.page-id-3 .site-main li,.page-id-270 .site-main p,.page-id-270 .site-main li{margin:20px 0}.page-id-3 .site-main a,.page-id-270 .site-main a{color:black;text-decoration:underline}#colophon{background:#161616;position:relative}#colophon .site-info{padding:60px 20px 30px}#colophon .logo-footer{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/icons/logo-footer.png);height:50px}#colophon .container-contact h4{color:white;font-family:"PoppinsRegular";font-size:15px;margin-top:30px;padding-bottom:20px;position:relative}#colophon .container-contact h4::after{content:"";position:absolute;width:20px;height:1px;background:white;bottom:0;left:50%;transform:translateX(-50%)}#colophon .container-contact .contain-link{display:flex;justify-content:center;align-items:center;margin-top:15px}#colophon .container-contact a{color:white;font-size:14px;display:block;font-family:'GothamLight'}#colophon .container-contact a:first-of-type{padding-right:15px;position:relative}#colophon .container-contact a:first-of-type::after{content:"";height:1px;width:5px;background:white;position:absolute;right:0;top:50%;transform:translateY(-50%)}#colophon .container-contact a:last-of-type{padding-left:10px}#colophon .container-menu{padding:30px 20px;margin-top:30px;position:relative}#colophon .container-menu::before{content:"";position:absolute;width:100%;height:1px;background:#282828;top:0;left:0}#colophon .container-menu .navigation-footer .menu{margin:0}#colophon .container-menu .navigation-footer .menu .sub-menu{display:none}#colophon .container-menu .navigation-footer .menu li{text-align:center;padding:10px 0px}#colophon .container-menu .navigation-footer .menu li a{color:white;text-transform:uppercase;font-family:'PoppinsMedium';letter-spacing:1px}#colophon .container-rs{display:flex;justify-content:space-between;align-items:center}#colophon .container-rs .line{width:33%;height:1px;background:#282828}#colophon .container-rs .contain-rs{display:flex;width:25%;justify-content:space-around;align-items:center}#colophon .container-rs .facebook-white .icon-rs{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-facebook.png);height:20px;width:20px}#colophon .container-rs .insta-white .icon-rs{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-instagram.png);height:20px;width:20px}#colophon .container-rs .tiktok-white .icon-rs{background-image:url(//custeam.fr/wp-content/themes/custeam/assets/imgs/logo-tiktok.png);height:20px;width:20px}#colophon .container-mentions .mention{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px}#colophon .container-mentions .mention a{color:#b3b7bf;font-size:13px;display:block;padding:5px 0px;width:100%;text-align:center;font-family:'GothamLight'}#colophon .container-mentions .copyright{display:flex;justify-content:center;align-items:center;margin-top:20px}#colophon .container-mentions .copyright p,#colophon .container-mentions .copyright a{color:#b3b7bf;font-size:13px;font-family:'GothamLight'}#colophon .container-mentions .copyright a{padding-left:5px}@media only screen and (min-width: 567px) and (max-height: 400px){#colophon .container-rs .line{width:39%}#colophon .container-rs .contain-rs{width:13%}}@media only screen and (min-width: 768px) and (min-height: 600px){#colophon .container-rs .line{width:39%}#colophon .container-rs .contain-rs{width:12%}#colophon .site-info{padding:50px 40px}}@media only screen and (min-width: 1280px){#colophon .site-info{padding:70px 10%}#colophon .container-contact{display:flex;justify-content:center;align-items:center;margin-top:40px}#colophon .container-contact h4{padding-right:10px;padding-bottom:0;margin-top:0;font-size:18px}#colophon .container-contact h4::after{height:30px;width:1px;right:0;left:unset;transform:unset;top:50%;transform:translateY(-50%)}#colophon .container-contact .contain-link{margin-top:0;padding-left:10px}#colophon .container-contact .contain-link a{font-size:16px;transition:all 0.5s}#colophon .container-contact .contain-link a:hover{transform:scale(1.1);transition:all 0.5s}#colophon .container-contact .contain-link a:hover::after{transform:scale(1)}#colophon .container-menu{margin-top:40px;padding:40px 0px}#colophon .container-menu .navigation-footer .menu{display:flex;justify-content:space-between}#colophon .container-menu .navigation-footer .menu li{text-align:left;width:calc(100% / 7 )}#colophon .container-menu .navigation-footer .menu li a{font-size:13px;transition:all 0.5s}#colophon .container-menu .navigation-footer .menu li a:hover{color:#ff715c;transition:all 0.5s}#colophon .container-menu .navigation-footer .menu .sub-menu{display:block;margin-top:20px;margin-left:0}#colophon .container-menu .navigation-footer .menu .sub-menu li{width:auto;text-align:left;padding:5px 0px;text-align:left}#colophon .container-menu .navigation-footer .menu .sub-menu li:hover{transform:scale(1.1);transition:all 0.5s}#colophon .container-menu .navigation-footer .menu .sub-menu li a{font-family:'PoppinsRegular';color:#828386;font-size:11px;transition:all 0.5s}#colophon .container-menu .navigation-footer .menu .menu-item-43{text-align:end}#colophon .container-menu .navigation-footer .menu .menu-item-28,#colophon .container-menu .navigation-footer .menu .menu-item-27{text-align:center}#colophon .container-menu::before{width:100%;left:50%;transform:translateX(-50%)}#colophon .container-rs .facebook-white:hover,#colophon .container-rs .insta-white:hover,#colophon .container-rs .tiktok-white:hover{animation:jello-horizontal 0.9s both}#colophon .container-rs .line{width:43%}#colophon .container-rs .contain-rs{width:8%}#colophon .container-mentions{display:flex;justify-content:space-between;padding:0px}#colophon .container-mentions .mention{flex-wrap:nowrap;width:50%;justify-content:start}#colophon .container-mentions .mention a{text-align:unset;width:auto;margin-right:20px;transition:all 0.5s}#colophon .container-mentions .mention a:hover{color:#ff715c;transition:all 0.5s}#colophon .container-mentions .copyright{width:50%;justify-content:flex-end}#colophon .container-mentions .copyright a{transition:all 0.5s}#colophon .container-mentions .copyright a:hover{color:#ff715c;transition:all 0.5s}}@media only screen and (min-width: 1920px){#colophon .site-info{padding:100px 19% 50px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}