﻿/*Elements communs*/
.header-upper {    
    background-color: #212529;
}

.header-lower {
	border-bottom: 1px solid #212529;
    background-color: #212529;
}


.search-box .search-box-button:after {
    color: white;
}

.footer{
	background-color: #212529;
	color: #fff;
}

.footer-lower{
	background-color: #000;
	color: #fff;
}

.footer-texts .footer-powered-by a{
	color: #aaa;
}

/*Homepage*/
.home-page .topic-block{
	/* background-image: url(../img/bg-header.jpg); */
	/*background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-position: top center;
	color: #fff;
	background-clip: content-box;*/
    position: relative;
}

.home-page .topic-block::before{
	background-image: url(../img/bg-header.jpg);	
	background-position: 50% 32%;
	height: 300px;
}

.home-page .topic-block .wrapper{
	background: transparent;
	color: #fff;
}

.product-grid .title, .topic-block .title, .home-page .title {
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 70px;
	font-weight: 700;
	/* line-height: 70px; */
	margin-bottom: 60px;
	text-align: left;
	text-transform: uppercase!important;
	width: 70%;
	-webkit-text-stroke: 2px black;
}

@import"fontawesome-free/css/all.min.css";


body {
    overflow-x: hidden;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

section h2.section-heading {
    color: black;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.h4, h4 {
    font-size: 1.5rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.text-justify {
    text-align: justify!important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

header.masthead {
    text-align: left;
    color: #fff;
    background-image: url(../img/bg-header.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 115px;
    padding-bottom: 60px;
}

@media (min-width: 768px){
	header.masthead .intro-text {
		padding-top: 295px;
		padding-bottom: 185px;
	}
}

.text-muted {
    color: #6c757d!important;
}

.service-heading {
	margin-top: 25px;
    margin-bottom: 10px;
    text-transform: none;
	color: initial;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    line-height: 1.75;
}



.text-center {
    text-align: center!important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-primary {
    color: #0074d9 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

header.masthead .intro-text .intro-heading {
    font-size: 2.1em;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.btn {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
}

.text-dark {
    color: #343a40!important;
}

.btn-primary {
    background-color: #0074d9;
    border-color: #0074d9;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.h3, h3 {
    font-size: 1.75rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-block {
    display: block!important;
}

img {
    vertical-align: middle;
    border-style: none;
}

.rounded-circle {
    border-radius: 50%!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}

a.imgOpacity {
    opacity: .9;
}

.text-danger {
    color: #dc3545!important;
}

section {
    padding: 50px 0;
}

section#contact {
    background-color: #212529;
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
	width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(select-arrow.png) no-repeat right .75rem center/8px 10px;
    /*background: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;*/
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.font-weight-bold {
    font-weight: 700!important;
}

.text-success {
    color: #28a745!important;
}

section#contact .form-group input.form-control, section#contact .form-group select {
    height: auto;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group select {
    font-size: 1.1rem;
    padding: 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(select-arrow.png);
    background-position: calc(100% - 30px) calc(50% + 0.2em);
    background-size: 22px 12px;
}

.form-group {
    margin-bottom: 1rem;
}

section#contact .form-group {
    margin-bottom: 25px;
}

textarea {
    overflow: auto;
    resize: vertical;
}

textarea.form-control {
    height: auto;
}



.bg-white {
    background-color: #fff!important;
}

.rounded {
    border-radius: .25rem!important;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.text-left {
    text-align: left!important;
}

section#contact #map {
    height: 320px;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.fa:before, .fa:after, .fas:before, .fas:after {
    font-weight: 900;
	font-family: "Font Awesome 5 Free"
}

#ph-title.page-title{
	display: none;
}

.fa-stack-1x {
    font-size: 1.3em;
    left: 9px;
    top: 9px;
}

.fa-stack-2x {
    font-size: 2.5em;
}

.contact-page .topic-block {
    margin: 0 0 0px;
}

.fa-stack-1xs {
    position: absolute;
    font-size: 1.3em;
    left: 15px;
    top: 15px;
}

@media (min-width: 576px)
{
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px){
	/* section#accueil { */
		/* padding-top: 100px; */
	/* } */
	
	section {
		padding: 68px 0;
	}
	
	header.masthead .intro-text .intro-heading {
		font-size: 70px;
		font-weight: 700;
		line-height: 70px;
		margin-bottom: 50px;
		font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.container {
		max-width: 720px;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 992px)
{
	/* section#accueil { */
		/* padding-top: 200px; */
	/* } */
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px){
	/* section#accueil { */
		/* padding-top: 350px; */
	/* } */
	
	.wrapper {
		content: " ";
		clear: both;
		display: block;
	}
	
	.rigthXL {
		display: inline-block;
		transform: translate(85px, -25px);
	}
	
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1261px)
{
	.header-upper a{
		color: #FFFFFF;
	}

	.header-lower a{
		color: #FFFFFF;
	}

	.header-menu {
		margin: auto 0;
		padding: 0;
	}
	
	.header-lower {
		padding: 1% 2%;
	}
	
	.home-page-body .master-wrapper-content {
		width: 100%;
		margin: 0;
	}
	
	.home-page .topic-block {
		margin-top: 0 !important;
		padding: 0;
	}
	
	.home-page .topic-block:before {
		background-color: initial;
	}
	
	.side-2 .nopAjaxFilters7Spikes ~ input + .block {
		margin-top: 44px;
		border-top: 1px solid #eee;
		padding-top: 25px;
	}
}

/* @media (min-width: 1361px) */
/* { */
	/* section#accueil { */
		/* padding-top: 520px; */
	/* } */
/* } */

/* @media (min-width: 1661px) */
/* { */
	/* section#accueil { */
		/* padding-top: 600px; */
	/* } */
/* } */

/* @media (min-width: 1841px) */
/* { */
	/* section#accueil { */
		/* padding-top: 720px; */
	/* } */
/* } */