body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75rem;
    font-size: 1.1rem;
    color:#1c1c1c;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
html {
	margin: 0;
	padding: 0;
}
h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    color:#1c1c1c;
    text-transform: uppercase;    
    margin-bottom: 2rem;
    font-weight: 700;
}

h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    color:#1c1c1c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3rem;
}
h2.big {
    font-size: 4rem;
    line-height: 3.5rem;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color:#1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
h3.big {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2rem;
}
h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    color:#1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul.ulcheck {
  padding: 0px;
  margin: 0 0 2rem 0;
}
ul.ulcheck li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
ul.ulcheck li::before {
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
    font-size: 1.5em;
    height:25px;
    width:25px;
    background:url("../img/commun/check.svg") no-repeat center center;
    background-size:contain;
}

ul.ulpuce {
  padding: 0px;
  margin: 0px;
}
ul.ulpuce li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 15px;
  position: relative;
}
ul.ulpuce li::before {
  content: "• ";
  display: block;
  left: 0;
  position: absolute;
  top: -4px;
  color: #d95f29;
  font-size: 1.5em;
}
a {
    text-decoration:none;
}
.colOrange {
    color:#d95f29;
}

.small {
    font-size: 0.7rem;
    line-height: 1.2rem;
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xl {
      max-width: 84% !important;
    }
}
.bkgMentionfootPN {
    background: #231f20;
}
.mentionfootPN {
    color: #fff;
    margin: 0;
    font-size: 0.7em;
    padding-bottom: 2rem;
    margin-top: -5rem;
}
.mentionfootPN a {
    color: #fff;
}
.mentionfootPN a:hover {
    color: #539347;
}
@media (max-width: 991px) {
    .mentionfootPN {
        text-align: center;
         margin-top: -2rem;
   }
}

/* COOKIES */

#politique a:hover {
	color: #000;
}
.redAlert {
	color: #d95f29;
}
#colorbox {
	z-index: 99999;
}
#cboxOverlay {
	z-index: 9999;
}
#cookies {
	position: fixed;
   background-color: rgba(0, 0, 0); /* white */
   background-color: rgba(0, 0, 0, .9); /* white with 50% opacity */
   background-color: rgba(0 0 0 / 0.9); /* CSS Colors 4 space-separated values */
	padding-top: 10px;
	box-shadow: 0px 0px 5px #c20404;
	z-index: 99999999;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	color:#000;
}
#cookiesPop {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top:50%;
    left:50%;
    padding:20px;
    max-width:600px;
    text-align: justify;
    overflow-y: auto;
    max-height: 100%;    
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
#cookiesPop h2 {
    font-size: 1.25em;
    color: #d95f29;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}
#cookiesPop label {
	margin: 7px 0px  3px 0px;
	color: #000;
}

#cookiesPop a {
	color: #d95f29;
}
.cookiesLegend {
	font-size:0.9em;
	padding-top:10px;
	margin-top: 35px;
	border-top: solid 1px #ccc;
}
.cookie-button-container {
	margin-top: 30px;
}
.cookieNo {
	background-color:#333;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
.cookieYes {
	background-color:#d95f29;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 14px 7px 12px;
	margin-right:10px;
}
#cookiesPop input[type="radio"] {
    margin-left:0px;
}
.rgpdFomrInclude {
	margin-top: 20px;
}
#popupResa .rgpdFomrInclude .radio input {
	display: inline-block;
	max-width: 10px;
	margin-right: 5px;
	margin-left: -20px;
	padding-left: 0;
	margin-top: -3px;
}
@media screen and (max-width: 599px) {
	#cookiesPop {
		position: absolute;
    	width: 93%;
		border:solid 1px #ccc;
		padding:10px;
		margin-left:0px;
	}
	.cookieNo, .cookieYes  {
		width:100%;
		margin-top:10px;
	}
}



/* SVG */

#angLogo {
    width: 500px;
    height: auto;
    z-index: 100;
    display: block;
    cursor:pointer;
    position:absolute;
    top:0px;
    left:0px;
}
#anglHeaderMob {
    display: none;
    top: 0px;
    position: absolute;
    height: 80px;
    right: 0px;
    z-index:99;
}   
#slidHorang {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}
#slidHvisu {
    background: url("../img/home/15.jpg") no-repeat left center; 
    background-size:40%;
}
#occazHbas {
    background: url("../img/home/bkg-materiel-agricole.jpg") no-repeat right center; 
    background-size:40%;
}
@media (max-width: 767px) {
    #occazHbas {
        background-size:cover;
    }
}
#occazHhaut {
    background: #fff;
}
#actuH {
    background: url("../img/home/bkg-agriculture-alpage.jpg") no-repeat left center; 
    background-size:50%;
}
@media (max-width: 767px) {
    #actuH {
        background: url("../img/home/bkg-agriculture-alpage.jpg") no-repeat -65px center;
        background-size:cover;
    }
}
#pointfortsH  {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}
#anglFooter {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 100;
}
#anglFooter2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}
#footerH #anglFooter2 {
    display: none;
}

#slidPorang {
   /* position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    width:100%;*/
}
#slidPorang1 {
    width:100%;
    height: 135px;
    margin-bottom: -1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 102;
}
#slidPorang2 {
    width:100%;
    height: 150px;
    margin-bottom: -1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 101;
}
#slidPvisu {
    width:100%;
    height: 82px;
    margin-bottom: -1px;
    background: url("../img/home/bkg-agriculture-bio-mob.jpg") no-repeat left bottom;
    background-size: 40%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 100;
}

