/*
Theme Name:   Bootstrap Child
Theme URI:    https://getbootstrap.com/
Author:       Bootstrap Team
Author URI:   http://example.com
Template:     bootstrap
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bootstrap
*/

BODY {
	font-family: 'Barlow Semi Condensed', sans-serif;
}

FOOTER A {
	color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	font-weight: bold;
}
FOOTER UL {
  padding-left: 0;
  list-style: none;
}

.btn-primary, .btn-outline-primary.active {
	border-color: #005DAA;
	background-color: #005DAA;
}
.btn-outline-primary {
	border-color: #005DAA;
	color: #005DAA;
}
.offerte.show {
	display: flex;
}

.offerte.show LI {
	position: relative;
	white-space: nowrap;
	width: 125px;
	font-size: 0.6em;
	text-align: center;
}

.rounded IMG {
    border-radius: var(--bs-border-radius) !important;
}

.bg-bw {
	background-image: url( img/bg-bw.png );
	background-repeat: repeat-y;
	background-position: center top;
}

.wp-block-columns.is-layout-flex, .wp-block-columns.is-layout-grid {
	gap: 4em;
}

.rounded-4 IFRAME, .rounded-4 VIDEO {
	border-radius: var(--bs-border-radius-xl);
}
.card-footer {
	border-top: 0;
	background-color: transparent;
}
.cat-cover .slider-film-info {
	text-align: center;
}
.cat-cover A {
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--bs-btn-color);
}

@media screen AND ( max-width: 781px ) {
	.bg-bw-2col .text-light{
		background-color: #000000;
	}
	.bg-bw-2col .container-xl.py-5 {
		padding: 0 ! important;
	}
	.bg-bw-2col .wp-block-column {
		padding: 25px;
	}
	.bg-bw-2col .wp-block-columns {
		margin-bottom: 0;
		row-gap: 0;
	}
	.bg-bw-2col .wp-block-social-links {
		margin-bottom: 0;
		justify-content: center ! important;
	}
	.bg-bw-half {
		background-image: url( img/bg-half.png );
		background-repeat: repeat-x;
		background-position: right center;
	}
	.archive.card {
		border-radius: 0 ! important;
	}
}
@media screen AND ( min-width: 782px ) {
	.bg-bw-2col {
		background-image: url( img/bg-bw.png );
		background-repeat: repeat-y;
		background-position: center top;
	}
}

@media screen AND ( max-width: 1200px ) {
	MAIN .border {
		border-left-width: 0 ! important;
		border-right-width: 0 ! important;
	}
	MAIN .rounded-4 {
		border-radius: 0 ! important;
	}
}

#nav-menu-item-89::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f5e4";
}

#nav-menu-item-91::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f0d1";
}

#nav-menu-item-90::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f21c";
}

#front_video {
	min-height: 500px;
	max-height: 800px;
}

.main-menu-item {
	padding-right: 10px;
}

.main-menu-link {
	position: relative;
}

.main-menu-link::after {
	bottom: 0;
	border: 0 ! important;
	background-color: #005DAA;
	content: "";
	left: 0;
	height: 2px;
	opacity: 0;
	position: absolute;
	transform: translateY(-15px);
	transition: all 0.25s ease-out;
	width: 100%;
}

.main-menu-link:hover::after {
	transform: translateY(0);
	opacity: 1;
}

.preventivo {
	border: 10px solid #005DAA;
	font-size: 14px;
	
}

.text-secondary.text-opacity-50 {
	transition: all 0.25s ease-out;
}
.text-secondary.text-opacity-50:hover {
	color: #005DAA ! important;
}

.callout-top, .callout-btm {
	border: 3px solid #005DAA;
}

.carousel-indicators [data-bs-target] {
	background-color: #005DAA;
}

.box1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-shadow: 1px 1px 3px #000000;
}

.box2 {
	background-color: #EFEFEF;
	display: block;
	color: #171717;
	height: 100%;
	padding: 30px;
	text-align: center;
}

.box2 A {
	color: #000000;
}

.box3 {
	background-color: #005DAA;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 30px;
	text-align: center;
	position: relative;
}
.box3 .box-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.square {
	aspect-ratio: 1;
	background-color: #cccccc;
	color: #171717;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s ease-out;
}

.square:hover {
	background-color: #005DAA;
	color: #FFFFFF;
}

.square .square-img {
}

.square .square-img IMG {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: all 0.25s ease-out;
}

.square:hover .square-img IMG {
	opacity: .5;
}
.square .square-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.square .square-footer {
	position: absolute;
	color: #FFFFFF;
	left: 50%;
	bottom: 25px;
	opacity: 0;
	transform: translate(-50%, 50%);
	transition: all 0.25s ease-out;
}

.square:hover .square-footer {
	opacity: 1;
	transform: translate(-50%, 0);
}

.bsc-icon {
}
.bsc-icon::before {
	width: 20px;
	height: 20px;
}

.admin-bar .offcanvas {
	margin-top : 46px;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}

@media screen AND ( max-width: 767px ) {
	.footer-area .is-content-justification-right, .footer-area .is-content-justification-left {
		justify-content: center ! important;
	}
}