/* =====[ RESET ]======================================================================== */

body,
h1,
h2,
h3,
h4,
p,
quote,
small,
form,
input,
ul,
li,
ol,
label {
  /* Page reset */
  margin: 0;
  padding: 0;
}

/* =====[ GLOBAL STYLES ]======================================================================== */

body {
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #2a2a2a;
  background: #ffffff;
  margin: 0;
  padding: 0;
  z-index: 0;
  position: relative;
}

h1 {
  color: #ffffff;
  font-size: 40px;
  padding-bottom: 15px;
  font-weight: normal;
}
h2 {
  color: #000000;
  font-size: 35px; /*text-transform:uppercase;*/
  margin: 40px 0 20px 0;
}
h3 {
  color: #000000;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: normal;
}
h4 {
  color: #117040;
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: normal;
}
h4 img {
  vertical-align: middle;
  width: 50px;
  height: auto;
  padding-left: 10px;
}

h4.titre_rouge{
  color: #740235;
  font-weight: 700;
  padding-bottom: 0;
}

.photo {
  vertical-align: middle;
  width: 50px;
  height: auto;
  padding-left: 10px;
}
a {
  color: #04a152;
  text-decoration: none;
}
a:hover {
  color: #117040;
  text-decoration: underline;
}

ul.structure li.menu {
  width: 18%;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  list-style: none;
  box-sizing: border-box;
}
ul.structure li.contenu {
  width: 82%;
  margin-left: 18%;
  float: left;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}

.clear {
  clear: both;
}

p {
  padding: 10px 0;
  text-align: justify;
}
.marge {
  padding: 5% 8%;
}

.bg-gris {
  background: #cccccc;
}

.bg-gris2 {
  background: #f2f2f2;
}
.bg-vert {
  background: #117040;
  color: #ffffff;
  font-size: 20px;
}
.bg-vert h3 {
  color: #ffffff;
}
.bg-vert .marge {
  padding: 2% 8%;
}
.bg-vert p {
  float: left;
}
.bg-vert .bouton {
  float: right;
}

a.bouton {
  border: #ffffff 1px solid;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 25px;
  text-decoration: none;
}
a.bouton:hover {
  border: #000000 1px solid;
  color: #000000;
  font-size: 18px;
  padding: 10px 25px;
  text-decoration: none;
}

a.btn-vert {
  padding: 10px 30px;
  border-radius: 5px;
  background: #117040;
  color: #ffffff;
  display: inline-block;
  margin: 15px 10px 25px 0;
  font-size: 20px;
}
a:hover.btn-vert {
  background: #04a152;
  text-decoration: none;
}

hr {
  background: #aaaaaa;
  height: 1px;
  border: 0;
  margin: 40px 0;
}

.owl-carousel {
  cursor: pointer;
}

.document div {
  display: inline-block;
}
ol {
  margin-left: 20px;
}
ol li {
  margin-bottom: 20px;
}

