/* Définition des polices personnalisées */

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

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

/* Eléments principaux de la page */

body
{
    font-family: Arial;
    color:#291943;
    font-family: Montserrat, "sans-serif";
    display: flex;
    justify-content: center;
    background-color:#291943;
   
}

#bloc_page
{
    background:url('images/fond_jaune.png');
    width: 1200px;
    height: auto;
    margin:auto;
    padding: 1%;
    font-family: Arial;
}


section h1, footer h1, nav a
{
    font-family: Arial, serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Header */

header
{
    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img



header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 0 10px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.0em;
    color: #271c38;
    font-weight:bold;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #291943;
    border-bottom: 0px solid #291943;
    background-color: purple;
}
}

/* Bannière */

vbanniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19
    margin-bottom: 25px;
}

vbanniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.8);
    color:black;
    font-size: 0.8em;
    
}


/* Corps */


section
{
    display: flex;
    margin-bottom: 20px;
    font-family: arial;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
    font-family:arial;
}

article h2
{
    color:#291943;
    font-family:arial;
}
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 2,1em;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: ;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 0px;
    padding: 15px;
    color: black;
    font-size: 1.0em;
    font-weight:bold;
}



#photo_zozor
{
    text-align: center;
}

.lignelogo 
{
margin-right:30%;
margin-top:10%;
margin-left:30%;
margin-bottom:10%;
}

#photo_zozor img
{
    border: 0px;
}

aside img
{
    margin-right: 5px;
}

aside h4
{
    text-align: center;
}
/* Footer */

footer
{
    display: flex;
   
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
    text-align:center;
}

footer h1
{
    font-size: 0.7em;
}

.coptfoot
{
   font-size: 0.7em;
   text-align: center;
   font-family: arial;
}

#tweet
{
    width: 28%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 40%;
}

#mes_photos img
{
    border:none;
    margin-right: 8%;
}

#nos_ref img
{
    border:none;
    margin-right: 5%;
}

#listes_amis
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 80%;
}

#mes_amis ul
{
    list-style-image: url('images/envelop2.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: white;
}

#lamis
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 80%;
}

#amis ul
{
    list-style-image: url('images/envelop2.png');
    padding-left: 2px;
}

#amis a
{
    text-decoration: none;
    color: white;
}

.blink {
  animation: blink 0,5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  51% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.contactez-nous {
width:900px;
border:none;
border-radius: 0px;
padding: 0 50px 0 50px;
background: none;
}

.contactez-nous > h1 {
font-weight: 500;
}

.contactez-nous > p {
font-weight: 300;
}

form div {
width: 100%;
display: flex;
flex-direction: column;
min-height: 83px;
margin-top: 25px;
}

form div > label {
margin-bottom: 7px;
font-weight: 600;
}

form div > input, form div > textarea {
background: #d9d7d7;
border: none;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
font-family: Montserrat, "sans-serif";
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

form div > input{
height: 50px;
padding-left: 10px;
}



form div > textarea {
height: 195px;
padding: 15px 0px 0px 10px;
}

form div > input::placeholder, form div > textarea::placeholder {
color: white;
}

form div > select:invalid {
color: white;
}

form div > select option {
background: white;
color: #303030;
}

form div:last-child {
align-items:left;
margin-top: 20px;
}

form button {
width: 250px;
max-width: 300px;
height: 70px;
font-weight: 700;
font-size: 28px;
background: white;
border: rgba(48, 48, 48, 0.5) solid 1px;
border-radius: 60px;
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
color: #303030;
}

#lignelogo
{
align: center;
}


 .PNU
 {

    margin-right: 2%;
    margin-TOP: 20%;
    margin-bottom: 20%;
}

 .CVIS
 {

    margin-right: 2%;
    margin-TOP: 20%;
    margin-bottom: 20%;
}

.BLASS
 {

    margin-right: 2%;
    margin-TOP: 20%;
    margin-bottom: 20%;
}

.SID
 {

    margin-right:14%;
    margin-TOP: 20%;
    margin-bottom: 20%;
}


.FAC
{
    margin-left:25%;
    margin-right:10%;
    margin-TOP: -1%;
    margin-bottom: 1%;
}

.DRIK
{
    margin-right:10%;
    margin-TOP: 20%;
    margin-bottom:20%;
    margin-left:5%;
}

.TWI
{
    margin-left:-9%;
    margin-right:10%;
    margin-TOP: -1%;
    margin-bottom: 1%;
}


.FLICK
{
    margin-left:-9%;
    margin-right:10%;
    margin-TOP: -1%;
    margin-bottom: 1%;
}


.YOUT
{
    margin-left:-9%;
    margin-right:10%;
    margin-TOP: -1%;
    margin-bottom: 1%;
}

.env
{
    margin-left:30%;
    margin-right:30%;
    margin-TOP: -1%;
    margin-bottom: 10%;
}

.Tel
{
    margin-left:30%;
    margin-right:50%;
    margin-TOP: -1%;
    margin-bottom: 10%;
}

.YOUT
{
width: 1,48em;
height: 1,48em;
}

.BKIMAGE
{
width: 1000PX;
height: 1%;
margin-left:50%;
margin-right:50%;
}

.BKIMAGEREF
{
width: 100%;
height: 1%;
margin-left:5%;
margin-right:5%;
}

.SITGEO
{
    margin-bottom: 50%;
    margin-left: 50%;
    margin-right: 50%;

}
