@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//fonts.googleapis.com/css?family=Marvel:400,700);
/*----------------------------------Couleurs-----------------------------------
vert clair : 	c3de26
vert sombre : 	1F6629
vert google forms 009688

bleu sombre sfs : 	092aff
bleu clair sfs :	52a5f3
marron sfs : 		b5844c
beige sfs : 		d3ab61
rouge sfs : 		cf0b12
vert sombre sfs :	315a00
vert clair sfs :	47a700
fleu FB : 			3b589e
fleu TW : 			20b8ff

----------------------------------------------------------------------------------STYLES CSS V2 --------------------------------------------*/

/* ======================================================= variables======================================================== */

/* ***************************************************************** styles général ************************************************************ */
body {
  background: FAEBD7/*#092aff*/;
  font: 3px/25px,'Marvel'; /*font: 14px/24px Georgia, 'Times New Roman', Times, serif;*/
  line-height: 1,5;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #1f6629;/*d94d3a*/
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #;
}
::selection {
  color: #ffffff;
  background: #666666;
}
/* ********************************************************* styles header ******************************************************* */
#header {
  padding: 20px 0;
  background:fdd131/*424242*//*A4A4A4*//*ffffff*//*424242*//*A4A4A4*//*ffffff*/;/*d94d3a*/
}
#header h1 {
  float: left;
  padding-left: 40px;
  background: url(../images/X.png) 0 15px no-repeat;
  color: #ffffff;
}
#header h1 a {
  font: 700 44px/44px 'Open Sans', sans-serif;
  color: #ffffff;
}
#header h1 span {
  display: block;
  font: 24px/24px 'Marvel', sans-serif;
}
#header nav {
  float: right;
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
  #header nav {
    display: block;
  }
}
/* *********************************************************************** Styles menu principal  *************************/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 50px;
 /* margin-top: auto;*/
  margin-top: 50px;
  margin-right: 400px;
  background:FAEBD7 /*#FF931C*/;
  border-radius: 7px;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
