/* navigation */

html {
scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
max-width: 100%;
overflow-x: hidden;
color: #000;
}

.wrapper {
width: 100%;
overflow: hidden;
}


a {
  text-decoration: none;
  color: #000;
}

a.biga {
font-weight: 600;
color: #000;
}

ul li {
list-style: none;
color: #000;
}

ul.services  {
margin: 0;
padding: 0 0 80px 0;
}

strong {
color: #000;
}

strong.green {
color: #0044C4;
font-weight: 800;
}

.conteneurtop strong.green {
font-weight: 500;
}

h1.article strong.green {
font-weight: 800;
}

h3 {
margin-top: 50px;
}

/* header */

.header {
  background-color: #fff;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

}

@media (max-width: 700px) {
.header .logo {
  font-size: 3em;
}

}

/* fin navigation */


/* mm */

.conteneurtop {
padding-top: 70px;
}

.bordbottom {
border-bottom: 3px dotted #dfdfdf;
}

.conteneurtop p {
font-family: "Lora", serif;
font-size: 3em;
color: #000;
line-height: 1.2em;
padding: 45px 150px 0px 150px;
font-weight: 500;
}


.conteneur {
padding: 20px;
}

.conteneur p {
font-size: 2.5em;
line-height: 1.2em;
letter-spacing: 0.05em;
padding: 45px 150px 0px 150px;
}

.footer {
padding-bottom: 10px;
padding-top: 50px;
max-width: 1000px;
margin: 0 auto;
}


.normal {
padding-bottom: 60px;
padding-top: 50px;
max-width: 1000px;
margin: 0 auto;
}

.normal .conteneur p {
font-size: 1em;
line-height: 1.3em;
letter-spacing: 0.02em;
padding: 10px 20px 10px 20px;
margin: 0;
color: #000;
}

.normal.white .conteneur p {
background: #fff;
color: #000;
}

.normal .conteneur p.first {
padding-top: 20px !important;
}

.normal .conteneur p.last {
padding-bottom: 20px;
}

h1 {
font-size: 2.5em;
}

.normal .conteneur h2 {
font-size: 2.5em;
margin: 0;
padding: 10px 20px 10px 20px;
display: inline-block;
color: #000;
}

h1.h2style {
padding: 10px 20px 10px 20px;
}

.normal .conteneur h2.block {
display: block;
}

.normal.white .conteneur h2 {
background: #fff;
color: #000;
}

.footer .conteneur h2 {
background: none;
}

.logos {
padding-top: 5px;
}

.logos a img {
padding-right: 20px;
}

/* color block */


.bk {
color: #000;
}


.flex {
display: flex;
justify-content: center;
align-content: space-between;
}

.flexleft {
display: flex;
justify-content: center;
align-content: space-between;
}

.flex  div {
width: 32%;
text-align: center;
}

.homeflex h2 {
margin: 0;
padding: 10px 0 10px 0;
line-height: 1.1em;
font-size: 1.6em;
color: #000;
}

.homeflex ul li {
color: #000;
}

/* rotate */

.rotate {
  color: #fff;
  transform: rotate(7deg);
//background: url('https://eptagram.fr/img/bkg-top.jpg') left top repeat;
 background-image: linear-gradient(to right top, #2b004c, #430367, #5e0682, #7b0a9d, #9a0cb9);
position: relative;
    top: 80px;
left: -100px;
    width: 150%;
    height: 450px;
    z-index: 10;
    margin-bottom: 120px;
  }

  .rotate div {
    transform: rotate(-7deg);
    width: 57%;
    position: relative;
    top: 50px;
    left: 150px;
    }

  .rotate h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    }

    .rotate p strong {
    color: #fff;
      }



img.rotimg {
position: relative;
top: -90px;
z-index: 1;
}


/* fin test rotate */


.homeflex {
padding-top: 20px;
}

