/*
Theme Name: Paradisia 2019
Author: Agence Bug
Description: Developed by Bug Agency in 2019 for Paradisia
Version: 1.0
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Accessibility
3.0 Grid
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

input, textarea, form, button{
	margin: 0;
	padding: 0;
	border: 0;
}

body{	
	font-size: 1em;
	line-height: 1.5;
	color: #20397E;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/background.png);
	background-color: #213a80;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.background{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #FFFFFF; /* Old browsers */
	z-index: 1;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

td, tr, th{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

h1{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 300%;
	line-height: 120%;
	text-transform: uppercase;
}

h2{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 250%;
	line-height: 120%;
}

h3{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
}

h4{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 100%;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

a{
	color: #20397E;
}

a:hover{
	color: #416FDE;
}

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

input, textarea{
	font-size: 1em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

.gauche{
	float: left;
}

.droite{
	float: right;
}

.separation{
	clear: both;
	visibility:hidden;
}

.clearfix{

}

.clearfix:after {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.absolute-center{
	margin: auto;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
}

.fullscreen{
	width: 100%;
	height: 100%;
	position: absolute;
}

.invisible{
	visibility: hidden;
}

.rotate-45{	
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Opera, Chrome, and Safari */
    -moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.rotate-90{	
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.rotate-900{	
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Opera, Chrome, and Safari */
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.text-centre{
	text-align: center;
}

.text-gauche{
	text-align: left;
}

.text-droite{
	text-align: right;
}

.text-bold{
	font-weight: bold;
}

.marge-gauche{
	margin-left: 15px;
}

.marge-droite{
	margin-right: 15px;
}

.blue-dark{
	color: #20397E;
}

.blue-light{
	color: #416FDE;
}

.orange{
	color: #FF4921;
}

.white{
	color: #ffffff;
}

.bold{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.light{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

hr{
	border-bottom: 2px solid #20397E;
	width: 100%;
	box-shadow: none;
	margin-bottom: 30px;
}

.all-cap{
	text-transform: uppercase;
}

.border-right{
	border-right: 1px solid #20397E;
	box-sizing: border-box;
}

/************************ SCROLL PAGE **************************************/

#page-1{
	background: aquamarine;
	top: 100%;
	left: 0;
}

#page-2{
	background: yellowgreen;
	top: 200%;
	left: 0;
}

#page-3{
	background: aquamarine;
	top: 300%;
	left: 0;
}

#page-4{
	background: yellowgreen;
	top: 400%;
	left: 0;
}

.ancre{
	position: absolute;
	top: 1px;
	right: 0;
	background: black;
	width: 20px;
	height: 20px;
	z-index: 2;
	color: #FFF;
	visibility: hidden;
}

.anchor{
	background: black;
	width: 80px;
	height: 80px;
	visibility: hidden;
	color: #FFF;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------*/

.colonne1{margin-left:1.5625%;margin-right:1.5625%;width:5.2083333333%;padding:0;}
.colonne2{margin-left:1.5625%;margin-right:1.5625%;width:13.5416666667%;padding:0;}
.colonne3{margin-left:1.5625%;margin-right:1.5625%;width:21.875%;padding:0;}
.colonne4{margin-left:1.5625%;margin-right:1.5625%;width:30.2083333333%;padding:0;}
.colonne5{margin-left:1.5625%;margin-right:1.5625%;width:38.5416666667%;padding:0;}
.colonne6{margin-left:1.5625%;margin-right:1.5625%;width:46.875%;padding:0;}
.colonne7{margin-left:1.5625%;margin-right:1.5625%;width:55.2083333333%;padding:0;}
.colonne8{margin-left:1.5625%;margin-right:1.5625%;width:63.5416666667%;padding:0;}
.colonne9{margin-left:1.5625%;margin-right:1.5625%;width:71.875%;padding:0;}
.colonne10{margin-left:1.5625%;margin-right:1.5625%;width:80.2083333333%;padding:0;}
.colonne11{margin-left:1.5625%;margin-right:1.5625%;width:88.5416666667%;padding:0;}
.colonne12{margin-left:1.5625%;margin-right:1.5625%;width:96.875%;padding:0;}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.assistance-container{
	background-color: #416FDE;
}

.tech-support-container{
	background-color: #FF4921;
}

.customer-menu{
	position: absolute;
	top: 0;
	width: calc(96.875% - 70px);
	left: calc(1.5625% + 35px);
	border-bottom: 1px solid #FFFFFF;
	z-index: 9998;
}

.customer-links{
	width: 100%;
	margin: 0 auto;
}

.assistance-container img, .tech-support-content img{
	height: 32px;
	margin: 0 15px 0 0;
	padding: 0;
}

.assistance-container, .tech-support-container{
	height: 70px;
	text-transform: uppercase;
	display: table;
	overflow-y: hidden;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	color: #FFF;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
}

.assistance-container, .tech-support-container{
	height: 70px;
	text-transform: uppercase;
	display: table;
	overflow-y: hidden;
	padding: 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #FFF;
}

.assistance-content, .tech-support-content{
	display: table-cell;
	vertical-align: middle;
}

.assistance-content input.userkey{
	height: 32px;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
	box-sizing: border-box;
	margin-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
}

.assistance-content button.keyvalid{
	background-color: #FFFFFF;
	height: 32px;
	width: 42px;
	border-radius: 16px;
	color: #416FDE;
	font-weight: bold;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 100%;
	transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}

.assistance-content button.keyvalid:hover{
	background-color: #20397E;
	color: #FFFFFF;
}


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

#navigation{
	display: block;
}

#responsive-navigation{
	display: none;
}

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

.main-menu-content{
	width: calc(96.875% - 70px);
	margin: 0 auto;
	text-transform: uppercase;
}

.main-menu{
	width: 100%;
	height: 110px;
	display: block;
	font-weight: bold;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9998;
}

.main-menu ul{
  position: relative;
  height: 50px;
  top: 45px;
  /*right: 1.5625%;*/
  right: 0;
  margin-right: -25px;
  list-style: none;
}

.main-menu li{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0 25px;
  color: #fff;
}

.main-menu a{
  text-decoration: none;
  color: #fff;
}

.main-menu a:hover{
  text-decoration: none;
  color: #fff;
}

.main-menu .link{
  position: relative;
}

.main-menu .link:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 10px;
  right: 0;
  background: #fff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
 
.main-menu .link:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}

.main-menu .logo-white img{
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-menu .logo-white{
	height: 110px;
	/*margin-left:1.5625%;*/
}

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

.rollover-menu{
	width: 100%;
	height: 110px;
	position: fixed;
	top: -100%;
	left: 0;
	display: block;
	font-weight: bold;
	background: #FFFFFF;
	z-index: 9998;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: #416FDE 1px solid;
	box-sizing: border-box;
}

.rollover-menu ul{
  position: absolute;
  height: 50px;
  top: 45px;
  right: 1.5625%;
  list-style: none;
}

.rollover-menu li{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0 25px;
  color: #416FDE;
}

.rollover-menu a{
  text-decoration: none;
  color: #416FDE;
}

.rollover-menu a:hover{
  text-decoration: none;
  color: #416FDE;
}

.rollover-menu .link{
  position: relative;
}

.rollover-menu .link:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 10px;
  right: 0;
  background: #416FDE;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
 
.rollover-menu .link:hover:after{
  width: 100%;
  left: 0;
  background: #416FDE;
}

.rollover-menu .logo-white img{
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rollover-menu .logo-white{
	height: 110px;
	margin-left:1.5625%;
}

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

.responsive-main-menu-content{
	width: 90%;
	margin: 0 auto;
}

.responsive-main-menu{
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9997;
}

.responsive-main-menu .logo-white img{
	height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.responsive-main-menu .logo-white{
	height: 60px;
}

.responsive-main-menu .open-menu img{
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.responsive-main-menu .open-menu{
	height: 60px;
	cursor: pointer;
	/*margin-left:1.5625%;*/
}

.responsive-rollover-menu{
	width: 100%;
	height: 60px;
	position: fixed;
	top: -100%;
	left: 0;
	display: block;
	font-weight: bold;
	background: #FFFFFF;
	z-index: 9998;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: #416FDE 1px solid;
	box-sizing: border-box;
}

.responsive-rollover-menu-content, .close-responsive-menu-content{
	width: 90%;
	margin: 0 auto;
}

.responsive-rollover-menu .logo-white img, .close-responsive-menu .logo-white img{
	height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.responsive-rollover-menu .logo-white, .responsive-rollover-menu .open-menu{
	height: 90px;
	cursor: pointer;
}

.responsive-rollover-menu .open-menu img, .close-responsive-menu img{
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.responsive-menu-wrapper{
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #416fde;
	z-index: 9999;
}

.close-responsive-menu{
	position: absolute;
	cursor: pointer;
	height: 60px;
	width: 100%;
	top: 0; 
	left: 0;
}

.responsive-menu-container{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.responsive-menu-content{
	display: table-cell;
	vertical-align: middle;
}

.responsive-menu-container ul{
	list-style-type:  none;
}

.responsive-menu-container ul li{
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 150%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

.responsive-menu-container ul li a{
	color: #FFFFFF;
	text-decoration: none;
}


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

.go-top{
	height: 40px;
	width: 40px;
	border-radius: 50px;
	position: fixed;
	bottom: -100%;
	right: 55px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(18,107,131,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(18,107,131,0.5);
	box-shadow: 0px 0px 10px 0px rgba(18,107,131,0.5);
	background-color: #FFFFFF;
	z-index: 9996;
	transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
	opacity: .4;
}

.go-top img{
	width: 30px;
	margin: 3px 5px;
}

.go-top:hover{
	opacity: 1;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.site-header{
	font-size: 120%;
}

.header-wrapper{
	width: 100%;
	height: 100%;
}

.header-section{
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	color: #FFF;
	text-align: center;
}

.header-container{
	display: table-cell;
	vertical-align: middle;
}

.banner-container{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.banner-content{
	display: table-cell;
	vertical-align: middle;
}

.banner-content h1{
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

/* Arrow */

.arrow-down{
	width: 66px;
	height: 66px;
	background: #FFFFFF;
	border-radius: 33px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(18,107,131,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(18,107,131,0.5);
	box-shadow: 0px 0px 25px 0px rgba(18,107,131,0.5);
	position: absolute;
	z-index: 9997;
	top: 100%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
}

.arrow-down img{
	width: 36px;
	margin-left: 15px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

/* Page content */

.site{
	position: absolute;
	height: auto;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 2;
	background-color: transparent;
	overflow-x: hidden;
}

.site-content-contain{
	background-color: transparent;	
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.introduction{
	width: 75%;
	margin-top: 25px;
	margin-bottom: 75px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.aureole-picto{
	width: 70px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.short-stroke{
	width: 180px;
	margin: 30px auto;
	border:0;
	border-top:1px solid #20397E;
	height:1px;
}

.long-stroke{
	width: 100%;
	margin: 30px auto;
}

a.cta_orange{
	padding: 15px 20px;
	border-radius: 40px;
	background-color: #FF4921;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a.cta_orange:hover{
	background-color: #416FDE;
}

/* SITE */

/* GUIDE *******************************************/

.guide-section{
	background-color: #FFF;
	padding-top: 110px;
	/*padding-bottom: 50px;*/
}

.guide-container{
	text-align: center; 
}

.services-wrapper{
	background-image: url('http://paradisia.fr/wp-content/uploads/2019/06/paradisia-services-background_1440.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1440px;
	margin: 0 auto;
}

.services-container{
	text-align: center;
}

.services-container img{
	margin-bottom: 20px;
}

.services-container h2{
	line-height: 110%;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 175%;
}

.services-container p{
	margin-top: 20px;
	margin-bottom: 20px;
}

.services-description{
	margin-top: 20px;
	margin-bottom: 20px;
}

.services-container a{
	color: #416FDE;
	font-weight: bold;
}

.services-content-1{
	background: #FFFFFF;
	margin-left:20px;
	margin-right:20px;
	width:1400px;
	padding:0;
	height: 150px;
	overflow: hidden;
}

.services-content-2{
	margin-left: 20px;
	margin-right: 110px;
	width:320px;
	padding:0;
	margin-top: 100px;
	height: 500px;
	overflow: hidden;
}

.services-content-3{
	margin-left: 110px;
	margin-right: 110px;
	width:320px;
	padding:0;
	margin-top: 100px;
	height: 500px;
	overflow: hidden;
}

.services-content-4{
	margin-left: 110px;
	margin-right: 20px;
	width:320px;
	padding:0;
	margin-top: 100px;
	height: 500px;
	overflow: hidden;
}

.services-content-4:after {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.services-content-5{
	margin-left:290px;
	margin-right:110px;
	width:320px;
	padding:0;
	margin-top: 50px;
	height: 500px;
	overflow: hidden;
}

.services-content-6{
	margin-left:110px;
	margin-right:290px;
	width:320px;
	padding:0;
	margin-top: 50px;
	height: 500px;
	overflow: hidden;
}

.services-content-1 img{
	width: 400px;
}

.services-content-2 img, .services-content-3 img, .services-content-4 img, .services-content-5 img, .services-content-6 img{
	width: 120px;	
}

.service-more{
	font-weight: bold;
	color: #416FDE;
	text-decoration: underline;
	cursor: pointer;
}

.service-description-title{
	text-align: center;
	margin-bottom: 70px;
}

.service-description-title img{
	width: 120px
}

.service-details-wrapper{
	left: 100%;
	top: 0;
	position: fixed;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/background-opacity.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.service-details-clone{
	display: block;
}

.service-details-container{
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	-moz-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
}

.service-details-picture{
	width: 30%;
	background-color: #000000;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	text-align: left;
}

.service-details-picture img{
	height: 100%;
	width: auto;
}

.service-details-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: scroll;
	text-align: left;
	display: table;
}

.service-description-container{
	width: 70%;
	margin: 0 auto;
}

.service-details-wrap{
	display: table-cell;
	padding: 100px;
	vertical-align: middle;
}

.service-details-wrap h3{
	color: #FF4921;
	margin-top: 20px;
	margin-bottom: 20px;
}

.service-details-wrap h4{
	margin-bottom: 10px;
	font-size: 120%;
}

.service-details-wrap p{
	margin-bottom: 20px;
}


.service-details-wrap ul{
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-position: inside;
}

/* EXPERTISE *******************************************/

.expertise-section{
	background-color: #000000;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}

.expertise-section.slick-slider{
	height: 600px;
}


/* REFERENCE *******************************************/

.reference-section{
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: transparent;
}

.reference-section .reference-container h1{
	color:#FFFFFF;
}

.reference-slider{
	margin-top: 110px;
}

.reference-content{
	text-align: center;
}

.reference-slider img{
	width: 75%;
}

.reference-section .slick-list{
	width: 80%;
	margin: 0 auto;
}

/* CONSEILLER *******************************************/

.conseiller-section{
	background-color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
}

.conseiller-section .slick-arrow
{
    filter: invert(43%) sepia(50%) saturate(4742%) hue-rotate(211deg) brightness(91%) contrast(90%);
}

.conseiller-section .slick-list{
	width: 50%;
	margin: 0 auto;
}

.offer-slide{
	user-select: none;
}

.offer-filter{
	margin-bottom: 50px;
	text-align: center;
}

.offer-filter ul{
	text-align: center;
	list-style-type: none;
}

.offer-filter ul li{
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	transition:  all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.offer-filter ul li:hover{
	font-weight: bold;
	color: #416FDE;
}

.offer-thumbnail{
	background-color: #FFFFFF;	
	width: 46%;
	margin: 2%;
	height: 400px;
	text-align: center;
	opacity: .6;
	transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

.offer-thumbnail:hover{
	opacity: 1;
}

.offer-thumbnail img{
	width: 100%;
	display: block;
}

.offer-thumbnail-title{
	padding: 10px; 
	box-sizing: border-box; 
	color:  #416FDE; 
	border-radius: 50px; 
	font-size: 50%; 
	width: 80%;
	margin: 10px auto; 
	border: 1px solid  #416FDE;
}

.offer-details-wrapper{
	left: 100%;
	top: 0;
	position: fixed;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/background-opacity.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.offer-details-clone{
	display: block;
}

.offer-details-container{
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	-moz-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
}

.offer-details-picture{
	width: 30%;
	background-color: #FFFFFF;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	text-align: left;
}

.offer-details-picture img{
	height: 100%;
	width: auto;
}

.offer-details-content{
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left:30%;
	overflow: scroll;
	text-align: left;
	/*display: table;*/
}

.offer-details-wrap{
	/*display: table-cell;*/
	padding: 100px;
	vertical-align: middle;
	overflow-y: scroll;
}

.offer-details-wrap h3{
	color: #FF4921;
	margin-top: 20px;
	margin-bottom: 20px;
}

.offer-details-wrap h4{
	margin-bottom: 10px;
	font-size: 120%;
}

.offer-details-wrap p{
	margin-bottom: 20px;
}

.offer-details-wrap ul{
	width: 50%;
}

.offer-details-wrap ul li{
	list-style-type: none;
}

.caracteristique-container{
	border-bottom: 1px solid #ECF1F8;
	padding-bottom: 50px;
}

.close-offer-popup{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.close-offer-popup img{
	width: 100%;
}

.theme-tag a{
	pointer-events: none;
	font-weight: bold;
	text-decoration: none;
}

/* ACTUALITE *******************************************/

.actualite-section{
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
}

.actualite-section .actualite-container h1, .actualite-section .introduction{
	color:#FFFFFF;
}

.actualite-section .slick-list{
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.blog-preview{
	background: red;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	background-color: #FFF;
	width: 90%;
	/*margin-left: 10%;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.blog-preview h3{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 125%;
	color: #FF4921;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blog-preview img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.blog-preview-content{
	padding: 30px;
}

.blog-date{
	font-weight: bold;
	font-style: italic;
}

.read-more{
	padding: 10px 20px;
	border-radius: 40px;
	background-color: #416FDE;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-size: 70%;
	cursor: pointer
}

.read-more:hover{
	background-color: #20397E;
}

.blog-posts-wrapper{
	left: 100%;
	top: 0;
	position: fixed;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/background-opacity-bleu.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.blog-posts-clone{
	display: block;
}

.blog-posts-container{
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: red;
	position: absolute;
	-webkit-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	-moz-box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
	box-shadow: 5px 5px 50px 0px rgba(1,20,53,0.3);
}


.blog-posts-picture{
	width: 30%;
	background-color: #000000;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: left;
}

.blog-posts-picture img{
	height: 100%;
	width: auto;
}

.blog-posts-content{
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left:30%;
	overflow-y: scroll;
	text-align: left;
	/*display: table;*/
	background:  #FFFFFF;
}

.blog-posts-wrap{
	/*display: table-cell;*/
	padding: 100px;
	vertical-align: middle;
	overflow-y: scroll;
	box-sizing: border-box;
	max-height: 100%;
}

.blog-posts-wrap h3{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 150%;
	color: #FF4921;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blog-posts-wrap h4{
	margin-bottom: 10px;
	font-size: 120%;
}

.blog-posts-wrap p{
	margin-bottom: 20px;
}

.blog-posts-wrap ul{
	width: 50%;
}

.blog-posts-wrap ul li{
	list-style-type: none;
}


/* JOIN SECTION *******************************************/

.join-section{
	background-color: #000000;
	background-size: cover;
	background-position: top;
	padding-top: 210px;
	padding-bottom: 210px;
	text-align: center;
}

.join-section h1{
	color: #FFFFFF;
}

/* OFFRE *******************************************/

.offre-section{
	background-color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: left;
}

.offre-section h1{
	color: #FFFFFF;
}

.offer-count{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #20397E;
	width: 80%;
	margin: 0 auto;
}

.accordion{
	margin-top: 50px;
	width: 80%;
	margin: 0 auto;
}

.accordion-header {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #20397E;
	font-weight: bold;
	background-color: transparent;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	line-height: 30px;
}

.accordion-header:hover {
	/*background-color: #416FDE;
	color: #FFFFFF;*/
	padding-left: 30px;
	padding-right: 30px;
}

.accordion-content {
	display: none;
	margin-bottom: 30px;
	background-color: #ECF1F8;
	padding: 30px;
	box-sizing: border-box;
	
}

.active {
	font-weight: 600;
	border-bottom: none;
	background-color: #416FDE;
	color: #FFFFFF;
	padding: 30px;
	margin-top: 30px;
	line-height: 30px;
}

.offer-arrow-down {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Opera, Chrome, and Safari */
    -moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	height: 30px;
	width: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/ui-arrow-dark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	user-select: none
}

.offer-arrow-down svg{
	height: 100%;
	fill: #20397E;
}

.offer-arrow-active {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
    -moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	height: 30px;
	width: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/05/ui-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	user-select: none
}

.arrow-path-active{;
	fill: #FFFFFF;
}

.offer-modal{
	padding-bottom: 10px;
	border-bottom: 1px solid #20397E;
	margin-bottom: 30px;
}

.offer-modal div{
	width: 25%;
}

.offer-modal ul{
	list-style-type: none;
}

.offer-modal ul li{
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.post-descriptif-title{
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

/* CONTACT *******************************************/

.contact-section{
	background-color: transparent;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
}

.contact-section .contact-container h1{
	color:#FFFFFF;
}

.contact-section h2{
	color: #416FDE;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.contact-section .adress-container{
	font-size: 120%;
	line-height: 175%;
}

.coordinate-wrapper{
	background-color: #FFFFFF;
	margin-top: 110px;
	position: relative;
	height: 750px;
}

.coordinate-container{
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 30%;
	height: 750px;
}

.coordinate-content{
	display: table-cell;
	vertical-align: middle;
}

.map-container{
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 30%;
	width: 70%;
	height: 750px;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer{
	background: #FFF;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 55px;
}

.footer-content{
	display: table;
}

.responsive-footer-content{
	display: none;
}

.responsive-table{
	margin-top: 30px;
	display: table;
}

.footer-column{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 60px;
}

.footer-section-title{
	margin-bottom: 45px;
	color: #416FDE;
	height: 50px;
}

.footer-description img{
	height: 50px;
}

.footer-socials img{
	width: 40px;
	margin-right: 20px;
}

.social-icons{
	margin-bottom: 55px;
}

.twitter-button:hover, .linkedin-button:hover{
	filter: invert(31%) sepia(73%) saturate(1283%) hue-rotate(200deg) brightness(109%) contrast(79%);
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/


/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
/*@media screen and (min-width: 20em) {
 body
}

@media screen and (min-width: 30em) {

}

@media screen and (min-width: 48em) {

}

@media screen and ( min-width: 79em ) {

}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

}
*/

/* Large screens */
@media (max-width : 1400px) {
	body{
		font-size: 1em;
	}
	
	.offer-thumbnail{
		height: 350px;
	}
}

/* Desktops and laptops */
@media (max-width : 1366px){
 	body{
		font-size: 0.9em;
	}
	
	.services-wrapper{
		background-image: url('http://paradisia.fr/wp-content/uploads/2019/06/paradisia-services-background_1080.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 1080px;
		margin: 0 auto;
	}
	
	.services-content-1{
		background: #FFFFFF;
		margin-left:20px;
		margin-right:20px;
		width:1040px;
		padding:0;
		height: 150px;
		overflow: hidden;
	}

	.services-content-2{
		margin-left: 20px;
		margin-right: 20px;
		width:320px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-3{
		margin-left: 20px;
		margin-right: 20px;
		width:320px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-4{
		margin-left: 20px;
		margin-right: 20px;
		width:320px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-5{
		margin-left:200px;
		margin-right:20px;
		width:320px;
		padding:0;
		margin-top: 50px;
		height: 500px;
	}

	.services-content-6{
		margin-left:20px;
		margin-right:200px;
		width:320px;
		padding:0;
		margin-top: 50px;
		height: 500px;
	}
	
	.conseiller-section .slick-list{
		width: 60%;
	}
	
}

/* Tablet */
@media (max-width : 1024px ){
	body{
		font-size: .9em;
		background-image: url(http://paradisia.fr/wp-content/uploads/2019/06/responsive-background.png);
	}

	#navigation, .customer-menu{
		display: none;
	}
	
	#responsive-navigation{
		display: block;
	}

	.go-top{
		display: none;
	}
	
	.introduction{
		margin-bottom: 55px;
	}
	
	.services-wrapper{
		background-image: url('http://paradisia.fr/wp-content/uploads/2019/06/paradisia-services-background_960.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 960px;
		margin: 0 auto;
	}
	
	.services-content-1{
		background: #FFFFFF;
		margin-left:20px;
		margin-right:20px;
		width:920px;
		padding:0;
		height: 150px;
		overflow: hidden;
	}

	.services-content-2{
		margin-left: 20px;
		margin-right: 20px;
		width:280px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-3{
		margin-left: 20px;
		margin-right: 20px;
		width:280px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-4{
		margin-left: 20px;
		margin-right: 20px;
		width:280px;
		padding:0;
		margin-top: 100px;
		height: 500px;
		overflow: hidden;
	}

	.services-content-5{
		margin-left:160px;
		margin-right:30px;
		width:280px;
		padding:0;
		margin-top: 50px;
		height: 500px;
	}

	.services-content-6{
		margin-left:30px;
		margin-right:160px;
		width:280px;
		padding:0;
		margin-top: 50px;
		height: 500px;
	}
	
	.service-description-container{
		width: 100%;
	}
	
	.service-details-wrap{
		padding: 50px;
	}
	
	.close-offer-popup{
		top: 25px;
		right: 25px;
	}

	.offer-details-picture img, .blog-posts-picture img{
		height: auto;
		width: 100%;
	}
	
	.offer-thumbnail{
		height: 250px;
	}
	
	.offer-details-picture, .blog-posts-picture{
		width: 100%;
		background-color: #FFFFFF;
		height: 30%;
		position: absolute;
		top: 0;
		left:0;
		overflow: hidden;
		text-align: center;
		border-bottom: #ecf1f8 solid 1px;
	}
	
	.offer-details-content, .blog-posts-content{
		width: 100%;
		height: 70%;
		position: absolute;
		top: 30%;
		left: 0;
		overflow: scroll;
		text-align: left;
	}
	
	.offer-details-wrap, .blog-posts-wrap{
		padding: 50px;
		vertical-align: middle;
		overflow-y: scroll;
	}
	
	.blog-preview-content{
		padding: 30px;
	}
	
	@media (hover: none) {
    	.accordion-header:hover{ padding-left: auto; padding-right: auto; }
	}
	
	.coordinate-wrapper{
		height: 800px;
		margin-top: 60px;
	}
	
	.map-container{
		background-color: #000000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
	}
	
	.coordinate-container{
		position: relative;
		display: table;
		top: 300px;
		left: 0;
		width: 100%;
		height: 500px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.contact-section h2{
		margin-bottom: 10px;
		font-size: 175%
	}
	
	.short-stroke{
		margin: 20px auto;
	}
	
	.footer-column{
		padding-left: 25px;
		padding-right: 25px;
	}
	
}

@media (max-width : 767px) {
	body{
		font-size: .8em;
	}

	h1{
		font-size: 190%;
	}
	
	h2{
		font-size: 125%;
	}
	
	h3{
		font-size: 100%;
	}
	
	.arrow-down{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
	
	.arrow-down img{
		width: 20px;
		margin-left: 10px;
		margin-top: 10px;
		
	}
	
	.introduction{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	
	.aureole-picto{
		width: 40px;
		margin-bottom: 5px;
	}
	
	a.cta_orange{
		font-size: 80%;
		padding: 10px 15px;
		margin-top: 20px;
	}
	
	.guide-section{
		background-color: #FFFFFF;
		padding-top: 60px;
		padding-bottom: 30px;
	}	
	
	.services-content-bloc.gauche{
		float: none;
	}
	
	.service-details-wrap{
		padding: 30px
	}
	
	.service-description-title{
		margin-bottom: 30px;
	}
	
	.service-description-title img{
		width: 80px;
	}
	
	.services-wrapper{
		background-image: url('http://paradisia.fr/wp-content/uploads/2019/06/paradisia-services-background_responsive.png');
		background-position: top center;
		background-repeat: repeat-y;
		background-size: auto;
		width: calc( 100% - 100px );
		margin: 0 auto;
	}
	
	.services-content-1{
		background: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-content-2{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-content-3{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-content-4{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-content-5{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-content-6{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 0;
		width: 100%;
		padding: 20px 0;
		height: auto;
		overflow: hidden;
		clear: both;
		background-color: #FFFFFF;
	}

	.services-wrapper .separation{
		display: none;
	}
	
	.services-content-1 img{
		width: 100%;
	}
	
	.services-content-2 img, .services-content-3 img, .services-content-4 img, .services-content-5 img, .services-content-6 img{
		width: 70px;
	}
	
	.services-container h2{
		font-size: 150%;
	}
	
	.expertise-section.slick-slider{
		height: 500px;
	}
	
	.reference-section, .conseiller-section, .actualite-section, .offre-section, .contact-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.reference-slider{
		margin-top: 60px;
	}
	
	.offer-thumbnail.gauche{
		float: none;
	}
	
	
	.offer-thumbnail{
		width: 70%;
		margin: 15%;
		height: 150px;
	}
	
	.offer-filter{
		margin-bottom: 20px;
	}
	
	.conseiller-section .slick-list{
		width: 70%;
	}
	
	.blog-preview{
		margin-top: 30px
	}
	
	.blog-preview-content{
		padding: 20px;
	}
	
	.read-more{
		margin-top: 20px;
	}
	
	.blog-preview h3{
		font-size: 100%;
	}
	
	.join-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}	
	
	.offer-modal div{
		width: 50%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.offer-count{
		width: 90%;
	}
	
	.accordion{
		width: 90%;
	}
	
	.accordion h3{
		font-size: 120%;
	}
	
	.accordion-content{
		padding: 20px 20px 30px;
	}
	
	.post-descriptif-title{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	
	.offer-modal{
		margin-bottom: 0;
	}
	
	.offer-arrow-down {
		background-size: 15px;
	}

	.offer-arrow-active {
		background-size: 15px;
	}

	.offer-modal ul li{
		letter-spacing: auto;
		margin-bottom: 10px;
		
	}
	
	.footer-content{
		display: none;
	}	

	.responsive-footer-content{
		display: block;
	}
	
	.coordinate-wrapper{
		height: 700px;
		margin-top: 55px;
	}
	
	.coordinate-container{
		position: relative;
		display: table;
		top: 300px;
		left: 0;
		width: 100%;
		height: 400px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	
	.footer-description img{
		height: 30px;
	}
	
	.footer-section-title{
		margin-bottom: 20px;
		height: 30px;
	}
	
	.footer-description{
		padding-left: calc( 25px - 1.5625%);
		padding-right: calc( 25px - 1.5625%);
		box-sizing: border-box;
	}
	
	.footer-column{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.footer-socials img{
		width: 25px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

}

/*--------------------------------------------------------------
21.0 Perso
--------------------------------------------------------------*/

.temporary-banner-wrapper{
	background-image: url(http://paradisia.fr/wp-content/uploads/2019/05/slider_banner_2.jpg);
	background-size: cover;
	background-position: center;
	display: table;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.temporary-banner-container{
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
}