@media (max-width: 990px) {
    #slidHvisu {
        background: url("../img/home/bkg-agriculture-bio.jpg") no-repeat left center; 
        background-size:cover;
    }
    #slidPvisu{
        background: url("../img/home/bkg-agriculture-bio.jpg") no-repeat left center; 
        background-size:cover;
    }
}

/*NAV*/

header {
    position: absolute;
    z-index: 999999;
    width: 100%;
}
header > div {
    position: relative;
}

header .nav {
    margin-top: 65px;
    margin-right: calc((100% - 84%) / 2);
    }
header > .container > .navbar {
    width: 100%;
    margin-top: 45px;
    }
header .nav-link {
    text-transform: uppercase;
    padding: .5rem 1rem .3rem 1rem;
}
header .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 0rem;
    margin-left: 1rem;
    color: #fff;
    font-size: 1.30rem;
    font-family: 'Barlow Condensed', sans-serif;
}
header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    font-weight: 600;
}

/* NAVTOP */
header .navbar-expand-xl .navTop .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 0rem;
    margin-left: 1rem;
    color: #fff;
    font-size: 1.30rem;
    font-family: 'Barlow Condensed', sans-serif;
}
header .navbar-expand-xl .navTop .nav-link:hover {
  color: rgba(255,255,255,.75);
}
header .navbar-expand-xl .navTop .nav-link.active {
    color: #fff;
    font-weight: 600;
}
header .navbar-expand-xl .navTop {
    padding-left: 0;
    position: absolute;
    top: 21px;
    right: 150px;
    display: flex;
    margin-right: calc((100% - 84%) / 2);
    z-index:5;
}
header .navbar-expand-xl .navTop li {
    list-style: none;
}
/* ---- */

header .dropdown-menu {
    background-color: #d95f29;
    border: none;
    border-radius: 0;
}
header .dropdown-item {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size:1rem;
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #d95f29;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    padding: .25rem 1.75rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background-color: #d95f29;
}
header .dropdown-item:focus, header .dropdown-item:hover {
    color: #fff;
    background-color: #ffffff14;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
#navIcons {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0px;
    top: 21px;
    z-index: 1;
    margin-right: calc((100% - 84%) / 2);
}
#navIcons li {
    list-style: none;
    display: block;
    float: right;
}
#navIcons li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.15rem 0rem 0rem 2rem;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.10rem;
    width: 100%;
}
#navIcons li a:hover {
    color: #d95f29;
}
#navIcons svg {
  font-size: 1.5rem;
}
a#btnTop {
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
#backToTop {
    border-top: 1px solid #e3e4e942 !important;
}
.navbar-dark .navbar-brand img {
      width: 223px;
}  
.navbar-brand .logoMob {
      display:none;
}    

.carousel-control-next, .carousel-control-prev {
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}    
#btnStart  {
    position: absolute;
    bottom: 4px;
    right: calc((100% - 84%) / 2);
    font-size: 2rem;
    color: #fff;
    z-index: 99999;
    padding: 1rem;
    display: block;
}    

@media (max-width: 1675px) {
    #angLogo {
        width: 400px;
    }    
}    
@media (max-width: 1549px) {
    #navIcons{
        margin-right: 50px;
        }
    header .nav {
        margin-right: 50px;
        }
    header .navbar-expand-xl .navTop {
        margin-right: 50px;
    }
    
}    
@media  (min-width:1200px ) and (max-width: 1500px ) {
    #angLogo {
        width: 400px;
    }   
    #navIcons {
        top: 88px;
    }
    header .navbar-expand-xl .navTop {
        top: 88px;
    }    
    header .nav {
        margin-top: 125px;
    }    
    #anglHeaderMob {
        display: block;
    }   
    #accrocheSlider h1 {
        top: 28%;
    }    
}    
@media  (max-width: 1199px ) {
    .navbar-dark .navbar-toggler {
        position: absolute;
        right: 35px;
        top: 77px;
        text-align:center;
        padding: 0rem;
        z-index: 999999;
        border:none;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        margin-top: 0px;
        color: #fff;
        font-size:3rem;
    }   
    .navbar {
        padding-top: 0rem;
        padding-bottom: 0rem;
        background-color: rgba(56, 58, 59);
        background-color: rgba(56, 58, 59, 0.95);
        background-color: rgba(56, 58, 59 / 0.95);
    }    
    header .nav {
        margin-top: 140px;
    }
    .navbar-toggler:focus {
      box-shadow: 0 0 0 0rem;
    }
    header .navbar-expand-xl .navbar-nav .nav-link {
      margin-left: 1.75rem;
    }   
    header .navbar-expand-xl .navTop {
        margin-right: 0px;
        position: relative;
        top: initial;
        right: initial;
        flex-direction: column;
    }
    header .navbar-expand-xl .navTop .nav-link {
        margin-left: 1.75rem;
    }   
}    


