@charset "ISO-8859-1";

@media screen and (max-width:640px){
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px !important;
}

}
section#coord p {
    color: #fff;
}



.portfolio-experiment, .scene {
    /* height: 75px; */
    /* width: 206px; */
    overflow: hidden;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    -webkit-display: flex;
    /* -webkit-flex-wrap: wrap; */
    /* -webkit-flex-wrap: wrap; */
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* justify-content: center; */
    /* align-items: center; */
    /* -webkit-justify-content: center; */
    /* -webkit-align-items: center; */
}

.portfolio-experiment {
  background: transparent;
}
.portfolio-experiment a {
    color: #e63e3e;
    padding: 0.7em calc(0.7em * 1.2);
    display: inline-block;
    border: 3px solid transparent;
    position: relative;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 0.07em;
    text-decoration: none !important;
}
.portfolio-experiment a .text {
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    transform: translate3d(0, 0.7em, 0);
    display: block;
    font-weight: bold;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.portfolio-experiment a:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: calc(0.7em * 1.2);
  right: calc(0.7em * 1.2);
  height: 3px;
  background: #129952;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}
.portfolio-experiment .line {
  position: absolute;
  background: #ed5c2b;
}
.portfolio-experiment .line.-right, .portfolio-experiment .line.-left {
  width: 3px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}
.portfolio-experiment .line.-top, .portfolio-experiment .line.-bottom {
  height: 3px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}
.portfolio-experiment .line.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
.portfolio-experiment .line.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
.portfolio-experiment .line.-left {
  left: -3px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
.portfolio-experiment .line.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}
.portfolio-experiment a:hover .text,
.portfolio-experiment a:active .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.portfolio-experiment a:hover:after,
.portfolio-experiment a:active:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
.portfolio-experiment a:hover .line,
.portfolio-experiment a:active .line {
  transform: scale3d(1, 1, 1);
}
.portfolio-experiment a:hover .line.-right,
.portfolio-experiment a:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
.portfolio-experiment a:hover .line.-top,
.portfolio-experiment a:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
.portfolio-experiment a:hover .line.-left,
.portfolio-experiment a:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
.portfolio-experiment a:hover .line.-bottom,
.portfolio-experiment a:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}





@-webkit-keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}

@keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}
@-webkit-keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
@keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.btn_tpl {
  position: relative;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 21px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  text-decoration: none !important;
}
.btn_tpl::after, .btn_tpl::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 10%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}
.btn_tpl::before {
  background-color: #129952;
  top: -0.75rem;
  left: 0.5rem;
  -webkit-animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
          animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
.btn_tpl::after {
  background-color: #ed5c2b;
  top: 3rem;
  left: 13rem;
  -webkit-animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
          animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
.btn_tpl:hover {
  color: white;
}
.btn_tpl:hover::before, .btn_tpl:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
}
.btn_tpl:hover::after {
  left: 0rem;
}
.btn_tpl:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}











.logo_brand img {
    max-height: 155px;
}

ul.dropdown-menu.level0 {
    width: 100% !important;
}
li.dropdown-submenu.level1 {
    display: block !important;
    width: 100% !important;
}
ul.dropdown-menu.level0 {
    width: min-content !important;

}
.navbar-nav .open .dropdown-menu {
    position: absolute !important;
    background-color: white!important;
}

.dropdown-menu {
    position: absolute !important;
 
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
}

#navbar {
    margin: auto;
    width: 100% !important;
}


