:root {
--background: #fff;
--foreground: #0E2443;
--navy-blue: #2F2483;
--mauve: #662282;
--purple: #2F2483;
--red: #E7434A;
--orange: #D35050;
--green: #029f0c;
}
html {
font-size: 16px;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body,
html body .ea-bootstrap {
font-family: 'Albert Sans', sans-serif;
}
@keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
}   .fadeInUp {
opacity: 0;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
.d-none {
display: none !important;
}
h2 {
display: inline-block;
position: relative;
}
h2:before {
content: '';
display: inline-block;
position: absolute;
top: 5px;
left: -30px;
width: 1px;
height: 35px;
background-color: var(--orange);
z-index: 1;
}
h2:after {
content: '';
display: inline-block;
position: absolute;
top: calc(100% - 45px);
left: -55px;
width: 36px;
height: 36px;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/title-triangle.svg);
background-repeat: no-repeat;
z-index: 1;
}
.red {
color: var(--red);
}
.row {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.text-center {
text-align: center;
}
.loading {
position: relative;
}
.loading:after {
animation: loading .5s infinite linear;
background: 0 0;
border: 0.1rem solid var(--foreground);
border-radius: 50%;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 0.8rem;
left: 50%;
margin-left: -0.4rem;
margin-top: -0.4rem;
opacity: 1;
padding: 0;
position: absolute;
top: 50%;
width: 0.8rem;
pointer-events: none;
z-index: 1;
}
.button-primary {
padding: 1em 1.5em 1em 1.5em;
}
.ea-bootstrap .ea-submit.btn-primary {
padding: 0.6em 2em 0.6em 2em;
}
.button-primary,
.ea-bootstrap .ea-submit.btn-primary {
display: inline-block;
font-family: "Albert Sans", Sans-serif;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5em;
color: #FFF;
background-color: transparent;
background-image: linear-gradient(90deg, #322483 0%, #D33E53 100%);
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
border: none;
transition: all .3s;
}
.button-primary:hover,
.button-primary:active,
.button-primary:focus,
.ea-bootstrap .ea-submit.btn-primary:hover,
.ea-bootstrap .ea-submit.btn-primary:active,
.ea-bootstrap .ea-submit.btn-primary:focus {
color: #FFF;
background-color: transparent;
background-image: linear-gradient(90deg, #32248366 0%, #D33E5366 100%);
border: none;
outline: none;
}
a.button-link,
.elementor-widget-button.button-link a.elementor-button-link {
display: inline-flex;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
padding: 1.2rem 3.8rem;
font-family: 'Albert Sans', sans-serif;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5;
color: #FFF;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
box-shadow: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
border: none;
position: relative;
}
.ea-bootstrap form .form-control {
box-shadow: none;
}
.ea-bootstrap form .form-control:focus {
border-color: var(--foreground);
box-shadow: none;
}
.ea-bootstrap form label.error {
color: var(--red);
font-weight: 400;
}
.ea-bootstrap form input.error,
.ea-bootstrap form textarea.error,
.ea-bootstrap form select.error {
border-color: var(--red);
}
.ea-bootstrap .form-group .form-control.valid {
border-color: var(--green);
}
#header-menu-sidebar, .menu-mobile-toggle {
display: none !important;
}
body.home header.header,
header.header .hfg-slot.right:empty {
display: none;
}
header.header {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
header.header .row--wrapper {
width: 100%;
display: flex;
justify-content: center;
}
header.header .builder-item--logo {
padding: 0;
}
header.header .nav-ul li {
margin: 0 1rem;
}
header.header .nav-ul li > a {
font-family: 'Albert Sans', sans-serif;
font-size: 1.2rem;
color: var(--foreground);
}
header.header .nav-ul li.current-menu-item > a {
color: var(--navy-blue);
}
.medef-main {
flex: 1 auto;
z-index: 1;
position: relative;
}
.medef-main:before {
content: '';
display: inline-block;
position: absolute;
bottom: 8rem;
left: 40px;
width: 1px;
height: 5.313rem;
background-color: var(--orange);
z-index: 1;
}
.medef-main:after {
content: '';
display: inline-block;
position: absolute;
bottom: 3rem;
left: 0;
width: 6.875rem;
height: 6.875rem;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/red-triangle-clear.svg);
background-repeat: no-repeat;
background-size: contain;
}
.page-title {
margin: 30px 0 60px;
font-family: "Albert Sans", Sans-serif;
font-size: 3.8rem;
color: var(--foreground);
font-weight: 300;
line-height: 1.15em;
text-align: center;
}
.page-title strong {
font-weight: 700;
}
#footer-site:before {
content: '';
display: inline-block;
position: absolute;
top: -11.25rem;
left: 0;
height: 0;
width: 0;
border-right: 11.25rem solid transparent;
border-bottom: 11.25rem solid #F8F8FB;
} .error404-number {
margin: 60px 0 10px;
font-family: "Albert Sans", Sans-serif;
font-size: 6rem;
color: var(--foreground);
font-weight: 700;
line-height: 1.15em;
text-align: center;
} @media screen and (max-width: 1200px) {
html {
font-size: 14px;
}
}
@media screen and (max-width: 992px) {
html {
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.page-title {
margin: 20px 0 40px;
font-size: 3rem;
}
}
@media screen and (min-width: 576px) {
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
}
@media screen and (min-width: 768px) {
.col-md-6 {
flex: 0 0 auto;
width: 50%;
max-width: 100%;
}
}
@media screen and (min-width: 992px) {
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
max-width: 100%;
}
}
@media screen and (min-width: 1200px) {
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
max-width: 100%;
}
}#fixed-button-container {
position: fixed;
top: 45%;
left: 100%;
width: auto;
transition: left .15s;
z-index: 9;
}
#fixed-button-container.delayed {
left: calc(100% - 85px);
}
#fixed-button-container:hover {
left: calc(100% - 220px);
transition: left .15s;
}
#fixed-button-container .elementor-button-content-wrapper,
#fixed-button-container .elementor-button-content-wrapper .elementor-button-icon {
display: flex;
align-items: center;
}
#fixed-button-container .elementor-button-icon svg {
width: 41px;
}
#fixed-button {
width: 220px;
}
#fixed-button:hover {
background: linear-gradient(to right, rgba(50,36,131,1) 0%,rgba(211,62,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66322483', endColorstr='#66d33e53',GradientType=1 );
box-shadow: 0 7px 53px 0 #2c277e80;
transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#home-hero .elementor-container > .elementor-column {
height: 100%;
}
#home-hero .elementor-container > .elementor-column .elementor-widget-wrap {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#home-hero .elementor-container > .elementor-column .elementor-widget-wrap .elementor-section {
margin-top: auto;
}
#home-hero:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 10rem;
height: 10rem;
background: no-repeat url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/purple-triangle.svg);
background-size: contain;
z-index: 2;
}
#home-hero:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 10rem;
height: 10rem;
background: no-repeat url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/red-triangle.svg);
background-size: contain;
opacity: 0.8;
z-index: 2;
}
#home-hero >.elementor-background-overlay {
transform: scale(1.05); }
#hero-button-section:before {
content: '';
display: block;
position: absolute;
bottom: 230px;
left: 140px;
width: 2rem;
height: 2rem;
background: no-repeat url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/mauve-triangle.svg);
background-size: contain;
z-index: 2;
}
#hero-button-section:after {
content: '';
display: block;
position: absolute;
bottom: 50px;
left: 60px;
width: 108px;
height: 108px;
background: no-repeat url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/white-line-triangle.svg);
z-index: 2;
}
#hero-button-section > .elementor-container:before {
content: '';
display: block;
position: absolute;
bottom: 150px;
left: 40px;
width: 1px;
height: 90px;
background: #FFF;
z-index: 2;
}
#hero-button:before {
content: '';
display: block;
width: 100%;
height: 1px;
margin: 5px auto;
background-color: #FFF;
transition: all .2s;
}
#hero-button:after {
content: '';
display: block;
position: absolute;
bottom: -20px;
width: 2.3rem;
height: 2.3rem;
margin: 5px auto;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
transform: rotate(45deg);
transition: all .2s;
}
#hero-button:hover {
color: var(--red);
background: none;
}
#hero-button:hover:before {
width: 0;
margin: 0;
transition: all .2s;
}
#hero-button:hover:after {
bottom: -10px;
width: 2.3rem;
height: 2.3rem;
border-right: 1px solid var(--orange);
border-bottom: 1px solid var(--orange);
transition: all .2s;
}
#home-content:before {
content: '';
display: inline-block;
position: absolute;
top: 0;
right: 0;
width: 130px;
height: 130px;
background: no-repeat url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/purple-triangle.svg);
}
#home-content:after {
content: '';
display: inline-block;
position: absolute;
top: 40px;
right: 30px;
width: 130px;
height: 1px;
background-color: var(--orange);
}
#home-content .elementor-widget-text-editor ul {
margin: 0;
padding: 0;
}
#home-content .elementor-widget-text-editor ul li {
margin-bottom: 25px;
padding-left: 28px;
list-style-type: none;
position: relative;
}
#home-content .elementor-widget-text-editor ul li:before {
content: '';
display: inline-block;
position: absolute;
top: 5px;
left: 0;
width: 0;
height: 0;
border-top: 19px solid var(--red);
border-right: 19px solid transparent;
}
#home-content .elementor-widget-text-editor p strong,
#home-content .elementor-widget-text-editor ul li strong {
font-weight: 500;
}
#home-content .elementor-widget-text-editor a {
color: var(--foreground);
}
#home-content .elementor-widget-text-editor a:hover {
text-decoration: underline;
}
#membership-card {
position: relative;
}
#membership-card:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 0;
border-bottom: 40px solid white;
border-right: 40px solid transparent;
}
#infobox-pricing:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-top: 30px solid white;
border-left: 30px solid transparent;
z-index: 2;
}
@media screen and (max-width: 992px) {
#fixed-button-container.delayed {
left: calc(100% - 70px);
}
#fixed-button-container .elementor-button-icon svg {
width: 35px;
}
#fixed-button-container:hover {
left: calc(100% - 170px);
}
#fixed-button {
width: 170px;
}
}
@media screen and (max-width: 768px) {
#home-hero:before,
#home-hero:after {
width: 8rem;
height: 8rem;
}
#hero-button-section:before,
#hero-button-section:after,
#hero-button-section > .elementor-container:before {
display: none;
}
}body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table {
display: flex;
flex-direction: column;
justify-content: space-between;
}
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table .elementor-price-table__header {
min-height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table .elementor-price-table__header:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-top: 30px solid white;
border-left: 30px solid transparent;
z-index: 2;
}
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table .elementor-price-table__header .elementor-price-table__heading {
margin-bottom: 10px;
}
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
display: none;
}
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table .elementor-price-table__features-list {
padding: 40px 10px 10px;
}
@media screen and (min-width: 768px) {
body.page-nos-tarifs .elementor-widget-price-table .elementor-price-table {
min-height: 580px;
}
}#offices-list {
z-index: 1;
position: relative;
}
#offices-list .page-intro {
margin: 0 0 50px;
font-family: "Albert Sans", Sans-serif;
font-size: 1.2rem;
line-height: 1.3;
color: var(--foreground);
text-align: center;
}
.page-button {
margin-bottom: 50px;
text-align: center;
}
.offices-cards-list .office-card {
margin-bottom: 4.5rem;
background-color: #FFF;
transition: .3s box-shadow;
position: relative;
}
.offices-cards-list .office-card:first-child {
border: 1px solid var(--purple);
}
.offices-cards-list .office-card:first-child:hover {
box-shadow: 0 7px 53px 0 #2c277e80;
transition: .3s box-shadow;
}
.offices-cards-list .office-card:nth-child(2) {
border: 1px solid var(--mauve);
}
.offices-cards-list .office-card:nth-child(2):hover {
box-shadow: 0 7px 53px 0 #53277e80;
transition: .3s box-shadow;
}
.offices-cards-list .office-card:nth-child(3) {
border: 1px solid var(--navy-blue);
}
.offices-cards-list .office-card:nth-child(3):hover {
box-shadow: 0 7px 53px 0 #2a277e80;
transition: .3s box-shadow;
}
.offices-cards-list .office-card:nth-child(4) {
border: 1px solid var(--red);
}
.offices-cards-list .office-card:nth-child(4):hover {
box-shadow: 0 7px 53px 0 #7e272780;
transition: .3s box-shadow;
}
.office-card {
opacity: 0;
}
.office-card:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-left: 5rem solid transparent;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
z-index: 2;
}
.offices-cards-list .office-card:first-child:before {
border-top: 5rem solid var(--purple);
}
.offices-cards-list .office-card:nth-child(2):before {
border-top: 5rem solid var(--mauve);
}
.offices-cards-list .office-card:nth-child(3):before {
border-top: 5rem solid var(--navy-blue);
}
.offices-cards-list .office-card:nth-child(4):before {
border-top: 5rem solid var(--red);
}
.office-card-body {
padding: 2rem;
}
.office-card-title {
margin: 0 0 15px;
font-family: 'Albert Sans', sans-serif;
font-size: 2.5rem;
line-height: 1.15;
color: var(--foreground);
font-weight: 300;
}
.office-card-infos {
display: inline-block;
padding: 5px 15px;
margin-bottom: 30px;
font-family: 'Albert Sans', sans-serif;
font-size: 1rem;
line-height: 1.15;
background: var(--foreground);
font-weight: 300;
position: relative;
}
.office-card-infos:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-top: 8px solid #FFF;
border-left: 8px solid transparent;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
z-index: 2;
}
.office-card-capacity {
margin-right: 10px;
}
.office-card-capacity:before {
content: '';
display: inline-block;
margin-right: 6px;
width: 0.438rem;
height: 0.75rem;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/user-icon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.office-card-city {
margin-left: 10px;
}
.office-card-city:before {
content: '';
display: inline-block;
margin-right: 6px;
width: 0.563rem;
height: 0.75rem;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/map-icon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.office-card-details {
margin: 0;
font-family: 'Albert Sans', sans-serif;
font-size: 1.2rem;
line-height: 1.3;
color: var(--foreground);
}
.office-card .button-primary {
margin-top: 30px;
}.single-offices .single-post-container .single-intro {
margin-bottom: 30px;
text-align: center;
}
.single-offices .single-intro p {
margin-bottom: 10px;
font-family: 'Albert Sans', sans-serif;
font-size: 1.2rem;
line-height: 1.3;
color: var(--foreground);
}
.single-offices .single-intro .office-infos {
width: auto;
display: inline-block;
padding: 5px 15px;
background: var(--foreground);
color: #FFF;
line-height: 1.15;
font-weight: 300;
}
.single-offices .single-intro .office-infos:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-top: 8px solid #FFF;
border-left: 8px solid transparent;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
z-index: 2;
}
.single-offices .single-intro .office-capacity:before {
width: 0.7rem;
height: 1rem;
}
.single-offices .single-post-container {
z-index: 2;
position: relative;
}
.single-offices article {
position: relative;
}
.single-offices .form-horizontal {
color: var(--foreground);
}
.single-offices .ea-bootstrap {
display: flex;
margin: 0 auto;
}
.single-offices .ui-datepicker .ui-datepicker-title,
.single-offices .ui-datepicker .ui-datepicker-calendar th,
.single-offices .ui-datepicker .ui-datepicker-calendar td a:not(.selected-time) {
color: var(--foreground);
}
.single-offices .ui-datepicker .ui-datepicker-calendar td a.time-disabled {
color: #757575;
}
.single-offices .ui-datepicker .ui-datepicker-title,
.single-offices .ui-datepicker .ui-datepicker-calendar th {
font-size: 1rem;
}
.single-offices .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
color: #FFF;
font-weight: 700;
}
.single-offices .ea-bootstrap .ui-datepicker .ui-datepicker-header a {
color: var(--orange);
}
.single-offices .ea-bootstrap .ui-datepicker {
border: 1px solid #2c277e80;
box-shadow: 0 7px 15px 0 #2c277e80;
}
.single-offices .ea-bootstrap .ui-datepicker .ui-datepicker-current-day {
background-image: linear-gradient(90deg, #322483 0%, #D33E53 100%);
}
.single-offices .ea-bootstrap .ui-datepicker .no-slots,
.single-offices .ea-bootstrap .ui-datepicker .no-slots:hover {
background-color: rgba(163, 163, 163, 0.5);
}
.single-offices .ea-bootstrap .ui-datepicker .busy,
.single-offices .ea-bootstrap .ui-datepicker .busy:hover {
background: #ccc;
}     .single-offices .ea-bootstrap.ea-bootstrap .selected,
.single-offices .ea-bootstrap.ea-bootstrap .selected-time,
.single-offices .ea-bootstrap.ea-bootstrap .selected-time:hover {
color: #FFF;
background-color: var(--navy-blue);
font-weight: 700;
}
.single-offices .ea-bootstrap .ui-datepicker .time-row .start-time,
.single-offices .ea-bootstrap .ui-datepicker .time-row .end-time {
width: 100%;
line-height: 1.2;
font-weight: 700;
}
#booking-overview .row-service,
#booking-overview .row-worker,
#booking-overview .row-datetime {
display: none;
}
#booking-overview .row-price {
height: 48px;
}
#booking-overview .row-price .ea-label {
vertical-align: top;
}
.single-offices .ea-bootstrap .step.final.disabled #price-link {
display: none;
}
#price-link {
position: absolute;
margin-top: -20px;
margin-left: 5px;
display: inline-block;
line-height: 1;
}
#booking-overview table {
margin: 0;
}
#booking-overview table tr td {
width: 50%;
border-bottom: 1px solid #CCC;
}
#booking-datetime {
display: none;
width: 100%;
border-bottom: 1px solid #CCC;
}
#booking-datetime.active {
display: table;
}
#booking-datetime > span {
display: inline-block;
width: 50%;
padding: 5px;
}
#booking-datetime .datetime-value {
font-weight: bold;
}
.single-offices .back-btn-link {
position: absolute;
top: 50px;
left: 40px;
padding: 0.5rem 1rem;
color: #757575;
border: 1px solid transparent;
border-radius: 4px;
transition: border .2s;
}
.single-offices .back-btn-link:before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
margin-right: 2px;
border-top: 1px solid #757575;
border-left: 1px solid #757575;
transform: rotate(-45deg);
transition: margin-right .2s;
}
.single-offices .back-btn-link:hover {
border: 1px solid #CCCCCC;
transition: border .2s;
}
.single-offices .back-btn-link:hover:before {
margin-right: 6px;
transition: margin-right .2s;
}
.single-offices .ea-done-message {
margin-bottom: 40px;
text-align: center;
padding: 0.5rem 1rem;
border: 1px solid var(--foreground);
}
.single-offices .ea-done-message:before {
content: '';
display: inline-block;
height: 22px;
width: 11px;
margin-right: 15px;
border-bottom: 3px solid var(--foreground);
border-right: 3px solid var(--foreground);
transform: rotate(45deg);
}
#btn-reload {
display: none;
font-family: "Albert Sans", Sans-serif;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5em;
color: #FFF;
}
#btn-reload.active {
display: block;
margin: 0 auto;
}
.single-offices .ea-bootstrap .step.final .form-group {
display: flex;
align-items: center;
position: relative;
}
.single-offices .ea-bootstrap .step.final .form-group label {
padding-top: 0;
white-space: normal;
}
.single-offices .ea-bootstrap .step.final .form-group .checkbox {
margin-bottom: 30px;
}
.single-offices .ea-bootstrap .step.final .club-number-group {
padding-top: 5px;
background-color: #f2f2f2;
}
.single-offices .ea-bootstrap .step.final .club-number-group:not(.active) {
display: none;
}
.single-offices .ea-bootstrap .step.final .club-number-group.loading:after {
top: 25px;
left: auto;
right: 30px;
}
.single-offices .ea-bootstrap .step.final .club-number-group.valid-field:after {
content: '';
display: block;
position: absolute;
top: 28px;
right: 25px;
height: 0.5em;
width: 0.9em;
border: 2px solid var(--green);
border-right: 0;
border-top: 0;
transform: translate(-50%,-75%) rotate(-45deg);
}
.single-offices .ea-bootstrap .step.final .club-number-group.error-field label.error:before,
.single-offices .ea-bootstrap .step.final .club-number-group.error-field label.error:after {
content: '';
display: block;
position: absolute;
top: 18px;
right: 25px;
background: var(--red);
width: 14px;
height: 2px;
}
.single-offices .ea-bootstrap .step.final .club-number-group.error-field label.error:before {
transform: translate(-50%,-50%) rotate(45deg);
}
.single-offices .ea-bootstrap .step.final .club-number-group.error-field label.error:after {
transform: translate(-50%,-50%) rotate(-45deg);
}
#iagree-error {
display: block;
position: absolute;
left: 0;
top: 100%;
line-height: 1;
}
@media screen and (max-width: 992px) {
.single-offices .back-btn-link {
position: relative;
top: -30px;
left: calc(50% - 83px);
}
}
@media screen and (max-width: 576px) {
.single-offices .ea-bootstrap .step.final .form-group {
flex-direction: column;
align-items: flex-start;
}
.single-offices .ea-bootstrap .step.final .form-group > div[class^="col-"] {
width: 100%;
}
}.office-vertical-card {
height: 500px;
position: relative;
}
.office-vertical-card:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
height: 0;
width: 0;
border-top: 67px solid white;
border-left: 67px solid transparent;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
z-index: 2;
}
.office-img,
.office-vertical-card .office-img {
max-width: 100%;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.office-vertical-card:hover .vertical-img {
opacity: 0;
visibility: hidden;
transition: opacity .2s, visibility .2s;
}
.office-vertical-card .office-swiper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
opacity: 0;
visibility: hidden;
transition: opacity .3s, visibility .3s;
}
.office-vertical-card:hover .office-swiper {
opacity: 1;
visibility: visible;
transition: opacity .3s, visibility .3s;
z-index: 2;
}
.office-vertical-card .office-swiper .swiper-pagination .swiper-pagination-bullet {
width: 7px;
height: 7px;
margin: 0 6px;
background: #FFF;
opacity: 1;
}
.office-vertical-card .office-swiper .swiper-pagination .swiper-pagination-bullet-active {
background: var(--orange);
}
.office-overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 10px;
display: block;
transition: all .3s ease-in-out;
z-index: 2;
}
.office-overlay:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
transition: all .3s ease-in-out .1s;
}
.office-vertical-card:first-child .office-overlay:before {
background: var(--purple);
}
.office-vertical-card:nth-child(2) .office-overlay:before {
background: var(--mauve);
}
.office-vertical-card:nth-child(3) .office-overlay:before {
background: var(--navy-blue);
}
.office-vertical-card:nth-child(4) .office-overlay:before {
background: var(--red);
}
.office-body {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.office-title {
width: 100%;
margin: 0;
font-family: 'Albert Sans', sans-serif;
font-size: 2.4rem;
line-height: 1.1;
color: #FFF;
font-weight: 300;
text-align: center;
transition: top .2s ease-in-out;
position: relative;
z-index: 2;
}
.office-infos {
width: 100%;
padding: 0.5rem;
font-family: 'Albert Sans', sans-serif;
font-size: 1.5rem;
line-height: 1.2;
color: #FFF;
font-weight: 300;
text-align: center;
transition: top .2s ease-in-out;
position: relative;
z-index: 2;
}   .office-capacity:before {
content: '';
display: inline-block;
margin-right: 10px;
width: 0.688rem;
height: 1.188rem;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/user-icon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.office-city {
margin-left: 10px;
text-transform: uppercase;
}
.office-city:before {
content: '';
display: inline-block;
margin-right: 10px;
width: 11px;
height: 17px;
background-image: url(//reservation.medef-finistere.com/wp-content/themes/medef/assets/img/icons/map-icon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.office-details {
width: 100%;
text-align: center;
opacity: 0;
visibility: hidden;
position: absolute;
transition: all 0s ease-in-out;
z-index: 2;
}
.office-details p {
margin: 0;
font-family: 'Albert Sans', sans-serif;
font-size: 1.2rem;
line-height: 1.3;
color: #FFF;
text-align: center;
}
.office-details:before {
content: '';
opacity: 0;
visibility: hidden;
display: block;
margin: 30px auto 10px;
width: 1px;
height: 1.2rem;
background-color: var(--orange);
}
.office-vertical-card:nth-child(4) .office-details:before {
background-color: #2C277E;
}
.office-vertical-card .button-link {
margin-top: 30px;
padding: 0.6rem 1.4rem;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out .2s;
}
.office-vertical-card .button-link:before {
content: '';
display: block;
width: 100%;
height: 1px;
margin: 5px auto;
background-color: #FFF;
transition: all .2s;
}
.office-vertical-card .button-link:after {
content: '';
display: block;
position: absolute;
top: calc(50% - 0.65rem);
right: 20px;
bottom: auto;
width: 0.55rem;
height: 0.55rem;
margin: 0 5px;
padding: 0;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: none;
transform: rotate(45deg);
transition: all .2s;
}
.office-vertical-card .button-link:hover {
color: #FFF;
opacity: 0.7;
}
.office-vertical-card .button-link:hover:before {
width: 0;
transition: all .2s;
}
.office-vertical-card .button-link:hover:after {
right: 0;
bottom: auto;
width: 0.55rem;
height: 0.55rem;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
border-bottom: none;
transition: all .2s;
}
.office-vertical-card:hover .button-link {
margin-top: 20px;
opacity: 1;
visibility: visible;
transition: all .3s ease-in-out .2s;
}
.office-vertical-card:hover:after {
opacity: 0;
visibility: hidden;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.office-vertical-card:hover .office-overlay {
height: 50%;
padding: 15px;
justify-content: flex-start;
transition: all .3s ease-in-out;
}
.office-vertical-card:hover .office-overlay:before {
opacity: 1;
transition: all .3s ease-in-out .1s;
}        .office-vertical-card:hover .office-details { opacity: 1;
visibility: visible;
transition: all .3s ease-in-out;
position: relative;
}
.office-vertical-card:hover .office-details:before {
opacity: 1;
visibility: visible;
margin: 10px auto 20px;
transition: all .3s ease-in-out .1s;
}
@media screen and (max-width: 768px) {
.office-title {
font-size: 2.2rem;
}
.office-infos {
font-size: 1.4rem;
}
.office-vertical-card:hover .office-details:before {
margin: 0 auto 10px;
}
.office-vertical-card:hover .button-link {
margin-top: 10px;
}
}
@media screen and (min-width: 576px) {
.office-vertical-card {
height: auto;
max-height: 880px;
}
.office-vertical-card .office-swiper {
height: 55%;
}
.office-vertical-card:hover .office-overlay {
height: 45%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1600px)  {
.office-title {
font-size: 2.2rem;
}
.office-infos {
font-size: 1.2rem;
}
.office-capacity:before {
width: 0.563rem;
height: 0.938rem;
}
.office-details:before {
display: none;
}
.office-details p {
font-size: 1rem;
}
.office-vertical-card .button-link {
margin-top: 20px;
padding: 0.4rem 1.2rem;
font-size: 1.1rem;
line-height: 1.3;
}
.office-vertical-card:hover .button-link {
margin-top: 10px;
}
}
@media screen and (min-width: 1600px) {
.office-vertical-card:hover .office-overlay {
padding: 30px 10px;
}
}
@media screen and (min-width: 1800px) {
.office-infos {
padding: 1rem;
}
.office-details:before {
height: 1.5rem;
}
.office-vertical-card:hover .office-details:before {
margin: 10px auto 30px;
}
.office-vertical-card .button-link {
margin-top: 40px;
}
.office-vertical-card:hover .button-link {
margin-top: 30px;
}
}