@media  (max-width: 575px ) {
    #navIcons {
        background: url("../img/svg/bkgNavIconMob.svg") no-repeat left top; 
        background-size:cover;
        z-index: 999;
        padding-left: 15px;
        padding-right: 25px;
        margin-right: 0;
        top: 0;
        padding-bottom: 3px;
    }
    .navbar-brand {
      padding-top: 0rem;
      padding-bottom: 0rem;
      display: block;
      margin-top: -3px;
    }    
    #angLogo {
        width: calc(100% - 100px);
        margin-top: 0px;
    }
    #navIcons li a {
        padding: 0.15rem 0rem 0rem 1.9rem;
    }    
}    

@media  (max-width: 450px ) {
    .navbar-brand .logoMob {
        display:block;
    }    
    .navbar-brand .logo {
        display:none;
    }       
    #angLogo {
    width: calc(100% - 25px);
    margin-top: -40px;
    }
}    
@media  (max-width: 390px ) {    
    #angLogo {
        width: calc(100% - 30px);
        margin-top: -18px;
    }
}    


/*CAROUSEL DIAPORAMA HOME*/

#myCarousel .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
#slideH  {
    position:relative;
}
#slideH .carousel-caption {
    right:inherit;
    left:inherit;
}
#slideH h2 {
    font-size: 3rem;
    text-shadow: 5px 5px 11px #0000006b;
    color:#fff;
}
#slideH h2 srong {
    font-size: 3.5rem;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 9999;
}
#angSlider {
    position: absolute;
    content: "";
    width: 100%;
    background: #d95f29;/*#d95f29;*/
    height: 80px;
    right: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    clip-path:polygon(0% 100%, 100% 0%, 100% 100%);
    z-index: 100;
}  
.separIntro {
    height:150px;
    background-color:#d95f29;
    position:relative;
}    

#angIntro {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    height: 150px;
    right: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    z-index: 100;
}    
#angIntroVisu {
    position: absolute;
    content: "";
    width: 50%;
    background:url("../img/home/15.jpg") no-repeat center center;
    background-size:cover;
    height: 150px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 100%, 0% 100%);
    z-index: 99;
}    
.separVisu2 {
    height:200px;
    background-color:#fff;
    position:relative;
    width:100%;
}    
#anglVisu2 {
    position: absolute;
    content: "";
    width: 40%;
    background:url("../img/home/10.jpg") no-repeat center center;
    background-size:cover;
    height: 200px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 29%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 29%, 0% 100%);
    z-index: 99;
}    
#anglOrange2 {
    position: absolute;
    content: "";
    width: 70%;
    background: #d95f29;
    height: 200px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 50%, 0% 100%);
    z-index: 98;
}    
#anglOrange2b {
    position: absolute;
    content: "";
    width: 100%;
    background: #f7f7f7;
    height: 200px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(100% 28%, 100% 100%, 0% 100%);
    clip-path:polygon(100% 28%, 100% 100%, 0% 100%);
    z-index: 97;
}    

.separVisu3 {
    height:200px;
    background-color:#383a3b;
    position:relative;
    width:100%;
}    
#anglVisu3 {
    position: absolute;
    content: "";
    width: 40%;
    background:url("../img/home/03.jpg") no-repeat center center;
    background-size:cover;
    height: 200px;
    right: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 29%, 100% 0%, 100% 100%);
    clip-path:polygon(0% 29%, 100% 0%, 100% 100%);
    z-index: 99;
}   
#anglOrange3 {
    position: absolute;
    content: "";
    width: 70%;
    background: #d95f29;
    height: 200px;
    right: 0px;
    top: 0px;
    -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    clip-path:polygon(100% 0%, 0% 50%, 100% 100%);
    z-index: 98;
}    
#anglOrange3b {
    position: absolute;
    content: "";
    width: 100%;
    background: #f7f7f7;
    height: 200px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
    z-index: 97;
}    


 

#accrocheSlider h1 {
    font-size: 3rem;
    color:#fff;
    position:absolute;
    top:25%;
    z-index: 9;
    text-align:right;
    right: calc((100% - 84%) / 2);
    line-height: 3rem;
    }
#accrocheSlider h1 strong {
    font-size: 5rem;
    font-weight: 800;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 4rem;
}
.carousel-control-next, .carousel-control-prev {
  width: calc((100% - 84%) / 2);
}
@media (max-width: 1549px) {
    #accrocheSlider h1 {
        right: 50px;
    }
}    

@media (max-width: 991px) {
    #slideH h2 {
      font-size: 3rem;
    }
    #slideH .carousel-caption {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    #myCarousel .carousel-item {
          height: calc(100vh - 40px);
    }
}


@media (max-width: 500px) {
    #accrocheSlider h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    #accrocheSlider h1 strong {
        font-size: 4.5rem;
        line-height: 3.5rem;
    }
}    

@media (max-width: 375px) {
    #slideH h2 {
      font-size: 2.5rem;
    }
}



/*CAROUSEL DIAPORAMA HEADER*/

#myCarouselP .carousel-item {
    height: 350px;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
#slideP {
    position:relative;
}
#angSliderP  {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:150px;
    z-index: 999;
}
.angSliderP1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1000;
    clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0% 100%);
    background: rgba(217, 95, 41) ;/* white */
    background: rgba(217, 95, 41, .9); /* white with 50% opacity */
    background: rgba(217, 95, 41, 0.9);/* CSS Colors 4 space-separated values */
}
.angSliderP2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 150px;
    z-index: 1001;
    clip-path: polygon(0% 45%, 100% 100%, 0% 100%);
    background:url("../img/home/14.jpg") no-repeat center center;
    background-size:cover;
}
.angSliderP3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1002;
    clip-path: polygon(0% 100%, 100% 20%, 100% 100%);
    background: #fff;
}
  
        
/*CAROUSEL DIAPORAMA MARQUES HOME */

