.site-content {
	height:auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ///////////////////////////////////////////////////// */
/* ////////////////// ARROW SLIDER FONT //////////////////// */
/* //////////////////////////////////////////////////// */

@charset "UTF-8";

@font-face {
  font-family: "ega-new";
  src:url("fonts/ega-new.eot");
  src:url("fonts/ega-new.eot?#iefix") format("embedded-opentype"),
    url("fonts/ega-new.woff") format("woff"),
    url("fonts/ega-new.ttf") format("truetype"),
    url("fonts/ega-new.svg#ega-new") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ega-new" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ega-new" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fleche-1:before {
  content: "\62";
}


/* // */
.slick-prev:before,
.slick-next:before {
  font-family: "ega-new";
  content: "\62";

  font-size: 2.8rem;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}



/* ///////////////////////////////////////////////////// */
/* //////////////////// HOME PAGE ////////////////////// */
/* ///////////////////////////////////////////////////// */
.page-template-home{
	height: 100vh;
}

/* ///////////// SLIDER /////////////// */
.home-page .the-slider-home{
  height: 91vh;
}

.home-page .the-slider-home .site-main {
  margin: 0;
}

.home-page .the-slider-home .full-slideshow {
  height: 100%;
  overflow: hidden;
}

/* ///////////// ARROW SLIDER /////////////// */
.home-page .the-slider-home .slick-prev:before,
.home-page .the-slider-home .slick-next:before {
  color: black;
}

.home-page .the-slider-home .slick-prev {
  left: -24%;
  margin-top: -20px;
  cursor: pointer;
}

.home-page .the-slider-home .full-slideshow .slick-next {
  cursor: e-resize;
  right: 0;
  top: 50%;
  right: -24%;
  margin-top: -20px;
  cursor: pointer;
}

.home-page .the-slider-home .full-slideshow .image {
  margin: 0 auto;
}

/* ///////////// SLIDE MENU RIGHT /////////////// */


.home-page .menu-right .embed-container iframe {
  width: 100%!important;
}

.home-page .menu-right .news-button {
	position: absolute;
	top: 15px;
	left: 35%;
	right: 0;
	margin: 0;
}

.home-page .menu-right .admin-bar .news-button {
  top: 0;
}

.home-page .menu-right .news-container {
  overflow: scroll;
}

.home-page .news-list .btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin-top: 10px;
}

.home-page .news-list .image  img{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-page .news-list .image  img:hover{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* ///////////// BOTTOM PAGE /////////////// */
.home-page .bottom-home {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}

.home-page .bottom-home .languages {
  position: inherit;
  display: inline-block;
  margin-top: 14px;
  float: right;
}

.home-page .bottom-home .social {
  position: inherit;
  display: inline-block;
  margin-top: 14px;
  float: right;
}

/* ///////////// MODAL /////////////// */
.home-page .modal .close{
	outline: none;
}

/* // ///////////////////////////////////////////  */
/* // ////////// RESPONSIVE BASIQUE //////////// */
/* // ////////////////////////////////////////// */

/* --------------- 1820 ---------------*/
@media (max-width: 1820px){
	.home-page .menu-right .news-button {
    left: 36%;
	}
}

/* --------------- 1620 ---------------*/
@media (max-width: 1620px){
	.home-page .menu-right .news-button {
    left: 37%;
	}
}

/* --------------- 1480 ---------------*/
@media (max-width: 1480px){
	.home-page .menu-right .news-button {
    left: 38%;
	}
}

/* --------------- 1480 ---------------*/
@media (max-width: 1480px){
	.home-page .menu-right .news-button {
    left: 39%;
	}
}

/* --------------- 1245 ---------------*/
@media (max-width: 1245px){
	.home-page .menu-right .news-button {
    left: 41%;
	}
}

/* --------------- 1130 ---------------*/
@media (max-width: 1130px){
	.home-page .menu-right .news-button {
    left: 42%;
	}
}

/* --------------- 1035 ---------------*/
@media (max-width: 1035px){
	.home-page .menu-right .news-button {
    left: 44%;
	}
}

/* ---------------- 992 ----------------*/
@media (max-width: 992px){
	.home-page .the-slider-home .slick-prev{
	  left: -22%;
	}

	.home-page .the-slider-home .full-slideshow .slick-next {
	  right: -22%;
	}

	.home-page .menu-right .news-button {
    left: 52%;
	}
}

/* ---------------- 930 ----------------*/
@media (max-width: 930px){
	.home-page .menu-right .news-button {
    left: 53%;
	}
}

/* ---------------- 850 ----------------*/
@media (max-width: 850px){
	.home-page .menu-right .news-button {
    left: 54%;
	}
}

/* ---------------- 810 ----------------*/
@media (max-width: 810px){
	.home-page .menu-right .news-button {
    left: 56%;
	}
}

/* ---------------- 768 ----------------*/
@media (max-width: 768px){
	.home-page .menu-right .news-button {
	  left: 56%;
	  right: 60px;
	  left: inherit;
	}
}


/* ///////////////////////////////////////////////////// */
/* ///////////////////// ACENCY //////////////////////// */
/* ///////////////////////////////////////////////////// */

.template-office .text-collapse{
	margin-top: 10px;
	letter-spacing: 0.3px;
	text-align: justify;
}

.template-office .slider-office img{
	width: 100%;
}

/* ///////////////////////////////////////////////////// */
/* ////////////////// SINGLE WORK ////////////////////// */
/* ///////////////////////////////////////////////////// */

.single-work-main {
  margin: 0;
  margin-top: 60px;
  height: 85vh;
  overflow: hidden;
}

.single-work-main .tab-content,
.single-work-main .tab-pane {
  height: 100%;
}

.single-work-main .single-work-info {
  overflow: scroll;
}

.single-work-main .slick-prev:before,
.single-work-main .slick-next:before {
  color: black;
}

.single-work-main .full-slideshow img{
  height: 100%;
  width: auto;
  max-width: initial;
}

.single-work .img-slider-technical,
.single-work .slide-full-slideshow {
  height: 76vh;
}




/* ///////////////////////////////////////////////////// */
/* /////////////////////// ATLAS /////////////////////// */
/* ///////////////////////////////////////////////////// */

.page-id-545 .site-main {
  margin: 0;
}

/* ///////////////////////////////////////////////////// */
/* //////////////////////// NAV //////////////////////// */
/* ///////////////////////////////////////////////////// */

/* ---------------- 768 ----------------*/
@media (max-width: 768px){
	.navbar-nav {
	  margin: 0;
	  padding: 15px 0;
	}

	.navbar-nav>li {
	  margin: 0 0 10px 0;
	}
}

/* RETOURS DU 01/06/18 */

.work {
  cursor: pointer;
}

.img-slider-technical img,
.slide-full-slideshow img {
  max-width: inherit;
  height: 100%;
}

.slider-technical-gallery .slick-prev:before,
.slider-technical-gallery .slick-next:before {
  color: black;
}

.single-work-main .slider-technical-gallery .slick-prev {
  left: 0;
  z-index: 999;
}

.slider-technical-gallery .slick-prev:before{
  position: absolute;
  z-index: 999;
  color: black;
}

.slider-technical-gallery .slick-next:before {
  position: absolute;
  z-index: 999;
  color: black;
  right: 20px;
  top: 50%;
  margin-top: -40px;
}

/* RETOURS DU 12/06/18 */
.modal-dialog img {
  max-width: 40%;
  height: auto;
}


/* RETOURS DU 25/06/18 */

.modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.37);
  opacity: 1;
}

.modal-content {
  background-color: white;
  margin: 0 auto;
  text-align: center;
  width: 800px;
}

.modal-dialog {
  height: auto;
}

.modal-dialog img {
  max-width: 100%;
  height: auto;
}

/*// /////////////////////////////////////////// 
// ////////// RESPONSIVE BASIQUE ////////////
// ////////////////////////////////////////// */

/* --------------- 1200 ---------------*/
@media (max-width: 1200px){
}

/* ---------------- 992 ----------------*/
@media (max-width: 992px){
}

/* ---------------- 768 ----------------*/
@media (max-width: 768px){

  .modal-content {
    width: 100%;
  }

  .modal-dialog {
    margin: 10px;
    width: -webkit-fill-available;
    width: -o-fill-available;
    width: -moz-fill-available;
    width: -ms-fill-available;
    width: -khtml-fill-available;
  }
}

/* RETOURS DU 02/07/18 */

.news-list iframe,
iframe{
	width: 100%;
}

.news-container {
  height: 100vh;
}

body {
  overflow-x: hidden;
}

/* ---------------- 768 ----------------*/
@media (max-width: 768px){
	.work {
    height: auto;
    width: -webkit-fill-available;
		width: -o-fill-available;
		width: -moz-fill-available;
		width: -ms-fill-available;
		width: -khtml-fill-available;
	}

	.work .grid-image-container {
    padding: 0;
    display: block;
	}

	.work img {
		max-width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    display: block;
	}

	.home-page .the-slider-home .full-slideshow .image {
    margin: 0 auto;
    width: 100%;

    height: auto;
    overflow: inherit;
	}

	.news-list iframe,
	iframe{
		width: 100%;
	}

	

	.single-work-main .full-slideshow .slick-next {
    right: -19%;
	}

	.single-work-main .slick-prev {
    left: -18%;
	}

	.single-work-main .full-slideshow img {
    height: auto;
    width: 100%;
    max-width: initial;
	}

	.single-work-info .nav-tabs>li:nth-child(3){
		display: none!important;
	}

	.nav-tabs>li {
    margin: 0 25px 0 0;
	}

	.single-work-main {
    margin: 0 auto;
    height: 100%;
    overflow: inherit;
	}

	.single-work-main .full-slideshow,
	.single-work-main .full-slideshow {
    height: 195px!important;
	}

	.single-work-main .single-work-info {
    overflow: inherit;
    padding-bottom: 30px;
    max-height: inherit;
    margin-left:15px;
	}

	.single-work-main .tab-content,
	.single-work-main .tab-pane {
    height: 100%;
    margin-bottom: 30px;
	}

	.single-work .img-slider-technical,
	.single-work .slide-full-slideshow {
    height: auto;
	}

	.img-slider-technical img,
	.slide-full-slideshow img {
    max-width: inherit;
    height: 100%;
    width: 100%;
	}

	.slider-technical-gallery,
	.full-slideshow {
    height: auto;
    overflow: inherit;
	}

	.full-slideshow .slick-dots {
    bottom: -50px;
	}

	.full-slideshow, .full-slideshow .slick-list,
	.full-slideshow .slick-track,
	.full-slideshow .slide {
    height: auto;
	}

	.home-page .the-slider-home .full-slideshow {
    height: auto;
    overflow: inherit;
	}

	.work .caption {
    opacity: 1;
	}

	body,
	.home-page {
	  overflow-x: hidden;
	}

	.bloc-contact{
		margin-bottom: 10px;
	}

	.single-work-main .full-slideshow .slick-next{
		margin-top: 20px;
		top: 50%;
	}

	.single-work-main .slider-technical-gallery .slick-prev{
		margin-top: -10px;
		margin-left: 8px;
	}

	.single-work-main .slider-technical-gallery .slick-next{
		margin-top: 37px;
		margin-right: 9px;
	}

	.close-news-outside,
	.close-news-outside.active{
		display: none;
	}
}

/* RETOURS DU 03/07/18 */

.work {
  height: 170px;
  margin-bottom: 90px;
}

.single-work .img-slider-technical,
.single-work .slide-full-slideshow{
  background-color: white;
}

 /*// /////////////////////////////////////////// 
// ////////// RESPONSIVE BASIQUE ////////////
// ////////////////////////////////////////// */

.home-page .the-slider-home .full-slideshow .slick-next {
  margin-top: -12px;
}

/* /// */

.single-work-main .full-slideshow .slick-next {
  margin: 0;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 30px;
}

.single-work-main .slider-technical-gallery .slick-prev{
  margin: 0;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 30px;
}

.single-work-main .slider-technical-gallery .slick-next{
  margin: 0;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 30px;
}

/* /// */

.slider-technical-gallery .slick-next:before {
  position: relative;;
  right: 0;
  top: inherit;
  margin: 0 auto;
}

.slider-technical-gallery .slick-prev:before {
  position: relative;;
  left: 0;
  top: inherit;
  margin: 0 auto;
}

.single-work-main .slick-prev {
  margin: 0;
  top: 37vh;
  left: 20px;
  width: 20px;
  height: 100vh;
  cursor: pointer;
}

.single-work-main .full-slideshow .slick-next {
  margin: 0;
  top: 39vh;
  right: 20px;
  width: 20px;
  height: 100vh;
}

/* ---------------- 992 ----------------*/
@media (max-width: 992px){
  .work .caption {
    opacity: 1;
  }

  /*.navbar-collapse.collapse{
    height: 20px;
  }*/

  #menu-menu-principal{
    margin: 0;
    padding: 0;
  }

  .navbar-nav{
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li{
    margin: 0;
    margin-right: 30px
  }

  .home-page .menu-right .news-button{
    /*position: absolute;
    top: 15px;
    right: 40%;*/
  }
}

/* ---------------- 768 ----------------*/
@media (max-width: 768px){
  .work .caption {
    margin-top: -15px;
    display: block;
    position: relative;
  }

  .work {
    margin-bottom: 70px;
  }

  .single-work-main .full-slideshow, .single-work-main .full-slideshow {
    height: auto!important;
  }
  .single-work-main .full-slideshow .slick-next {
    margin: 0;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 30px;
	}
	.single-work-main .full-slideshow .slick-prev {
    margin: 0;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 30px;
	}
}


@media (max-width: 767px) {
	#menu-menu-principal {
		box-shadow: none;
    border-top: 2px solid black;
    margin-top: 5rem;
	}
	.navbar-nav>li {
		margin-right: 30px;
    padding: 5px 0 10px;
    margin: 5px 0;
    border-bottom: 2px solid black;
	}
	.navbar-nav>li>a {
		color: black;
	}
}


/*// ***************************************************
// **************** RESPONSIVE HEIGHT ****************
// *************************************************** */

@media (max-width: 768px) and (min-height: 1023px){
  #menu-menu-principal {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li {
    margin: 0 0 10px 20px;
  }

  .navbar {
    height: 20px;
  }

  .home-page .menu-right .news-button {
    right: 307px;
    top: 15px;
  }
}

@media (max-height: 565px){
	.project-collapse-interne {
    padding-top: 30px;
    height: 115px !important;
    overflow: scroll !important;
	}
}