/* ********************************************************************** texte menu principal ****************************** */
.sf-menu > li > a {
  color: #8C091E/*9fba4f*//*092aff*/;/*7d261a*//*c3de26*//*60D005*//*59C303*/
  font-size: 25px;/*18*/
  margin-left: 29px;
  font-family: 'Marvel', sans-serif;
  margin-bottom: 30px;
  position: relative;
}
/* ********************************************************************** texte menu principal survol ****************************** */
.sf-menu > li > a:hover {
  color: #000000/*BDBDBD*/;/*ffffff*//* gris 989696*/
}
.sf-menu > li > a:hover:after {
  content: "";
  height: 4px;
  width: 100%;
  /******************************************************************** couleur segment ligne sous item menu *************************/
 /* background: #092aff;/*dbb3ae*//*c3de26*/
 /* position: absolute;
  bottom: -10px;
  left: 0;*/
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > a:after {
  content: "";
  height: 4px;
  width: 100%;
  /******************************************************************** couleur segment ligne sous item menu home *************************/
  background: #3e6df0; 
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* ******************************************************************** Styles sous menu premier niveau ******************************* */
.sf-menu ul {
  position: absolute;
  top: 50px;
  left: 30px;/*-30*/
  /* ***************************************** couleur  fond pave sous menu ************************* */
  background: #848484/*52a5f3*/;/*d94d3a*//*gris 989696*/
  color: #ffffff;
  /* ********************************************** largeur pave ************************* */
  min-width: 180px;
  z-index: 999;
  display: none;
  text-align: center;
  /* ***************************** position du texte dans pavé / gauche ****************** */
  padding-left: 0px;/*33*/
  padding-top: 10px;
  border-radius:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -30px;/*-10*/
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  /* ***************************************** triangle au dessus de la ligne sous items menu *********************** */
  /*border-bottom: 30px solid #ffffff;/*d94d3a*//*c3de26*//*009688*/ 
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.5s;/*0.3s*/
  transition: 0.5s;
}
.sf-menu ul li a {
  line-height: 18px;/*12px*/
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
}
.sf-menu ul li:hover > a {
	/* ************************************* couleur texte survol sous menu ******************************************** */
  color: #2E2E2E/*092aff*/;
  text-transform: none;
}
/* ************************** Styles sous menu deuxieme ******************************* */
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 185px;/*126*/
  z-index: 4;
  min-width: 157px;
  border: none;
  background: #81BEF7;/*dbb3ae*/
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul a:hover {
  color: #3e6df0;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #c3de26;/*d94d3a*//*c3de26*/
    color: #666;
    font-size: 16px;
    padding: 5px;
  }
}
/* **************************************************** styles menu scrolling ************************************** */
.isStuck {
  background:  #708090/*#FAEBD7;/*#0051F3*//*0051f3=bleu*//*fafafa*/;/*d94d3a*/
  z-index: 9;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;/*d94d3a*//*d2d2d2*/
}
.isStuck nav {
  margin-top: 17px !important;
}
.isStuck .sf-menu {
  margin-top: 33px;/*3*/
}
.isStuck .sf-menu > li > a:hover:after {
  bottom: -23px;/*-23*/
}
.isStuck .sf-menu > li.current > a:after {
  bottom: -13px;/*-23*/
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* ******************************************************************* Styles contenu ********************************** */
h2,
h3,
h4 {
  font-family: 'Marvel', sans-serif;
  color: #000000;
}
h2 {
  font: 300 72px/72px 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
h2 span {
  position: relative;
}
h2 span:before {
  height: 2px;
  position: absolute;
  bottom: 7px;
  background: #000;
  width: 100%;
  content: "";
  display: block;
  left: 0;
}
h3 {
  font-size: 50px;
  font-family: 'Marvel', sans-serif;
  text-align: center;
  line-height: 50px;
}
h4 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Marvel', sans-serif;
  text-align: justify;/*center*/
  margin-top: 30px;
  margin-bottom: 0px;/*30px*/
}

h5 {
  font-size: 27px;
  line-height: 35px;/*27*/
  font-family: 'Marvel', sans-serif;
  text-align:justify ;/*center*/
  margin-bottom: 20px;
  color: #000000;
}

h6 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Marvel', sans-serif;
  text-align:justify ;/*center*/
  margin-bottom: 20px;
  color: #000000;
}
/* ******************************************************************* CSS SLIDER PAGE ACTIVITES ***************************************** */
#content2 {
	background-size:auto;
	margin: 0 auto;
	min-width: 740px;
	max-width: 1170px;
}
.marge {
	margin-left: 180px;
}
/* *******************************************************************CSS BJ TEXTE PRESENTATION ****************************************** */
.texte_noir
{
font-size: 20pt;
font-weight:;
color: black;
font-family: marvel;
text-align: justify;
line-height: 1.5em;
}
.texte_bleu
{
font-size: 10pt;
color: #0431B4;
font-family: marvel;
text-align: justify;
line-height: 1.2em;
}
.texte_vert
{
font-size: 20pt;
color: #DB2218;
font-family: marvel;
text-align: justify;
line-height: 1.2em;
}

/* ****************************************************** CSS BJ PAVE RESERVER ********************************************************************* */
.reserver{
	width: 70px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 4px solid blue; 
	border-radius: 10px; 
	text-align:center; background: #58FAF4;
	}
 
	.reserver:hover{
	background-color : #50e083;
	text-color : blue;
	font-weight : bold;
	}
/* ****************************************************************************************************************************************** */
.h5__mod {
  color: #1f6629;/*d94d3a*/
}

p {
  font: 14px/24px 'Open Sans', sans-serif;
  color: #727070;/*727070 *//*1f6629*/
}
.full-width-container {
  width: 100%;
}
.img_container {
  overflow: hidden;
}
.img_container img {
  width: 100%;
}
/* *************************************** bouton en savoir + ************************************* */
.btn {
  width: 220/*160px*/;/*153*/
  border-radius: 5px;
  border: 1px solid #000000;
  /* ************************************couleur fond en savoir + ************************** */
  background: #ffffff;/*ffffff*/
  display: inline-block;
  font: 24px/46px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: none;/*uppercase*/
  color: #1f6629;/*000000*/
  margin-top: 20px;
}
.btn:hover {
  background: #009688;/*000000*//* vert clair c3de26*/
  color: #ffffff;
}
/* **************************************bouton reseaux sociaux *************************************** */
.bd-ra {
  border-radius: 25%;/*50%*/
   }
