.line{
	width:100%;
	position:relative;
}
.line{
	content: "";
	display: table;
	clear: both;
}
/*.line:after{
	content: "";
	display: table;
	clear: both;
}*/
.line.mt{
	margin-top:60px;
}
.line.mb{
	margin-bottom:60px;
}
.linepad{
	padding-top:60px;
	padding-bottom:60px;
	overflow:hidden;
}
#header .line{
	margin-bottom:0px;
}
.line .row{
	display:flex;
	flex-wrap:wrap;
}
.box{
	position:relative;
}
.box .carte{
	position:relative;
	overflow:hidden;
}
.box .carte .bg{
	width:100%;
	height:100%;
	object-fit: cover;
}
.owl-slider{
	height:100%;
	overflow:hidden;
}
.owl-slider .owl-stage-outer{
	height:100%;
}
.owl-slider .owl-stage-outer .owl-stage{
	height:100%;
}
.owl-slider .owl-stage-outer .owl-stage .owl-item{
	height:100%;
}
.owl-slider .owl-nav{
	position: static;
	margin-top: 0px !important;
	width: 100%;
	height: 100%;
}
.owl-slider .owl-nav button.owl-next,
.owl-slider .owl-nav button.owl-prev{
	position:absolute;
	top:calc(50% - 20px);
	margin: 0px;
	width:40px;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-slider .owl-nav button.owl-prev{
	left:0px;
}
.owl-slider .owl-nav button.owl-next{
	right:0px;
}
.owl-slider .owl-nav button.owl-next:hover,
.owl-slider .owl-nav button.owl-prev:hover{
	background-color:inherit;
	opacity:0.7;
}
.owl-slider .owl-nav button.owl-next svg,
.owl-slider .owl-nav button.owl-prev svg{
	fill:#FFFFFF;
}
.owl-slider .owl-dots{
	position:absolute;
	bottom:10px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-slider .owl-dots .owl-dot.active span,
.owl-slider .owl-dots .owl-dot:hover span {
	background-color:#FFFFFF !important;
}
.owl-slider .owl-dots .owl-dot span{
	background-color:#000000 !important;
}
.owl-slider img{
	position:relative;
}
/*.owl-slider .owl-stage{
	display:flex;
}*/
.owl-slider .owl-item img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.owl-products .owl-nav{
	position: static;
	margin-top: 0px !important;
	width: 100%;
	height: 100%;
}
.owl-products .owl-nav button.owl-next,
.owl-products .owl-nav button.owl-prev{
	position:absolute;
	top:calc(50% - 60px);
	margin: 0px;
	width:40px;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-products .owl-nav button.owl-prev{
	left:10px;
}
.owl-products .owl-nav button.owl-next{
	right:10px;
}
.owl-products .owl-nav button.owl-next:hover,
.owl-products .owl-nav button.owl-prev:hover{
	background-color:inherit;
	opacity:0.7;
}
.owl-products .thumbnail-container{
	margin-bottom:0px;
	width:100%;
}
.owl-products .owl-dots{
	margin-top:20px;
	height:20px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide{
	width:100%;
	height:100%;
}
.slide a{
	display:block;
	height:100%;
}
.box .txt{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	padding:60px;
	display:flex;
	flex-direction: column;
}
.txt-tl{
	justify-content: start;
	align-items: start;
	text-align:left;
}
.txt-tc{
	justify-content: start;
	align-items: center;
	text-align:center;
}
.txt-tr{
	justify-content: start;
	align-items: end;
	text-align:right;
}
.txt-cl{
	justify-content: center;
	align-items: start;
	text-align:left;
}
.txt-cc{
	justify-content: center;
	align-items: center;
	text-align:center;
}
.txt-cr{
	justify-content: center;
	align-items: end;
	text-align:right;
}
.txt-bl{
	justify-content: end;
	align-items: start;
	text-align:left;
}
.txt-bc{
	justify-content: end;
	align-items: center;
	text-align:center;
}
.txt-br{
	justify-content: end;
	align-items: end;
	text-align:right;
}
.box a{
	color:#000000;
}
.carte figcaption{
	height:100%;
	display:flex;
	flex-direction:column;
}
.box p{
	margin-bottom:0px;
}
.box .txt p{
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	line-height:20px;
}
.box ul{
	margin-bottom:0px;
}
.reinssurance .name{
	color:#000000;
	text-transform:uppercase;
	font-weight:600;
	margin:5px 0px;
}
/*
.box .links{
	border-top:solid #000000 1px;
}
.box .links li a{
	color: #000000;
	height:44px;
	border-bottom:solid #FFFFFF 1px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	text-transform:uppercase;
}
*/
.box .accordion{
	border-bottom:solid #000000 1px;
}
.box .accordion .ask{
	cursor:pointer;
	height:50px;
	border-top:solid #000000 1px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	text-transform:uppercase;
}
.box .accordion .answer{
	display:none;
	padding:45px 60px 60px 60px;
	text-align: justify;
	line-height:30px;
}
.box .accordion .open .answer{
	display:block;
}
.box .txt .btn{
	margin-top:20px;
}
.box figure{
	width:100%;
	height:100%;
	margin-bottom:0px;
	overflow:hidden;
}
.box .cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.7s ease 0s;
}
.box a:hover .cover{
	transform: scale(1.05);
}
.line img.bg{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

}
.reinssurance{
	display:flex;
	justify-content: space-between;
}
.reinssurance .item{
	display:flex;
	max-width:25%;
	flex-direction: column;
	text-align:center;
}
.reinssurance .item .ico{
	font-size:50px;
	display:flex;
	justify-content: center;
  	align-items: center;
}
.scrollblocs.owl-carousel .owl-item {
	height:160px;
	display:flex;
	align-items:center;
}
/*
.box .reviews{
	display:flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: stretch;
}
*/
/*
.box .reviews .review{
	flex: 1 1 calc(50% - 30px);
	margin-bottom:0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}*/
.box .reviews .review .description{
    line-height:24px;
	width: 100%;
	margin: 0px;
    background-color:#FFFFFF;
    border: solid #948b88 2px;
    border-radius:50px;
    padding:30px;
    max-width:530px;
    min-height:280px;
    position: relative;
}
.box .review.card{
	height:inherit;
}
.box .review .rating{
	display:flex;
	align-items: center;
	margin-bottom:15px;
}
.box .review .stars i{
	color:#fbbc04;
	font-size:18px;
}
.box .review .rating .note{
	font-size:13px;
	font-weight:600;
	margin-left:10px;
}
.box .review .author,
.box .review h3{
	font-weight:900;
    display:flex;
	justify-content: start;
	align-items: center;
	color:#17243f;
	text-transform:uppercase;
}
.box .review .author .avatar{
	color:#FFFFFF;
	width: 30px;
	height:30px;
	background-color:var(--color-marine);
	border-radius: 15px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
}
.box .reviews h4,
.box .reviews .sub{
    color:#ccbcb4;
    font-weight:700;
    margin-bottom:15px;

}
.box .reviews p,
.box .reviews .avis{
    font-style: italic;
    color:#4e3a34;
    font-weight:600;
}
.box .reviews .review{
    height: 100%;
}

.box .reviews .review:nth-last-child(-n+2){
    align-items: end;
}
/*
.box .reviews .review .description::before{
	content:"«";
	font-size: 30px;
	margin-right:15px;
	vertical-align: sub;
}
.box .reviews .review .description::after{
	content:"»";
	font-size: 30px;
	margin-left:15px;
	vertical-align: sub;
}*/
.box .owl-reviews .owl-item{
	/*height: 100% !important;*/
    display: flex;
}
.box .owl-reviews .owl-nav{
	position: absolute;
	top:calc(50% - 50px);
	margin-top:0px;
	width:100%;
}
.box .owl-reviews .owl-nav .owl-prev{
	position:absolute;
	left:-40px;
	margin:0px;
	width:40px;
	height:40px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.box .owl-reviews .owl-nav .owl-next{
	position:absolute;
	right:-40px;
	margin:0px;
	width:40px;
	height:40px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.box .owl-reviews .owl-dots{
	height:60px;
	line-height:60px;
	margin-top:20px;
}

.tile figure{
    border-radius: 40px;
    box-shadow: 2px 2px 14px #eaeaea;
}
.box.card figure{
    padding:30px 30px 40px 30px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #eaeaea;
}
.box.card figure h2{
    font-weight:900;
    font-size: 22px;
}
.box.card p{
    font-weight:500;
    font-size: 18px;
    line-height: 26px;
}
.box.card p span{
    font-weight:700;
}
.page-cms .text h2{
    max-width:inherit;
}