@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height:35px;
	font-weight: normal;
}
a{
    color: #000000; 
}
h1 , h2 , h3 , h4 , h5{
font-family: 'Arimo', sans-serif;
}
::-moz-selection {
	background: #0e4f91;
	color: #fff;
}
::selection {
	background: #0e4f91;
	color: #fff;
}
.main-navbar {
    padding: 15px 0;
    display: block;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
}
a, a:hover{
	text-decoration: none;
}
.main-navbar .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: .5rem 15px;
}

.main-slider .carousel-caption {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
    z-index: 0;
}
.main-slider .carousel-caption .container,
.main-slider .carousel-caption .row {
	height: 100%;
}
.main-slider .carousel-caption h1 {
    font-size: 40px;
    line-height: 50px;
}
.main-slider .carousel-caption h5 {
	font-size: 40px;
	line-height: 50px;
}
.main-slider .carousel-caption p {
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.main-slider .carousel-caption .more {
	text-decoration: none;
	color: #005c94;
	font-size: 20px;
	font-weight: normal;
}
iframe {
	width: 100%!important;
}

.about-text h3 {
    font-weight: normal;
    font-size: 40px;
}
.btn-custom {
    background: #0aaaae;
    border: 2px solid #0aaaae;
    padding: 10px 25px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0;
}
.btn-slider {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
}

.widget-about-image-text .btn-custom{
    padding: 12px 35px 7px;
    font-weight: normal;
    font-size: 14px;  
}

.collection {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bloc-title {
    font-size: 30px;
    color: #0aaaae;
    font-weight: bold;
}
.widget-collections a{
    float: none;
    margin: 0 auto;
    display: block;
}
.post-description span{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.post-description .post-d {
    font-size: 40px;
    padding: 0 10px 0 0;
}
.post-my {
    padding-right: 20px;
    border-right: 1px solid #c1c1c1;
    margin-right: 15px;
}
.post-dmy {
    float: left;
}
.post-dmy span {
    display: inline-block;
    vertical-align: middle;
}
.post-description {
    display: flex;
}
.widget-text-banner-background{
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.parallax .widget-text-banner-background {
    background-attachment: fixed;
}
.widget-text-banner-background h3 {
    font-family: 'Arimo', sans-serif;
    color: #0aaaae;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.widget-text-banner-background p{
    color: #fff;
    font-size: 16px;
}
.contact-bloc p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.contact-bloc .contact-info {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #5a5858;
}
.contact-bloc textarea {
    min-height: 130px;
}
.footer-bloc {
    background: #191919;
}
.footer-menu a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c9c9c9;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c9c9c9;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c9c9c9;
}


#footer-menu {
    color: #fff;
}
.post-image img {
    width: 100%;
}
.footer-menu .menu-icons{
    font-size: 0
}
.footer-menu .menu-icons a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: white;
    color: #000;
    border-radius: 50%;
    padding: 0 !important;
    line-height: unset !important;
}
.footer-menu .menu-icons a  i{
    font-size: 14px;
    line-height: 25px; 
}
footer a:hover {
    text-decoration: none;
}
footer a {
    text-decoration: none;
}
.navbar-light .navbar-toggler {
	border: none;
	outline: 0;
}
span.post-title {
    letter-spacing: 1px;
}
.form-control {
    color: #000;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
}
.opptn {
    color: #7b7a7a;
}
.opptn a {
    color: #000000;
}
/**************** page interne *****************/
.page-title{
    position: absolute;
    top: 50%;
	left:0;
    transform: translateY(-50%);
}  
h5.interne-title {
    font-size: 70px;
    color: #fff;
    font-weight: normal;
}
.widget-about-text-image p {
    line-height: 35px;
	font-weight: normal;
}
.widget-list-news .post-description span {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 1px;
}
.widget-list-news .post-description .post-d {
    font-size: 40px;
    padding: 0 10px 0 0;
}
.widget-list-news .post-my {
    padding-right: 20px;
    border-right: 1px solid #c1c1c1;
    margin-right: 10px;
}
.widget-list-news .post-image {
    background: #ffefb9;
    position: relative;
    left: 10px;
}
.widget-list-news .img-fluid {
    position: relative;
    top: 30px;
    right: 30px;
}

.widget-list-news .post-image-left{
	background: #ffefb9;
    position: relative;
    right:40px;
}

.widget-list-news .img-fluid-left {
    position: relative;
    top: 30px;
    left: 30px;
}
.widget-list-news .post {
    margin-left: 30px;
}
.widget-list-news .post-right {
    margin-left: 10px;
}
p.post-text span {
    font-weight: normal;
}
.widget-list-news span.post-title {
    letter-spacing: 1px;
}
h3.service-title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%) !important;
    display:none;
}
.service:hover h3.service-title {
	display:block;
	z-index:9;
}
.service:after {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100%;
	height: 1px;
	background: #0000008f;
	content: "";
	opacity: 0;
}
.service:hover:after {
	height: 100%;
	opacity: 1;
}
.service {
    height: 400px;
    width: 100%;
    position: relative;
    top: -48.5%;
}
.mention-leg h3 {
    font-weight: normal;
}
.about-text span {
    font-weight: normal;
}
img.img-fluid-left {
    height: auto;
    max-width: 100%;
}

 .services-text {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    
}  
.services-text p {
    margin-bottom: 0;
    font-weight: normal;
    color: #5a5858;
}
.services-text h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.carousel-control-next, .carousel-control-prev{
	opacity:1;
}
.carousel-control-prev-icon , .carousel-control-next-icon {
    background-image: unset;
}
.carousel-control-prev-icon i , .carousel-control-next-icon i{
    color: white;
    font-size: 25px;
}
.widget-text-banner-background .team_name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.widget-text-banner-background .carousel-item img {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    border: 5px solid #fff;
}
.widget-text-banner-background .carousel-control-next {
    right: 15%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: white;
    color: #000;
    border-radius: 50%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.widget-text-banner-background .carousel-control-prev {
    left: 15%;
    width: 25px;
    height: 25px;
    line-height: unset;
    background: white;
    color: #000;
    border-radius: 50%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.widget-text-banner-background .carousel-control-prev i, .widget-text-banner-background .carousel-control-next i {
    font-size: 16px;
    line-height: 25px;
}
.news_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
.news_desc {
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 7px;
    color: #5a5858;
}
.lire_la_suite {
    font-size: 16px;
    color: #ffffff;
    background: #0aaaae;
    border: 1px solid #0aaaae;
    font-weight: normal;
    padding: 5px 10px;
}
.to_the_left {
    display: block;
    margin: 30px auto;
}
.service_title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.service_desc {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}

.member-desc {
    font-size: 16px;
}
.member-name {
    font-size: 20px;
    font-weight: normal;
}
.mention-leg h3 {
    font-size: 16px;
}
.mention-leg {
    font-size: 16px;
}
.actu-bloc {
    position: relative;
    min-height: 500px;
}
.actu-img-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 15px);
    height: 500px;
    overflow: hidden;
}
.actu-img-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 15px);
    height: 500px;
    overflow: hidden;
}
.actu-img-left img, .actu-img-left video, .actu-img-right img, .actu-img-right video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.actu-img-left:hover img, .actu-img-right:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.actu-date {
    font-size: 18px;
    color: #585858;
    font-weight: normal;
    margin-bottom: 10px;
}
.actu-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.actu-content {
    font-size: 18px;
    color: #585858;
    font-weight: normal;
    margin-bottom: 10px;
}
.testimonials {
    position: relative;
    padding: 20px 50px;
}
.testimonials i[data-actions="icon,color"]:first-child {
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.testimonials i[data-actions="icon,color"]:last-child {
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
}
.testimonials-name {
    font-size: 20px;
    font-weight: normal;
}
.testimonials-content {
    font-size: 18px;
    color: #585858;
    line-height: 1.5;
    margin-bottom: 10px;
}
.testimonials-date {
    font-size: 16px;
    color: #585858;
    line-height: 1.5;
    margin-bottom: 10px;
}
.testimonials:nth-child(even) span:first-child, .testimonials:nth-child(even) span:last-child {
    color: #939393;
}

.hamburger-menu #main-menu {
    position: absolute;
    background: #000000;
    right: 15px;
    top: 100%;
    min-width: 320px;
    text-align: center;
}
.section-title-pg, #main-slider .carousel-item {
    position: relative;
    padding-top: 42.85714%;
    overflow: hidden;
    height: 0;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.banner-img img,