.important {
  background: #f61a28;
  color: #ffffff;
  text-align: center;
  z-index: 25;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

.covid {
  /*background: #f61a28;*/
  background: url(../images/home-banner-2.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  z-index: 25;
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
.covid a {
  color: #ffffff;
}
.covid strong {
  font-size: 25px;
}

/*video 100%*/
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =====[ MENU FIXE ]======================================================================== */
.menu {
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.menu ul,
nav ul {
  margin: 40px 0;
}
.menu ul li,
nav ul li {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ebf0ed;
  text-align: left;
}
.menu ul li a,
nav ul li a {
  color: #117040;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 25px;
  box-sizing: border-box;
  display: block;
}
.menu ul li a:hover,
nav ul li a:hover {
  background: #117040;
  color: #ffffff;
  text-decoration: none;
}

.menu .logo,
nav .logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-top: 25px;
}
nav .logo {
  float: right;
  padding-right: 25px;
}

/* =====[ ACCUEIL ]======================================================================== */

.accueil,
.accueil h1,
.accueil a,
.accueil h2 {
  color: #ffffff;
}

ul.intro li {
  list-style: none;
  display: table-cell;
}
ul.intro li:nth-child(1) {
  width: 70%;
  background: url(../images/pourvoirielechasseur_aerien.jpg) no-repeat;
  background-size: cover;
  padding: 25px;
  box-sizing: border-box;
  vertical-align: bottom;
}
ul.intro li:nth-child(2) {
  width: 30%;
  background: #000000;
}
ul.intro li:nth-child(2) img {
  width: 100%;
  height: auto;
}

.intro h1 {
  font-size: 32px;
  color: #ffffff;
  text-shadow: 2px 2px #000000;
}
.intro h1 span {
  font-size: 50px;
}

.icone {
  background: #141414;
  padding: 20px 0;
}
.icone ul li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.icone ul li img {
  max-width: 154px;
  height: auto;
  width: 100%;
}

ul.heberg li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}
ul.heberg li:nth-child(1) {
  background: url(../images/pourvoirielechasseur_chalet.jpg) no-repeat;
}
ul.heberg li:nth-child(2) {
  background: url(../images/pourvoirielechasseur_auberge.jpg) no-repeat;
}
.heberg a {
  text-decoration: none;
  display: block;
  height: 500px;
  padding: 20% 5%;
  box-sizing: border-box;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.4);
}
.heberg a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.heberg img {
  width: 75px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.heberg h2 {
  margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px #000000;
}
.heberg p {
  text-align: center;
  font-size: 35px;
}

ul.capsule {
  background: #2a2a2a;
}
ul.capsule li {
  width: 50%;
  display: inline-block;
  text-align: center;
  list-style: none;
  font-size: 25px;
  vertical-align: middle;
}
ul.capsule li img {
  display: block;
  width: 75px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
}
ul.capsule li:nth-child(1) {
  background: #2a2a2a;
}
ul.capsule li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}

.destination {
  background: url(../images/pourvoirielechasseur_foret.jpg) center center
    no-repeat;
  padding: 15% 0;
  text-align: center;
  color: #ffffff;
}
.destination h2,
.destination2 h2 {
  padding-bottom: 30px;
  text-transform: uppercase;
  margin: 0;
}
.destination a,
.destination2 a {
  border: 1px solid #ffffff;
  padding: 15px 50px;
  font-size: 30px;
  text-decoration: none;
}

.destination2 {
  background: url(../images/pourvoirielechasseur_lac.jpg) center center
    no-repeat;
  padding: 15% 0;
  text-align: center;
  color: #ffffff;
}

/*video 100%*/
/* Le parent */
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/ /* 16:9 */
  padding-bottom: 51%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* L'enfant */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image_lobby {
  max-width: 100%;
  height: auto;
  display: block;
}

.image_lobby:hover {
  content: url("../applications/images/bandeaupub_ecoute-des-orignaux_02.png");
}
/* =====[ PAGE ]======================================================================== */

ul.entete {
  background: #141414;
  padding: 0 8%;
  margin-top: -5px;
}
ul.entete li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
img.theme {
  width: 100%;
  height: auto;
}

.titre h1 {
  margin-top: 40px;
}
/*.titre{ margin-bottom:5%;}*/
.cols {
  width: 50%;
  float: left;
  padding: 0 4% 4% 0;
  box-sizing: border-box;
}
.row {
  width: 100%;
  padding: 0 0 4% 0;
  box-sizing: border-box;
}
.last {
  padding: 0 0 4% 4%;
}

p.texte {
  font-size: 18px;
  color: #117040;
  padding: 0 0 10px 0;
}

/*--------------ORIGNAL------------------*/
#owl-orignal {
  margin: 40px 0;
}
#owl-orignal .item {
  text-align: center;
}

.periode h1 {
  color: #ffffff;
  background: #740235;
  font-size: 20px;
  padding: 15px;
}
.periode h3 {
  font-size: 18px;
  padding: 15px 0;
}
ul.periode li {
  list-style: none;
  width: 20%;
  box-sizing: border-box;
  float: left;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  text-align: center;
  height: 175px;
  margin-bottom: 20px;
}
ul.periode span {
  font-weight: bold;
  color: #740235;
  display: block;
}

.gris h1 {
  color: #ffffff;
  background: #757575;
  font-size: 17px;
  padding: 5px;
}

