/* ----------------------------------------------------------------
Custom CSS
Add all your Custom Styled CSS here for New Styles or
Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*------------------------------TEXT AND CUSTOM----------------------------------*/
.red-highlight {
background-color: #DC3545;
color: white!important;
}
.light-red-highlight {
background-color: #D15868;
color: white!important;
}
.blue-highlight {
background-color: #3E567A;
color: white!important;
}
.blue-text {
color: #3E567A!important;
font-weight: 500;
letter-spacing: 1px!important;
}
.blue-sub {
color: #3E567A!important;
font-size: 1.3rem;
}
.red-text {
color: #DC3545!important;
font-weight: 50!important;
}
.white-text {
color: white!important;
}
.heading-title {
font-size: 1.75rem!important;
padding-bottom: .75em;
font-weight: bold!important;
}
.sub-heading-title {
display: inline-flex;
font-size: 2rem!important;
font-weight: 500!important;
padding: 0;
margin-bottom: .75em;
}
.sub-heading {
font-size: 1.40rem!important;
font-weight: 500!important;
padding: 0;
margin-bottom: .75em;
}
.sub-heading2 {
font-size: 1.45rem!important;
font-weight: bold!important;
padding: 0;
margin-bottom: .75em;
}
.text-format {
line-height: 2rem;
font-weight: 400!important;
letter-spacing: 1px;
}
.zindex {
z-index: 10;
}
.link {
color: var(--red)!important;
transition: all .3s ease;
text-decoration: dashed underline rgba(220, 53, 69, 0.7)!important;
}
.link:hover {
background-color: var(--red)!important;
color: #fff!important;
text-decoration: none!important;
}
.link2 {
color: var(--red)!important;
position: sticky;
transition: 0.35s cubic-bezier(0.25, 0.1, 0, 1.75);
}
.link2::after {
content: "";
background: rgba(220, 53, 69, 0.25);
position: absolute;
left: 12px;
bottom: -6px;
width: calc(100% - 8px);
height: calc(100% - 8px);
z-index: -1;
transition: 0.35s cubic-bezier(0.25, 0.1, 0, 1.75);
}
.link2:hover::after {
left: 0;
bottom: 0;
width: calc(100% + 8px);
height: 100%;
background: rgba(220, 53, 69, 1);
}
.link2:hover {
color: #fff!important;
text-decoration: none!important;
}
.link3 {
color: var(--red)!important;
position: sticky;
transition: 0.35s cubic-bezier(0.25, 0.1, 0, 1.75);
text-decoration: dashed underline rgba(220, 53, 69, 0.7)!important;
}
.link3::after {
content: "";
background: rgba(220, 53, 69, 0.25);
position: absolute;
left: 12px;
bottom: -6px;
width: calc(100% - 8px);
height: calc(100% - 8px);
z-index: -1;
transition: 0.35s cubic-bezier(0.25, 0.1, 0, 1.75);
}
.link3:hover::after {
left: 0;
bottom: 0;
width: calc(100% + 8px);
height: 100%;
background: rgba(220, 53, 69, 1);
}
.link3:hover {
color: #fff!important;
text-decoration: none!important;
}
.text-italic {
font-style: italic!important;
}
.text-spacing-2 {
letter-spacing: 2px!important;
}
/*--------------------------BUTTONS--------------------------------------*/
/*-----------------Classics---------------------*/
/*--------------red-----------*/
.button-class-red {
background: #DC3545;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-red:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-red::after {
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*--------------blue-----------*/
.button-class-blue {
background: #0D3B66!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-blue::after {
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
.button-class-blue:hover {
background-color: #343A40!important;
color: white!important;
}
/*--------------azure-----------*/
.button-class-azure {
background: #007BFF!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-azure:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-azure::after {
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*--------------green-----------*/
.button-class-green {
background: #38B000!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-green:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-green::after {
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*--------------yellow-----------*/
.button-class-yellow {
background: #FFBD00!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-yellow:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-yellow::after {
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*-----------------Variations-Top-Border---------------------*/
/*--------------red-top-----------*/
.button-class-red-top {
background: #DC3545;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-red-top:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-red-top::after {
content: '';
display: block;
position: absolute;
top: -3px;
bottom: 3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*--------------blue-top-----------*/
.button-class-blue-top {
background: #0D3B66!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-blue-top::after {
content: '';
display: block;
position: absolute;
top: -3px;
bottom: 3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
.button-class-blue-top:hover {
background-color: #343A40!important;
color: white!important;
}
/*--------------azure-top-----------*/
.button-class-azure-top {
background: #007BFF!important;
padding: 10px 20px;
border-radius: 26px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.button-class-azure-top:hover {
background-color: #343A40!important;
color: white!important;
}
.button-class-azure-top::after {
content: '';
display: block;
position: absolute;
top: -3px;
bottom: 3px;
left: 3px;
right: -3px;
border-radius: 26px;
border: 1.5px solid #202020;
}
/*--------------------------------------------------------------------------------------*/
/*-----------------------HEADER IMG & TEXT HEAD-----------------------------------------*/
.shape-divider {
z-index: 3;
}
.cover-color {
background-color: rgba(63, 87, 125, 0.17);
}
.hero-diagonal {
background-image: url(/images/banners/newbanner5.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-diagonal2 {
background-image: url(/images/banners/newbanner7.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-01 {
background-image: url(/images/banners/01organisateurs.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-02 {
background-image: url(/images/banners/02destinations.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-03 {
background-image: url(/images/banners/03immersion.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-04 {
background-image: url(/images/banners/04cpf.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-05 {
background-image: url(/images/banners/05temoignages.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-06 {
background-image: url(/images/banners/06profil.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-07 {
background-image: url(/images/banners/07actu.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-08 {
background-image: url(/images/banners/08tarifs.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-09 {
background-image: url(/images/banners/09resa.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-10 {
background-image: url(/images/banners/10contact.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.hero-info {
background-image: url(/images/banners/09infos.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
height: 200px;
padding: 170px 0;
}
.immersion-container {
margin-top: -64px;
}
.text-sub-title-immersion {
padding-left: 150px;
padding-right: 150px;
}
.heading-title::after {
content: "";
display: block;
position: absolute;
height: 3px;
width: 17%;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background: #3E567A;
}
/*----------------------------------------------------------------*/
/*-----------------BLOCKQUOTE-------------------------------------*/
blockquote {
border: none!important;
}
.quote::before {
color: #DC3545!important;
font-size: 61px!important;
}
.quote-block {
padding-left: 307px;
padding-right: 307px;
}
.quote-text {
line-height: 1;
font-size: 2rem;
}
/*------------------------INDEX-------------------------*/
.container-fluid-custom {
top: 50px;
padding-left: 13%;
padding-right: 13%;
position: relative;
}
.nos-themes {
font-size: 4rem!important;
}
.index-hero {
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
}
.intro-row {
height: 400px;
}
.text-intro {
height: 500px;
margin: 0;
font-size: 2rem;
text-shadow: 1px 1px 0 #3F577D, 1px 1px 0 #3E567A;
}
.theme-immersion-title {
background-color: rgba(63, 87, 125, 0.61);
height: 88%;
}
.nos-themes {
color: white;
}
.arrow-move {
cursor: pointer;
}
.arrow-row {
bottom: 0;
top: 28%;
}
.arrow {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
}
.arrow span {
display: block;
width: 30px;
height: 30px;
border-bottom: 5px solid #D15868;
border-right: 5px solid #D15868;
transform: rotate(45deg);
margin: -10px;
animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
animation-delay: -0.4s;
}
@keyframes animate {
0% {
opacity: 0;
transform: rotate(45deg) translate(-20px, -20px);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
transform: rotate(45deg) translate(10px, 10px);
}
}
.thumbnail-row:hover h4 {
text-decoration: underline;
transition: all .3s ease;
}
.thumbnail-row:hover h3 {
text-decoration: underline;
transition: all .3s ease;
}
.thumbnail-row p {
margin-bottom: 0!important;
}
.thumbnail-row .col-8 {
padding-top: 5px;
}
.thumbnail-inner {
border-radius: 7px;
}
.blue-card, .grey-card, .yellow-card, .orange-card, .green-card, .pink-card, .purple-card {
transition: all .3s ease;
}
.thumbnail-row:hover h4 {
color: white;
}
.thumbnail-row:hover h3 {
color: white;
}
.thumbnail-row:hover p {
color: white!important;
}
.thumbnail-inner img {
position: relative;
}
.blue-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #5271FF;
transition: all .3s ease;
}
.thumbnail-row:hover .blue-card::before {
width: 280%;
}
.thumbnail-row:hover .grey-card::before {
width: 280%;
}
.grey-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #D9D9D9;
transition: all .3s ease;
}
.thumbnail-row:hover .yellow-card::before {
width: 280%;
}
.yellow-card::before {
content: '';
position: absolute;
z-index: 0;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #F4D441;
transition: all .3s ease;
}
.thumbnail-row:hover .orange-card::before {
width: 280%;
}
.orange-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #F18847;
transition: all .3s ease;
}
.thumbnail-row:hover .green-card::before {
width: 280%;
}
.green-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #7ED956;
transition: all .3s ease;
}
.thumbnail-row:hover .pink-card::before {
width: 280%;
}
.pink-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #EFB3B3;
transition: all .3s ease;
}
.thumbnail-row:hover .purple-card::before {
width: 280%;
}
.purple-card::before {
content: '';
position: absolute;
width: 0;
height: 100%;
bottom: 0;
top: 0;
right: 0;
left: 15px;
border-radius: 5px;
background-color: #8C52FF;
transition: all .3s ease;
}
.consulter-row {
margin-left: 14px;
}
.consulter {
background: #133C70;
margin-right: -50px;
border-radius: 7px;
}
.consulter .chevron {
margin-bottom: 0!important;
margin-top: 22px;
}
.consulter .chevron i {
color: white;
font-size: 2rem;
}
.see-more {
font-weight: 500;
font-size: 1.3rem;
text-decoration: underline;
margin-bottom: 0;
margin-top: 15px;
margin-bottom: 15px;
color: white;
}
.see-more:hover {
text-decoration: none;
}
.card-row {
background: #0A1F3A;
border-radius: 15px;
}
.card-content {
background-image: url(/images/test4.png);
background-size: 100%;
background-position: top;
background-repeat: no-repeat;
}
.card-content h4 {
margin-top: 50px;
margin-bottom: 0;
font-size: 2rem;
}
.card-content h5 {
margin-top: 0;
font-size: 1.3rem;
font-weight: 500px;
}
.card-content p {
color: white;
padding-right: 150px;
}
.card-content .button-class-azure {
margin-top: 50px;
padding-top: 12px;
padding-bottom: 12px;
}
.card-content .button-class-azure::after {
border: 1.5px solid white;
}
.card-content h4, .card-content h5 {
color: white;
}
.border-blue::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: 24px;
bottom: 0;
left: 16px;
right: -752px;
border-radius: 5px;
border: .5px solid #3E567A;
}
.index-row-intro {
margin-bottom: 50px;
}
.index-intro {
text-align: left;
font-size: 3rem;
font-weight: 600;
padding-left: 0;
padding-right: 97px;
margin-bottom: 0!important;
}
.index-sous {
font-size: 1.3rem;
font-weight: 600;
text-align: left;
color: #737779;
}
.index-container {
background-color: White;
/* bottom:150px;
*/
border-radius: 10px;
height: 34rem;
}
.index-container::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: 10px;
bottom: -15px;
left: 15px;
right: -10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
}
.index-icon {
height: auto;
background: rgb(2, 0, 36);
background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0, rgba(249, 249, 249, 1) 26%, rgba(249, 249, 249, 1) 90%, rgba(0, 212, 255, 0) 100%);
border-radius: 5px;
}
.index-icon::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: 35px;
bottom: -15px;
left: 15px;
right: -10px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
border-bottom: 1px solid #3E567A;
}
.index-about-group {
height: 81%;
width: 93%;
margin-top: 57px!important;
margin-left: 42px!important;
border-radius: 5px;
}
.index-about-group::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -13px;
bottom: -15px;
left: 10px;
right: -40px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
border-bottom: 1px solid #3E567A;
}
.index-about-list {
background-color: White;
}
.box-left {
padding-top: 73px;
}
.box-left::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -13px;
bottom: -15px;
left: -24px;
right: -40px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
}
.overlay::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -13px;
bottom: -15px;
left: -24px;
right: -40px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
}
.index-about-list::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: 13px;
bottom: -15px;
left: -20px;
right: -12px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
}
.index-section {
background-image: url(/images/banners/newbanner6.jpg);
background-size: cover;
background-position: 20% 30%;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.index-section-container::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -13px;
bottom: -555px;
left: -10px;
right: -10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-left: 2px solid #3E567A;
border-top: 2px solid #3E567A;
border-right: 2px solid #3E567A;
}
.container-fluid-custom i {
font-size: 2rem;
margin-right: 20px;
}
.tiggle-title {
margin-top: 20px;
}
#france div {
position: relative;
}
.map {
position: relative;
overflow: hidden;
max-width: 900px;
margin: 20px auto;
}
.map__image {
position: absolute;
left: 0;
right: 280px;
bottom:0;
}
.map__image svg {
width: 100%;
height: 470px;
}
.map__image path {
fill: #CCCC;
stroke: white;
stroke-width: 1px;
transition: fill .3s;
}
.map__image .is-active path {
fill: #3F577D;
}
.regions-disabled {
cursor: default;
}
.regions-disabled path {
fill: #878787cc!important;
}
.map__list {
float: right;
width: 280px;
border-left: 1px solid #DBDBDB;
}
.map__list li, .map__list ul {
margin: 0;
padding: 0;
list-style: none;
}
.map__list a {
padding-left: 10px;
display: inline-block;
height: 30px;
width: 100%;
line-height: 30px;
color: inherit;
text-decoration: none;
transition: .3s;
}
.map__list a.is-active {
color: #FC5050;
background-color: #F4F4F4;
}
@media screen and (max-width:720px) {
.map__list {
float: none;
width: 100%;
border-left: 1px solid #DBDBDB;
}
.map__image {
padding: 10px;
position: static;
width: 100%;
}
}
.card-content {
display: flex;
flex-direction: column;
}
.card-content h5 {
margin-top: 1rem;
margin-bottom: 2rem;
}
.card-content p {
margin-bottom: 1rem!important;
}
.card-content #regions {
color: #007BFF;
}
.card-content a {
width: 33%;
}
.card-content .button-class-azure {
margin-top: 37px;
}
@media screen and (max-width:7873px) {
.card-content {
display: block;
}
}
@media screen and (max-width:568px) {
.card-content p {
padding-right: 30px!important;
margin-bottom: 2rem!important;
}
}
/*------------------------LISTE IMMERSION-------------------------*/
.dots-img-blue img, .dots-img-red img {
}
.dots-img-blue img, .dots-img-red img {
object-fit: cover;
z-index: 1;
position: relative;
border-radius: 15px;
transition: all .3s ease;
padding: 10px 0 20px 40px;
}
.dots-img-red img {
margin-left: 38px;
}
.dots-img-blue img {
right: 40px;
}
.dots-img-red::after, .dots-img-blue::after {
content: "";
width: 96%;
height: 81%;
border-radius: 15px;
background-repeat: repeat round;
position: absolute;
z-index: 0!important;
transition: all .3s ease;
}
.dots-img-red::after {
background: url(/images/bg/dot-red.png);
top: 25px;
left: 3px;
}
.dots-img-blue::after {
background: url(/images/bg/dot-blue.png);
top: 25px;
right: 3px;
}
.immersion-theme-img {
object-fit: cover!important;
}
.immersion-theme-item {
list-style: none!important;
font-size: 1.8rem;
}
.immersion-theme-row {
height: 100%;
background-color: white;
border: 2px solid #DFE1E3;
border-radius: 15px;
transition: all .3s ease;
cursor: pointer;
}
.dots {
height: 70px;
width: 70px;
background-color: #DFE1E3;
border-radius: 50%;
position: absolute;
right: 0;
left: 72px;
bottom: 0;
top: 35px;
transition: all .3s ease;
}
.immersion-theme-border:hover .red-row {
background-color: #DC3545;
}
.immersion-theme-border:hover .blue-row {
background-color: #3E567A;
}
.immersion-theme-border:hover .orange-row {
background-color: #F58946;
}
.immersion-theme-border:hover .green-row {
background-color: #7ED957;
}
.immersion-theme-border:hover .purple-row {
background-color: #8C52FF;
}
.immersion-theme-border:hover .dgreen-row {
background-color: SeaGreen;
}
.immersion-theme-border:hover .yellow-row {
background-color: #FFDB00;
}
.red, .blue, .orange, .green, .purple, .yellow, .dgreen {
position: relative;
padding-right: 30px!important;
transition: all .3s ease;
}
.red::after, .blue::after, .orange::after, .green::after, .purple::after, .yellow::after, .dgreen::after {
content: "";
width: 96%;
height: 97%;
top: 0;
left: 3px;
border-radius: 15px;
background-repeat: repeat round;
position: absolute;
z-index: -1!important;
transition: all .3s ease;
}
.red::after {
background: url(/images/bg/dot-red.png);
}
.blue::after {
background: url(/images/bg/dot-blue.png);
}
.orange::after {
background: url(/images/bg/dot-orange.png);
}
.green::after {
background: url(/images/bg/dot-green.png);
}
.purple::after {
background: url(/images/bg/dot-purple.png);
}
.dgreen::after {
background: url(/images/bg/dot-dgreen.png);
}
.yellow::after {
background: url(/images/bg/dot-yellow.png);
}
.red:hover::after, .blue:hover::after, .orange:hover::after, .green:hover::after, .purple:hover::after, .yellow:hover::after, .dgreen:hover::after {
transform: translate(20px, 20px);
}
.immersion-theme-border:hover {
transform: translate(-20px, -20px);
}
.immersion-theme-border:hover .dots {
left: 33px;
top: 45px;
background-color: white;
}
.immersion-theme-border:hover .theme-icon {
transform: scale(.7);
}
.immersion-theme-border:hover .immersion-theme-item {
color: white!important;
}
.immersion-theme-border:hover p {
color: white!important;
}
.theme-icon {
position: relative;
top: 9px;
transition: all .3s ease;
left: 39px;
height: 144px;
width: 61px;
}
.immersion-theme-col-item {
bottom: 20px;
}
.immersion-theme-col-item a {
font-weight: bolder;
text-decoration: underline dotted 6px white!important;
text-underline-offset: 0.2em;
}
.immersion-theme-col-item p {
margin-top: 10px;
line-height: 30px;
margin-bottom: 0!important;
}
.immersion-theme-col-item a, .immersion-theme-col-item p {
padding-left: 15px;
}
/*--------------------------FORM--------------------------------*/
.date-row h5 {
margin-bottom: 0;
margin-top: 5px;
margin-right: 5px;
}
.margin-r {
margin-right: 29px!important;
}
.option-select {
border-left: 0!important;
border-top: 0!important;
border-right: 0!important;
border-bottom: 2px solid #3E567A!important;
color: #3E567A!important;
font-size: .8rem!important;
font-weight: bold;
}
.option-select option {
}
/*--------------------------BLOCKS--------------------------------*/
.block-1::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -10px;
bottom: 15px;
left: 15px;
right: -10px;
border-radius: 5px;
border: .5px solid #343A40;
}
.block-2::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: 10px;
bottom: -10px;
left: 15px;
right: -10px;
border-radius: 5px;
border: .5px solid #343A40;
}
.block-1-blue::after {
transition: all .3s ease;
z-index: 0;
content: '';
display: block;
position: absolute;
top: -10px;
bottom: 15px;
left: 15px;
right: -10px;
border-radius: 5px;
border: .5px solid #3E567A;
}
.border-out-right::after {
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: 3px;
right: -3px;
border: 1.5px solid #202020;
}
.border-out-left::after {
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: -3px;
right: 3px;
border: 1.5px solid #202020;
}
.border-out-left-white::after {
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: -3px;
right: 3px;
border: 1.5px solid White;
}
.border-out-left-white-rounded::after {
border-radius: 5px;
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 3px;
bottom: -3px;
left: -3px;
right: 3px;
border: 1.5px solid White;
}
.border-out-img-right::after {
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 10px;
bottom: -8px;
left: -8px;
right: 10px;
border: 1.5px solid #202020;
}
.border-out-img-left::after {
transition: all .3s ease;
z-index: 13;
content: '';
display: block;
position: absolute;
top: 10px;
bottom: -8px;
left: 10px;
right: -8px;
border: 1.5px solid #202020;
}
.colo {
transition: all .3s ease;
background: #EEF4F3;
padding: 10px 20px;
text-decoration: none;
color: White;
position: relative;
transition: all .2s;
}
.pricing-features .white-text {
font-size: 1.5rem;
}
/*--------------------------FORM STYLE--------------------------------------*/
/*DatePicker jqueryUI Styling*/
.date {
max-width: 160px;
padding: 5px 10px;
border-top: 0.3px solid #C8CCD4;
border-left: .5px solid #C8CCD4;
border-right: .5px solid #C8CCD4;
border-bottom: 2px solid #3E567A;
transition: all .1s;
border-radius: 3px;
text-align: center;
appearance: none;
margin-top: 3%;
}
.date:focus {
outline: none;
border-bottom-color: #5D9CF5;
}
.ui-datepicker {
width: 280px;
padding: 5px;
background: #F8F9FA;
border-radius: 4px;
box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
opacity: 0;
}
@media screen and (max-width:580px) {
.ui-datepicker {
top: auto !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
width: 100%;
border-radius: 0;
}
}
.ui-datepicker.active {
opacity: 1;
z-index: 10!important;
}
.ui-datepicker-header {
height: 40px;
padding: 3px;
margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
text-align: center;
line-height: 34px;
}
.ui-datepicker-month, .ui-datepicker-year {
-webkit-appearance: none;
border: 0;
background: none;
outline: none;
font-size: 14px;
font-weight: 600;
color: #3E567A;
margin: 0 1px;
}
.ui-datepicker-prev, .ui-datepicker-next {
position: relative;
display: inline-block;
width: 34px;
height: 34px;
cursor: pointer;
text-indent: 9999px;
overflow: hidden;
border-radius: 3px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
background: #444B56;
}
.ui-datepicker-prev {
float: left;
}
.ui-datepicker-prev:after {
transform: rotate(45deg);
margin-left: 15px;
}
.ui-datepicker-next {
float: right;
}
.ui-datepicker-next:after {
transform: rotate(-135deg);
margin-left: 13px;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
content: "";
position: absolute;
display: block;
margin-top: -10px;
width: 6px;
height: 6px;
border-left: 2px solid #C2C7D1;
border-bottom: 2px solid #C2C7D1;
pointer-events: none;
}
.ui-datepicker-calendar {
width: 100%;
text-align: center;
}
.ui-datepicker-calendar thead tr th {
width: 40px;
padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
display: block;
width: 100%;
padding: 0;
color: 8D9298;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.ui-datepicker-calendar tbody tr td {
padding-right: 3px;
padding-bottom: 3px;
}
.ui-datepicker-calendar tbody tr td:first-child {
padding-left: 3px;
}
.ui-state-default {
display: block;
text-decoration: none;
color: #3E567A;
height: 34px;
line-height: 34px;
border-radius: 3px;
font-size: 12px;
}
.ui-state-default:hover {
background: #3E567A;
text-decoration: none;
color: white;
}
.ui-state-highlight {
color: #061222;
border: 1px solid #061222;
}
.ui-state-active:not(.ui-state-highlight) {
color: white;
background: #3E567A;
}
.ui-datepicker-unselectable .ui-state-default {
color: rgba(255, 255, 255, 0.2);
pointer-events: none;
}
/*BUTTONS FORM*/
.single-button-next-row, .button-next-row, .button-back-row {
overflow: hidden;
}
.single-button-next-row {
padding-left: 150px;
padding-right: 150px;
}
.next-button {
width: 100%;
}
.next-button i {
position: absolute;
transform: translate(15px, 40px);
transition: all .3s ease;
}
.next-button:hover i {
transform: translate(15px, -1px);
}
.back-button i {
position: absolute;
transform: translate(-33px, 40px);
transition: all .3s ease;
}
.back-button:hover i {
transform: translate(-33px, -1px);
}
option {
background-color: #F8F9FA!important;
}
/*FORM STYLING*/
.date-global h5 {
color: #3E567A;
}
.date-global h4 {
margin-bottom: 10px;
}
.icon-line-calendar:before {
color: #061222;
}
.step1 h3 {
font-size: 1.3rem;
}
.step2 .form-group {
padding-left: 0;
}
.form-group label {
color: #3E567A;
}
.textarea:focus {
border-color: #3E567A;
}
.step1 {
opacity: 1;
transition: all .3s ease;
}
.step2 {
transition: all .3s ease;
transform: translateY(-1132px) translateX(1800px);
opacity: 0;
}
.step3 {
transition: all .3s ease;
transform: translateY(-2365px) translateX(1800px);
opacity: 0;
}
.step4 {
transition: all .3s ease;
transform: translateY(-3325px) translateX(1800px);
opacity: 0;
}
.step5 {
transition: all .3s ease;
transform: translateY(-4124px) translateX(1800px);
opacity: 0;
}
.step6 {
transition: all .3s ease;
transform: translateY(-5230px) translateX(1800px);
opacity: 0;
}
.form-group {
padding-bottom: 30px!important;
}
.form-style {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #3E567A;
transition: all .1s;
}
.form-label-input {
color: #3E567A;
position: absolute;
bottom: 30px;
margin-left: 15px;
cursor: default;
font-size: .8rem;
transition: .3s cubic-bezier(.26, 1.02, 1, 1);
}
.input1::placeholder, .input2::placeholder, .input3::placeholder, .input4::placeholder, .input5::placeholder, .input6::placeholder, .input7::placeholder, .input8::placeholder, .input9::placeholder, .input10::placeholder, .input11::placeholder, .input12::placeholder, .input13::placeholder, .input14::placeholder, .input15::placeholder, .input16::placeholder, .input17::placeholder, .input18::placeholder {
opacity: 0;
transition: all .3s ease-in;
}
.input1:focus::placeholder, .input2:focus::placeholder, .input3:focus::placeholder, .input4:focus::placeholder, .input5:focus::placeholder, .input5:focus::placeholder, .input6:focus::placeholder, .input7:focus::placeholder, .input8:focus::placeholder, .input9:focus::placeholder, .input10:focus::placeholder, .input11:focus::placeholder, .input12:focus::placeholder, .input13:focus::placeholder, .input14:focus::placeholder, .input15:focus::placeholder, .input16:focus::placeholder, .input17:focus::placeholder, .input18:focus::placeholder {
opacity: .5;
}
.input1, .input2, .input3, .input4, .input5, .input6, .input7, .input8, .input9, .input10, .input11, .input12, .input13, .input14, .input15, .input16, .input17, .input18 {
transition: all .1s cubic-bezier(.26, 1.02, 1, 1);
width: 100%;
}
.custom-control-label {
color: #3E567A!important;
}
.side-form {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.side-form2 {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.side-form3 {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.side-form4 {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.side-form5 {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.side-form6 {
background-image: url('https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size: cover;
background-repeat: no-repeat;
}
.step4 .form-group, .step5 .form-group {
padding-bottom: 0!important;
}
.form-check-label {
color: #3E567A!important;
}
.form-label-input-14 {
}
/*-----------------------TEST-------------------------------------*/
.skew {
border: 3px solid #3E567A;
clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
}
.skew2 {
border: 3px solid #3E567A;
clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
}
.first-block {
padding-bottom: -50px;
}
.parent-section {
padding-top: 0!important;
margin-top: 0!important;
}
/*--------------------------MEGAMENU--------------------------------------*/
.list-group {
flex-direction: inherit;
}
.sous-header {
border: none!important;
}
#mega-menu-tab-health {
transition: all 1s ease!important;
}
.sub-menu-container {
border: 0;
}
.mega-menu-style-2 .mega-menu-title > .menu-link {
color: #3E567A;
}
.border-top-nav {
border-top: 2px #D15868 solid;
}
/*--------------------------SOMMAIRE--------------------------------------*/
.summary a {
font-weight: bold!important;
transition: all .3s ease;
border-bottom: 5px solid White;
}
.summary:hover a {
border-bottom: 5px solid #3E567A;
}
.summary:hover a {
transform: scale(1.05);
}
/*--------------------------RESPONSIVE--------------------------------------*/
/*--------------------------RESPONSIVE IMMERSION-------------------------*/
@media (max-width:1439px) {
.list-immersion .fancy-title::after, .list-immersion .fancy-title::before {
display: none!important;
}
}
@media (max-width:1419px) {
.quote-block {
padding-left: 100px;
padding-right: 100px;
}
}
@media (max-width:1003px) {
}
@media (max-width:991px) {
.img-display {
display: none;
}
.second-block-immersion {
padding-left: 0!important;
}
.nopad {
padding-right: 0!important;
}
}
@media (max-width:744px) {
.quote {
padding-left: 40px!important;
}
}
@media (max-width:716px) {
.quote-block {
text-align: left!important;
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width:433px) {
.sub-heading-title span {
font-size: 2rem!important;
}
}
@media (max-width:416px) {
.sub-heading-title span {
font-size: 1.5rem!important;
}
}
/*NAV*/
@media (max-width:1275px) {
#header-wrap>.container {
margin: 0!important;
}
}
@media (max-width:1201px) {
#header-wrap>.container .menu-link {
font-size: .7rem;
}
}
@media (max-width:1080px) {
#header-wrap>.container .menu-link {
font-size: .6rem;
margin: auto!important;
}
}
@media (max-width:991px) {
#header-wrap>.container {
max-width: 100%;
}
}
/*INDEX*/
@media (max-width:1981px) {
}
@media (max-width:1714px) {
.thumbnail-row {
flex: 0 0 33.333333%!important;
max-width: 33.333333%!important;
}
.consulter-row {
-ms-flex: 0 0 41.666667%!important;
flex: 0 0 41.666667%!important;
max-width: 41.666667%!important;
background: #133C70;
border-radius: 7px;
}
.consulter {
background: transparent;
border-radius: 0;
}
}
@media (max-width:1492px) {
.intro-row {
height: 463px;
}
}
@media (max-width:1440px) {
.container-fluid-custom {
padding-left: 5%;
padding-right: 5%;
}
}
@media (max-width:1338px) {
.index-intro {
font-size: 2.5rem;
}
.intro-row {
height: 349px;
}
}
@media (max-width:1200px) {
.card-content h4 {
margin-top: 70px;
margin-bottom: 0;
font-size: 1.6rem;
}
.card-content h5 {
margin-top: 0;
margin-bottom: 20px!important;
font-size: .9rem;
font-weight: 500px;
}
.card-content p {
color: white;
padding-right: 130px;
font-size: .7rem;
}
.card-content h5:nth-child(3) {
margin-bottom: 50px;
}
.card-content .button-class-azure {
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
}
}
@media (max-width:1298px) {
.thumbnail-row {
flex: 0 0 50%!important;
max-width: 50%!important;
}
.blue-card::before, .grey-card::before, .yellow-card::before, .orange-card::before, .green-card::before, .pink-card::before, .purple-card::before {
width: 280%;
}
.thumbnail-row h4 {
color: white;
}
.thumbnail-row h3 {
color: white;
}
.thumbnail-row p {
color: white!important;
}
}
@media (max-width:1005px) {
.card-content h4 {
margin-top: 30px;
}
}
@media (max-width:992px) {
.card-map {
order: 2;
flex: 0 0 100%!important;
max-width: 100%!important;
}
.card-content {
order: 1;
flex: 0 0 100%!important;
max-width: 100%!important;
background-image: none;
margin-bottom: 50px!important;
}
.card-row {
background-image: url(/images/test5.png);
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
}
.card-content h4 {
padding-left: 30px;
margin-top: 50px;
margin-bottom: 0;
font-size: 3rem;
}
.card-content h5 {
padding-left: 30px;
margin-top: 0;
font-size: 1.3rem;
font-weight: 500px;
}
.card-content h5:nth-child(4) {
margin-bottom: 30px!important;
}
.card-content p {
padding-left: 30px;
color: white;
padding-right: 150px;
}
.card-content .button-class-azure {
margin-left: 30px;
margin-bottom: 50px!important;
}
}
@media (max-width:844px) {
.thumbnail-row {
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
}
}
#cookie-law-info-bar {
z-index: 10000;
width: 100%;
padding: 1em;
text-align: center;
}
#cookie_action_close_header {
padding: 0.5em;
}
@media only screen and (max-width:767px) {
.tab-nav li a {
text-align: left;
line-height: 1.1em;
display: flex;
width: 100%;
padding-top: 0.25em;
padding-bottom: 0.25em;
position: relative;
height: auto;
align-self: stretch;
background-color: transparent !important;
margin-top: auto;
margin-bottom: auto;
box-shadow: none !important;
}
.tab-nav li {
margin-left: 0 !important;
display: inline-flex;
height: auto;
width: 100%;
position: relative;
min-height: 40px;
line-height: 1.1em;
background-color: WhiteSmoke !important;
color: Black !important;
}
li.ui-tabs-tab.ui-state-active {
top: 0;
background-color: #D15868 !important;
color: White;
}
.tab-nav li.ui-tabs-active a {
background-color: transparent !important;
}
}