.slideMarq .slick-slide {
    padding: 10px 35px;
    margin:15px;
    border-radius: 2rem;
    box-shadow: 0px 2px 1px #dfdfdf;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}
.slideMarq .slick-slide > div {
    height:130px;
    position:relative;
}
.slideMarq .slick-slide img {
    width:auto;
    height:auto;
    max-height: 100px;
    max-width:100%;
    display: block;
    margin:0 auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
}
.slideMarq .slick-slide:hover {
    box-shadow: 0px 2px 35px #dfdfdf;
}


/*CAROUSEL DIAPORAMA PAGE */

#myCarouselP .carousel-item {
  height: 40vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
    #myCarouselP.carousel {
        margin-bottom: 2rem;
    }
}


/*CAROUSEL DIAPORAMA PAGE MARQUES REFERENTES */

.slidMarqP .slick-slide img {
  height: 250px;
}

.separMarq {
    height:100px;
    background-color:#fff;
    position:relative;
    width:100%;
}    
.separMarq .anglMarq {
    position: absolute;
    content: "";
    width: 30%;
    height: 100px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 79%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 79%, 0% 100%);
    z-index: 98;
}    
.separMarq .angMarqGris {
    position: absolute;
    content: "";
    width: 100%;
    background: #f7f7f7;
    height: 100px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(100% 28%, 100% 100%, 0% 100%);
    clip-path:polygon(100% 28%, 100% 100%, 0% 100%);
    z-index: 97;
}    
.itemMarq.inverse .separMarq .anglMarq {
    position: absolute;
    content: "";
    width: 30%;
    height: 100px;
    right: 0px;
    left: initial;
    top: 0px;
    -webkit-clip-path: polygon(100% 0%, 0% 79%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 79%, 100% 100%);
    z-index: 98;
}    
.itemMarq.inverse .separMarq .angMarqGris {
    position: absolute;
    content: "";
    width: 100%;
    background: #f7f7f7;
    height: 100px;
    right: 0px;
    left: initial;
    top: 0px;
    -webkit-clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
    z-index: 97;
}    

.itemMarq .separMarq {
    display:block;
}    
.itemMarq .separMarqInvers {
    display:none;
}    
.itemMarq.inverse .separMarq {
    display:none;
}    
.itemMarq.inverse .separMarqInvers {
    display:block;
}    


.detMarq {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
    padding-top: 2rem;
}    
.detMarq h2 {
    margin: 1.5rem 0 0.5rem 0;
    }    

.itemMarq {
    margin-bottom:5rem;
    }    


a.linkMarq {
    padding: 25px;
    border-radius: 2rem;
    box-shadow: 0px 2px 1px #dfdfdf;
    background: #fff;
    display: inline-block;
    margin: 0rem 0 1.5rem 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    max-width: 330px;
}    
a.linkMarq:hover {
    box-shadow: 0px 2px 35px #dfdfdf;
}    
.catMarq  {
    margin-top: 3rem;
    padding-top: 2rem;
}    
.catMarq h2  {
    position: relative;
}    
.catMarq h2:after  {
    content:"";
    background: #a7a7a7;
    position: absolute;
    width:100%;
    height:1px;
    top:50%;
    left: 0;
    z-index:-1;
}    
.catMarq h2 span  {
    background: #1c1c1c;
    color: #fff;
    padding: 0.5rem 2rem 0.5rem 2rem;
    text-align: center;
    border-radius: 2rem 2rem 2rem 2rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}    


/*CAROUSEL DIAPORAMA PAGE MATERIEL ESPACES VERTS */

.slidMatEspVer .slick-slide img {
  height: 400px;
}



/* HOME */

#techno  {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
}    
#news  {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
}    



/* NEWS HOME */

.ratio {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
}  
.slick-slider .slick-track {
    padding-bottom:2rem;
}
.slideMarq.slick-slider .slick-track {
    padding-bottom:0rem;
}
#newsH .slick-slide  {
    padding: 0rem 1rem;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer:cursor;
}    
#newsH .slick-slide > div  {
    border-radius: 2rem;
    box-shadow: 0px 2px 1px #dfdfdf;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer:cursor;
}    
#newsH .slick-slide:hover > div  {
    box-shadow: 0px 2px 35px #dfdfdf;
}    
#newsH .slick-slide h2 {
    font-size:1.5rem;
}    
.newsDetH   {
    padding: 0 2rem 5rem 6rem;
    margin: 0rem 0rem 0rem 0rem;
    position:relative;
    min-height: 300px;
}    
.newsDetH h2  {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:1.5rem;
    font-weight:600;
    color:#d95f29;
    margin: 0 0 0.5rem 0;
    padding-top: 2rem;
}    
.newDateH {
    background:url("../img/svg/bkgDateActu.svg") no-repeat left top;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 15px 15px 35px 15px;
    font-size: 0.8rem;
    line-height: 1rem;
    top: 0;
    width:59px;
    height:147px;
}    
.newDateH strong {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.25rem;    
}    
.newDateH svg {
    font-size: 2rem;
    margin-bottom:5px;
    color: #6a6a6a;
}  
#newPdesc h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}  
#newPdesc h3 {
    margin-top: 1.25rem;
}  
#newPdesc a {
    color: #1c1c1c;
    font-weight:600;
}  
#newPdesc a:hover {
    border-bottom: solid 1px #ccc;
}  
#newPdesc ul {
  padding: 0px;
  margin: 0px;
}    
#newPdesc ul li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 20px;
  position: relative;
}    
#newPdesc ul li::before {
  content: "• ";
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  color: #d95f29;
  font-size: 1.5em;
}    
a.plusNew  {
    font-size: 3rem;
    color: #383a3b;
    position: absolute;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}    