.banner-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.carousel-indicators { 
    height: 0;
    bottom: 50px;
    z-index: 1;
}
.carousel-indicators li {
    border: none;
}
.modal {
    z-index: 99999;
}
.widget-gdpr {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: black;
    max-width: 290px;
    padding: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 99;
}
.widget-gdpr p, .widget-gdpr span {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}
.accept-gdpr span {
    background: #60b97e;
    padding: 5px 15px;
    cursor: pointer;
    float: right;
}
.widget-gdpr p a {
    color: #ffffff;
    text-decoration: underline;
}
.interne_caption {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    text-align: center;
}
.section-title-pg h1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
}
.website-wrapper .nav-tabs .nav-item {
    display: inline-block;
    border: none;
}
.website-wrapper .nav-tabs .nav-link {
    color: #000000;
    background: transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 5px;
    border-radius: 5px;
    border: none;
    /*border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    border-top: none;*/
}
.website-wrapper .nav-tabs .nav-link:focus, 
.website-wrapper .nav-tabs .nav-link:hover, 
.website-wrapper .nav-tabs .nav-item.show .nav-link, 
.website-wrapper .nav-tabs .nav-link.active {
    /*background: #d80000;
    color: #ffffff;*/
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #000000;
    text-shadow: 1px 1px 3px;
    border-bottom: 1px solid;
    border-radius: 0;

}
.modal-body {
    color: #000;
    line-height: 1.5;
}
#main-slider .carousel-control-next, #main-slider .carousel-control-prev {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    top: 50%;
    font-size: 25px;
    line-height: 40px;
    background: #0aaaae;
    color: #ffffff;
    transform: translateY(-50%);
    opacity: .7;
    padding: 0;
}
#main-slider .carousel-control-next i, #main-slider .carousel-control-prev i {
    font-size: 25px;
}
#main-slider .carousel-control-prev {
    left: 50px;
}
#main-slider .carousel-control-next {
    right: 50px;
}
#main-slider .carousel-control-next:focus, #main-slider .carousel-control-next:hover, #main-slider .carousel-control-prev:focus, #main-slider .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.serv-img {
    display: block;
    position: relative;
    height: 260px;
    overflow: hidden; 
}
.serv-img img, .serv-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.serv-img:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.news-img {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden; 
}
.news-img img, .news-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.news-img:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.garage-img {
    display: block;
    position: relative;
    height: 450px;
    overflow: hidden; 
}
.garage-img img, .garage-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.garage-img:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.img-service {
    display: block;
    position: relative;
    height: 260px;
    overflow: hidden; 
}
.img-service img, .img-service video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.img-service:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.equip-img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #fff;

}
.captcha .label--checkbox span {
    float: left;
}
.catalogue-image {
    display: block;
    position: relative;
    height: 360px;
    overflow: hidden; 
}
.catalogue-image img, .catalogue-image video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.catalogue-image:hover img {
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.navbar-expand .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0; 
    padding-right: 0;
    padding-left: 0;
    margin-right: 5px;
}
.widget-text-banner-background .carousel-item {
    padding-top: 0 !important;
}
.navbar-toggler-icon, .navbar-dark .navbar-toggler {
    outline: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("../img/close.png");
}
.modal-body .carousel-control-next, .modal-body .carousel-control-prev {
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
}
a.carousel-control-prev i,a.carousel-control-next i {
    vertical-align: baseline !important;
}
#encart_home_slide ol.carousel-indicators.d-flex {
    display: none !important;
}
footer .social.social-buttons{
    padding-top: 0;
    line-height: 1.5;
    margin-top: 6px;
}
footer .nav-link{
    padding-top: 0;
    padding-bottom: 0;
}
