﻿@font-face
{
    font-family: GothamRounded;
    src: url("/css/font/GothamRounded/gothamroundedbook_21018.ttf");
}

@font-face
{
    font-family: GothamRounded;
    src: url("/css/font/GothamRounded/gothamrounded-book.otf");
}

@font-face
{
    font-family: GothamRounded;
    font-weight:bold;
    src: url("/css/font/GothamRounded/gothamroundedbold_21016.ttf");
}

@font-face
{
    font-family: GothamRounded;
    font-weight:bold;
    src: url("/css/font/GothamRounded/gothamrounded-bold.otf");
}


@font-face
{
    font-family: Lobster;
    src: url("/css/font/LobsterTwo-Bold.ttf");
}


/*@font-face
{
    font-family: Lobster;
    src: url("/css/font/LobsterTwo/lobsterTwo/lobster-two-v13-latin-regular.eot");
}*/

html
{
    scroll-behavior: smooth;
}

body
{
    padding:0;
    margin:0;
    font-family:GothamRounded;
    line-height:1.4;
    color:#006074;
}

a
{
    color:#337ab7;
    text-decoration:none;
}

.centerTitle
{
    text-align:center;
    max-width:1000px;
    margin:auto;
	overflow:hidden;
	position:relative;
}

h2
{
	position:relative;
    text-align:center;
    display:inline-block;
    margin:auto;
    padding:16px 32px;
    font-family:Lobster;
    font-size:48px;
    padding:8px 16px;
    margin-bottom:16px;
}

.centerTitle h2::before
{
	content:'';
	position:absolute;
	left: 50%;
	top:0;
	display:block;
	height:100%;
	width:calc(50vw - 50%);
	transform:translateX(-50vw);
	background-repeat: repeat-x;
    background-image: url("/css/pattern-titre.svg");
    background-position-y:center;
}

.centerTitle h2::after
{
	content:'';
	position:absolute;
	right: 50%;
	top:0;
	display:block;
	height:100%;
	width:calc(50vw - 50%);
	transform:translateX(50vw);
	background-repeat: repeat-x;
    background-image: url("/css/pattern-titre.svg");
    background-position-y:center;
}

/*h2::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    height: 9px;
    width:100%;
    
}*/

/*h2::after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    height: 9px;
    width: calc(50% - 50%);
    background-repeat: repeat-x;
    background-image: url(/css/pattern-titre.svg);
}*/

/*h2::before
{
    transform: translate(-100%, -50%);
}*/

/*h2::after
{
    transform: translate(100%, -50%);
}*/

#header
{
	border-bottom:#CBE6DD 1px solid;
}

#headerContent
{
    width:100%;
    max-width:1170px;
    margin:auto;
    padding:16px 0;
	
}

.headerBottom
{
    
}

.headerBottomContent
{
    max-width:1170px;
    margin:auto;
    padding:10px 10px;
}

.headerBottomContent img
{
    vertical-align:middle;
    margin-right:8px;
}

.headerButton
{
    display:inline-block;
    background-color:#006074;
    color:#fff;
    font-size:11px;
    padding:7px 15px;
    border-radius:17px;
    margin-right:8px;
    font-weight:bold;
}

#logo
{
    width:100%;
    max-width:150px;
    float:left;
    margin-left: 10px;
}

#logo img
{
    width:100%;
}

.search
{
    margin-top:24px;
    float:right;
    display:none;
}

.homeIcons
{
    text-align:center;
    width:100%;
    max-width:992px;
    margin:32px auto;
}

.homeIcon
{
	vertical-align:top;
    display:inline-block;
    padding:32px 1%;
    width:22.5%;
    max-width:240px;
    font-weight:bold;
}

.homeIcon img
{
    padding-bottom:32px;
}

.discoverButton
{
    background-color:#73a8b3;
    color:#fff;
    padding:20px 38px;
    border-radius:50px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    margin:auto;
}

.discoverButton a
{
    color:#fff;
}