.sub_head {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  h2 {
    font: 300 62px/62px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 30px/30px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font: 300 52px/52px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 25px/25px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
  .img_container {
    margin-bottom: 20px;
  }
}
/* *********************************************************** CSS BJ ZOOM IMAGES SURVOL ************************************************ */
	.pic2 img
{
    width:100;
    height:125;
    -webkit-transition: all .4s ease-in; /* element qui subit la transition, temps de la transition et function de la transition*/
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
	.pic2 img:hover
{
    -webkit-transform: scale(2); /*multiplication de la taille de départ x 4*/
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: center center; /*origine de l'animation*/
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
	.pic3 img
{
    width:100;
    height:125;
    -webkit-transition: all .1s ease-in; /* element qui subit la transition, temps de la transition et function de la transition*/
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
	.pic3 img:hover
{
    -webkit-transform: scale(2); /*multiplication de la taille de départ x 4*/
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: center center; /*origine de l'animation*/
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
	.pic4 img
{
    width:100;
    height:125;
    -webkit-transition: all .4s ease-in; /* element qui subit la transition, temps de la transition et function de la transition*/
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
	.pic4 img:hover
{
    -webkit-transform: scale(2.5); /*multiplication de la taille de départ x 4*/
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transform-origin: center center; /*origine de l'animation*/
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
/* *********************************************************** fin zoom images survol ************************************************ */
@media only screen and (max-width: 479px) {
  h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 35px/35px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 16px/16px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
  .img_container {
    margin-bottom: 20px;
  }
}
.index .block-2 {
  padding: 105px 0 130px;
  text-align: center;
}
.index .block-2 h2 {
  margin-bottom: 60px;
}
.index .block-2 h4 {
  margin-bottom: 25px;
}
.index .block-2 p {
  width: 100%;/*66%*/
  margin: 0 auto;
}
.index .block-2 .btn {
  margin-top: 33px;
  width: 278px;
}
.index .block-3 {
  padding: 123px 0 50px;
  background: url(../images/index_img_par.jpg);/**/
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
  text-align: center;
}
.index .block-3 h2 {
  color: #ffffff;
  margin-bottom: 70px;
}
.index .block-3 h2 span:before {
  background: #ffffff;
}
.index .block-3 h3 {
  color: #009988;/*ffffff*/
}
.index .block-3 .element {
  padding: 50px 0;
}
.index .block-4 {
  padding: 120px 0 130px;
  border-bottom: 1px solid #000;
}
.index .block-4 h2 {
  margin-bottom: 65px;
}
.index .block-4 .owl-text {
  font-size: 6px;
  font-family: 'Marvel', sans-serif;
  color: #312f2f;
  text-align: center;
  margin-top: 40px;
}
.index .block-5 {
  padding: 120px 0 70px;
  text-align: center;
}
.index .block-5 h2 {
  margin-bottom: 60px;
}
.index .block-5 h3 {
  margin-bottom: 22px;
}
.index .block-5 .btn {
  margin-top: 30px;
}
.index .block-5 p {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .index .block-3 h3 {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-3 .element {
    padding: 0;
  }
  .index .block-5 article {
    margin-bottom: 60px;
  }
}
.index-1 .block-1 {
  padding: 120px 0 125px;
}
.index-1 .block-1 h2 {
  margin-bottom: 60px;
}
.index-1 .block-1 p {
  padding-right: 10px;
  line-height: 20px;
}
.index-1 .block-1 .btn {
  margin-top: 55px;
}
.index-1 .block-2 {
  padding: 120px 0 90px;
  background: url(../images/index_img_par.jpg);
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
}
.index-1 .block-2 h2 {
  color: #ffffff;
  margin-bottom: 75px;
}
.index-1 .block-2 h2 span:before {
  background: #ffffff;
}
.index-1 .block-2 h4 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.index-1 .block-2 p {
  color: #ffffff;
  padding: 0 22px;
}
.index-1 .block-3 {
  padding: 125px 0 115px;
  border-top: 1px solid #4d4a4a;
}
.index-1 .block-3 h2 {
  margin-bottom: 70px;
}
.index-1 .block-3 .bd-ra {
  width: 68px;/*68px*/
  height: 68px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  background: #c3de26;/*d94d3a*//*vert clair c3de26*/
  display: block;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .index-1 .block-3 .bd-ra {
    width: 50px;/*50px*/
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-3 .bd-ra {
    margin: 10px auto;
  }
  .index-1 .block-3 p {
    margin-bottom: 50px;
  }
}
.index-2 .block-1 {
  padding: 120px 0 70px;
}
.index-2 .block-1 h2 {
  margin-bottom: 64px;
}
.index-2 .block-1 article {
  border: 1px solid #000;
  border-top: none;
  padding-top: 5px;
  margin-bottom: 95px;
}
.index-2 .block-1 h4 {
  background: #474747;
  color: #ffffff;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-2 .block-1 p {
  padding: 0 32px 25px;
}
.index-2 .block-1 .img_container {
  margin-bottom: 0 !important;
}
.index-3 .block-1 {
  padding: 120px 0 75px;
}
.index-3 .block-1 h2 {
  text-align: left;
  margin-bottom: 63px;
}
.index-3 .block-1 h5 {
  text-align: left;
  margin-bottom: 25px;
}
.index-3 .block-1 .h5__mod {
  margin-bottom: 10px;
}
.index-3 .block-1 li {
  padding: 11px 0;
}
.index-3 .block-1 li a {
  color: #1f6629;/*727070*/
  font: 14px/14px 'Open Sans', sans-serif;
  text-decoration: underline;
}
.index-3 .block-1 li a:hover {
  text-decoration: none;
  color: #1f6629;/*d94d3a*/
}
.index-3 .block-1 article {
  margin-bottom: 45px;
}
.index-3 .block-1 p {
  line-height: 20px;
}
.index-3 .block-2 {
  padding: 110px 0 70px;
  border-top: 1px solid #4d4a4a;
}
.index-3 .block-2 h2 {
  margin-bottom: 74px;
}
.index-3 .block-2 h5 {
  text-align: right;
}
.index-3 .block-2 .text_content {
  border: 1px solid #8c8c8c;
  position: relative;
  background: #fff;
  margin-bottom: 75px;
}
.index-3 .block-2 .text_content p {
  padding: 20px 20px 15px;
}
.index-3 .block-2 .text_content:before {
  content: "";
  display: block;
  width: 33px;
  height: 28px;
  background: url(../images/quotes.png) no-repeat;
  position: absolute;
  bottom: -28px;
  right: 30px;
}
.index-4 p a {
  color: #d94d3a;
}
.index-4 p a:hover {
  color: #7d261a;
}
.index-4 .block-1 {
  padding: 120px 0 15px;
}
.index-4 .block-1 h2 {
  margin-bottom: 65px;
}
.index-4 .block-1 #map-canvas {
  height: 430px;
}
.index-4 .block-2 {
  padding: 70px 0;
}
.index-4 .block-2 h2 {
  font-size: 60px;
  text-align: left;
}
.index-4 .block-2 .address {
  margin-top: 40px;
}
.index-4 .block-2 .mail {
  color: #727070;
}
.index-4 .block-2 .mail:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .index-4 h2 {
    margin-top: 30px;
  }
}
/* *********************************************************** styles footer ******************************************* */
#footer {
  background: #d2d2d2;/*d94d3a*/
  padding: 100px 0 0;
  color: #000000;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
}
/* ******************************************* boutons réseaux sociaux footer ****************************************** */
#footer .copyright .btn {
  width: 74px;/*94px*/
  height: 74px;/*94px*/
  line-height: 74px;/*94px*/
  font-size: 60px;
  color: #ffffff; /*gris 423e3e*/ /*vert 009688*//*bleu FB 3b589e*/
  background: #3b589e;/*fff*/
  border: none;
  margin: 30px 30px;/*30px 50px*/
}
#footer .copyright .btn span {
  line-height: 74px;/*94px*/
}
#footer .copyright .btn:hover {
  background: #ffffff;/*423e3e*//*vert 009688*/
  color: #3b589e;/*ffffff*/
  border: 2px solid #3b589e
}
#footer .copyright pre {
  color: #3b589e;/*ffffff*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
#footer .footer_bottom {
  height: 15px;
  text-align: center;
  background: #423e3e;/*gris 423e3e*/
}
@media only screen and (max-width: 767px) {
  #footer .copyright .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .copyright .btn {
    display: block;
    margin: 20px auto;
  }
}
/* ********************************************************************* styles widget ************************************ */
/* ********************************************************************* CSS BJ BOUTON TO TOP ***************************** */
#toTop {
  display: none;
  background: #848484;/*d94d3a*//*c3de26*//*vert 009688*/
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  border-radius:15px;
  color: #fff;
  width: 63px;/*73px*/
  height: 63px;/*73px*/
  font-size: 62px;/*72px*/
  line-height: 63px;/*73px*/
  z-index: 20;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #000000;/*7d261a*//* vert fluo c3de26*/
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* ************************************************************************************************************************* */
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* ***************************************************** STYLES RESPONSIVE ***************************************** */
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}

/*Core variables and mixins*/