.home .webbackgrounded {
background-image: linear-gradient(to left top, #019dd4, #008ad6, #0075d5, #005dcf, #0042c2, #004bcb, #0053d5, #005cde, #0088f9, #00adfe, #00cef7, #0fecec);
margin-top: -280px;
padding-top: 250px;
}

.ecoconception {
margin-top: 10px;
}

.avantages {
margin-top: 20px;
}

ul.ulavantages {
margin: 30px 0 0 25px;
padding: 0;
}

ul.ulavantages li {
color: #fff;
}

ul.ulavantages li i {
color: #fffd33;
display: inline-block;
padding-right: 4px;
}


.avantages ul li {
padding-bottom: 15px;
}

ul.secondul {
margin-left: 30px;
}

.formbackgrounded {
background: url("img/bkgform.jpg") left top repeat;
//background: url("img/bkg-top.jpg") left top repeat;
padding: 45px 0 30px 0;
}

.contactbackgrounded {
  background-image: linear-gradient(to left top, #019dd4, #008ad6, #0075d5, #005dcf, #0042c2, #004bcb, #0053d5, #005cde, #0088f9, #00adfe, #00cef7, #0fecec);

  padding: 45px 0 30px 0;
}

.contactbackgrounded .contact h2 {
color: #fff;
}

.contactbackgrounded .normal .conteneur p {
color: #fff;
}

.contactbackgrounded p strong {
color: #fff;
}

.btn a {
display: inline-block;
width: 150px;
padding: 10px;
color: #fff;
background: #000;
margin: 0 auto;
transition: all 0.5s ease 0s;
}

.btn a:hover {
color: #008e8f;
transition: all 0.5s ease 0s;
}

.btn {
text-align: center;
margin-top: 70px;
}

.grey {
  background: #ccc;
}

/* footer */

.footer .conteneur p {
background: none;
}

.footerbackgrounded {
  color: #fff;
  background: #000;
  padding: 45px 0 30px 0;
}

/* contact */

.contactinfo {
font-size: 1.5em !important;
padding: 30px 0 30px 0;
font-weight: 600;
}

.contactinfo i {
padding-right: 10px;
}

.rs i {
font-size: 1.5em;
}

/* footer */

.footer {
font-weight: 400;
font-size: 0.8em;
}

.footer .flex div {
text-align: left;
margin-right: 20px;
}

.footer h4 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 0.8em;
font-weight: lighter;
letter-spacing: inherit;
}

.footer ul {
margin: 15px 0 0 0;
padding: 0;
}

.footer ul li {
display: inline;
}

.footer ul li a {
display: inline-block;
color:#FFF;
padding: 4px 9px 4px 9px;
margin: 0 3px 7px 0;
transition: all 0.5s ease 0s;
background: #fff;
font-size: 0.7em;
color: #000;
}

.footer ul li a:hover {
background:#008e8f;
transition: all 0.5s ease 0s;
}

.bottomfooter {
  padding-top: 130px;
}

.bottomfooter ul li a {
  font-size: 0.7em;
  color: #fff;
  background: transparent;
}

.bottomfooter ul li.copyright {
  font-size: 0.7em;
  color: #fff;
  background: transparent;
  opacity: 0.6;
  padding-right: 8px;
}

.bottomfooter ul li a:hover {
  color: #008e8f;
  background: transparent;
}

.bottomfooter ul li {
display: inline;
}

.bottomfooter ul {
margin: 0;
padding: 0;
}

/* not home */

.nothome {
margin-top: 75px;
}

.h1pad {
padding: 10px 20px 10px 20px;
}

p.nomarg {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}


.charte {
  background-image: linear-gradient(to left top, #019dd4, #008ad6, #0075d5, #005dcf, #0042c2, #004bcb, #0053d5, #005cde, #0088f9, #00adfe, #00cef7, #0fecec);

}

/* articles */

h1.article {
font-size: 2.5em;
color: #000;
line-height: 1.2em;
padding: 116px 150px 0px 150px;
font-weight: 800;
margin: 0;
color: #000;
}

.contenuprincipal {
padding: 15px 150px 150px 150px;
}

.conteneurarticle h2 {
margin: 80px 0 40px 0;
}

ul.listarticle {
margin: 0;
padding: 0;
}

ul.listarticle li {
padding-bottom: 1em;
}

ul.listarticle li i {
padding-right: 0.8em;
}

a.external {
font-weight: 700;
color: #0044C4;
}

img.imgarticle {
max-width: 100%;
height: auto;
margin: 30px 0 30px 0;
}

.fleximgarticle {
margin: 50px 0 50px 0;
}

/* @media */

@media (max-width: 1000px) {


.box h2 {
padding: 30px 0 30px 0;
font-size: 3em;
}

    .conteneur p {
padding: 25px 50px 0px 50px;
}

}

@media (max-width: 900px) {


  body {
  font-size: 1em;
  letter-spacing: 0.01em;
  }

.conteneurtop {
padding-top: 90px;

}

        .conteneurtop p {
padding: 0 15px 5px 15px;
            font-size: 1.8em;
}

h1.article {
padding: 0 15px 5px 15px;
}

.contenuprincipal {
padding: 0 15px 50px 15px;
}


.normal .conteneur p {
font-size: 1em;
line-height: 1.2em;
letter-spacing: 0.02em;
}


.normal .conteneur h2 {
font-size: 1.8em;
line-height: 1.2em;
}

.flex {
display: block;
text-align: center;
vertical-align:middle;
}

.flexleft {
  display: block;
  text-align: left;
  vertical-align:middle;
}

ul.secondul {
margin-left: 0;
}

.flex div {
text-align: center;
width: 200px;
margin-left: auto;
margin-right: auto;
}

.rotate div {
  left: 130px;
  }

  .rotate {
      height: 600px;
    }

    ul.ulavantages {
    margin: 0;
  }

  ul.services  {
  margin: 0;
  padding: 0 0 40px 0;
  }

  .footer ul {
  padding-bottom: 25px;
  }

  .bottomfooter {
    padding-top: 30px;
    padding-left: 10%;
  }

  .logos {
width: 180px;
margin: 0 auto;
}

.footer .flex div {
  margin-right: 0;
}

.flex div {
margin-left: 0;
margin-right: 0;
width: 90%;
}

}

@media (max-width: 770px) {

  .conteneurtop {
padding-top: 30px;

  }

}