a.plusNew:hover {
    font-size: 3.5rem;
    color: #d95f29;
}    

@media (max-width: 1199px) {
    .detNewP .newDateH {
      left: 12px;
      top: -24px;
    }
}



/* NEWS PAGE */

.newP  {
    margin-bottom: 2rem;

}    
.newP  > div {
    padding-bottom:2rem;
    margin: 0rem 1rem;
    border-radius: 2rem;
    box-shadow: 0px 2px 1px #dfdfdf;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    cursor:pointer;
}    
.newP  > div:hover  {
    box-shadow: 0px 2px 35px #dfdfdf;
}  
.newP  > div:hover a.plusNew  {
    font-size: 3.5rem;
    color: #d95f29;
}  

#newsP h2 {
    font-size:1.5rem;
}    
.newsDetP  {
    padding: 0 2rem 4rem 6rem;
    margin: 0rem 0rem 0rem 0rem;
    position:relative;
    min-height: 300px;
}    
.newsDetP h2  {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:1.5rem;
    font-weight:600;
    color:#d95f29;
    margin: 0 0 0.5rem 0;
    padding-top: 2rem;
}    
.newDateP {
    background: #383a3b;
    color: #fff;
    position: absolute;
    left: 12px;
    padding: 15px 15px 35px 15px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 0%, 100% 87%, 0% 100%);
    font-size: 0.8rem;
    line-height: 1rem;
}    
.newDateP strong {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.25rem;    
}    
.newDateP svg {
    font-size: 2rem;
    margin-bottom:5px;
    color: #6a6a6a;
}    
a.plusNew  {
    font-size: 3rem;
    color: #383a3b;
    position: absolute;
    right: 45px;
    bottom: 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}    

/*  PAGE DETAIL ACTUALITE */


.detNewP {
    position:relative;
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);    
    padding-top: 2rem;
} 
.detNewP > div {
    padding: 0 2rem 4rem 6rem;
}   
@media (max-width: 1199px) {
    .detNewP {
        background: none;
        padding-top: 0rem;
   }
    .detNewP > div {
      padding: 0 0rem 4rem 6rem;
    }
}

a.plusDetNew  {
    font-size: 2rem;
    color: #383a3b;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    display: inline-block;
    margin: 0 1rem;
}    
a.plusDetNew:hover  {
    font-size: 2.5rem;
    color: #d95f29;
}    
.slidDetNews .slick-slide img {
    height: 400px;
}    
.linkDetNew {
  padding: 1rem;
  text-align: center;
  border-radius: 4rem;
  box-shadow: 0px 2px 1px #dfdfdf;
}    
#newDateDesc h2 {
    margin: 2rem 0 1rem 0;
}    
#newDateDesc a {
    color:#1c1c1c;
    font-weight:600;
}    
#newDateDesc a:hover {
  color: #d95f29;
}    
#newDateDesc ul {
  padding: 0px;
  margin: 0px;
}    
#newDateDesc ul li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 20px;
  position: relative;
}    
#newDateDesc ul li::before {
  content: "• ";
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  color: #d95f29;
  font-size: 1.5em;
}    



/* OCCASIONS HOME  */

#occaz  {
    background-color: #231f20;
    color:#fff;
    position:relative;
}
#occaz h2 {
    color:#fff;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 3.5rem;
}
#occaz p  {
    font-size: 1.4rem;
}
#anglOccaz {
    position:absolute;
    top:0px;
    left:0px;
    height:50px;
    z-index:99;
    background: #fff;
    content: "";
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    clip-path:polygon(0% 0%, 100% 0%, 100% 100%);
}
#anglOccaz2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    z-index: 999;
    background: #d95f29;
    content: "";
    width: 16%;
    -webkit-clip-path: polygon(0% 0%, 100% 19%, 0% 100%);
    clip-path:polygon(0% 0%, 100% 19%, 0% 100%);
}
#occaz .btnPlus:hover  {
    background-color: #fff;
    color:#d95f29;
}



/* POINTS DE VENTE  */

