@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0; }

.wrraper {
  width: 1000px;
  margin: 0 auto; }

.text-center {
  text-align: center; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

ul.list-unstyled {
  list-style: none; }

p {
  margin: 0; }

.img_one {
  background: url("../images/img_4.png"); }

.img_two {
  background: url("../images/img_2.jpg"); }

.img_thre {
  background: url("../images/img_3.png"); }

.img_height {
  height: 483px !important; }

.am_banner-top {
  height: 960px;
  background-size: cover; }
  .am_banner-top .am_logo {
    width: 385px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .am_banner-top .am_logo img {
      width: 85%; }

.am_bottom-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 108px; }
  .am_bottom-content p {
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    line-height: 144%; }
  .am_bottom-content .am_btn {
    display: inline-block;
    background-color: #37701e;
    text-align: center;
    color: #fff;
    padding: 20px 60px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    width: 250px;
    height: 60px;
    line-height: 55px;
    font-size: 46px; }
  .am_bottom-content .am_btn2 {
    display: inline-block;
    background-color: #37701e;
    text-align: center;
    color: #fff;
    padding: 20px 60px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    width: 250px;
    height: 97px;
    line-height: 55px;
    font-size: 46px; }

.am_bottom-content.text-medieum p {
  font-size: 25px;
  font-weight: 500; }
.am_bottom-content.text-medieum ul {
  padding-left: 20px;
  margin-bottom: 30px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding-top: 30px; }
  .am_bottom-content.text-medieum ul li {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 163%; }
.am_bottom-content.text-medieum .am_btn, .am_bottom-content.text-medieum .am_btn2 {
  display: inline-block;
  background-color: 056839;
  text-align: center;
  color: #fff;
  padding: 20px 60px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-radius: 100px;
  margin-top: 50px; }

.am_title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }
  .am_title-section h4 {
    font-family: "Roboto", sans-serif;
    font-size: 56px;
    color: #161616;
    font-weight: 900;
    margin: 0; }
  .am_title-section a {
    width: 169px;
    height: 55px;
    background-color: #056839;
    text-align: center;
    border-radius: 100px;
    line-height: 55px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #ffffff; }

.am_lists {
  background-color: #041d11;
  padding: 20px; }
  .am_lists h4 {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 56px;
    margin: 0 0 30px; }
  .am_lists ul li {
    color: #ffffff; }

.am_logo-menu {
  width: 385px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  text-align: center; }
  .am_logo-menu img {
    width: 85%; 
    margin-top: 15px; }

.am_title-menu {
  background-color: #056839;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  margin: 30px 0; }
  .am_title-menu h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 44px; }

.am_list-menu {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 8px solid #056839; }
  .am_list-menu ul {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
    /*row-gap: 20px;*/
    /*column-gap: 3%;*/ }
    .am_list-menu ul li {
      flex: 0 0 31.333333%; margin-right: 30px; margin-bottom: 15px;}
  .am_list-menu.am_list-menu-btm {
    border-bottom: none;
    padding-bottom: 0; }
    .am_list-menu.am_list-menu-btm h4 {
      color: #1f1f1f;
      font-family: "Roboto", sans-serif;
      font-size: 44px;
      font-weight: 900;
      margin: 0;
      margin-bottom: 50px; }
    .am_list-menu.am_list-menu-btm ul li {
      flex: 0 0 48.333333%; }
      .am_list-menu.am_list-menu-btm ul li h5 {
        max-width: 100%;
        margin-bottom: 50px; }

.am_list-item-img {
  position: relative; }
  .am_list-item-img img {
    width: 100%;
    border-radius: 11px; }
  .am_list-item-img .am_list-content {
    position: absolute;
    top: 20px;
    left: 20px; }
    .am_list-item-img .am_list-content h5 {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 26px;
      font-weight: 900;
      margin: 0;
      /*max-width: 80%;*/ }
    .am_list-item-img .am_list-content a {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      width: 117px;
      height: 46px;
      display: inline-block;
      background: #056839;
      line-height: 46px;
      text-align: center;
      color: #ffffff;
      border-radius: 100px;
      margin-top: 20px;
      font-weight: 900; }

.media {
  border-bottom: 1px solid #056839; }
  .media .am_title-section {
    border-bottom: 1px solid #000;
    padding-bottom: 50px; }
  .media .am_list-content {
    position: initial; }
    .media .am_list-content h5 {
      color: #000000;
      margin-top: 5px; }

.am_tabs h4 {
  font-size: 54px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.accordion {
  padding-left: 0 !important; }
  .accordion li {
    position: relative; }
    .accordion li p {
      color: #000000; }
  .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 900;
    line-height: 3;
    font-size: 25px;
    font-family: "Roboto", sans-serif; }
    .accordion a:after {
      width: 8px;
      height: 8px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      position: absolute;
      right: 10px;
      content: " ";
      top: 34px;
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .accordion a.active:after {
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.accordion li p {
  display: none; }

.am_play {
  position: relative; }
  .am_play a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    left: 41%; }

/*
Style By: Qassim Hassan
Twitter: @QQQHZ
Websites: wp-time.com | qass.im | wp-plugins.in
Copyright (c) 2016 - Qassim Hassan
Adapted by: Pedro Rogerio for mediabox v0.0.2 | https://github.com/pinceladasdaweb/mediabox */
.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox; }

@-webkit-keyframes mediabox {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mediabox {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mediabox-content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide; }

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes mediaboxhide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px; }

.mediabox-close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) and (min-width: 10px) {
  .mediabox-content {
    max-width: 90%; } }
@media all and (max-width: 600px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 320px !important; }

  .mediabox-close {
    bottom: 362px; } }
@media all and (max-width: 480px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 220px !important; }

  -close {
    bottom: 262px; } }
.mediabox > .et_pb_row:after {
  display: block;
  content: "\4d";
  /* Elegant themes icon code */
  font-family: ETmodules;
  position: absolute;
  /* makes the icon absolute to the parent */
  top: 0px;
  /* moves to top */
  right: 40px;
  /* moves to right */
  font-size: 40px;
  visibility: visible;
  color: #fff;
  cursor: pointer;
  /* changes the cursor to be a pointer */ }

/*# sourceMappingURL=style.css.map */

/** BY MC **/
.banner-amee img{  max-width: 1000px; padding-top: 50px;}
.medias {padding-top: 40px;}
.am_lists ul{ border-top: unset!important; border-bottom: unset !important;}
.hp ul{ border-top: unset!important; border-bottom: unset !important; padding-top: unset !important;}
.no-marginright{ margin-right: unset !important;}
.am_bottom-content.text-medieum p img { width: 99%;}
/** Mieux vous connaître */
.form input[type="text"], select {
	font-family: "Roboto", sans-serif;
  display: block;
	height: 77px;
	width: 100%;
	padding: 0 20px;
	background: #ebebeb;
	margin-bottom: 20px;
	color: #3e3c35;
	font-size: 20px;
	font-weight: 400;
	border: none;
  margin-top: 15px;
}

textarea {
	font-family: "Roboto", sans-serif;
  display: block;
	height: 150px;
	width: 100%;
	background: #ebebeb;
	margin-bottom: 20px;
	color: #3e3c35;
	font-size: 20px;
	font-weight: 400;
	border: none;
  margin: 15px 0 20px 0;
}

.form span{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.btn-conf-amee{
  width: 169px;
  height: 55px;
  background-color: #056839;
  text-align: center;
  border-radius: 100px;
  line-height: 55px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #ffffff;
  margin-top: 40px;
}

/**Footer section */
.footer p{
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  text-align: center;
}

.link-rss{
  text-align: center;
}

.footer ul{
  list-style: none;
  display:inline-table;
  margin-top: 35px;
  margin-bottom: 45px;
}

.footer ul li{
  padding-right: 25px;
  float: left;
}

