.g-offcanvas-left #g-page-surround {
  padding-left : 10px;
  padding-right : 10px;
}

.g-menu-item-container {
    text-decoration: none;
    padding: 1.2rem 1.5rem;
}

.g-menu-item-title {
    font-weight: 100;
    font-size: 25px;
    /*font-family: 'Great Vibes', cursive;*/
}
#g-header .g-content, .g-container .g-content {
	margin : 0;
  padding : 0;
}
.saunaImage {
  float : right;
}

.platform-content {
  /*width : 80%;
  margin : auto;*/
}


table p {
  margin : 0;
}

.imageAccueil img:hover {
  transform: scale(1.5);
}

.g-offcanvas-toggle {
	font-size: 2rem;
	color: #000;
}

.imageAccueil p, .textAccueil p {
	margin: 1.5rem 0 0 0;
}

.imageAccueil, .textAccueil {
	width : 50%;
  	/*height: 50%;*/  
  	overflow : hidden;
  	cursor : pointer;
}
.imageAccueil img {
	width: 100%;
	height: 100%;  
  	transition: transform 2s;
    object-fit : cover;
}

.agenceItem {
	transition: transform .2s; /* Animation */
  	width : 100%;
  display : flex;
}



@media (max-width: 1200px) {
  .pictoImage {
    display : none;
  }
  .module_custom p {
    font-size: 50px;
}
}



@media (max-width: 768px) {
    .imageAccueil p, .textAccueil p {
        margin: 1.5rem 0 0 0;
    }

    .imageAccueil, .textAccueil {
        width : 100%;
        height: 100%;  
    }
    .imageAccueil img {
        width: 100%;
        height: 100%;
    }
    .aInverser2 .textAccueil {
      order : 1;
    }
  	.aInverser2 .imageAccueil {
      order : 2;
    }
  	.aInverser3 .textAccueil {
      order : 2;
    }
  	.aInverser3 .imageAccueil {
      order : 1;
    }
  	
    .platform-content {
        width : 100%;
        margin : auto;
    }
}

@media (max-width: 450px) {
    .agenceItem {
        display: grid;
    }

    .textAccueil, .aInverser3 .textAccueil  {
      order : 1;
    }
  	.imageAccueil , .aInverser3 .imageAccueil {
      order : 2;
    }
  	
}


.section_title h1 {
  margin : 0;
  padding : 0 ;
  color : white;
  text-align : center;
}
  
section {
    background-color: rgba(0, 0, 0, 0.6);
}

.section_title {
  	background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(/images/20180504_094644.jpg);
    background-size: cover;
    position: relative;
    margin-top: 50px;
    padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
    
}

.gantry-logo  {
  float : right;
}
h1 {
    font-size: 7rem;
  color : #58a8b3;
}

.g-main .g-content, .g-main .gantry-logo, .img-actualite img {
  width : 100%;
  height: 100%;
  padding : 0;
  margin: 0;
}

.g-container {
  width : 100%;
}

.module_custom p {
  font-family: 'Great Vibes', cursive;
  font-size: 70px;
  color : #58a8b3;
}

@media (max-width:500px){

  h1 {
      font-size: 5rem;
  }

}