.separPtVte {
    height:150px;
    background-color:#fff;
    position:relative;
    width:100%;
}    
.visulPtVte {
    position: absolute;
    content: "";
    width: 85%;
    background: url("../img/home/magasin-74-73.jpg") no-repeat center center;
    background-size: cover;
    height: 150px;
    right: 0px;

    top: 0px;
    -webkit-clip-path: polygon(0% 39%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 39%, 100% 0%, 100% 100%);
    z-index: 99;
}   
.visuMagaz1  {
    background: url("../img/magasins/3m-agri-reignier-74.jpg") no-repeat center center;
    background-size: cover;
}   
.visuMagaz2  {
    background: url("../img/magasins/3m-agri-francin-porte-de-savoie-73.jpg") no-repeat center center;
    background-size: cover;
}   
.visuMagaz3  {
    background: url("../img/magasins/3m-agri-albertville-la-Bathie-73.jpg") no-repeat center center;
    background-size: cover;
}   
.visuMagaz4  {
    background: url("../img/magasins/3m-agri-Saint-Etienne-de-Saint-Geoirs-38.jpg") no-repeat center center;
    background-size: cover;
}   
.visuMagaz5  {
    background: url("../img/slide/magasin-Saint-Etienne-du-Bois.jpg") no-repeat center -20px;
    background-size: cover;
}   
@media (max-width: 420px) {
    .visuMagaz5  {
        background: url("../img/slide/magasin-Saint-Etienne-du-Bois.jpg") no-repeat center 0px;
        background-size: cover; 
    }   
}
.ptVteAdress {
    min-height: 170px;
}   
@media (max-width: 1199px) {
    .ptVteAdress {
        min-height: 1px;
    }   
}

.anglPtVte {
  position: absolute;
  content: "";
  width: 100%;
  background: #f7f7f7;
  height: 150px;
  left: 0px;
  top: 0px;
  -webkit-clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 28%, 100% 100%, 0% 100%);
  z-index: 97;
}
.pVente {
   margin-bottom:3rem;
}    
.pVente > div {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
    padding: 0rem 2rem 2rem 2rem;
    border-left: solid 1px #f7f7f7;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
}    
.pVente > div h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}    
.pVente > div p {
    font-family: 'Barlow Condensed', sans-serif;
}    
.pVente > div a {
    font-size: 1.4rem;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1c1c1c;
    margin-bottom: 1rem;
    font-weight: 500;
}    
.pVente > div a:hover {
    color: #539347;
}    
.pVente ratio {
    margin-top: 1rem;
}    
.pVte3M {
    position: absolute;
    width: 135px;
    height: auto;
    top: -47px;
}   
.pVente .row {
    position:relative;
}    

@media (min-width: 1199px) and (max-width:1899px) {
    .pVente {
       width: 50%;
    }    
}
@media (max-width:575px) {
    .pVente > div {
      padding: 0rem 1rem 2rem 1rem;
    }
}

/* SERVICES HOME  */

#pointFort{
    background:url("../img/home/magasin-materiel-agricole-2.jpg") no-repeat center center;
    background-size:cover;
    margin: 5rem 0 0rem 0;
    position: relative;
    padding-top: 160px;
    padding-bottom: 3rem;
}
.pointFort {
    height: 100%;
}
.pointFort > .front {
    background: #FFFFFFC2;
    color: #333;
    padding:1rem;
}
.pointFort > .front h3 {
    font-size: 1.2rem;
    color: #606060;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    width: calc(100% - 2rem);
    top: calc(50% + 44px);
    font-weight: 400;
}
.pointFort > .front svg {
    font-size: 4rem;
    display: block;
    margin: 1rem auto;
    color: #383a3b;
    position: absolute;
    bottom: calc(50% - 2rem);
    left: 50%;
    transform: translateX(-50%);
}

.pointFort > .back {
    background: #d95f29;
    padding:2rem 2rem 4rem 2rem;
    color: #fff;
    positio:relative;
}
.pointFort > .back p {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.25rem;
}
.pointFort > .back svg {
    font-size: 2rem;
    display: block;
    margin: 1rem auto 0rem auto;
    color: #ffffff;
    position: absolute;
    bottom:1rem;
    left: 50%;
    transform: translateX(-50%);
}
.pointFort > .main {
    padding:20px;
    color: #fff;
    height: 100%;
    font-family: 'Barlow Condensed', sans-serif;
}
.pointFort > .main h2 {
    font-size: 4rem;
    color: #383a3b;
    text-align: right;
    line-height: 3.5rem;
    margin-top: 0rem;
    font-weight: 800;
}
.pointFort > .main h2 span {
    font-size: 2.5rem;
    line-height: 0.5rem;
    font-weight: 400;
    color: #383a3b;
}
#angPointfort {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    height: 100px;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    clip-path:polygon(0% 0%, 100% 0%, 100% 100%);
    z-index: 99;
}
#angOrangPointfort {
  position: absolute;
  content: "";
  width: 30%;
  background: #d95f29;
  height: 100px;
  right: 0px;
  top: 0px;
  -webkit-clip-path: polygon(100% 0%, 0% 70%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 70%, 100% 100%);
  z-index: 100;
}
@media (max-width: 768px) {
     .pointFort > .main h2 {
      text-align: left;
      margin-bottom: 0rem;
    }
   .pointFort > .main h2 br {
      display:none;
    }
    .pointFort > .main h2 span {
        font-size: 4rem;
        line-height: 3.5rem;
    }
}

/* PRODUITS HOME  */