.prix h1 {
  color: #ffffff;
  background: #740235;
  font-size: 17px;
  padding: 5px;
}
ul.prix li {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
}
ul.prix li:nth-child(1) {
  width: 100%;
}
ul.prix li:nth-child(2) {
  border-right: 1px solid #740235;
}
ul.prix li:nth-child(4),
ul.prix li.sup {
  width: 100%;
  font-size: 14px;
  background: #757575;
  color: #ffffff;
}
ul.prix li:nth-child(5) {
  width: 100%;
  font-size: 16px;
}
ul.prix li:nth-child(4) p {
  padding: 10px;
}
ul.prix li p em {
  font-size: 16px;
  font-style: normal;
  color: #117040;
}
ul.prix li div {
  background: #f2f2f2;
  color: #117040;
  padding: 15px;
  font-size: 22px;
}
ul.prix li div span {
  color: #858585;
  font-size: 14px;
}
ul.prix li div.note {
  color: #444444;
  font-size: 16px;
}
.prix p {
  padding: 20px 10px;
  text-align: center;
}

.prix2 h1 {
  color: #ffffff;
  background: #740235;
  font-size: 17px;
  padding: 5px;
}
ul.prix2 li {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
}
ul.prix2 li:nth-child(1) {
  width: 100%;
}
ul.prix2 li:nth-child(odd) {
  margin-left: -3px;
}
ul.prix2 li:nth-child(even) {
  border-right: 1px solid #740235;
}

ul.prix2 li p em {
  font-size: 16px;
  font-style: normal;
  color: #117040;
}
ul.prix2 li div {
  background: #f2f2f2;
  color: #117040;
  padding: 15px;
  font-size: 22px;
}
ul.prix2 li div span {
  color: #858585;
  font-size: 14px;
}
ul.prix2 li div.note {
  color: #444444;
  font-size: 16px;
}
.prix2 p {
  padding: 20px 10px;
  text-align: center;
}

ul.col1 li {
  width: 100%;
  border: none !important;
}

.list ul,
ul.list {
  margin: 0 0 40px 0;
}
ul.list li > ul {
  margin: 10px 0;
}
.list ul li,
ul.list li {
  margin-left: 40px;
  padding-bottom: 10px;
  list-style: square;
}
.list ul li em {
  color: #930243;
  font-style: normal;
}
.except {
  border-top: 1px dashed #cccccc;
  padding-top: 10px;
  margin-top: 15px;
}

ul.list2 {
  text-align: center;
}
ul.list2 li {
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #cccccc;
  margin: 10px 1%;
}
ul.list2 li h2 {
  padding: 10px;
  background: #454545;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
}
ul.list2 li p {
  text-align: center;
  font-size: 18px;
  color: #117040;
  padding: 15px;
  font-size: 15px;
}

ul.croissance li {
  width: 23%;
  box-sizing: border-box;
}

/*--------------TRUITE------------------*/

.cols h1 {
  color: #ffffff;
  background: #740235;
  font-size: 17px;
  padding: 5px;
}
ul.peche {
  background: #ffffff;
}
ul.peche li {
  display: inline-block;
  list-style: none;
  width: 25%;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
ul.peche li.desc {
  width: 50%;
  text-align: left;
  color: #757575;
}

ul.peche li div {
  color: #117040;
  width: 25%;
  display: inline-block;
  float: right;
  text-align: center;
  font-size: 18px;
}
ul.peche li div span {
  color: #858585;
  font-size: 14px;
}

.truite > h2 {
  text-align: center;
}
.truite > ul li h3 {
  color: #ffffff;
  font-style: normal;
  padding: 0;
}
.truite > ul {
  text-align: center;
  margin: 40px 0;
  font-style: italic;
}
.truite > ul li {
  list-style: none;
  display: inline-block;
  padding: 25px 50px;
  background: #117040;
  margin-right: 2%;
  box-sizing: border-box;
}
.truite > ul li:last-child {
  margin-right: 0;
}
.truite > ul li:hover {
  background: #04a152;
}
.truite > ul li a {
  font-size: 18px;
  color: #ffffff;
}
.truite > ul li a:hover {
  text-decoration: none;
}
#forfait {
  margin-top: 100px;
}