nav {
min-height:0px;
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
nav a {
}
nav a:hover {
}
media_nav {
}
header {
min-height:0px;
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
header a {
}
header a:hover {
}
media_header {
}
section#coord {
min-height:50px;
background-color:#09334f;
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#coord a {
}
section#coord a:hover {
}
media_section#coord {
}
. {
}
section#logo-menu {
min-height:198px;
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#logo-menu a {
}
section#logo-menu a:hover {
}
media_section#logo-menu {
}
section#slider {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#slider a {
}
section#slider a:hover {
}
media_section#slider {
}
section#encarts {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#encarts a {
}
section#encarts a:hover {
}
media_section#encarts {
}
section#picto {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#picto a {
}
section#picto a:hover {
}
media_section#picto {
}
section#presentation {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#presentation a {
}
section#presentation a:hover {
}
media_section#presentation {
}
section#title1 {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#title1 a {
}
section#title1 a:hover {
}
media_section#title1 {
}
section#ctn1 {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#ctn1 a {
}
section#ctn1 a:hover {
}
media_section#ctn1 {
}
section#ctn2 {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#ctn2 a {
}
section#ctn2 a:hover {
}
media_section#ctn2 {
}
section#ctn3 {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#ctn3 a {
}
section#ctn3 a:hover {
}
media_section#ctn3 {
}
section#ctn12 {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#ctn12 a {
}
section#ctn12 a:hover {
}
media_section#ctn12 {
}
section#cover1 {
background-image:url(cover1.jpg);
min-height:550px;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
background-attachment:scroll;
font-size:1em;
}
section#cover1 a {
}
section#cover1 a:hover {
}
media_section#cover1 {
}
section#produit-tt {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#produit-tt a {
}
section#produit-tt a:hover {
}
media_section#produit-tt {
}
section#produit-encarts {
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
section#produit-encarts a {
}
section#produit-encarts a:hover {
}
media_section#produit-encarts {
}
section#contact {
background: #0a334f;
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 1em;
}
section#contact a {
}
section#contact a:hover {
}
media_section#contact {
}
footer {
min-height:0px;
background-repeat:no-repeat;
background-attachment:scroll;
font-size:1em;
}
footer a {
}
footer a:hover {
}
media_footer {
}
h1 {
font-size:1em;
background-repeat:no-repeat;
}
h2 {
font-size:1em;
background-repeat:no-repeat;
}

@media screen and (max-width: 763px) {
nav {
background-image : none;

}

header {
background-image : none;

}

section#coord {
background-image : none;

}

section#logo-menu {
background-image : none;

}

section#slider {
background-image : none;

}

section#encarts {
background-image : none;

}

section#picto {
background-image : none;

}

section#presentation {
background-image : none;

}

section#title1 {
background-image : none;

}

section#ctn1 {
background-image : none;

}

section#ctn2 {
background-image : none;

}

section#ctn3 {
background-image : none;

}

section#ctn12 {
background-image : none;

}

section#cover1 {
background-image : none;

}

section#produit-tt {
background-image : none;

}

section#produit-encarts {
background-image : none;

}

section#contact {
background-image : none;

}

footer {
background-image : none;

}

}




/******************************************************************************************************/


section#contact {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 1em;
}


div#blocks_1080 img, div#blocks_1081 img {
    border: 10px solid #f1cf69;
}





div#blocks_1089 {
    display: none;
}

section#encarts {
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-size: 1em;
    display: none;
}

/******************diaporama*******************/





.hidden {
    display: block !important;
}


div#col_7{
    padding: 0;
}



.carousel-caption h1{
    text-align: center;
    font-size: 120px !important;
    color: #fff!important;
     font-family: 'Ubuntu', sans-serif;
    margin:1% auto;
    text-transform: none;
     text-shadow: 1px 1px 3px #111;
    
}

.carousel-caption .btn {
    text-shadow: none;
    position: relative;
    top: 25px;
    background: transparent;
    border: 1px solid #fff;
}

a.btn_tpl {
    display: inline-block;
    line-height: 21px;
    margin-top: 17px;
}

ol.carousel-indicators {
    display: none;
}

a.left.carousel-control, a.right.carousel-control {
    display: none;
}

.diaporamas_7_responsive_268 .carousel-inner,
.diaporamas_7_responsive_268 .full-screen,
.diaporamas_7_responsive_268.item {
    height:calc(100vh - 280px) !important;
    background-position: center center;
}

/*--------responsive--------*/
@media screen and (max-width:1920px){ 
} 
@media screen and (max-width:1366px){ 
}
@media screen and (max-width:1200px){

.diaporamas_7_responsive_268 .carousel-inner,
.diaporamas_7_responsive_268 .full-screen,
.diaporamas_7_responsive_268.item  {
    height: 600px;
    background-position: center center;
}
}

/**************************************************************************/
div#blocks_1265 {
    text-align: center;
    padding: 15px 0;
}

/*********picto**********/

#icon-mobile{
    display: none;
}
section#cover1 {
    display: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #b177b3 !important;
    border: 1px solid #b177b3 !important;
}

/*******contenu+titre*********/

h1 {
 font-family: 'Ubuntu', sans-serif;
    font-size: 2.5em;
    color: #ed5c2b;
    letter-spacing: 2px;
  font-weight: bold;
}


