body{
    font-family: 'Copse', serif;
    font-size: 20px;
    margin: 0;
}
a{
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.title{
	font-family: 'Eczar', serif;
	margin-bottom: 40px;
	margin-top: 50px;
}
.title__header{
	font-size: 60px;
	color: white;
	padding: 15px;
    vertical-align: middle;
    margin: 0;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 4%;
}
.title__soustitle{
	width: 300px;
	height: 200px;
	padding: 15px;
	align-items: flex-end;
	display: flex;
	color: white;
	background-color: black;
	position: relative;
	line-height: 35px;
}
.title__soustitle:before{
	content: attr(data-lettrine);
	height: 300px;
	position: absolute;
	color: rgba(255,111,42,0.2);
	font-size: 250px;
	bottom: 0;
	display: inline-block;
	padding: 0;
	margin: 0;
	right: 0;
	line-height: 180%;
}
.title__soustitle--middle{
	align-items: center;
}
.banner__header{
	background-image: url(images/ethan.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 120%;
	height: 306px;
	line-height: 66px;
	vertical-align: middle;
	position: relative;
	right: 20%;
}
.header{
	background-color: black;
	height: 60px;
}
.header__list{
	list-style: none;
	justify-content: space-around;
	align-items: center;
	color: white;
	margin: 0;
	border-bottom: 2px solid white;
	display: none;
	cursor: pointer;
}
.header__btn{
	position: fixed;
	background-image: url(images/btn.png);
	height: 50px; 
	width: 50px;
	right: 20px;
	padding: 2px;
	top: 20px;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  	border: none;	
  	transform-origin: center;
  	transition: transform 0.6s ease-out;
  	transform: rotate(0deg);
  	outline: none;
 	z-index: 10;
 	cursor: pointer;
 	transition: 0.6s ease-out
}
.header__btn:focus{
	outline: none;
	border: 0;
}
.header__list li:hover{
	background-color: white;
	color: rgba(31,143,189,0.8);
}
.menu__header li:hover{
	background-color: white;
	color: rgba(31,143,189,0.8);
}
.header__list a:hover{
	background-color: white;
	color: rgba(31,143,189,0.8);
}
.menu__header a:hover{
	background-color: white;
	color: rgba(31,143,189,0.8);
}
.menu__chapitres a:hover{
	background-color: white;
	color: rgba(31,143,189,0.8);
}
.header__btn--rotate{
	transform: rotate(90deg);
}
.btn__close{
	position: fixed;
	background-image: url(images/close.png);
	height: 30px;
	width: 30px;
	right: 5px;
	padding: 10px;
	top: 5px;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  	border: none;	
  	transform-origin: center;
  	transition: transform 0.6s ease-out;
  	transform: rotate(0deg);
  	outline: none;
 	z-index: 10;
 	cursor: pointer;
 	transition: 0.6s ease-out
}
.section{
	margin-bottom: 30px;
}
.section p{
	margin: 20px;
}
.menu__chapitres{
	display: block;
	width: 232px;
	height: 570px;
	position: fixed;
	left: 40px;
	top: 25px;
	background-color: rgba(0,0,0,0.9);
	z-index: 20;
	border: 2px solid rgba(31,143,189,0.8);
	transform: translateY(-130%);
	transition: transform 0.6s ease-out;
}
.menu__chapitres ul{
	list-style: none;
	padding: 0;
}
.menu__chapitres li{
	font-size: 24px;
	margin: 30px;
	color: white;
	cursor: pointer;
}
.menu__chapitres--translated{
	transform: translateY(0);
}
.menu__header{
	width: 232px;
	height: 334px;
	position: fixed;
	right: 0;
	top: 86px;
	background-color: rgba(0,0,0,0.9);
	z-index: 20;
	border: 2px solid rgba(31,143,189,0.8);
	transform: translateX(100%);
	transition: transform 0.6s ease-out;
}
.menu__header ul{
	list-style: none;
	padding: 0;
}
.menu__header li{
	font-size: 24px;
	margin: 30px;
	color: white;
	cursor: pointer;
}
.menu__header--translated{
	transform: translateX(0);
}

.img{
	background-repeat: no-repeat;
	background-size: cover;
    background-color: transparent;
	display: block;
	margin: 20px auto;
	position: relative;
	border: 2px solid rgba(31,143,189,0.8);
	margin-bottom: 30px;
}
.img__etourneaux{
	background-image: url(images/etourneaux.jpg);
	width: 99%;
	height: 178px;
}
.img__lettrine{
	background-image: url(images/lettrine.png);
	width: 80%;
	height: 181px;
}
.img__pont{
	background-image: url(images/pont.png);
	width: 99%;
	height: 178px;
}
.img__influence{
	background-image: url(images/pouvoirinfluence.jpg);
	width: 80%;
	height: 181px;

}
.img__union{
	background-image: url(images/union.png);
	width: 85%;
	height: 350px;
}
.img__ursula{
	background-image: url(images/ursula.jpg);
	width: 87%;
	height: 181px;
}
.law__link{
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
}
.list__style{
	list-style: none;
	margin-left: 30px;
	padding: 0;
}
.list__style li{
	margin-bottom: 10px; 
}
.list__style li:before{
    background-color: rgba(31,143,189,0.8);
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 10px;
    height: 10px;
    position: relative;  
}
.para__important{
	background-color: rgba(31,143,189,0.8);
	width: 100%;
	margin: 20px 0 !important;
	padding: 20px 0;
	text-align: center;
}
.tableau__title{
	background-color: rgba(31,143,189,0.8);
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.tableau__title a{
	text-decoration: none;
	color: black;
	transition: 0.4s ease-out;
}
.tableau__title a:hover{
	 border-bottom: 2px solid #ff6f2a;
	 /*color: rgba(31,143,189,0.8);*/
}
.tableau__contenu{
	height: 200px;
}
#amazon {
  display: none;
}
#facebook {
  display: none;
}
#google {
  display: none;
}
body[data-site="amazon"] #amazon {
  display: block;
}
body[data-site="amazon"] #amazontitle {
  display: block;
  border-bottom: 3px solid #ff6f2a;
  text-transform: uppercase;
}
body[data-site="facebook"] #facebook {
  display: block;
}
body[data-site="facebook"] #facebooktitle {
  display: block;
  border-bottom: 3px solid #ff6f2a;
  text-transform: uppercase;
}
body[data-site="google"] #google {
  display: block;
}
body[data-site="google"] #googletitle {
  display: block;
  border-bottom: 3px solid #ff6f2a;
  text-transform: uppercase;
}
body[data-page="index"] .main {
  display: block;
}
body[data-page="index"] .abstractpage {
  display: none;
}
body[data-page="abstract"] .main {
  display: none;
}
body[data-page="abstract"] .abstractpage {
  display: block;
}
.abstractpage{

}
.abstractpage p{
	width: 400px;
	height: 446px;
	font-size: 30px;
	display: block;
	margin: 10% auto;
	border: 4px solid rgba(31,143,189,0.8);
	border-radius: 30px;
	padding: 20px;
	background-color: black;
	color: white;
}
.footer{
	background-color: black;
	width: 100%;
	height: 20vh;
	margin: 0;
	margin-top: 30px;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	padding: 12px 0;
}
.footer a{
	text-decoration: none;
	color: white;
	margin: 15px;
}
.footer a:hover{
	background-color: white;
	color: black;
}
.pasimportant{
	transition: 1s;
}
p:hover .important{
	color: rgba(31,143,189,0.8);
	transition: 1s;
}
@media(min-width: 600px){
	.banner__header {
	    width: 100%;
	    line-height: 94px;
	    right: 0;
	}
	.title__header {
	    font-size: 86px;
	    left: 20px;
	}
	.para__left{
		width: 500px;
		margin: 30px;
	}
	.img__etourneaux {
	    width: 70%;
	    height: 300px;
	    margin: 20px;
	}
	.para__right {
	    display: flex;
	    position: relative;
	    right: 0;
	    margin-left: 35%;
	    flex-direction: column;
	    align-items: center;
	    width: 500px;
	}
	.para__union{
		width: 500px;
		display: block;
		text-align: center;
		margin: 20px auto !important;
   		font-size: 30px;
	}
	.title__soustitle {
	    width: 400px;
	    height: 260px;
	    padding: 20px;
	    font-size: 45px;
	}
	.img__lettrine {
	    height: 370px;
	}
	.para__important {
	    padding: 30px 0;
	}
	.img__pont {
	    width: 70%;
	    height: 290px;
	}
	.img__influence {
	    width: 70%;
	    height: 350px;
	}
	.img {
	    margin: 30px;
	}
	.tableau__contenu {
	    height: 250px;
	}
	.img__ursula {
	    width: 60%;
	    height: 260px;
	}
	.img__union {
	    width: 60%;
	    height: 470px;
	    display: block;
	    margin: 20px auto;
	}

@media(min-width: 1400px){
	body{
		font-size: 25px;
	}
	.header__btn {
	    display: none;
	}
	.header__list {
	    display: flex;
	}
	.banner__header {
	    line-height: 190px;
	    height: 70vh;
	}
	.title__header {
	    font-size: 160px;
	}
	.header__list {
	    display: flex;
	    height: 10vh;
	    width: 800px;
	    justify-content: space-around;
	    align-content: flex-end;
	    right: 0;
	    position: relative;
	    font-size: 24px;
	}
	.header {
	    height: 10vh;
	    display: flex;
	    justify-content: flex-end;
	}
	.menu__chapitres {
	    width: 424px;
	    height: 358px;
	    top: 75px;
	    left: 30%;
	}
	.para__right {
	    width: 800px;
	    margin-left: 40px;
	}
	.para__left {
	    width: 800px;
	    margin: 60px;
	}
	.title__soustitle::before {
	    font-size: 350px;
	    line-height: 112%;
	}
	.title__soustitle {
	    width: 600px;
	    height: 300px;
	    font-size: 60px;
	    line-height: 56px;
	}
	.flex__desktop{
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 30px;
	}
	.para__important {
	    padding: 80px 0;
	    font-size: 50px;
	}
	.img__lettrine {
		background-image: url(images/lettrine@2x.png);
	    height: 400px;
	    width: 700px;
	    margin: 40px auto;
	}
	.img__pont {
		background-image: url(images/pont@2x.png);
	    width: 700px;
	    height: 400px;
	    margin: 40px auto;
	}
	.img__influence {
		background-image: url(images/pouvoirinfluence@2x.jpg);
	    width: 700px;
	    height: 400px;
	    margin: 40px auto;
	}
	.para__middle{
		display: block;
		width: 800px;
		margin: 40px auto;
		font-size: 28px;
	}
	.img__ursula {
	    width: 700px;
	    height: 400px;
	    margin: 40px auto;
	}
	.img__union {
		background-image: url(images/union@2x.png);
	    width: 700px;
	    height: 700px;
	    display: block;
	    margin: 40px auto;
	}
	.tableau__title {
	    margin: 0 auto;
	    width: 60%;
	}
	.banner__header{
		background-image: url(images/ethan@2x.png);
	}
}