/*--------------PETIT GIBIER------------------*/

/* =====[ SERVICE ]======================================================================== */
/*#owl-guide .item, #owl-service1 .item, #owl-service2 .item { padding:25px; text-align:center}*/
#owl-guide .item h4 {
  padding: 20px 0 0 0;
  text-align: center;
}
#owl-guide .item p {
  text-align: center;
}

.homage img {
  float: left;
  padding-right: 25px;
  width: 200px;
}
.homage {
  background: #f2f2f2;
  padding: 25px;
  margin: 20px 0 50px 0;
}

/* =====[ APPLICATION ]======================================================================== */
.icon-appli {
  float: left;
  padding: 25px;
  width: 150px;
  height: auto;
}

.app-accueil {
  display: flex;
  background: #141414;
}
.app-accueil > div {
  width: 50%;
}
.app-accueil > div a {
  padding: 25px 40px;
  box-sizing: border-box;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.app-accueil > div p {
  text-align: left;
}
/*.app-accueil > div img {
  width: 100px;
  height: auto;
  padding-right: 25px;
  box-sizing: border-box;
}*/
.app-accueil > div:first-child a {
  background: #850041;
  width: 100%;
  padding: 0;
  height: 100%;
}
.app-accueil > div strong {
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
.app-accueil > div:last-child a {
  background: #850041;
  width: 100%;
  height: 100%;
  gap: 15px;
}

.app-accueil > div:last-child a:hover {
  background: #04a152;
}

/*.app-accueil .btn-vert{background:#000000; margin:10px 0 0 0; font-size:14px; display:block; width:50px; text-align:center}*/

/* =====[ CHALET ]======================================================================== */
.chalet {
  margin: 30px 0;
  border-bottom: 1px dashed #cccccc;
}
.chalet h2 {
  margin: 0;
}
.chalet .cols {
  width: 30%;
}
.chalet .last {
  width: 70%;
}

.virtuel {
  margin: 25px auto 45px auto;
  width: 100%;
  height: 146px;
  background: url(http://ca-francois-couture.hdmedia360.ca/360/cbpBhpFqm/prints/photo199930_crop_800.jpg)
    #000000;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-boulet {
  max-width: 300px;
}
.left-boulet {
  float: right;
  padding: 15px 0 0 25px;
}
.right-boulet {
  float: left;
  padding: 15px 25px 0 0;
}
.boulet {
  vertical-align: top;
}

/* =====[ FORMULAIRE ]======================================================================== */
.carte {
  width: 100%;
  height: auto;
}
.icon {
  width: 50px;
  height: auto;
  padding: 10px 20px 10px 0;
  vertical-align: middle;
}
.icon2 {
  width: 75px;
  height: auto;
  padding: 0px 20px 20px 0;
  vertical-align: middle;
}
.gauche {
  float: left;
}

.map img {
  width: 100%;
  height: auto;
  display: block;
}
.map ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  padding: 25px;
  box-sizing: border-box;
  float: left;
}
.map p {
  text-align: left;
  height: 40px;
  padding: 10px 0 0 0;
}
ul.listmap {
  margin-top: 20px;
}
ul.listmap li {
  background: url(../images/i_pointeur.png) no-repeat left top;
  background-size: 20px 20px;
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 0 0 10px 30px;
}

.btn-google {
  background: #cccccc;
  padding: 15px 25px;
  color: #ffffff;
}

.btn {
  background: #04a152;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 40px;
  cursor: pointer;
}
.btn:hover {
  background: #117040;
}

form {
  margin-top: 30px;
}
form ul li {
  list-style: none;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
form ul li:nth-child(2n) {
  float: right;
  padding: 0;
}

form em {
  font-size: 13px;
  color: #454545;
  text-align: right;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

label {
  display: none;
}
label.checkbox {
  display: inline;
}
select,
textarea,
input {
  padding: 5px;
  font-size: 15px;
  border: 0px;
  color: #9a989b;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 0px;
  background: #f2f2f2;
  margin: 5px 0;
  box-sizing: border-box;
}
textarea {
  width: 100%;
}
input[type="text"],
input[type="email"] {
  width: 100%;
}

::-moz-placeholder {
  opacity: 1;
}

.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff0000;
}
.error {
  color: #ff0000;
  box-shadow: 0 0 3px #ff0000;
}
.error1 {
  color: #ff0000;
}

.succes {
  text-align: center;
  margin-top: 40px;
}
.succes img {
  width: 50px !important;
  height: auto;
  margin: 0 auto;
}

/* =====[ FOOTER ]======================================================================== */

a.show,
a.linkToggle {
  background: url("../images/iconplus.png") no-repeat 0 0;
  background-size: 20px 56px;
  padding: 0 0 0 40px;
  display: inline-block;
  height: 28px;
  text-decoration: none;
  margin-bottom: 32px;
}

.showInfo {
  border-bottom: 1px dashed #cccccc;
  margin: 25px 0;
}
.showInfo h4 {
  padding: 25px 0 15px 0;
}

a.show.minus,
a.linkToggle.minus {
  background-position: 0 -28px;
}
.showChalet {
  margin: 25px 0;
}

/* =====[ FOOTER ]======================================================================== */

footer {
  background: #141414;
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
}
footer img {
  width: 55px;
  height: auto;
  padding: 10px 0;
}
footer > a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
footer p {
  color: #9e9d9d;
  font-size: 15px;
  padding: 20px 0 0 0;
  text-align: center;
}
footer p a {
  color: #9e9d9d;
  text-decoration: none;
}

footer .logo {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* :::::[ 1200 PIXELS LAYOUT ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 1200px) {
  .truite > ul li {
    width: 31%;
    vertical-align: top;
    padding: 25px;
  }
  .truite ul li span {
    display: none;
  }
}

/* :::::[ 768 PIXELS LAYOUT ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 1008px) {
  .entete img {
    width: 100px;
    height: auto;
  }
  .intro h1 {
    font-size: 28px;
  }
  .intro h1 span {
    font-size: 45px;
  }
  .icone ul li {
    padding: 0 25px;
  }
  ul.heberg li {
    font-size: 28px;
  }

  .cols {
    width: 100%;
    float: none;
    padding: 0 0 4% 0;
    box-sizing: border-box;
  }
  .last {
    padding: 0 0 4% 0;
  }

  ul.periode li {
    width: 33.33%;
  }
  .truite > ul li {
    width: 30%;
  }

  .chalet .cols {
    width: 100%;
  }
  .chalet .last {
    width: 100%;
  }

  ul.listmap li,
  .map ul li {
    width: 50%;
  }
}

/* :::::[ 480 PIXELS LAYOUT (IPHONE HORIZONTALE)]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 752px) {
  p {
    text-align: left;
  }
  ul.entete {
    text-align: center;
  }
  ul.entete li {
    padding: 10px;
  }
  h1 {
    font-size: 30px;
  }

  .truite > ul li {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .homage img {
    float: none;
    padding: 0 0 25px 0;
    width: 100%;
  }
  .destination h2,
  .destination2 h2 {
    font-size: 30px;
  }
  .destination a,
  .destination2 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 25px;
    font-size: 25px;
  }
  ul.periode li {
    width: 50%;
  }

  ul.croissance li {
    width: 48%;
    box-sizing: border-box;
  }

  .bg-vert p {
    float: none;
    text-align: center;
  }
  .bg-vert .bouton {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  ul.listmap li {
    width: 100%;
  }
  .map ul li {
    width: 100%;
  }

  ul.intro li {
    display: inline-block;
  }
  ul.intro li:nth-child(1) {
    width: 100%;
    padding: 40% 6% 6% 6%;
  }
  ul.intro li:nth-child(2) {
    width: 100%;
  }
  .icone {
    display: none;
  }
  ul.heberg li {
    width: 100%;
  }
  ul.capsule li {
    width: 100%;
  }
  ul.capsule li:last-child {
    display: none;
  }
  form ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .list ul li,
  ul.list li {
    margin-left: 20px;
  }

  .app-accueil {
    flex-flow: column wrap;
  }
  .app-accueil > div {
    width: 100%;
  }
}

/* :::::[ 320 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 464px) {
}
