@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Why
8. CTA
9. Services
10. Extra
11. Newsletter
12. Footer
13. Effet Block Apparition Titre

******************************/

:root 
{
  color-scheme: light dark;
}
@media (max-width: 600px) 
{
  .sm-w-full {
    width: 100% !important;
  }
  .sm-px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm-py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}
button
{
	cursor: pointer;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(87,204,195,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
ul
{
	padding:0;
}
h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #404040;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
address
{
	margin-bottom: 0;
}
.uppercase
{
	text-transform: uppercase;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}

.blue_color
{
	color: #7caeeb;
}
.green_color
{
	color: #57ccc3;
}
.red_color
{
	color: #ff768a;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bg-black
{
	background: #000000;
}
.bg-white
{
	background: #ffffff;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	height: 46px;
	border-radius: 20px;
}
 a.buttonCsw, button.buttonCsw
{

	height: 46px;
    border-radius: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    display: flex;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;

}
button.buttonCsw
{
	width:100%;
	border:none;
}
#imgLogo > img
{
	width:100px;
}
.button_1
{
	background: #ff768a;
	border: solid 2px transparent;
}
.button_1 a
{
	color: #FFFFFF;
}
.button_1:hover
{
	background: transparent;
	border: solid 2px #ff768a;
}
.button_1:hover a
{
	color: #ff768a;
}
.button_2
{
	background: transparent;
	border: solid 2px #57ccc3;
}
.button_2 a
{
	color: #57ccc3;
}
.button_2:hover
{
	background: #57ccc3;
}
.button_2:hover a
{
	color: #FFFFFF;
}
.blue_btn
{
	background: #7caeeb;
	color:#ffffff;
}
.green_btn
{
	background: #57ccc3;
	color:#ffffff;
}
.red_btn
{
	background: #ff768a;
    color:#ffffff;
}
.sr-only 
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.trans_red_btn
{
	border: solid 2px #ff768a;
	background: transparent;
    color: #ff768a;
}
.trans_green_btn
{
	border: solid 2px #57ccc3;
	background: transparent;
    color: #57ccc3;
}

.btn-fill-bottom 
{
    position: relative;
    overflow: hidden;
    transition: color .5s,box-shadow 0.4s ease;
}
.btn-fill-bottom:hover:before 
{
    top: -40px;
    left: -40px;
}

.btn-fill-bottom:before 
{
    content: "";
    position: absolute;
    z-index: 1;
    height: 200px;
    width: 150%;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: all .7s;
}
.btn-fill-bottom:hover 
{
    color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.btn-fill-bottom-blue:before
{
	background: #3d81d5;
}

.btn-fill-bottom-green:before
{
	background: #16c5b7;
}

.btn-fill-bottom-red:before
{
	background: #fc576f;
}
.btnCsw
{
	height: 46px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-fill-bottom  span
{
	position: relative;
	z-index:2;
}

.section_subtitle
{
	font-size: 18px;
	font-weight: 500;
	color: #a6abb2;
	line-height: 0.75;
}
.section_title
{
	margin-top: 9px;
}
.intro_text
{
	margin-top: 32px;
}

.title_csw
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.title_csw:before , .title_csw:after 
{
    content: '';
    flex: 1;
    height: 2px;
    margin-left: 5%;
    width: 120px;
    margin-top: 10px;
    background: #7caeeb;
}
.title_csw:before 
{
	margin-right: 6.5%;
}
.title_csw:after 
{
	margin-left: 6.5%;
}
.p-y-50
{
	padding:0px 50px;
}


/*********************************
3. Header
*********************************/

.header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background: #FFFFFF;
}
.header_content
{
	width: 100%;
	height: 117px;
	padding-left: 100px;
	padding-right: 102px;
}
.header.scrolled .header_content
{
	height: 75px;
	box-shadow: 0px 5px 15px rgba(87,204,195,0.15);
}
.header_adress
{
	flex:1;
	padding-left: 40px;
}
.header_social
{
	justify-content: end;
	display: flex;
	padding-right: 15px;
	padding-top: 15px;
	padding: 15px;
}
.header_top
{
	justify-content: end;
	background: #7caeeb;
	color: #ffffff;
}
.linkCSW
{
	color:#878787;
}
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #353535;
}
.logo a > div:first-child span
{
	color: #57ccc3;
	margin-left: 7px;
}
.logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav
{
	margin-left: 226px;
}
.main_nav ul li a
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	white-space: nowrap;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #7DAEEB;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 33px;
}
.work_hours
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	margin-right: 26px;
	white-space: nowrap;
}
.header_phone, .header_contact
{
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.header_phone
{
	margin-right: 12px;	
	padding-bottom: 38px;
}
.header_phone::selection
{
	background: rgba(64,64,64,0.75);
}


.header_phone_number
{
	height: 46px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px;
	text-align: center;
}


.header_phone_name 
{
	font-size: 12px;
	font-weight: 500;
	color:#000000;
	line-height: 30px;
    padding-bottom: 8px;
}


.header_phone_role 
{
    font-size: 13px;
    opacity: 1;
    font-weight: bold;
    color:#000000;
    line-height: 30px;
    padding-top: 8px;
}






.header_button
{
	margin-right: 16px;
}
.header_button > a 
{
	padding-left:15px;
	padding-right:15px;
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
	overflow: hidden;
}
/*.social ul li:hover
{
	background: #57ccc3;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
*/


.social ul li:hover:after {
	opacity: 1;

	top: 0%;
    left: 0%;
}


.social ul li:after {
	position: absolute;
	top: -100%;
    left: 0%;
	width: 34px;
	height: 34px;
	background: rgba(87, 204, 195, 1);
	content: "";
	z-index: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;

	border-radius: 50%;
}








.social ul li:hover a i
{
	color: #FFFFFF;
	transition: all 500ms ease;
}
.social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
	position:relative;
	z-index: 1;
}
.social ul li:hover > a > i
{
	font-size: 18px;
	rotate: 360deg;
	line-height: 34px;

}
.social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover
{
	border: solid 1px rgba(0,0,0,0.05);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background: #7DAEEB;
	z-index: 102;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
.menu.active
{
	right: 0;
}
.menu_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.menu_overlay.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close_container
{
	position: absolute;
    top: 41px;
    left: 28px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #1befc5;
}
.menu_nav
{
	margin-top: 75px;
}
.menu_nav ul li:not(:last-child)
{
	margin-bottom: 1px;
}
.menu_nav ul li a
{
	font-size: 24px;
	font-weight: 500;
	color: rgba(255,255,255,1);
}
.menu_nav ul li a:hover
{
	color: #000000;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu_social ul li:hover
{
	background: #404040;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu_extra
{
	margin-top: 50px;
}
.menu_extra > div:not(:last-child)
{
	margin-bottom: 5px;
}
.menu_link,
.menu_link a
{
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_link a:hover
{
	color: #FFFFFF;
}









/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 768px;
	margin-top: 181px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.home_slider_container .owl-carousel 
{
	/*opacity:1!important;*/
}
.home_content
{
	max-width: 550px;
}
.home_subtitle
{
	font-size: 30px;
	color: #57ccc3;
	font-weight: 600;
	line-height: 1.1;
}
.home_title
{
	font-size: 45px;
	color: #7DAEEB;
	line-height: 1.2;
	font-weight: 600;
	margin-top: -2px;
}
.home_text
{
	margin-top: 11px;
}
.home_buttons
{
	margin-top: 36px;
}
.home_buttons > div:not(:last-child)
{
	margin-right: 10px;
}
.home_slider_dots
{
	position: absolute;
	bottom: 53px;
	left: calc((100vw - 1140px) / 2);
	z-index: 1;
}
.home_slider_custom_dot
{
	width: 8px;
	height: 8px;
	background: #b4b4b4;
	border-radius: 50%;
	cursor: pointer;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #57ccc3;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-right: 8px;
}

.background_home_slider
{
	background-image:url('../images/home_slider.webp');
	transition: background-position 0.5s ease;
}
#parent_background_home_slider
{
	transition: all 0.8s ease;
	height:100%;
	width:100%;
}
#parent_background_home_slider:hover
{
	transform: translate(10px, 10px);
}


/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 89px;
	padding-bottom: 90px;
}
.intro_content
{
	padding-top: 30px;
}
.parent_img_service
{
	text-align: center;
	margin-top: 30px;
	padding-right: 40px;
}
.milestones
{
	margin-top: 85px;
}
.milestone_counter
{
	font-size: 36px;
	font-weight: 700;
	color: #7DAEEB;
	line-height: 0.75;
}
.milestone_text
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.5;
	margin-top: 5px;
}
.intro_form_container
{
	width: 100%;
	background: #FFFFFF;
	padding-left: 33px;
	padding-right: 34px;
	padding-bottom: 63px;
	padding-top: 136px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.intro_form_title
{
	position: absolute;
	top: 0;
	left: 0;
	width: 336px;
	height: 80px;
	background: #57ccc3;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.intro_form
{
	width: 100%;
}
.intro_input
{
	width: calc((100% - 15px) / 2);
	height: 62px;
	background: transparent;
	border: solid 2px #e6ebf1;
	margin-bottom: 18px;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
	cursor: pointer;
}
.intro_select.selected
{
	font-size: 15px !important;
	color: #404040 !important;
	font-weight: 500 !important;
	font-style: normal !important;
}
.intro_select option
{
	color: #404040;
}
.intro_input:focus,
.intro_input:hover,
.intro_textarea:focus,
.intro_textarea:hover
{
	border: solid 2px #57ccc3;
}
.intro_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
} 
.intro_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}

.intro_textarea
{
	width: 100%;
	height: 124px;
	background: transparent;
	border: solid 2px #e6ebf1;
	margin-bottom: 18px;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_textarea::-webkit-input-placeholder
{
	padding-top:15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_textarea:-moz-placeholder
{
	padding-top:15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_textarea::-moz-placeholder
{
	padding-top:15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
} 
.intro_textarea:-ms-input-placeholder
{ 
	padding-top:15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_textarea::input-placeholder
{
	padding-top:15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}


.intro_button
{
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	border: solid 2px transparent;
	cursor: pointer;
}
.intro_button:hover
{
	background: transparent;
	border: solid 2px #ff768a;
	color: #ff768a;
}

/*********************************
7. Why
*********************************/
#nos-services
{
	padding: 30px 0px;
}
.why
{
	width: 100%;
	background: #eff3f7;
}
.why_content
{
	padding-top: 0px;
	padding-bottom: 90px;
}
.why_text
{
	margin-top: 33px;
}
.why_list
{
	margin-top: 37px;
}

.why_list ul li:not(:last-of-type)
{
	margin-bottom: 31px;
}
.icon_container
{
	background: #6bdbd2;
}
.icon_container_blue
{

	background: #7caeeb;
}

.icon_container_red
{

	background: #ff768a;
}

.icon_container, .icon_container_blue
{
	width: 61px;
	height: 61px;
	border-radius: 50%;


	transition: all 0.4s ease;
    position: relative;
    perspective: 600px;
}


.service_col:hover .icon_container, .service_col:hover .icon_container_blue
{
    transform: rotateY(360deg) scale(1.1);
}

.service_col:hover .icon_container_blue
{
	background: linear-gradient(135deg, #7caeeb, #3d81d5);
    box-shadow: 0 0 25px rgba(144, 152, 169, 0.7), 0 0 15px rgba(33, 132, 251, 0.9);
}


.service_col:hover .icon_container
{
	background: linear-gradient(135deg, #6bdbd2, #16c5b7);
    box-shadow: 0 0 25px rgba(144, 152, 169, 0.7), 0 0 15px rgba(25, 169, 158, 0.9);
}


.service_col_blue:hover .service_title
{
	color:#3d81d5;
}

.service_col_green:hover .service_title
{
	color:#16c5b7;
}

.icon
{
	width: 32px;
	height: 32px;
}
.icon img
{
	max-width: 100%;
}
.why_list_content
{
	padding-left: 0px;
}
.why_list_title
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
}
.why_list_text
{
	font-size: 14px;
	font-weight: 500;
	color: #868686;
}
.why_image_container
{
	width: 100%;
	height: 100%;
}
.why_image
{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*********************************
8. CTA
*********************************/

.cta
{
	width: 100%;
	background: #ff768a;
	padding-top: 49px;
	padding-bottom: 46px;
}
.cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.cta_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}


.cta_phone {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5px 25px;
border-radius: 19px;
text-align: center;
font-weight: 600;
line-height: 1.1;
white-space: nowrap;
margin-top:15px;
}


.cta_name {
font-size: 14px;
font-weight: 500;
}


.cta_role {
    font-size: 15px;
    opacity: 1;
    font-weight: bold;
}


.cta_number {
font-size: 30px;
font-weight: 700;
padding-top:5px;
}




/*******************
 * Tarifs
 *******************/

/*********************************
9. Services
*********************************/

.tarifs
{
	background: #eff3f7;
	padding-top: 40px;
	padding-bottom: 25px;
	background:#ffffff;

}
.tarif .btn-fill-bottom
{
	display: block;
    padding: 10px;
    border-radius: 20px;
}
.value-tarif
{
	font-size: 20px;
	display: inline-block;
}
.info-adhesion
{
	margin-bottom:60px;
	font-size: 20px;
    font-weight: 600;
    color: #404040;
    line-height: 1.2;
    margin-top: 17px;
}
.info-adhesion span
{
	color:#ff6666;
}
.tarif_col
{
	margin-bottom: 55px;
}
.tarif_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
	margin-top: 17px;
	flex-grow: 1;
}
.tarif_text
{
	margin-top: 21px;
}
.tarif_text p
{
	margin:0;
	padding:0;
}
.tarif
{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	background:#fbfbfb;
	width:100%;
	display: flex;
    flex-direction: column;
}

.tarif-info
{
	position:relative;
	padding:10px;
	padding: 30px 10px 10px 10px;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.tarif-info .icon-tarif-container
{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.tarif-img
{
	max-width:100%;
}


/*********************************
9. Services
*********************************/

.services
{
	background: #eff3f7;
	padding-top: 40px;
	padding-bottom: 25px;
}
.services_row
{
	margin-top: 68px;
}
.service_col
{
	margin-bottom: 55px;
}
.service_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
	margin-top: 17px;
}
.service_text
{
	margin-top: 21px;
}


#numTel
{
	margin-left:auto;
}

#map
{
	flex-direction: row;
}

#map iframe
{
	width:100%;height:100%;border:0;
}
#parentMap
{
	width:40%;
	background: #ffffff;
	align-items: center;
    display: flex
;
}
#reelMap
{
	max-width: 100%;


}
/* la loupe */
.lens {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  pointer-events: none; /* la loupe ne bloque pas la souris */
  transform: translate(-50%, -50%); /* centrée sur le curseur */
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: cover; /* pour ne pas déformer l'image et couvrir tout le fond */
  display: none; /* cachée au départ */

}



/*---------------------
  partenaires
-----------------------*/
.partenaires .owl-nav button
{
    outline: none;
}
.partenaires .owl-carousel .owl-stage
{
	display:flex;
	align-items:stretch;
}
.partenaire__slider .col-lg-6, .partenaires .owl-carousel .owl-item a,.partenaires .owl-carousel .owl-item a > div
{
	height:100%;
}
.partenaires .owl-carousel .owl-item a
{
	padding: 0px 15px;
}
.partenaires .owl-carousel .owl-item a > div
{
	display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}
.partenaires .owl-nav
{
	left: -30px;
    width: calc(100% + 60px);
}
.partenaires .owl-carousel .owl-nav button.owl-next, .partenaires .owl-carousel .owl-nav button.owl-prev
{
	font-size: 70px;
	color:#57ccc3;
	font-weight: 600;
	line-height: 50px;
}

.partenaires {
	overflow: hidden;
	background: #f2f7f8;
	padding-bottom: 90px;
	padding-top: 40px;
}

.partenaires .section-title {
	margin-bottom: 15px;
}

.partenaire__item {
	-webkit-box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
	border-radius: 10px;
	position: relative;
	padding: 40px 40px 30px 40px;
	transition: all, 0.5s ease;
}
.partenaire__item:hover
{
	transform: scale(1.1);
	box-shadow: 0px 5px 20px rgba(73, 73, 73, 0.6);
	transition: all, 0.5s ease;
}
.partenaire__item .rating {
	position: absolute;
	right: 40px;
	top: 52px;
}

.partenaire__item .rating i {
	font-size: 13px;
	color: #e4c870;
}

.partenaire__item p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;
}

.partenaire__author {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.partenaire__author__icon {
	height: 50px;
	width: 50px;
	background: #13a2b7;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.partenaire__author__text {
	overflow: hidden;
	padding-top: 4px;
}

.partenaire__author__text h5 {
	color: #111111;
	font-weight: 600;
}

.partenaire__author__text span {
	font-size: 13px;
	color: #888888;
}

.partenaire__slider .col-lg-6 {
	max-width: 100%;
}

.partenaire__slider.owl-carousel .owl-stage-outer {
	padding-bottom: 40px;
	overflow: visible;
}

.partenaire__slider .owl-dots {
	text-align: center;
}

.partenaire__slider .owl-dots button {
	height: 10px;
	width: 10px;
	background: #d2d2d2;
	border-radius: 50%;
	margin-right: 6px;
}

.partenaire__slider .owl-dots button.active {
	background: #9c9c9c;
}

.partenaire__slider .owl-dots button:last-child {
	margin-right: 0;
}
.textPartenaire
{
	text-align: center;
	padding:5px;
}
.bg-partenaire-212932
{
	background: #212932;
}
/*---------------------
  homeSlides
-----------------------*/
.homeSlides .owl-nav button
{
    outline: none;
}

.homeSlides .owl-carousel .owl-stage
{
	display:flex;
	align-items:stretch;
}
.homeSlide__slider .col-lg-6, .homeSlides .owl-carousel .owl-item a,.homeSlides .owl-carousel .owl-item a > div
{
	height:100%;
}
.homeSlides .owl-carousel .owl-item a > div
{
	display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}
.homeSlides .owl-nav
{
	left: -30px;
    width: calc(100% + 60px);
}
.homeSlides .owl-carousel .owl-nav button.owl-next, .homeSlides .owl-carousel .owl-nav button.owl-prev
{
	font-size: 70px;
	color:#57ccc3;
	font-weight: 600;
	line-height: 50px;
}

.homeSlides {
	overflow: hidden;
	background: #f2f7f8;
	padding-bottom: 90px;
	padding-top: 40px;
}

.homeSlides .section-title {
	margin-bottom: 15px;
}

.homeSlide__item 
{
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.homeSlide__item:before
{
	content: "";
    position: absolute;
    height: 120%;
    min-height: 54vw;
    width: 54%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    top: -5vw;
    left: 46%;
    /*background: linear-gradient(to bottom right, rgba(211, 207, 199,1) 20%, rgba(224, 221, 207, 1) 30%, rgba(197, 178, 156, 1) 50%, rgba(207, 207, 187, 1) 75%, rgb(246, 242, 231, 1) 100%);
    */
    background: linear-gradient(to bottom right, rgba(211, 207, 199, 1) 25%, rgb(195, 187, 171, 1) 30% 30%, rgb(211, 207, 199, 1) 50%);
}

.homeSlide__item .rating {
	position: absolute;
	right: 40px;
	top: 52px;
}

.homeSlide__item .rating i {
	font-size: 13px;
	color: #e4c870;
}

.homeSlide__item p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;
}

.homeSlide__author {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.homeSlide__author__icon {
	height: 50px;
	width: 50px;
	background: #13a2b7;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.homeSlide__author__text {
	overflow: hidden;
	padding-top: 4px;
}

.homeSlide__author__text h5 {
	color: #111111;
	font-weight: 600;
}

.homeSlide__author__text span {
	font-size: 13px;
	color: #888888;
}

.homeSlide__slider .col-lg-6 {
	max-width: 100%;
}

.homeSlide__slider.owl-carousel .owl-stage-outer {
	padding-top: 0px;
	padding-bottom: 40px;
	overflow: visible;
}

.homeSlide__slider .owl-dots {
	text-align: center;
}

.homeSlide__slider .owl-dots button {
	height: 10px;
	width: 10px;
	background: #d2d2d2;
	border-radius: 50%;
	margin-right: 6px;
}

.homeSlide__slider .owl-dots button.active {
	background: #9c9c9c;
}

.homeSlide__slider .owl-dots button:last-child {
	margin-right: 0;
}
.texthomeSlide
{
	text-align: center;
	padding:5px;
}
/*---------------------
  Team
-----------------------*/

.team {
	padding-top: 70px;
	padding-bottom: 70px;
}

.team__item {
	text-align: center;
	margin-bottom: 30px;
}


.team__item_1:hover img {
	border-color: #ff768a;
}
.team__item_2:hover img {
	border-color: #7DAEEB;
}
.team__item_3:hover img {
	border-color: #57ccc3;
}


.team__item img {
	height: 270px;
	width: 270px;
	border-radius: 50%;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.team__item h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.team__item span {
	font-size: 15px;
	color: #13a2b7;
	display: block;
	margin-bottom: 12px;
}

.team__item .team__item__social a {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	margin-right: 20px;
}

.team__item .team__item__social a:last-child {
	margin-right: 0;
}





/*********************************
10. Extra
*********************************/

.extra
{
	padding-top: 54px;
	padding-bottom: 53px;
}
.extra_container
{
	
}
.extra_content
{
	background: #FFFFFF;
	width: 60%;
	padding-top: 40px;
	padding-left: 46px;
	padding-right: 30px;
	padding-bottom: 43px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.extra_disc > div:first-child
{
	font-size: 60px;
	font-weight: 700;
	color: #6bdbd2;
	line-height: 0.75;
}
.extra_disc > div:last-child
{
	font-size: 24px;
	font-weight: 500;
	color: #979797;
	line-height: 0.75;
}
.extra_disc > div:first-child span
{
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	vertical-align: super;
}
.extra_title
{
	font-size: 40px;
	font-weight: 600;
	color: #404040;
	margin-top: 16px;
	line-height: 1.11;
}
.extra_text
{
	margin-top: 20px;
}
.extra_link
{
	display: inline-block;
	margin-top: 47px;
}


/* Popup */
.popup { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); justify-content:center; align-items:center; z-index:10;background: rgba(0, 0, 0, 0.7); }
.popup-content { background:white; padding:20px 30px; border-radius:10px; text-align:center; max-width:400px; }
.popup.success .popup-content { border-top:5px solid #28a745; }
.popup.error .popup-content { border-top:5px solid #dc3545; }
.close-btn { margin-top:10px; background:#7DAEEB; color:white; padding:8px 16px; border:none; border-radius:5px; cursor:pointer; }

  

	.owl-carousel .item {
      color: white;
      text-align: center;
      padding: 100px 0;
      border-radius: 16px;
      font-size: 24px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    /* Style de la navigation */
    .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .owl-nav button {
      pointer-events: all;
      background: none;
      color: white;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 22px;
      transition: all 0.3s ease;
    }

    .owl-nav button:hover {
      transform: scale(1.15);
    }


/*********************************
11. Newsletter
*********************************/

.newsletter
{
	padding-top: 56px;
	padding-bottom: 82px;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}
.newsletter_row
{
	margin-top: 54px;
}
.newsletter_input
{
	width: calc(100% - 150px);
	height: 46px;
	background: transparent;
	border: solid 2px #e6ebf1;
	color: #FFFFFF;
	padding-left: 34px;
	outline: none;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 167px;
	height: 46px;
	border-radius: 19px;
	background: #ff768a;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}



/*---------------------
  Gallery
-----------------------*/
.set-bg {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: auto 100%;
    background-position: top center;
    transition: background-size .5s ease;
}

.set-bg:hover
{
	/*background-size: auto 370px;*/
	background-size: auto 110%;
}

.gallery .fa-search-plus:before
{
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery {
	overflow: hidden;
	padding-top: 40px;
}

.gallery__container {
	margin-right: -20px;
}

.gallery__container .gc__item {
	height: 338px;
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}



.gallery__container .gc__item:hover:after {
	opacity: 1;

	top: -25%;
    left: -25%;
}

.gallery__container .gc__item:hover a {
	opacity: 1;
	visibility: visible;
}

.gallery__container .gc__item:after {
	position: absolute;
	top: -100%;
    left: -100%;
	height: 150%;
	width: 150%;
	background: rgba(19, 161, 183, 0.5);
	content: "";
	z-index: -1;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;

	border-radius: 50%;
}

.gallery__container .gc__item:before {
	position: absolute;
	top: -120%;
    left: -120%;
	height: 150%;
	width: 150%;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	z-index: -1;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
	opacity: 0;

	border-radius: 50%;
}
.gallery__container .gc__item:hover:before {
	opacity: 1;

	top: -25%;
    left: -25%;
}










.gallery__container .gc__item a {
	display:block;
	width:100%;
	height:100%;
	font-size: 30px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.gallery__container .gc__item.gc__item__large {
	height: 696px;
}

.grid-sizer {
	width: calc(25% - 20px);
}


/*********************************
12. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
	background: #26292d;
}
.footer_content
{
	padding-top: 94px;
	padding-bottom: 51px;
}
.footer_about
{
	padding-top: 19px;
}
.footer_logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #FFFFFF;
}
.footer_logo a > div:first-child span
{
	color: #57ccc3;
	margin-left: 7px;
}
.footer_logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.footer_about_text
{
	margin-top: 42px;
}
.footer_about_text p
{
	color: #868686;
}
.footer_title
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.2;
}
.footer_contact
{
	padding-top: 40px;
}
.contact_list
{
	margin-top: 44px;
}
.contact_list li
{
	font-size: 15px;
	font-weight: 500;
	color: #878787;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 12px;
}
.footer_location
{
	padding-top: 40px;
}
.locations_list
{
	max-width: 180px;
	margin-top: 42px;
}
.locations_list li
{
	line-height: 1.6;
}
.locations_list li:not(:last-child)
{
	margin-bottom: 19px;
}
.location_title
{
	font-size: 15px;
	font-weight: 500;
	color: #57ccc3;
}
.location_text
{
	margin-top: 13px;
}
.opening_hours
{
	left: -32px;
	width: calc(100% + 67px);
	padding-left: 32px;
	padding-right: 35px;
	padding-top: 38px;
	padding-bottom: 40px;
	border: solid 2px #4d5157;
}
.opening_hours_list
{
	margin-top: 44px;
}
.opening_hours_list li
{
	white-space: nowrap;
}
.opening_hours_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_bar
{
	width: 100%;
	background: #181a1d;
}
.footer_bar_content
{
	height: 49px;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #646464;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #57ccc3;
}


#sliderBlockButtons
{
	flex-direction: row;
}



/*********************************
12. Footer
*********************************/

.aos-animate
{
	.title-effect1-block 
	{
	      width: 100%;
	      position: relative;
	      display: flex;
	      align-items: center;
	      height: 100%;

	      .block-effect 
	      {
	        width: 0%;
	        height: inherit;
	        background: #e9d856;
	        position: absolute;
	        animation: mainblock-effect 1.5s cubic-bezier(.74, .06, .4, .92) forwards;
	        display: flex;
		  }

	      .title-effect1 
	      {
	        -webkit-animation: mainFadeIn 1.5s forwards;
	        -o-animation: mainFadeIn 1.5s forwards;
	        animation: mainFadeIn 1.5s forwards;
	        animation-delay: 1s;
	        opacity: 0;
	        display: flex;
	        align-items: baseline;
	        position: relative;

	        .dot-block-effect 
	        {
	          width:0px;
	          height: 0px;
	          -webkit-border-radius: 50%;
	          -moz-border-radius: 50%;
	          border-radius: 50%;

	          background: #ffb510;
	          -webkit-animation: load 0.6s cubic-bezier(.74, .06, .4, .92) forwards;
	          animation: popIn 0.8s cubic-bezier(.74, .06, .4, .92) forwards;
	          animation-delay: 1.3s;
	          margin-left: 5px;
	          margin-top: -10px;
	          position: absolute;
	          bottom: 13px;
	          right: -12px;

	        }
	      }
	}

	.p-effect1-block 
	{
	      width: 100%;
	      position: relative;
	      display: flex;
	      align-items: center;
	      height: 100%;

	      .block-effect 
	      {
	        width: 0%;
	        height: inherit;
	        background: #ff768a;
	        position: absolute;
	        animation: secblock-effect 0.8s cubic-bezier(.74, .06, .4, .92) forwards;
	        animation-delay: 0.8s;
	        display: flex;
	      }

	      .p-effect1 
	      {
	        animation: secFadeIn 1s forwards;
	        animation-delay: 1.5s;
	        opacity: 0;
	        color: #000;
	      }
	}
}




@keyframes mainblock-effect 
{
  0% 
  {
    width: 0%;
    left: 0;

  }
  50% 
  {
    width: 100%;
    left: 0;
  }
  100% 
  {
    width: 0;
    left: 100%;
  }
}

@keyframes secblock-effect 
{
  0% 
  {
    width: 0%;
    left: 0;

  }
  50% 
  {
    width: 100%;
    left: 0;

  }
  100% 
  {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn 
{
  0% 
  {
    opacity: 0;
  }
  100% 
  {
    opacity: 1;
  }
}


@keyframes popIn 
{
  0% 
  {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% 
  {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }
   65% 
   {
      width: 7px;
    height: 7px;
      bottom: 0px;
      width: 15px
   }
   80% 
   {
      width: 10px;
    height: 10px;
      bottom: 20px
   }
  100% 
  {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;

  }
}

@keyframes secFadeIn 
{
  0% 
  {
    opacity: 0;
  }
  100% 
  {
    opacity: 0.5;
  }
}


/***mentions légales****/

.mentions-legales
{
	padding-top: 200px;
}
.mentions-legales h2
{
	font-size: 32px;
	display: block;
	margin-top: 40px;
	color:#7caeeb;
}


/*********************************
media queries
*********************************/


@media only screen and (max-width: 1200px)
{
	#containerSlider
	{
		margin-left: 20px;
    	max-width: calc(50% - 50px)!important;
	}
	#containerSlider .button a
	{
		padding-left: 20px;
    	padding-right: 20px;
	}
}




@media only screen and (max-width: 900px)
{
	#sliderBlockButtons
	{
		flex-direction: column;
	}
	#sliderBlockButtons > div
	{
		margin-right:0px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) 
{
	.gallery__container .gc__item {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.grid-sizer {
		width: 100%;
	}
	.gallery__container {
		margin-right: 0;
	}
}