#pdtsH {
    margin-top:3rem;
    background: url("../img/slide/slide-0.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
}
#pdtsH .pdtsHitem {
    width:33.33%;
    border-right: solid 1px #5b6380;
}
#pdtsH .pdtsHitem a {
    color:#fff;
    text-transform: uppercase;
    padding:4rem 4rem;
    text-align:center;
    border-top: solid 1px #5b6380;
    background: #1c1c1cd1;
    display: block;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    font-size:1rem;
    font-weight:bold;
}
#pdtsH .pdtsHitem a:hover {
        font-size:1.5rem;
        background: #1c1c1ce6;
}
@media (max-width: 991px) {
    #pdtsH .pdtsHitem {
      width: 50%;
    }
}
@media (max-width: 768px) {
    #pdtsH .pdtsHitem a:hover {
      font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    #pdtsH .pdtsHitem {
        width: 100%;
    }
    #pdtsH .pdtsHitem a:hover {
        font-size:1.5rem;
    }
    #pdtsH .pdtsHitem a {
        padding: 2rem 4rem;
    }
}
/* PRODUITS PAGE  */

#pdtsP {
    margin-top:3rem;
}
#pdtsP .pdtsHitem {
    width:33.33%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1024px) {
    #pdtsP .pdtsHitem {
        width:50%;
    }
}
@media (max-width: 991px) {
    #pdtsP {
      margin-top: 0rem;
    }
}

@media (max-width: 640px) {
    #pdtsP .pdtsHitem {
        width:100%;
    }
}
#pdtsP.pdtsHitem:hover  {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#pdtsP .pdtsHitem a img {
    display: block;
    width: 100%;
    height: auto;
}
#pdtsP .pdtsHitem a {
    color:#fff;
    text-transform: uppercase;
    padding:0em;
    text-align:center;
    display: block;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    font-size:1rem;
    font-weight:bold;
    cursor: pointer;
}
#pdtsP .pdtsHitem a img {
        font-size:1.5rem;
         -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
       background: #1c1c1c00;
}
#pdtsP .pdtsHitem a:hover img {
        font-size:1.5rem;
        background: #1c1c1ce6;
}
#pdtsP .pdtsHitem a span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    z-index: 150;
    text-transform: uppercase;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 15px #000000b0;
    padding:0 1rem;
}
#pdtsP .pdtsHitem a:hover span  {
    font-size: 1rem;
    top: 20%;
}
#pdtsP .pdtsHitem a svg {
    position: absolute;
    font-size: 1rem;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
}
#pdtsP .pdtsHitem a:hover svg {
    position: absolute;
    font-size: 4rem;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 1;
    top: 50%;
}


/*MODAL PRODUIT*/

a.closeModal  {
    font-size: 2rem;
    color: #1c1c1c;
}
a:hover.closeModal  {
    color: #3c4877;
}
#myModal .modal-header {
    border-bottom: 1px solid #ffffff;
}
#myModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 1rem 0rem 1rem;
}

/* SERVICES  HOME  */

#servicesH {
    margin:3rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    border: solid 1px #ebecf0;
    position:relative;
}
#servicesH .pastille {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 1px #ebecf0;
    border-radius: 50%;
}

#servicesH .servHitem {
    width:25%;
    text-align:center;
}
#servicesH .servHitem p {
    font-size:0.8rem;
    background: #1c1c1c17;
    border-radius: 0.25rem;
    margin: 0 5px;
    padding:5px;
}
#servicesH .servHitem h3 {
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: 0.25rem;
    position: relative;
}
#servicesH .servHitem h3:before {
    content:"•";
    display:block;
    top:10px;
    left:20px;
    
}
@media (max-width: 1399px) {
    #servicesH .servHitem {
      width: 50%;
    }
} 
@media (max-width: 767px) {
    #servicesH .servHitem {
      width: 100%;
    }
} 


/*PARALLAX*/

.parrallax-1 {  background: url("../img/slide/slide-0.jpg") no-repeat;height: 50vh;}
.parrallax-2 {  background: url("../img/home/bkg-prairie.jpg") no-repeat;height: 10vh;}
.parrallax-3 {  background: url("../img/slide/slide-0.jpg") no-repeat;height: 10vh;}
.parrallax-4 {  background: url("../img/slide/slide-0.jpg") no-repeat;height: 10px;}

.parrallax-content{
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.parrallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parrallax:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
.maskBlu {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.35) 60%);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100vh;
}
.maskBluP {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.15) 60%);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .maskBlu {
          height: calc(100vh - 40px);
    }
}


/*FOOTER*/

footer {
    background: #231f20;
    font-size:0.9rem;
    color:#fff;
}
footer img {
    width: auto;
    height: 28px;
}
footer h3 {
    color:#fff;
    margin-top: 0px;
    font-size: 1.2rem;
}
footer a {
    color:#fff;
    text-transform: uppercase;
    font-size: 0.8rem;
}
footer a:hover {
    color:#fff;
}
footer .aTel {
    color:#fff;
    font-size: 1.4rem;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
}
footer .aTel:hover {
    color: #539347;
}
footer #aMail {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin: 1rem 0;
    text-transform: none;
}
footer .border-top {
    border-top: 1px solid #e3e4e942 !important;
}
footer ul.nav li a {
    font-family: 'Barlow Condensed', sans-serif;
    color:#fff;
    font-size: 1rem;
}
#copyright ul {
    display: flex !important;
}

#copyright {
    font-size: 0.8rem;
}
#copyright a {
    font-family: 'Barlow Condensed', sans-serif;
    color:#fff;
    font-size: 1rem;
}
.telBox span {
  display: block;
}
#RS h3 {
  display: inline-block;
}
#RS a {
    display: inline-block;
    margin-left: 1rem;
}
#RS {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align:center;
}

