 .TitrePrincipal {
    font-family: 'Hurme Geometric Sans 1';
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-weight: 400;
    font-size: 6em;
    margin-bottom: 70px;
}
.ContentHeader .col-xs-12 {
    height: 100px;
}
.ContourBanner {
    height: 100%;
}
.PathInterne {
    color: #fff;
    font-family: 'HurmeGeometricSans1';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.PathInterne a {
    color: #fff;
    font-family: 'HurmeGeometricSans1';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration:none;
}
.PathInterne a:hover{
    color:#fae1ad;
}

@media screen   and (min-width:1600px)  {
.ContourBannerMenu {

    top: 28vh !important;
  
}
}
@media screen   and (min-width:1180px)  {

.BannerTitre {
    position: absolute;
    bottom: 50px;
    width: 90%;
    left: 5%;
    text-align: center;
    z-index: 99;
}
.Menu_Principal_left:after{
    position:absolute;
    content:"";
    width:0%;
    height:1px;
    background:#f4d8a2;
    left:0px;
    top: 90px;
    -webkit-animation: increase1 2s;
    -moz-animation: increase1 2s;
    -o-animation: increase1 2s;
    animation: increase1 2s;
    animation-fill-mode: forwards;
}


@keyframes increase1 {
    100% {
      width: 100%;
    }
}

@-webkit-keyframes increase1 {
    100% {
        width: 100%;
    }
}


.LogoHeader a::after{
   text-align: center;
   width: 100%;
   height: calc(100% - 69px);
   border-bottom-left-radius: 160px;
   border-bottom-right-radius: 160px;
   border: 1px solid #f4d8a2;
   border-top: 0;
   content:"";
   position:absolute;
   left: 0px;
   bottom: 00px;
   overflow: hidden;
   bottom: -21px;
}





.Menu_Principal_Right:after{
     position:absolute;
     content:"";
     width:0%;
     height:1px;
     background:#f4d8a2;
     left: 0px;
     top: 90px;
     -webkit-animation: increase 2s;
     -moz-animation: increase 2s;
     -o-animation: increase 2s;
     animation: increase 2s;
     animation-fill-mode: forwards;
}

@keyframes increase {
    100% {
      width: 100%;
	  left:0px !important;
    }
}

@-webkit-keyframes increase {
    100% {
      width: 100%;
	  left:0px !important;
    }
}


.BoxImg{
 position: relative;
 height: 100%;

 overflow: hidden;
}

.BoxBannerTop {
    position: absolute;
    bottom: 10vh;
    /* border-bottom: 1px solid #f4d8a2; */
    height: calc(90vh - 105px);
    width: 90%;
    left: 5%;
    z-index: 999;
}
.BoxBannerTop:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 00px;
    background: #f4d8a2;
    left: 0px;
    bottom: 00px;
	-webkit-animation: increase2 2s;
    -moz-animation:  increase2 2s;
    -o-animation:  increase2 2s;
    animation:  increase2 2s;
    animation-fill-mode: forwards;
}




@keyframes  increase2 {
    100% {
     height: 100px;
	  left:0px !important;
    }
}

@-webkit-keyframes  increase2 {
    100% {
      width: 100%;
	 
    }
}



.BoxBannerTop:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 00px;
    background: #f4d8a2;
    right: 0px;
    bottom: 00px;
	-webkit-animation: increase3 2s;
    -moz-animation:  increase3 2s;
    -o-animation:  increase3 2s;
    animation:  increase3 2s;
    animation-fill-mode: forwards;
}




@keyframes  increase3 {
    100% {
     height: 100px;
 
    }
}

@-webkit-keyframes  increase3 {
    100% {
   height: 80px;
 
    }
}


.BoxBannerTop1:before{
   position:absolute;
   content:"";
   width:1px;
   height: 20vh;
   background:#f4d8a2;
   left:0px;
   top: 00px;
}

.BoxBannerTop1:after{
   position:absolute;
   content:"";
   width:1px;
   height: 22vh;
   background:#f4d8a2;
   right:0px;
   top: 00px;
}

 
}
.BoxImg:after {
    background: rgba(0,0,0,.2);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
}





@media screen  and (min-width: 992px) and (max-width: 1179px){
.BoxBannerTop {
    position: absolute;
    bottom: 100px;
    /* border-bottom: 1px solid #f4d8a2; */
    height: 365px;
    width: calc(100% - 60px);
    left: 30px;
    z-index: 999;
}
.Menu_Principal_left:after{
    position:absolute;
    content:"";
    width: calc(100% - 32px);
    height:1px;
    background:#f4d8a2;
    left: 35px;
    top: 100px;
}
.LogoHeader a::after{
   text-align: center;
   width: 100%;
   height: calc(100% - 30px);
   border-bottom-left-radius: 110px;
   border-bottom-right-radius: 110px;
   border: 1px solid #f4d8a2;
   border-top: 0;
   content:"";
   position:absolute;
   left: 2px;
   bottom: 00px;
   overflow: hidden;
   bottom: -71px;
}
.Menu_Principal_Right:after{
     position:absolute;
     content:"";
     width: calc(100% - 37px);
     height:1px;
     background:#f4d8a2;
     right: 35px;
     top: 100px;
}
.BoxImg{
 position: relative;
 height: 100%;

 overflow: hidden;
}
.BoxImg img{

}
.BoxBannerTop {
    position: absolute;
    bottom: 120px;
    /* border-bottom: 1px solid transparent; */
    height: 365px;
    width: 90%;
    left: 5%;
    z-index: 999;
    top: 115px;
}
.BoxBannerTop:before{
   position:absolute;
    content:"";
    width:1px;
    height:40px;
    background:#f4d8a2;
    left:0px;
    bottom: 00px; 
}
.BoxBannerTop:after{
   position:absolute;
    content:"";
    width:1px;
    height:80px;
    background:#f4d8a2;
    right:0px;
    bottom: 00px; 
}
.BoxBannerTop1:before{
   position:absolute;
    content:"";
    width:1px;
    height:40px;
    background:#f4d8a2;
    left:0px;
    top: 00px; 
}

.BoxBannerTop1:after{
   position:absolute;
    content:"";
    width:1px;
    height:80px;
    background:#f4d8a2;
    right:0px;
    top: 00px; 
}
.BannerTitre {
    position: absolute;
    bottom: 50px;
    width: calc(100%  - 60px) !important;
    left: 30px;
    text-align: center;
    z-index: 99;
}

}

