ul.tabs{
	list-style: none;
	display: flow-root;
	padding: 0;
	margin: 0;
}
ul.tabs li{
	background: none;
	color: #104e9c;
	display: flex;
	cursor: pointer;
	transition:all .3s;
	position: relative;
	line-height: initial;
	font-size: 20px;
	margin: 45px 0;
	text-transform: uppercase;
	font-weight: 700;
}
ul.tabs li.current{
	color: #da2f29;
}
ul.tabs li:hover{
color: #b70909;	
}
.tab-content{-webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;position: absolute;z-index: -3;}
.tab-content.current{
	opacity: 1;
	float: left;
	z-index: 9;
	width: 100%;
	position: relative;
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 0.7s;
}
.margin-tabs{margin-top: 45px;}
.flex-bloc1 {display: flex;flex-wrap: wrap;}
.left-bloc1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0f4d9a url(/Files/App_002/Images/logo-rapel-bloc1.png) center no-repeat;
}
.tab-menu-bloc1 {
    background: #fff;
    padding: 35px 20px;
    position: relative;
    left: 1px;
    padding-left: 30px;
}
.container-txt-bloc1 {
    color: #fff;
    padding-right: 15%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.l1-titre-bloc1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: italic;
}
.l2-titre-bloc1 {
    font-weight: 700;
    font-size: 75px;
    color: #f6c80f;
    letter-spacing: 1px;
}
.bg-1-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-1.jpg) center no-repeat;
    background-size: cover;
}
.bg-2-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-2.jpg) center no-repeat;
    background-size: cover;
}
.bg-3-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-3.jpg) center no-repeat;
    background-size: cover;
}
.bg-4-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-4.jpg) center no-repeat;
    background-size: cover;
}
.bg-5-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-7.jpg) center no-repeat;
    background-size: cover;
}
.bg-6-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-6.jpg) center no-repeat;
    background-size: cover;
}
.bg-7-bloc1 {
    height: 450px;
    background: url(/Files/App_002/Images/bloc1-5.jpg) center no-repeat;
    background-size: cover;
}
.right-bloc1 {
}
.btn-bloc1 {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none !important;

}
.btn-bloc1:hover:before{
	color: #da2f29 !important;
	margin-right:5px;
}
.box-btn-bloc1 {
    margin-top: 15px;
}
.btn-bloc1:before{
	content:'>';
	border:1px solid;
	display:inline-flex;
	width: 35px;
	height: 35px;
	justify-content:center;
	align-items:center;
	line-height:initial;
	border-radius:50%;
	font-size: 20px;
	margin-right:10px;
	transition:all .3s;
}
@media screen and (max-width: 1600px) {
.bg-1-bloc1,.bg-1-bloc2,.bg-1-bloc3,.bg-1-bloc4,.bg-1-bloc5,.bg-1-bloc6,.bg-1-bloc7 {
    height: 350px;
}
}
@media screen and (max-width: 1440px) {
ul.tabs li{
	font-size: 17px;
}
.tab-menu-bloc1 {
    padding: 5px 10px;
}
}
@media screen and (max-width: 1366px) {
.l2-titre-bloc1 {
    font-size: 60px;
}
.l1-titre-bloc1 {
	font-size: 14px;
}
.bg-1-bloc1,.bg-1-bloc2,.bg-1-bloc3,.bg-1-bloc4,.bg-1-bloc5,.bg-1-bloc6,.bg-1-bloc7 {
	font-size: 14px;
	margin-top: -22px;
}
}
@media screen and (max-width: 1280px) {
ul.tabs li{
	font-size: 13px;
	margin: 35px 0;
}
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
.l2-titre-bloc1 {
    font-size: 50px;
}
.l1-titre-bloc1 {
	font-size: 13px;
}
.text-bloc1 {font-size:14px}
.btn-bloc1 {
	font-size: 13px;
}
.bg-1-bloc1,.bg-1-bloc2,.bg-1-bloc3,.bg-1-bloc4,.bg-1-bloc5,.bg-1-bloc6,.bg-1-bloc7 {
    height: 280px;
}
}
@media screen and (max-width: 991px) {
.tab-menu-bloc1 {
	width:100%;
	padding: 35px 10px;
	left: 0px;
}
.left-bloc1 {
    padding-bottom: 0;
    background: #0f4d9a url(/Files/App_002/Images/logo-rapel-bloc1.png) top 50px center no-repeat;
    background-size: 320px;
}
ul.tabs{
	display:flex;
	flex-wrap:wrap;
}
ul.tabs li{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
	align-items:center;
	margin: 5px 0;
	font-size: 17px;
}
.container-txt-bloc1 {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.text-left-bloc1 {width:100%;display: flex;justify-content: center;align-items: center;padding-bottom: 100px;padding-top: 90px;}
.bg-1-bloc1,.bg-1-bloc2,.bg-1-bloc3,.bg-1-bloc4,.bg-1-bloc5,.bg-1-bloc6,.bg-1-bloc7 {
 display:none;
}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {

}