h2 {
        font-family: 'Ubuntu', sans-serif;
    font-size: 1.8em;
    color: #0db8ec;
    letter-spacing: 2px;
    font-weight: bold;
}


section#contact h3 {
    font-size: 3em !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Ubuntu', sans-serif;
}

h3 {
        font-size: 3em !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Ubuntu', sans-serif;
}

section#contact {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

section#contact a {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

section#contact a:hover {
    color: #0eb8ec;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration:none;
}

.coord {
    border-right: 2px solid #fff;
    padding-right: 20px;
    margin-top: 10px;
    font-size: 15px;
    text-align: right;
}

.txt_style1 p {
    font-family: Cookie, arial, helvetica, sans-serif !important;
    color: #666666;
    font-size: 40px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: -10px;
}

.txt_style2 {
    font-family: Roboto, arial, helvetica, sans-serif;
    color: #4a8b71;
    font-size: 46px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 400;
}

.txt_style3 {
    font-family: Cookie, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 80px;
    letter-spacing: 1px;
    text-align: center;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.56);
   margin-top: 140px;
}

.txt_style4 {
    font-family: Roboto, arial, helvetica, sans-serif !important;
    color: #111111;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 500;
}

.txt_style5 {
    font-family: Roboto, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
    letter-spacing: 2px;
}

#presentation .txt_style1 p, #title1 .txt_style1 p {
    text-align: left !important;
}

section#presentation p, section#title1 p, section#picto p, section#ctn1 p, section#ctn2 p, section#ctn12 p {
    color: #333;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}
section#presentation p a, section#title1 p a, section#picto p a, section#ctn1 p a, section#ctn2 p a, section#ctn12 p a {
    color: #333;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

section#presentation p a:hover, section#title1 p a:hover, section#picto p a:hover, section#ctn1 p a:hover, section#ctn2 p a:hover, section#ctn12 p a:hover {
    color: #129952;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}
section#picto a:hover {
    color: #129952;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

section#picto {
    color: #333;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}
section#picto a{
    color: #333;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}
section#ctn2 {
    display: none;
}


/************encarts**********/

.HeroImageContainer1:hover, .HeroImageContainer2:hover, .HeroImageContainer3:hover{
    z-index: 19;
    transform: scale(1.03);
    box-shadow: 0px 28px 81px -7px rgba(0,0,0, 0.44);

}

.HeroImageContainer .FeaturedSectionHeading{position: absolute;
left: 0;
right: 0;
top: 3.2rem;}


.HeroImageContainer1 p, .HeroImageContainer2 p, .HeroImageContainer3 p {
    position: absolute;
    bottom: 10px;
    font-weight: 500 !important;
    font-size: 1.1em;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, arial, helvetica, sans-serif;
    letter-spacing: 2px;
}


.HeroImageContainer1 {
    transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
    background-color: #3b444f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/ressources/common/alimentationhome1/encart1.jpg");
    height: 300px;
}
.HeroImageContainer2 {
    transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
    background-color: #3b444f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/ressources/common/alimentationhome1/encart2.jpg");
    height: 300px;
}
.HeroImageContainer3 {
    transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
    background-color: #3b444f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/ressources/common/alimentationhome1/encarts3.jpg");
    height: 300px;
}

@media screen and (max-width: 1440px){
div.menu_2_m_responsive_265 ul li {
    letter-spacing: 0 !important;
}
}

@media screen and (max-width: 640px){
table.table.table-striped {
    width: 100% !important;
}
}


@media screen and (max-width: 991px){

.carousel-caption {
    top: calc(42% - 50px) !important;
    width: 100%;
    left: 00px;
    right: 0;
 padding: 0 10px !important;
    
}

div#col_13 {
    padding: 20px 10px;
}
div#col_15 {
    padding: 20px 0;
}

#blocks_1011 .col-md-4{
margin: 15px;
}
}


