@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap);
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0; }

.site {
  width: 100%;
  display: inline-block;
  margin-bottom: 114px; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

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

h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.35) 1px 0 10px; }

h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.35) 1px 0 10px; }

.noShadow {
  text-align: left;
  color: #000;
  text-shadow: rgba(0, 0, 0, 0) 1px 0 10px; }

h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
  margin-bottom: 30px; }

h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #000; }

.headSite {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

.mobileNav {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  background: url(/images/menu.png) no-repeat center center; }

.topHeader {
  width: 100%;
  height: 34px;
  background: #fff; }

.top {
  width: 100%;
  height: 34px;
  background: #FFF; }

.wrapper {
  width: 1170px;
  margin: auto; }

.topMenu {
  float: right; }

.topMenuItem {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #000;
  font-size: 12px;
  margin-top: 10px;
  opacity: .7;
  transition: opacity 300ms;
  cursor: pointer; }

.topMenuItem:hover {
  opacity: 1; }

.topMenuSocial {
  float: left; }

.suivez {
  float: left;
  font-size: 12px;
  padding: 0 15px;
  margin-top: 10px; }

.topMenuSocial > .icon {
  width: 24px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  float: left;
  opacity: .7;
  transition: opacity 300ms;
  cursor: pointer; }

.topMenuSocial > .icon:hover {
  opacity: 1; }

.fb {
  background-image: url("/images/fb.png"); }

.tw {
  background-image: url("/images/tw.png"); }

.yt {
  background-image: url("/images/yt.png"); }

.insta {
  background-image: url("/images/insta.png"); }

.in {
  background-image: url("/images/in.png"); }

.header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #f7f7f7; }

.header .logo {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  cursor: pointer; }

.header .mainMenu {
  width: auto;
  float: right;
  margin-right: 10px;
  padding-top: 25px;
  box-sizing: border-box; }

.header .mainMenu .item {
  height: 55px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  float: left;
  padding: 0 20px;
  transition: border-bottom 500ms;
  cursor: pointer;
  border-bottom: 5px solid rgba(0, 0, 0, 0); }

.header .mainMenu .item:hover {
  border-bottom: 5px solid #35a835; }

.header .mainMenu .sep {
  height: 24px;
  width: 1px;
  background: #000;
  margin-top: 10px;
  float: left; }

.header .mainMenu .active {
  border-bottom: 5px solid #35a835; }

.main {
  position: relative;
  width: 100%;
  min-height: 560px;
  background: #dfdfe1; }

.mainBottom {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.mainBg {
  position: absolute;
  width: 100%;
  min-height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.mainContainer {
  position: absolute;
  width: 100%;
  bottom: 40px; }

.mainButtons {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.mainButtons .bt {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  margin: 0 10px;
  color: #FFF;
  font-weight: 500px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  cursor: pointer; }
  .mainButtons .bt:hover {
    background: rgba(0, 0, 0, 0.8); }

.alignLeft {
  text-align: left; }

.banner {
  background-image: url("/images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  display: inline-block;
  margin-left: calc((100% - 1170px) / 2); }

.banner1 {
  background-image: url("/images/banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  display: inline-block;
  margin-left: calc((100% - 1170px) / 2); }

.formulaire {
  width: 50%;
  float: right;
  padding: 40px 20px 100px 20px; }

.formulaire p {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.formulaire h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px; }

.formLine {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px; }

.formLineInfo {
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  color: #ababab;
  display: inline-block; }

.formLine label {
  width: 50%;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-align: right;
  padding-right: 20px;
  padding-top: 2px; }

.formLine input {
  width: 50%;
  display: block;
  float: left;
  height: 32px;
  border: none;
  border-radius: 20px;
  background: #FFF;
  font-size: 14px;
  padding-left: 16px;
  box-sizing: border-box; }

.formLine input[type=submit] {
  width: 180px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 50%;
  height: 50px;
  border: none;
  border-radius: 36px;
  background: #b5b5b5;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  border: 2px solid #FFF;
  color: #FFF; }

.bna {
  width: 100%;
  display: inline-block;
  margin-top: -30px; }

.bna .logo {
  float: right;
  padding-right: 100px;
  position: relative; }

.bna .credit {
  width: 700px;
  margin-left: 230px;
  float: left;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  color: #ababab;
  padding-top: 50px; }

.credit {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  color: #ababab;
  padding-top: 50px; }

.footer {
  width: 100%;
  background: #f7f7f7;
  margin-top: 40px;
  display: inline-block; }

.footer p {
  font-size: 13px;
  line-height: 18px;
  color: #ababab; }

.footerPadding {
  padding: 50px 120px;
  display: inline-block;
  margin-left: calc((100% - 1170px) / 2); }

.footer .logo {
  width: 30%;
  float: left;
  text-align: center;
  padding-top: 20px; }

.footer .infos {
  float: left;
  width: 70%; }

.pageContent {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  display: inline-block; }

.pageContent .lineContent {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 30px; }

.pageContent .lineContent .content {
  position: relative;
  float: left;
  width: 60%;
  padding-right: 30px;
  box-sizing: border-box; }

.pageContent .lineContent .content p {
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }

.pageContent .lineContent .content h4 {
  font-size: 17px;
  font-weight: 500;
  color: #00b04c;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left; }

.pageContent .lineContent .content ul {
  width: 100%;
  list-style: none; }

.pageContent .lineContent .content ul li {
  font-size: 15px;
  font-weight: 300; }
  .pageContent .lineContent .content ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #00b04c;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    font-size: 20px;
    line-height: 20px; }

.pageContent .lineContent .content ul li span {
  color: #00b04c;
  font-weight: 700; }

.pageContent .lineContent .content p span {
  color: #00b04c;
  font-weight: 700; }

.pageContent .lineContent .pict {
  float: left;
  width: 40%;
  float: right; }

.pageContent .lineContent .pict img {
  width: 100%; }

.accordi {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block; }

.col4 {
  position: relative;
  width: 25%;
  float: left; }

.colPad {
  box-sizing: border-box;
  padding: 10px; }

.cardtype {
  height: 250px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.cardHolder {
  position: relative;
  width: 100%;
  display: inline-block; }

.cardHolder .title {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: center; }

.cardHolder .cardPict {
  position: relative;
  width: 100%;
  height: 240px; }

.cardHolder .cardPict .pict {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  background-color: #f3f3f3; }

.cardHolder .cardPict .overley {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 500ms;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px; }
  .cardHolder .cardPict .overley:hover {
    opacity: 1; }

.btLink {
  width: 260px;
  height: 42px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  color: #FFF;
  margin: auto;
  background: #00b04c;
  border-radius: 24px;
  cursor: pointer; }

.supportItem {
  position: relative;
  width: 33.3%;
  float: left;
  padding: 15px;
  box-sizing: border-box; }

.supportItem .item {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #00b04c;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 500ms; }
  .supportItem .item:hover {
    transform: scale(1.05); }

.search {
  position: relative;
  width: 700px;
  min-height: 50px;
  background: #fff;
  border-radius: 6px;
  margin-top: 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26); }

.search input {
  width: calc(100% - 60px);
  height: 46px;
  margin: 2px;
  border: none;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 15px;
  float: left; }

.search .confrm {
  width: 50px;
  height: 50px;
  background: url("/images/search.png") no-repeat center center;
  background-size: 40px;
  float: right;
  cursor: pointer; }

.rechResult {
  position: absolute;
  width: 100%;
  background: #FFF;
  border-radius: 0 0 6px 6px;
  top: 46px;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26); }

.rechResult .item {
  width: 100%;
  /*background: #e8e8e8;*/
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 0px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8; }

.cardContainer {
  float: left;
  width: 980px;
  margin-top: 30px;
  display: inline-block; }

.cardContainer .title {
  width: 180px;
  height: 200px;
  float: left;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center; }

.cardContainer .cards {
  width: 800px;
  height: 200px;
  float: left; }

.cardContainer .cards .partic {
  width: 60%;
  float: left;
  background: #e9e9e9; }

.cardContainer .cards .partic .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700; }

.cardContainer .cards .partic .cell {
  width: 33.3%;
  height: 160px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 300ms; }
  .cardContainer .cards .partic .cell:hover {
    background-size: 98%; }

.cardContainer .cards .business {
  width: 40%;
  float: left;
  background: #FFF; }

.cardContainer .cards .business .cell {
  width: 50%;
  height: 160px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 300ms; }
  .cardContainer .cards .business .cell:hover {
    background-size: 98%; }

.cardContainer .cards .business .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700; }

.content80 {
  width: 85%;
  padding: 0;
  padding-bottom: 80px;
  box-sizing: border-box; }

.mgTop50 {
  margin-top: 50px; }

.main480 {
  height: 480px; }

.hei100 {
  height: 100%; }

.wi100 {
  width: 1170px;
  height: auto; }

.content80 {
  width: 95% !important;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 40px; }

@media only screen and (max-width: 980px) {
  .wrapper {
    width: 95%;
    margin: auto; }
  .wi100 {
    width: 105%; }
  .header .mainMenu {
    width: 100%;
    display: none; }
  .hdr {
    width: auto; }
  .header .mainMenu .item {
    width: 100%; }
  .header .mainMenu .sep {
    display: none; }
  .topMenuItem {
    float: left;
    padding: 0 5px;
    font-size: 11px; }
  .suivez {
    font-size: 11px;
    padding: 0 5px; }
  .topMenuSocial > .icon {
    width: 20px;
    background-size: 18px; }
  .header .logo {
    margin-left: 10px; }
  .formulaire {
    width: 100%;
    float: left;
    padding: 30px 30px 60px 30px;
    background: #dfdfe1;
    margin-top: 350px; }
  .banner {
    margin-left: 0%;
    width: 100%;
    background-size: auto 350px;
    background-position: center top; }
  .banner1 {
    margin-left: 0%;
    width: 100%;
    background-size: auto 400px;
    background-position: left top; }
  .formLine input[type=submit] {
    margin-left: 35%; }
  .bna .credit {
    width: 100%;
    font-size: 10px;
    padding-top: 10px;
    margin-left: 0; }
  .bna .logo {
    padding-right: calc(50% - 30px); }
  .footerPadding {
    margin-left: 0;
    padding: 50px 20px;
    width: 100%; }
  .footer .infos {
    width: 100%; }
  .footer .logo {
    width: 100%; }
  .mobileNav {
    display: block; }
  .slider {
    width: 100%;
    height: 400px; }
  .slider .slide {
    height: 400px; }
  .section {
    width: 100%; }
  .section .carte .pict .textBlock {
    width: 100%;
    padding: 20px; }
  .section .mandat .pict .textBlock {
    width: 100%;
    padding: 20px; }
  .section .mandat .pict {
    background-position: right center; }
  .topHeader {
    height: 64px !important; }
  .slider .slide .wrapper {
    font-size: 30px;
    line-height: 30px;
    padding: 30px; }
  .slider .slide .wrapper span {
    font-size: 30px; }
  .demandes .wrapper .title {
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 20px;
    line-height: 20px; }
  .demandes .wrapper {
    width: 100%; }
  .demandes .wrapper .icons {
    width: 100%;
    height: auto; }
  .demandes .wrapper .icons .item {
    width: 50%; }
  .lineInfo .lineItem {
    width: 100%; }
  .lineInfo .lineItem .pictBlock .info {
    padding: 30px;
    font-size: 20px;
    line-height: 20px;
    left: 0; }
  .services .wrapper {
    width: 100%; }
  .services .wrapper .card {
    width: calc(100% - 30px);
    margin-bottom: 15px; }
  .footerBas .credit {
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .services {
    padding-bottom: 40px;
    display: inline-block; }
  .footerBas .wrapper {
    width: 100%; }
  .footerBas .wrapper .cell25 {
    width: 100%; }
  .footerBas .wrapper .cell40 {
    width: 100%; }
  .footerBas .wrapper .cell1 {
    width: 100%; }
  .top60 {
    margin-top: 0px; }
  .mobileNav {
    display: block; }
  .content80 {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px; }
  .mainContainer h1 {
    font-size: 26px; }
  .mainContainer h2 {
    font-size: 20px;
    margin-bottom: 15px; }
  .main {
    min-height: 320px; }
  .mainBg {
    min-height: 320px; }
  .site {
    margin-top: 114px; }
  .pageContent .lineContent .pict {
    width: 100%; }
  .pageContent .lineContent .content {
    width: 100%;
    padding-right: 0px;
    padding: 5px; }
  .mgTop50 {
    margin-top: 10px; }
  .cardContainer {
    width: 100%;
    margin-bottom: 140px; }
  .cardContainer .title {
    width: 100%;
    height: 80px; }
  .cardContainer .cards .partic {
    width: 100%; }
  .cardContainer .cards .business {
    width: 100%;
    margin-top: 20px; }
  .cardContainer .cards {
    width: 100%; }
  .cardContainer .cards .partic .cell {
    height: 100px;
    padding-bottom: 5px; }
  .cardContainer .cards .business .cell {
    height: 120px;
    padding-bottom: 5px; }
  h3 {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px; }
  .mainButtons {
    display: inline; }
  .search {
    width: 100%; }
  .supportItem {
    width: 100%;
    padding: 5px 15px; }
  .supportItem .item {
    height: 50px;
    font-size: 14px; } }

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .wrapper {
    width: 970px;
    margin: auto; }
  .wi100 {
    width: 970px; }
  .footerPadding {
    margin-left: calc((100% - 970px) / 2); }
  .bna .credit {
    width: 700px;
    font-size: 10px;
    padding-top: 50px;
    margin-left: 100px; }
  .demandes .wrapper {
    width: 970px; }
  .section .carte .pict .textBlock {
    width: 80%;
    padding: 30px; }
  .section .mandat .pict .textBlock {
    width: 80%;
    padding: 30px; }
  .services .wrapper {
    width: 970px; }
  .footerBas .wrapper {
    width: 970px; }
  .services .wrapper .card {
    min-height: 480px;
    margin-bottom: 40px; } }

/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.accordion {
    
    border-radius: 0px;
    font-size: 14px;
}

.accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__button {
    background-color: #f2f2f2;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 700;
    font-size: 14px;
}

.accordion__button:hover {
    background-color: #ddd;
}

.accordion__button:before {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg);
}

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
    transform: rotate(45deg);
}

.accordion__panel {
    padding: 20px;
    animation: fadein 0.35s ease-in;
}

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

