/* /////////////    Definitions generales /////////////   */

body {
  background-color: rgb(181, 181, 181);
  font: 400 1em/1.38 Helvetica;
  color: rgb(0, 0, 0);
  width: 1350px;
  margin: 0 auto;
  margin-top: -51px
}

p {
  margin-bottom: 1em;
}

.element {
  float: left;
}

.image {
  display: block;
  position: relative;
  float: left;
  width: 278px;
  height: auto;
  margin-left: 77.1088%;
  overflow: hidden;
}

.text {
  position: relative;
  float: left;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

._button {
  display: block;
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
  font-size: 1.438em;
  text-align: center;
  color: rgb(255, 255, 255);
}

._dropbutton {
      display: block;
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
  text-align: center;
  color: rgb(255, 255, 255); 
  cursor: pointer;
  font-size: 1.438em;
  z-index: 800;
    
}

.dropmenu {
    position: absolute;
    display: inline-block;  
    
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: black;
    width: 171px;
    height: 65px;
    z-index: 18;
    font-size: 5px;
}

.dropdown-long {
    display: none;
    position: relative;
    background-color: black;
    width: 171px;
    height: 90px;
    z-index: 18;
    font-size: 5px;
    margin-top: -10px;
}

/* /////////////    Elements    /////////////   */

.element-1 { /*Menu Gauche*/
  position: relative;
  z-index: 0;
  width: 171px;
  height: 1080px;
  background-color: #000000;
  top: 51px;
}

.element-2 { /* Image Couv */
  position: relative;
  z-index: 11;
  width: 689px;
  height: 215px;
  margin: 51px 0 0 0;
  background: url('../images/Couvertures/CouvRevenir.jpg') rgb(222, 222, 222);
  background-repeat: no-repeat;
  background-size: 100% 215px;
  background-position: left top;
}

.element-3 { /* Bandeau Logo */
  position: relative;
  z-index: 12;
  width: 471px;
  height: 215px;
  margin: -1029px 0 0 63.70255%;
  background-color: rgb(90, 90, 90);

}

.element-logo { /* Logo */
  position: relative;
  z-index: 12;
  width: 360px;
  height: 215px;
  margin: -1011px 0 0 70.5%;
  background-color: rgb(129, 129, 129);
  background: url('../images/Logos/UnEx.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

.element-4 { /*Bandeau Photo*/
  position: relative;
  z-index: 14;
  width: 22.2962962962%;
  height: 782px;
  margin: -798px 0 0 76.2222199999%;
  background-color: rgb(227, 62, 62);
}

.element-5 { /*Barre bas*/
  clear: both;
  width: 98.52%;
  height: 37px;
  margin-left: 0%;
  margin-top: 20px;
  background-color: rgb(0, 0, 0);
}


/* /////////////    Boutons    /////////////   */

.menu {
    
  font-size: 1.438em;
  color: rgb(255, 255, 255);
  margin-left: 20px;
    
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-long {
    display: block;
}

.dropdown-content {
    position: relative;
    margin-top: -15px;
    
}


/* /////////////    Images   ///////////// */

.image-1 {
  z-index: 16;
  margin-top: 70px;
  position: absolute;
}

.image-2 {
  z-index: 16;
  margin-top: 70px;
  height: 490px;
  position: absolute;
  
}

.thumb-photos {
    
    height: 244px;
    width: 255px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
}

/* /////////////    Animations   ///////////// */



.Bloc1 {
    width: 1080px;
    height: 785px;
    background-color: #ba3636;
    margin-top: 290px;
    margin-left: 210px;
    position: absolute;
    overflow: hidden;
    
}



.Bloc2 {
    width: 550px;
    height: 750px;
    /*background-color: #ba3636;*/
    margin-top: 310px;
    margin-left: 790px;
    position: absolute;
    overflow: hidden;


    
}




/* /////////////    Texte   ///////////// */

.text-Bandeau {
  z-index: 13;
  width: 36.2962962962%;
  min-height: 215px;
  margin: -905px 0 0 65.7037%;
    
  color: white;
  font-weight: bold;
  font-size: 42px;    
    
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
    
.text-2 {
  z-index: 17;
  width: 830px;
  min-height: 814px;
  margin: -785px 0 0 13.6%;
}

.text-titrepage {
  z-index: 17;
  font-size: 42px;
  color:white;

}

.text-soustitrepage {
  z-index: 17;
  font-size: 21px;
  font-style: italic;
  color: white;
  margin-top: -45px;
}



.styletitre {
    color: #ba3636;
    font-weight: bold;
    font-size: 18px;
}

.a-submenu {
    font-size: 18px;
    color: rgb(227,62,62);
}

.a-submenu:hover {
    font-style: italic;

    
}

.a-pagesbio {
    
    color: #0000EE;
    
}

.a-pagesbio:visited {
    
    color: #0000EE;
    
}

.a-pagesbio:hover {
    
    font-style: italic;
    
}

.a-nextpage {
    text-align: right;
}