/***************btn**************/
/*
.btn_tpl {
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.btn_tpl:hover{
text-decoration: none;
border:1px solid #fff;
background:#fff;
color:#111111 !important;
-webkit-transition: all 0.3s ease-in-out;  
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
*/
.btn_tpl1{
font-family: "Roboto", Arial, Helvetica, sans-serif;
position:relative;
font-weight: 500;
text-transform: uppercase;
margin-bottom:20px;
border-radius: 20px;
padding:10px 40px;
background:#666666;
border: 1px solid #666666;
color:#f1cf69 !important;
-webkit-transition: all 0.3s ease-in-out;  
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
letter-spacing: 1px;
}
.btn_tpl1:hover{
text-decoration: none;
border:1px solid #4a8b71;
background:#4a8b71;
color:#fff !important;
-webkit-transition: all 0.3s ease-in-out;  
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.btn_tpl2{
font-family: "Montserrat", Arial, Helvetica, sans-serif;
position:relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom:20px;
border-radius: 20px;
padding:10px 40px;
background:#8ac6cf;
border: 1px solid #8ac6cf;
color:#fff !important;
-webkit-transition: all 0.3s ease-in-out;  
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
letter-spacing: 1px;
}
.btn_tpl2:hover{
text-decoration: none;
border:1px solid #ebb9bd;
background:#ebb9bd;
color:#797979 !important;
-webkit-transition: all 0.3s ease-in-out;  
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}




/**********slider*****************/


/********section*******/


#logo-menu .container {
    width: 100%;
}
#contact .container {
    width: 80%;
    padding: 60px 0;
}

#coord .container {
    width: 80%;
}
#encarts .container, #produit-encarts .container {
width: 80%;
padding: 20px 0;
}




#services-tt .container, #produit-tt .container {
width: 70%;
padding:25px 0;
}

#service-ctn1 .container, #service-ctn2 .container {
    width: 70%;
    padding: 70px 0;
}

#cover1 .container, #cover2 .container{
    width: 70%;
}

/******coord******/


section#coord a {
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

div#col_3, div#col_5 {
    margin-top: 15px;
}

div#blocks_1074 {
    float: right;
}

section#coord a {
    color: #ffffff;
    font-weight: 600;
    font-family: "Times New Roman", serif;
}

section#coord a:hover {
 color: #0db8ec;
    font-weight: 600;
    text-decoration: none;
}

/******logo*******/

#header_logo{
position:relative;
}
#header_logo .logo_brand{
margin: 20px auto;
text-align:center;
}
@media screen and (max-width:420px){
#header_logo img{
max-width:100%;
height: auto;
}
}

/*******menu********/

div.menu_2_m_responsive_265 ul li a {
    font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
font-weight: bold !important;
}


div#blocks_1076 {
    border-top: 1px solid #ececec;
    padding-top: 5px;
}

div#col_6 {
    padding: 0;
}
/*
li.dropdown-submenu.level0:last-child a {
  background-color: #4f8d24;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    color: #ffffff;
}

li.dropdown-submenu.level0:last-child a:hover {
      background-color: #2a6b8d !important;
    color: #fff;
}
*/

div.menu_2_m_responsive_265 ul li {
    letter-spacing: 1px;
}

.navbar-nav>li>a {
    padding-bottom: 5px;
    font-weight: 400 !important;
}


div.menu_2_m_responsive_default ul {
    font-weight: 400;
}


.nav li > ul > li a{background-color:#09334f !important;color:#fff !important;font-weight: 600;}
.nav li > ul > li.active a,.nav li > ul > li:hover a{background-color:#fff !important;color:#09334f !important;}


.navbar-fixed-top {
    background-color: rgba(255,255,255,1);
}

.nav .open>a:hover {
    border-color: #e9a712;
}

.navbar {
    border: none !important;
}

div.menu_2_m_responsive_default ul li li{
  width:100%;
 }
 div.menu_2_m_responsive_default ul li li a{
   background-image: initial !important;
  width:100%;
  text-align:left;
  color:#fff;
  background-color: #4870a7;
 }
div.menu_2_m_responsive_default ul li:hover ul{
  display:block;
 }
footer {
    margin-bottom: -20px;
}
#navbar {
    margin: auto;
    width: auto;
}
.navbar-nav {
float: left;
margin: 0;
width: 100%;
text-align: center;
}
.navbar-nav>li {
    float: none !important;
    display: inline-block;
}
.navbar-nav>li {
    float: none !important;
    display: inline-block;
    margin-left: -4px !important;
}


/***slider****/

#slider>.container {
    width:100%;
    padding:0px;
}

#slider>.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.container {padding-right: 0px;padding-left: 0px;}

.row {margin-right: 0 !important;margin-left: 0 !important;}

a {
-webkit-transition: color 0.3s linear 0s,background-color 0.3s linear 0s;
-moz-transition: color 0.3s linear 0s,background-color 0.3s linear 0s;
-o-transition: color 0.3s linear 0s,
background-color 0.3s linear 0s;transition: 
color 0.3s linear 0s,
background-color 0.3s 
linear 0s;
}