@media (max-width: 1399px) {
    footer .navPage {
        margin-top: 3rem;
    }
    footer .navPage .flex-column {
        flex-direction: row !important;
        justify-content: center;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    footer ul.nav li a {
        margin: 0 0.5rem;
    }    
    footer .row.list {
        justify-content: center;
    }    
    footer {
        text-align: center;
    }
} 


@media (max-width: 1199px) {
    footer .navPage {
        margin-top:3rem;
        margin-bottom:0rem;
   }
    #RS {
        padding-bottom: 2rem;
        padding-top: 0rem;
    } 
} 
@media (min-width:768px) and (max-width: 1199px) {
    .navPage {
        margin-top:3rem;
    }
    .navRS {
        margin-top:3rem;
    }
} 

@media (min-width: 992px) {
    #copyright {
        display: flex !important;
        justify-content: space-between !important;
    }
} 
@media (max-width: 991px) {
    #copyright {
        display: block !important;
        justify-content: space-between !important;
        text-align: center;
    }
    #copyright ul {
        display: block !important;
    }
} 
@media (max-width: 767px) {
    footer {
      text-align: center;
    }
    .telBox br {
      display: none;
    }
    footer .aTel {
      margin-bottom:3rem;
      color: #539347;
    }
    footer .navPage {
      margin-top: 0rem;
    }
    footer .navPage .nav {
      border:none;
    }
    .footAdress {
      margin-top:0px !important;
    }
} 


/* BOUTONS */

.btn {
    border-radius: 30px;
    padding-left:40px;
    padding-right:40px;
}

.btn-primary {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.btn-primary:hover  {
    color: #fff;
    background-color: #3c4877;
    border-color: #3c4877;
}


/* PAGE */

#contentP {
    position: relative;
}
#contentP ul {
padding: 0px;
margin: 0rem 0rem 1rem 0rem;
}
#contentP ul li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 20px;
  position: relative;
}
#contentP ul li:before {
  content: "• ";
  display: block;
  left: -8px;
  position: absolute;
  top: 0px;
  color: #1c1c1c;
  font-size: 1.5em;
}

.icoPdtd {
    height: auto;
    width: 250px;
    margin: 0px auto 20px auto;
    padding: 4rem 2rem;
    position: absolute;
    top: -74px;
    right: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0px 0px 55px #0000;
}
.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
    color:#555864;
    margin: 0rem;
    margin-top: 1rem;
}
.breadcrumb a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color:#555864;
}
.breadcrumb a:hover {
    color:#1c1c1c;
}
.icoPdtModal {
    float: right;
    width: 170px;
    padding: 50px 0px 50px 50px;
    display: block;
    border-left: solid 1px #dee0e8;
    height: auto;
}

@media (max-width: 991px) {
    .icoPdtd {
        position: relative;
        top: initial;
        z-index: 1;
        background: #fff;
        margin: 0px auto 0px auto;
        right: initial;
        display: block; 
    }
} 

/* BOUTONS  */

.btnPlus {
    display: inline-block;
    background: #d95f29;
    padding: 0.5rem 1.5rem;
    color: #fff;
    text-decoration: none;
    border-radius: 2rem;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1rem;
    margin-top: 1rem;
}
.btnPlus:hover {
    padding: 0.5rem 2.5rem;
    background: #1c1c1c;
    color:#fff;
}

/* FORM CONTACT */

#formContact input, #formContact textarea, #formContact select   {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    border-color:#ebecf0;
    border-bottom: solid 3px #ebecf0;
    
}
#formContact .form-floating > .form-control:focus ~ label, #formContact .form-floating > .form-control:not(:placeholder-shown) ~ label, #formContact .form-floating > .form-select ~ label   {
    color: #9799a1;
}
#formContact .form-floating > .form-control:focus ~ label, #formContact .form-floating > .form-control:not(:placeholder-shown) ~ label, #formContact .form-floating > .form-select ~ label {
  font-size: 1rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2rem;
}
.alert  {
    color: #c20e15;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1rem 0;
}
.valid {
    color: #539347;
}


/* MENTIONS  */

.blocOmbre {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    border-radius: 2rem;
    box-shadow: 0px 2px 1px #dfdfdf;
    font-size:0.9rem;
    line-height: 1.5rem;
}
.blocOmbre a {
    color: #1c1c1c;
    font-weight:600;
}
.blocOmbre a:hover {
    color: #d95f29;
}
.blocOmbre h2 {
    font-size: 1.5rem;
    color: #d95f29;
    margin-bottom: 0.5rem;
}
.blocOmbre h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
.blocOmbre h4 {
    font-size: 1.2rem;
}
#contentP .blocOmbre ul {
  padding: 0px;
  margin: 0px;
}    
#contentP .blocOmbre ul li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 20px;
  position: relative;
}    
#contentP .blocOmbre ul li:before {
  content: "• ";
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  color: #d95f29;
  font-size: 1.5em;
}  
#servicesP .blocOmbre  {
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 20%);
    font-size: 1rem;
    line-height: 1.75rem;
}    
#servicesP svg {
    color: #383a3b;    
    font-size: 2.5rem;
    border-radius: 0.25rem;
    position: absolute;
    right: 2.5rem;
    top: 1rem;
}    
#servicesP .blocOmbre h2 {
    font-size: 1.5rem;
    color: #d95f29;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}    

