.close_link
{
	position: absolute;
	right: 5px;
	top: 5px;
}
.modal_container 
{
	position: fixed;
	width: 250px;
	height: auto;
	opacity: 1;
	z-index: 5555;
	bottom: 0;
	right: 0;
}  
.modal-backdrop
{
	opacity:0 !important;
}
.modal-footer, .modal-header, .modal-body
{
	display:block;
	position: relative;
}
.modal-title
{
	text-transform: uppercase;
	color: #a60000;
}
.modal-txt
{

	color: #a60000;
}
.btnsubmit input
{
	color:white;
	background:#a60000;
}
.btnsubmit input:hover, .btnsubmit input:focus {
	color:white;
}
.modal-lg {
    width: 250px;
}

.search_inline_form, .search_inline_form1  
{
    position: relative;
    width: 100%;
    max-width: 350px;
    float: right;
    display: inline-block;
}

.big-title
{
	line-height: 40px;
	display: inline-block;
    width: 100%;
    max-width: 600px;
}

.box_scroll
{
	display:none;
	left: 53px!important;
	width: 235px!important;
    text-align: left;
}

.search_inline_form input, .search_inline_form1 input
{
	display: inline-block;
    vertical-align: middle;
	max-width: none!important;
}

#rappel_immediat
{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
    float: right;
}

.navbar-brand 
{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    position: relative;
    left: 0px;
}

.p_recall
{
	font-weight: 800;
    font-size: 15px;
    line-height: 35px;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus
{
	background: #ffa801;
    color: white;
    height: 49px;
}

.input-form
{
	display: inline-block;
    padding: 15px;
    background: #f3f3f3;
    border: none;
    width: 100%;
	max-width: 160px;
}

.alert-green
{
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    max-width: 300px;
    float: right;
}

@media (max-width:600px){
	
	.modal_container 
	{
		width: 270px;
		min-height: 60px;
	}
	
	.search_inline_form1 
	{
		position: relative;
		margin: 20px auto;
		margin-top: 110px;
	}	
	
	.search_inline_form 
	{
		position: relative;
		margin: 20px auto;
		margin-top: 20px;
	}
	
	.box_scroll {
		left: 0!important;
		width: 100%!important;
		text-align: left;
	}
	
	.top-phone-center
	{
		display: none;
	}
	
	.parallax-section.parallax, .slider-section
	{
		margin-top: 90px;
	}
	
	.navbar
	{
		position: unset;
	}
	
	.input-form
	{
		max-width: 160px;
	}
	
	.carousel 
	{
		display:none;
	}
	
	nav .navbar-brand
	{
		display:none;
	}
	.navbar
	{
		position: unset;
		display: block;
	}
	
	#top-bar 
	{
		display: block;
	}
}
@media (max-width:576px) {	
	.big-title,
	.big-title a {
	font-size:18px;
	}
	.big-title a {
	display:block;
	}
	.big-title {
	line-height: 30px;
	}	
	.bgtophome {
    margin-top: 220px;
	}
	.bgtophome1 {
    margin-top: 220px;
	}
	.parallax-section.parallax, .slider-section {
	margin-top: 250px;
	}	
	.parallax-section .parallax-content {
	padding: 30px 0 20px;
	}
	.breadcrumb .breadcrumb-item, 
	.breadcrumb .breadcrumb-item a, 
	.breadcrumb .breadcrumb-item a:visited, 
	.breadcrumb .breadcrumb-item.active, 
	.breadcrumb-item + .breadcrumb-item::before {
	font-size: 14px;
	font-weight: 400;
	}
	.parallax-section .parallax-content h1 {
	margin-bottom: 5px;
	}
	.breadcrumb {
	padding: 0 .5rem;
	}	
}

@media (max-width:576px) {
	.p_legal {
    font-size: 0.90rem;
	font-weight: 500;
	line-height:1;
	}
	.p_recall {
    line-height: 25px;
	}
	.bgtophome {
    margin-top: 0px;
	}
}

@media (max-width:399px) {
	.p_legal {
    font-size: 0.80rem;
	}
	.p_legal {
    margin-top:15px;
	}
}

@media (max-width:320px) {
	.bgtophome {
    margin-top: 210px;
	}
}

/* LINKS BOTTOM */
.bottom-links {
	font-size: 0.7rem;
	background:rgba(0,0,0,0);
	text-indent: -9000px;
}
.bottom-links > li > a {
	font-size: 0.7rem;
	color:#fff;  
}

/*-- 22/09/2023 REASSURANCE --*/
.radius100 {
	border-radius: 100%;
}
.align-center-center {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.transition-3s {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.reassurance .container {
	background-color:#f2f2f2;
	border:1px solid #ddd;
	padding:5px 15px;
	border-radius:8px;
}
.reassurance .box-rea span.d-inline {
    border: 2px solid #ddd;
    padding: 15px;
}
.reassurance .box-rea span i {
    background: #008035;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 30px;
	padding: 0px 0;
	width: 30px;
}
.reassurance .box-rea span a {
	text-decoration:none;
}
.reassurance .box-rea .title-rea h3 a,
.reassurance .box-rea .title-rea h3 a:visited,
.reassurance .box-rea .title-rea h3 a:focus {
	font-size:14px;
	color: #000;
	text-decoration:none;
}
.reassurance .box-rea .title-rea h3 a:hover {
    color: #008035;
	background:rgba(0,0,0,0)!important;
}
.reassurance .box-rea:hover span.d-inline {
    border-color:#008035;
}
@media (max-width: 991px){
.reassurance .box-rea span.d-inline {
	border-width:4px;
	padding: 18px;
    }
    .reassurance .box-rea {
    margin-bottom: 50px;
    }
}
.breadcrumb > li.active {
margin-left: 5px;
}
.box-rea {
    font-size: 50%;
}

.faq-question {
	cursor: pointer;
	position: relative;
	padding: 15px 40px 15px 0;
	margin-bottom: 0;
}

.faq-question::after {
	content: "+";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
}

.faq-question.active::after {
	content: "-";
}

.faq-answer {
	display: none;
	padding: 10px 0 20px 0;
}

.footer-local {
	background: #111;
	color: #fff;
	padding: 50px 0 20px;
}

.footer-local h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-local p {
	color: #ddd;
	margin-bottom: 10px;
	line-height: 1.6;
}

.footer-local a {
	color: #fff;
	text-decoration: none;
}

.footer-local a:hover {
	text-decoration: underline;
}

.footer-local ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-local ul li {
	margin-bottom: 10px;
}

.footer-col {
	margin-bottom: 30px;
}

.footer-phone {
	display: inline-block;
	padding: 12px 18px;
	background: #fff;
	color: #111 !important;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 10px;
}

.footer-phone:hover {
	text-decoration: none !important;
	opacity: 0.85;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
}

.footer-local {
	background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
	color: #fff;
	padding: 70px 0 25px;
	position: relative;
	border-top: 4px solid #c4001a;
}

.footer-local::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255,255,255,0.08);
}

.footer-local h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

.footer-local h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #c4001a;
}