/*******style-contact**********/



#l1087-form .submit {

     border: 1px solid #ffffff;
    background: #ffffff !important;
    text-transform: uppercase;
    color: #6b623e;
}

#l1087-form .submit:hover {
  border: 1px solid #ea6616;
    background: #ea6616 !important;
    text-transform: uppercase;
    color: #ffffff !important;
}

#l1087-message {
    background: none;
}


label.col-md-12.control-label {
    display: none;
}
label#la1087-txtInput {
    margin-left: 17%;
}


input[type=text], textarea {
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    box-shadow: none;
    color:#fff !important;
    padding-top: 33px;
    padding-bottom: 9px;
    
}

label {
    color: #fff;
}

.help-block {
  
    color: #fff;
}

.submit {
    float: right;
    border-radius: 20px;
    border: 1px solid #4a8b71;
    background: #4a8b71 !important;
    text-transform: uppercase;
    padding: 10px 50px;
    transition: all 0.5s;
    color: #fff;
    text-shadow: none;
    background: transparent;
}

.submit:hover {
    background: #f1cf69 !important;
    color: #666666 !important;
}


.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
margin-top: 25px;
}

.form-group .col-md-7 {
    margin-bottom: 20px;
right: 0!important;
}

#l1087-form {
    width: 80%px;
    margin: auto;
}

span.require {
    color: #fff;
}


section#produit-encarts .container {
    width: 100%;
    padding: 0;
}
section#produit-encarts iframe {
    filter: grayscale(100%);
    opacity: 1;
    width: 100%;
    height: 300px;
}
div#col_23 {
    padding: 0;
}
.foot {
    display: none;
}
section#contact {
    margin-top: -5px;
}

@media screen and (min-width:993px){
.carousel-caption > p {
    font-size: 19px !important;
    color: #fff;
    margin: 1% auto;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
}
}

@media screen and (min-width:992px){
.diaporamas_7_responsive_245 .carousel-inner, .diaporamas_7_responsive_245 .full-screen, .diaporamas_7_responsive_245.item {
     background-position: center top !important;
}
.item.active.full-screen {
    height: calc(100vh - 14px) !important;
    background-position: center top !important;
}

section#title1 .row, section#presentation .row {
    align-items: center;
}
section#ctn2 {
    padding: 80px 0;
}
section#picto {
    padding-bottom: 50px;
}
section#picto{
    padding-top: 80px;
}
section#presentation {
    padding-bottom: 80px;
}
section#title1 {
    padding-bottom: 80px;
}
}

@media screen and (max-width: 1280px){
div.menu_2_m_responsive_265 ul li {
    letter-spacing: 0 !important;
}
}


@media screen and (max-width: 1024px){
section#coord {
    display: none !important;
}
li.dropdown-submenu.level0:last-child a {  
    width: 93px !important;
}

img#l1087-imgCaptcha {
    width: 78px;
}
}

@media screen and (max-width:992px){
.carousel-caption > p {
    font-size: 15px !important;
    color: #fff;
    margin: 1% auto;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 500 !important;
    line-height: 23px !important;
}
}


@media screen and (max-width:991px) and (min-width:621px){
.diaporamas_7_responsive_245 .carousel-inner, .diaporamas_7_responsive_245 .full-screen, .diaporamas_7_responsive_245.item{
    background-position: center center;
}
}
@media screen and (max-width:414px){
#header_logo .logo_brand {
    margin: 20px auto;
    text-align: center;
    padding: 0 10px;
}
.carousel-caption {
    top: calc(42% - 63px) !important;
    width: 100%;
    left: 00px;
    right: 0;
    padding: 0 10px !important;
}
}

@media screen and (max-width:320px){
#contact .container {
    width: 100% !important;
    padding: 60px 0;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px !important;
}
section#contact a {
 
    font-size: 14px !important;
}
.navbar-nav>li>a {
    padding-bottom: 5px;
    font-weight: 400 !important;
}

.carousel-caption {
    display: none !important;
}
}

@media screen and (max-width:620px){


.item.active.full-screen {
    background-position: center center;
}

.diaporamas_7_responsive_245 .carousel-inner, .diaporamas_7_responsive_245 .full-screen, .diaporamas_7_responsive_245.item {
    background-position: center center;
}
}

@media screen and (max-width:991px){
section#title1 .row {
    display: flex;
    flex-direction: column-reverse;
}