.homeBackground
{
    min-height:400px;
    padding-bottom:64px;
    background:linear-gradient(to bottom, #fff 60%, #CBE6DD);
}

.homeInfoblock
{
    margin:48px auto;
    width:100%;
    max-width:992px;
}

.ibImageLeft .leftSide
{
    width:57%;
    padding-right:3%;
    float:left;
}

.ibImage img
{
    width:100%;
}

.ibImageLeft .rightSide
{
    width:40%;
    float:left;
}

.ibText
{
    padding:20px 0;
}

.ibTitle
{
    text-align:center;
    margin-top:16px;
    font-weight:bold;
}

.ibButton
{
    text-align:center;
}

.ibImageRight .rightSide
{
    width:57%;
    padding-right:3%;
    float:right;
}

.ibImageRight .leftSide
{
    width:40%;
    float:left;
}

.ibSubTitle
{
    margin-bottom:48px;
}

#footer
{
    background-color:#006074;
    position:relative;
    color:#fff;
}

.footerContent
{
    width:100%;
    max-width:1080px;
    margin:auto;
    position:relative;
}

.footerImage
{
    position:absolute;
    top:-136px;
}

.footerLogo
{
    padding-top:120px;
    margin-bottom:48px;
    margin-left:3%;
    max-width:200px;
}

.footerLogo img
{
    width:100%;
}

.footerMenu span
{
    line-height:1.8;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.footerMenu a
{
    color:#fff;
}

.footerCol
{
	padding-left:3%;
}

.footerCol strong
{
    display:block;
    padding-bottom:12px;
}

.footerCol img
{
	width:32px;
	vertical-align:middle;
	margin-right:8px;
}

.footerBottomText
{
    padding:48px 3%;
}

.footerCookieSettings
{
	text-align:right;
}

.footerBottom
{
	font-size:14px;
	margin-top:48px;
	display:flex;
	justify-content:space-between;
}

.footerBottom a
{
	color:#fff;
}

.footerBottom div
{
	cursor:pointer;
}

#backToTop
{
    position:fixed;
    bottom:32px;
    right:16px;
    width:64px;
    height:64px;
    opacity:0;
    display:none;
    transition:all 0.5s;
    z-index:1000;
}

#backToTop img
{
    width:100%;
}

.pageContent
{
    width:100%;
    max-width:992px;
    margin:auto;
}

.reviewItem
{
    margin:48px 0;
}

.reviewImage
{
    float:left;
    width:25%;
    padding-right:3%;
    text-align:center;
    position:relative;
    z-index:10;
    font-family:Lobster;
    font-size:18px;
}

.reviewImage img
{
    width:100%;
}

.reviewImage::before
{
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background-color: #d9ede7;
    transform: translateX(-50%) translateY(-50%) rotate(10deg);
    transform-origin: 50%;
}

.reviewText
{
    width:72%;
    float:left;
}

.reviewName
{
    font-weight:bold;
    padding-bottom:16px;
}

.reviewDate
{
    padding-bottom:16px;
}

.reviewRating
{
    height:24px;
    overflow:hidden;
    width:100px;
    background-repeat:no-repeat;
    background-image:url("/images/stars-rating.png");
    background-size:100px;
    margin-bottom:16px;
}

.reviewRating1
{
    background-position:0 -88px;
}

.reviewRating2
{
    background-position:0 -66px;
}

.reviewRating3
{
    background-position:0 -44px;
}

.reviewRating4
{
    background-position:0 -22px;
}

.reviewRating5
{
    background-position:0 0;
}

.pageContainer
{
    max-width:992px;
    margin:auto;
    margin-bottom:128px;
}

.pageContainer img
{
    max-width:100%;
}

.pageContainer h3
{
    font-family:Lobster;
    font-size:36px;
}

.pageContainer h4
{
    font-family:Lobster;
    font-size:28px;
}

.expertiseDescText
{
    
}

.expertiseList
{
    margin:64px 0;
    text-align:center;
}

.expertiseListItem
{
    vertical-align:top;
    display:inline-block;
    width:27%;
    padding:16px 3%;
}

.expertiseListItemImage
{
	position:relative;
	margin-top:32px;
}

/*.expertiseListItem .expertiseListItemImage::before
{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	border-radius: 12px;
	position: absolute;
	z-index: 1;
	background-color: #d9ede7;
	transform: translateX(-50%) translateY(-50%) rotate(10deg);
	transform-origin: 50%;
}*/

.expertiseListItemImage img
{
	position:relative;
    width:100%;
	border-radius:12px;
	z-index:2;
}

.expertiseListItemDate
{
    padding:16px 0 8px 0;
	text-align:center;
	position:relative;
	font-family:GothamRounded;
}

.expertiseListItemShare .expertiseListItemDate
{
    padding:16px 0;
	/*text-align:center;*/
	position:absolute;
	left:0;
	top:28px;
	font-family:GothamRounded;
	font-weight:bold;
}

.expertiseListItemTitle
{
    font-family:Lobster;
    font-size:18px;
    padding-bottom:16px;
}

.expertiseListItemAbstract
{
    font-size:14px;
	padding-bottom:12px;
}

.expertiseListItemAbstract img
{
	display:block;
	margin:auto;
	max-width:100%;
}

.expertiseListItemAbstract table
{
	width:100%;
}

.expertiseListItemAbstract table, td
{
	padding:4px 8px;
	border:1px solid #006074;
	 border-collapse: collapse;
}

.expertiseListItemAbstract td p
{
	margin:0;
}

.expertiseListItemAbstract td:nth-child(2)
{
	background-color:#E5F3EE;
}

.expertiseListItemLink
{
	padding-top:4px;
}

.expertiseListItemLink a
{
	color:#777;
	
}

.expertiseListItemShare
{
	padding-top:16px;
	text-align:center;
	font-family:Lobster;
	position:relative;
}

.expertiseListItemShare .line
{
	width:92%;
	max-width:200px;
	border-top:1px solid #006074;
	margin:16px auto 20px auto;
	
}

.shareIcon span
{
	padding:4px;
}

.productListItemTitle
{
    font-family:Lobster;
    font-size:18px;
    font-weight:bold;
    padding-bottom:4px;
}

.productListItemButton
{
    border-radius:32px;
    padding:8px 20px;
    margin:8px;
    border:2px solid #006074;
    display:inline-block;
    color:#006074;
    text-decoration:none;
}

.cleaner
{
    clear:both;
}