a img:hover {
opacity: 0.6
}

.copyright {
   position: fixed;
   left: 5px;
   bottom: 5px;
}

/* COULEUR */

body {
background-color: white;
}

.doctext_C_1, .gdtitrerubrique, .titrerubrique, .textedate{
		color:black;
}

.menu_burger:before, .menu_burger:after, .menu_burger div{
   background: black;
}

.header_img, .mobile_icon{
   filter: invert(0%) sepia(73%) saturate(0%) hue-rotate(107deg) brightness(88%) contrast(104%);
}

.lien_couleur, .lien_couleur:hover, .lien_couleur:active, .lien_couleur:focus, .lien_couleur:visited {
color:black;
}

.hr_style {
background-color: black;
}


/* TYPO */

.titreoeuvre_mosaique {
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
font-style: italic;
font-weight: bold;
font-size: 15pt;
}

.citation {
font-family: SimplonNormMedium, Helvetica, Arial, sans-serif;
font-weight: bold;
}

.lien {
font-weight: bold;
}


.etoile {
width:25;
margin-left:45;
}

.legende {
padding-left:70;
}


/* RUBRIQUES */

.titre_rubrique {
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
font-size: 32pt;
font-style: italic;
font-weight: bold;
}


/* RESPONSIVE */

@media all and (min-width: 100px) and (max-width: 1200px) {

.home_ordi {
display: none;
}

 .content, .responsive{
width: 800;
}


.full_width, .page_rubrique  {
position:absolute;
left:0;
z-index: -1;
width:100%;
min-width: 800;
padding: 30;
}

.page_rubrique {
margin-top:-50;
}


.page_rubrique .titreoeuvre, .page_rubrique .legende {
font-size: 20;
}

.citation {
font-size:15pt;
}

.margin100, .margin200, .margin300, .margin500 {
margin-top:0;
}

.back {
position: fixed;
left:30;
bottom:30;
z-index: 10;
}


.full_width img:not(.etoile,.back) {
min-width: 400;
}

.page_rubrique img:not(.etoile) {
margin-top:100;
}

/*

.page_rubrique table, .page_rubrique tbody, .page_rubrique tr, .page_rubrique td{
display:block;
width:800;
}

*/
 	
}


@media all and (min-width: 1200px) {

.home_mobile {
display: none;
}

.responsive, .page_rubrique {
  width: 1000px;
}


.full_width  {
position:absolute;
left:0;
top:0;
z-index: -1;
width:100%;
min-width: 800;
}

.full_width_video  {
position:absolute;
left:0;
z-index: -1;
width:100%;
min-width: 800;
}


.content {
width: 90%;
}


.titre_rubrique {
position: fixed;
right:0;
top:150;
z-index: -2;
}

.titre {
position: absolute;
left:0;
bottom:45%;
}

.citation {
font-size:20pt;
}

.marginplus100 {
margin-top:100;
}

.margin100 {
margin-top:-100;
}

.margin200 {
margin-top:-200;
}

.margin300 {
margin-top:-300;
}

.margin500 {
margin-top:-500;
}

.angle-20 {
transform: rotate(-20deg);
}

.angle20 {
transform: rotate(20deg);
}

.angle-50 {
transform: rotate(-50deg);
}

.angle50 {
transform: rotate(50deg);
}

.angle-30 {
transform: rotate(-30deg);
}

.angle30 {
transform: rotate(30deg);
}

.angle-40 {
transform: rotate(-40deg);
}


.back {
position: fixed;
right:15;
bottom:10;
z-index: 10;
}

}

@media all and (min-width: 1400px){
.responsive, .page_rubrique {
  width: 1100px;
}
.content {
width: 80%;
}
}

@media all and (min-width: 1600px){
.responsive_home, .page_rubrique {
  width: 1300px;
}


@media all and (min-width: 1800px){
.responsive_home, .page_rubrique {
  width: 1500px;
}
.content {
width: 70%;
}
}

@media all and (min-width: 1900px){
.responsive_home {
  width: 1600px;
}
}

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}
}