label#la1087-txtInput {
    margin-left: 0 !important;
    left: 0 !important;
    position: relative;
}
}

@media screen and (max-width:480px){
.submit.btn.btn-default {
    padding: 10px 20px;
}

}

/************responsive***********/

@media screen and (min-width:1399px){
}
@media screen and (max-width:1499px){



#coord .container {
    width: 100% !important;
}


#blocks_51:after, #blocks_51:before {
    content: initial !important;
}

#encarts .container, #produit-encarts .container {
    width: 100% !important;
}

#cover1 .container, #cover2 .container, #service-ctn1 .container, #service-ctn2 .container {
    width: 90% !important;
}

div#col_3, div#col_5 {
    width: 50% !important;
}
}



@media screen and (max-width:991px){



section#coord {
    display: none;
}

div#blocks_55, div#blocks_78 {
    padding-bottom: 50px;
}

h3 {
    text-align: center;
}

.coord {
    text-align: center !important;
    padding-right: 0 !important;
    border-right: none !important;
}

div.menu_2_m_responsive_265 ul li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    letter-spacing: 0px;
}
}


@media screen and (min-width:992px){
.carousel-caption {
    top: calc(42% - 50px) !important;
    width: 100%;
    left: 00px;
    right: 0;
 padding: 0 10px !important;
    
}
}




@media screen and (max-width:768px){

.carousel-caption {
    top: calc(42% - 80px) !important;
    width: 100%;
    left: 00px;
    right: 0;
 padding: 0 10px !important;
   
}
}


@media screen and (max-width:767px){



.navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#navbar {
    background-color: rgba(255,255,255,0.99);
    position: absolute;
    width: 100% !important;
    clear: both;
}
}



@media screen and (max-width:620px){

div#blocks_1285 {
    width: 100% !important;
    position: absolute;
    top: 51px;
}
/*
div#blocks_1281 {
    width: 100% !important;
    position: absolute;
    top: 47px;
}
*/
div#blocks_1089 {
    display: block !important;
}

div#blocks_1087{
    display: none !important;
}


div#blocks_1055 {
    display: block !important;
}

div#header_logo {
    z-index: 9999999 !important;
}

div#blocks_57 {
    margin-bottom: 50px;
}



.txt_style3 {
    margin-top: 50px !important;
    font-size: 60px;
}


#services-tt .container, #produit-tt .container {
    width: 100% !important;
}

.header_baseline1 {
    text-align: center;
    font-size: 55px !important;
    color: #fff!important;
    font-family: 'Cookie';
    margin: 1% auto;
    text-transform: none;
    text-shadow: 1px 1px 3px #111;
    font-weight: normal;
    margin-top: 60px !important;
}

   .header_baseline {
    font-size: 14px !important;
    color: #fff;
    margin: 1% auto;
    font-family: 'Raleway';
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 6px;
    padding-bottom: 30px;
}

div#blocks_1076 {
    border-top: none !important; 
}





#header_logo .Logo {
    margin-top: 10px !important;
}


section#slider {
    height: calc(100vh - 100px) !important;
}

section#logo-menu {
    min-height: 108px !important;
}

#blocks_1076{
    width: 100% !important;
    position: absolute;
    top: 30px;
}

#blocks_1075{
    width: 40% !important;
    margin-top: 0px !important;
    z-index: 999;
}

#header_logo img{
max-width:162px !important;
height: auto !important;
}


h1 {
    font-size: 1.5em !important;
}
h2 {
    font-size: 1.3em !important;
}



section#contact {
    min-height: initial !important;
    min-height: 400px !important;
}

#icon-mobile .col-md-4.f1,
#icon-mobile .col-md-4.f2,
#icon-mobile .col-md-4.f3 {
    width: 33.33% !important;
    float: left;
}

#icon-mobile{
    display: block !important;
    background-color: #0a334f;
    padding: 9px 5px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 4px black;
}

#navbar {
    top: 81px;
}

}

@media screen and (max-width:480px){



h3 {
    font-size: 2em !important;
}

div.cometik_7_mentionslegales_default {
    font-size: 0.9em !important;
}
.header_baseline1 {
    font-size: 40px !important;
    margin-top: 60px !important;
}

   .header_baseline {
    font-size: 14px !important;
    line-height: normal;
    padding: 0 5px;
    padding-bottom: 20px;
}
}
@media screen and (max-width:374px){
}

/*****************************/