@media screen  and (max-width: 991px) {
.BoxBannerTop {
    display: none;
}
.BannerTitre {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 60px) !important;
    left: 30px;
    text-align: center;
    z-index: 99;
}
.BoxImg img {
    max-width: 100%;
    height: 400px;
   width:auto !important;
}
.BoxImg input {
    max-width: 100%;
    height: 400px;
}
.BoxImg {
    overflow: hidden;
}

 .TitrePrincipal {
    font-family: 'Hurme Geometric Sans 1';
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-weight: 400;
    font-size: 3em !important;
    margin-bottom: 70px;
    position:relative;
}
 .TitrePrincipal:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../Images/PictoSpecContent.png) top left no-repeat;
    bottom: -40px;
    left: calc(50% - 15px);
    z-index: 999;

    }
.ContentHeader .row {
    width: 100%;
    margin: 0px;
}
.BannerInterne {
 
    position: relative;
}
}




.BannerInterne {
    position: relative;
}



 .ListResauSociaux a {
    color: #d7c8bf;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    display:block;
}
 .ListResauSociaux a:hover {
       color: #f8d958;
}
.ReseauxSociauxTop {
    position: absolute;
    right: -11px;
    display: inline-block;
    float: right;
    top: 0px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.langEspacePro {position: relative;height: 100%;width: 100px;display: inline-block;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
.ProLink a span:hover {
    color: #f8d958;	
}
 .ProLink a:hover .lineTop {
 	background:#f8d958;
 } 
.ProLink a span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    /* font-family: lato; */
    margin: 0 auto;
    position: relative;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
  -ms-writing-mode: tb-rl;
  -ms-transform: none;
 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* 0=0, 1=90, 2=180, 3=270 */
    left: 0px;
    bottom: 0px;
    position:absolute !important;
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari 3-8 */
    transform: rotate(-180deg);
    height: 125px;
    font-family: 'HurmeGeometricSans1';
    margin-bottom: 40px;
}

.ProLink {
    position: relative;
    height: 160px;
    width: 50px;
    margin-left: -13px;
}
.ProLink:hover{
    width: 250px;
}
.iconTop {
    position:relative;
    bottom: 0px;
}
.iconTop{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    cursor: pointer;
    width: 36px;
    position: absolute;
    /* bottom: 0px; */
}

.lineTop {
    background-color: #fff;
    height: 100%;
    margin-right: 6px;
    transition: all 500ms ease-in-out;
    position: relative;
    width: 1px;
    transition: all 500ms ease-in-out;
    display: inline-block;
    /* position: absolute; */
}





.languageTop {
    position: relative;
    width: 40px;
    margin-top: 15px;
    margin-left: -10px;
    margin-left: -26px;
}

 .langEspacePro li:first-child:before {
    content: "";
    position: absolute;
    right:8px !important;
    background: #fff;
    width: 1px !important;
    height: 15px  !important;
    top: 22px !important;
}

.langEspacePro  li:first-child {
    position: relative;
    margin-right: 0px !important;
     margin-bottom: 15px !important;
}





.BoxBannerTop2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    height: 30px;
}

.BoxBannerTop2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background:url(../Images/PictoSpecContent.png) top left no-repeat;
    bottom  : -15px;
    left: calc(50% - 55px);
    z-index: 999;
}

.BoxBannerTop2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
     background:url(../Images/PictoSpecContent.png) top left no-repeat; 
    bottom  : -15px;
    right: calc(50% - 55px);
    z-index: 999;
}



.BoxBannerTop2 span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
  
    background: url(../Images/PictoSpecContent.png) top left no-repeat; 
    /* bottom: -15px; */
    right: 0px;
    z-index: 999;
    height: 1px;
    width: calc(50% - 40px);
    background: #f4d8a2;
    top: 30px;
}
.BoxBannerTop2 span:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background:url(../Images/PictoSpecContent.png) top left no-repeat; 
    /* bottom  : -15px; */
    left: 0px;
    z-index: 999;
    height: 1px;
    width: calc(50% - 40px);
    background: #f4d8a2;
    top: 30px;
}

.ContourBannerMenu {
    position: absolute;
    left: 20px;
    background: #f8d958;
    /* height: 200px; */
    top: 23vh;
    display:none;
    padding: 20px;
}

.toggletag {
    display:none;
}
.open {
    display:block;
}



