.footer-local p {
	color: rgba(255,255,255,0.85);
	margin-bottom: 12px;
	line-height: 1.7;
	font-size: 15px;
}

.footer-local strong {
	color: #fff;
	font-weight: 700;
}

.footer-local a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.footer-local a:hover {
	color: #ffd54a;
	text-decoration: none;
}

.footer-local ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-local ul li {
	margin-bottom: 12px;
	padding-left: 18px;
	position: relative;
}

.footer-local ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #c4001a;
	font-size: 18px;
}

.footer-col {
	margin-bottom: 35px;
}

.footer-logo {
	margin-bottom: 20px;
	max-width: 220px;
	height: auto;
	display: block;
}

.footer-phone {
	display: inline-block;
	padding: 14px 22px;
	background: #c4001a;
	color: #fff !important;
	font-weight: 700;
	border-radius: 6px;
	margin-top: 15px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.footer-phone:hover {
	background: #a80016;
	color: #fff !important;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.12);
	margin-top: 35px;
	padding-top: 25px;
	font-size: 14px;
	text-align: center;
}

.footer-bottom p {
	margin-bottom: 8px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}

@media (max-width: 768px) {
	.footer-local {
		padding: 50px 0 20px;
	}

	.footer-local h3 {
		font-size: 22px;
	}
}

.intro-local-seo {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	max-width: 900px;
	margin: 15px auto 0;
	text-align: center;
}

/* -- END --*/
