@font-face {
    font-family: 'suisse_intlbold';
    src: url('../fonts/suisseintl-bold-webfont.woff2') format('woff2'),
         url('../fonts/suisseintl-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'suisse_intlmedium';
    src: url('../fonts/suisseintl-medium-webfont.woff2') format('woff2'),
         url('../fonts/suisseintl-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'SuisseIntl-Light';
  src: url('../fonts/SuisseIntl-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/SuisseIntl-Light.otf')  format('opentype'),
	     url('../fonts/SuisseIntl-Light.woff') format('woff'), url('../fonts/SuisseIntl-Light.ttf')  format('truetype'), url('../fonts/SuisseIntl-Light.svg#SuisseIntl-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('../fonts/SuisseIntl-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SuisseIntl-Regular.otf')  format('opentype'),
	     url('../fonts/SuisseIntl-Regular.woff') format('woff'), url('../fonts/SuisseIntl-Regular.ttf')  format('truetype'), url('../fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family: 'SuisseIntl-Regular', serif;
}

span.light {
	font-family: 'SuisseIntl-Light', serif;
	}

.main-container {
	//padding-left: 5%;
	//padding-right: 5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.name-container {
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	font-size: 1.25em;
}

.serie {
	display: none!important;
}


.name-container h1 {
	letter-spacing: -.8px;
    font-size: 32px;
	z-index: 9999;
}

.serie_title-container {
	padding-left: 5%;
	padding-right: 5%;
	    margin-top: 60px;
}

.col-left {
	width: 50%;
	padding-right: 60px;
	
}

.space-name {
	margin-left: 10vw;
}

.col-right {
	width: 50%;
	padding-right: 60px;
	}

.back-container {
	padding-left: 5%;
	padding-right: 5%;
	position: fixed;
    bottom: 0px;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    //background-color: #fff;
    width: 100%;
    //z-index: -1;
    
    }
    
    .white-bg {
	    background-color: #fff;
    }
    
    .link {
	    text-decoration: none;
	    color: #000;
    }
 
 .serie_title-container {
	display: flex;
	width: 100%;
	height: 100px;
	font-size: 1.25em;
}

@media screen and (max-width: 420px) {
	.name-container h1 {
		width: auto;
		padding-right: 5px;
		font-size: 18px;
	}
	
	.back-container a {
		font-size: 18px!important;
	}

	.serie_title-container a {
    font-size: 18px!important;
    margin: 2px 0px!important;
    }
}

@media screen and (max-width: 1024px) {
	.serie_title-container {
	display: block;
}

.col-left, .col-right {
	width: 100%!important;
	padding-right: 5%;
	}
	
	.serie-txt {
		flex-direction: column;
		}


 .info-container .col-left {
	padding-bottom: 50px!important;
	
}
}

@media not all and (hover: none) {
  .hoverspecificstyles:hover {
    display: block;
  }
}
   



@media screen and (min-width: 421px) and (max-width: 840px){
	
	.name-container {
		display: flex;
	}
	
	.name-container h1 {
		width: auto;
		padding-right: 5px;
		font-size: 24px;
	}
	
	.back-container a {
		font-size: 24px!important;
	}



.serie_title-container a {
	letter-spacing: -.8px;
    font-size: 24px!important;
    }

}



.serie_title-container a {
	letter-spacing: -.8px;
    font-size: 32px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	margin-block-start: 0.03em;
    margin-block-end: 0.03em;
    cursor: pointer;
    display: block;
    margin: -5px 0 -5px 0;
}
	letter-spacing: -.8px;
    font-size: 32px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	margin-block-start: 0.03em;
    margin-block-end: 0.03em;
    cursor: pointer;
    display: block;
    margin: -5px 0 -5px 0;
}

.photo-container {
	
	position: fixed;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: -1;
    //justify-content: center;
}

.photo-container2 {
	position: fixed;
    top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	z-index: -1;
	padding-top: 10vh;
	padding-bottom: 10vh;
	padding-left: 10vw;
	padding-right: 10vw;
}

.image2 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	margin-top: 15px;
}



.photo-container2 img{
	flex-shrink: 0;
	display: none;
	max-width: 100%;
    max-height: calc(100% - 30px);
	//object-fit: contain;
	margin: auto;
	
	
}

.image2 img.full{
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.image2 img.portrait{
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: 100%;
	object-fit: contain;
}

.slide-container {
	//padding: 5%;
	position: fixed;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: -1;
    justify-content: center;
}

.slide {
	display: none;
	height: 100%;
	width: 100%;
	position: relative;
    //top: 27px;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
    flex-wrap: nowrap;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
}

.slide:first-of-type {
	display: flex;
}

.prev-next {
	position: absolute;
	margin-top: 15px;
	width:  80vw;
	height: 80vh;
	display: flex;
}

.prev {
	width: 50%;
	cursor: url('../img/prev.svg'), move;
}

.next {
	width: 50%;
	cursor: url('../img/next.svg'), move;
}
.slide-group {
	height: 100%;
	width: 100%;
	//padding-bottom: 100px;
	//padding-top: 100px;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
	
	.slide-txt {
		display: flex;
	}

.slide-img {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.legend-img {
    position: relative;
}

.legend-imgHP {
	width: 100%;
}

figure {
	margin: 0;
	margin-top: 30px;
    width: 100%;
	height:  100%;
	display: flex;
	flex-direction: column;
}

.img-hp {
	padding-bottom: 30px!important;
	
}
	

figcaption {
	text-align: right;
	height: 30px;
}

/*.slide-group img.portrait {
	width: 100%;
	height: auto; 
}

.slide-group img.landscape {
	height: 100%;
	width: auto;
}*/

.slide-group img {
	display: block;
	max-width: 100%;
	max-height:  calc(100% - 30px);
	//object-fit: contain;
	
	    box-sizing: border-box;
	    margin: auto;
	vertical-align: middle;
	
}

/*.slide-group img.portrait {
	
	max-width: 100%;
	width: auto;
	height: 70vh;
	max-height: 50%;
	margin: auto;
}

.slide-group img.deux-tiers {
	
	max-width: 100%;
	width: auto;
	height: 70vh;
	max-height: 60%;
	margin: auto;
}
*/
.texte {
	top: 0;
}

.slide-group table{
	margin: auto;
	z-index: 10;
	border-spacing: 0px;
}

.slide-group .slide-legend {
	position: absolute;
}


.slide-title {
	//align-self: flex-start;
	//position: absolute;
	   // height: 0px;
	   z-index: 999;
}

.serie-txt {
	display: flex;
}

.title-break {
	padding-top: 30px;
}

.serie_title-group {
	margin-bottom: 60px;
}

.series_title-group p , .series_title.col-right p{
	margin:0px;
}

.back-container a {
	letter-spacing: -.8px;
    font-size: 32px;
	color: #000;
	text-decoration: none;
	
	}

.space-height {
	width: 100%;
	margin: 0.67em 0;
}
	
.col-left p, .col-right p {
	font-size: 13px;
}

.info-container a {
	display: inline;
	font-size: 13px;
}


.info-container .col-left, .info-container .col-left {
	padding-bottom: 100px;
	
}

.info-container .col-right, .info-container .col-right {
	padding-bottom: 100px;
	
}

.no-break {
	white-space: nowrap;
}
    