/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 oct. 2016, 19:08:44
    Author     : Amael
*/

.withLettrines p:first-of-type:first-letter {
  float:left;
  font-size: 4em;
  padding: 0.05em 0.05em 0 0;
  padding-right:0.2em;
  text-transform: capitalize;
}
.allPWithLettrines p:first-letter {
  floallpWithLettrinesat:left;
  font-size: 4em;
  padding: 0.05em 0.05em 0 0;
  padding-right:0.2em;
  text-transform: capitalize;
}

.pLettrine:first-letter , .pLettrine p:first-of-type:first-letter {   
  float:left;
  font-size: 6em;
  padding: 0.05em 0.05em 0 0;
  text-transform: capitalize;
  line-height: 22px;
  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pLettrine, .pLettrine p {
  line-height: 22px;
  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}


.noPuce li{
    list-style-type:none; /* square; */
    text-indent:20px;
    margin-left: 70px;
    padding-bottom: 10px;
}

#header .blackButton {
    display: inline-block;
    border-radius: 100%;
    width: 4.5em;
    height: 4.5em;
    line-height: 4.5em;
    text-align: center;
    font-size: 1.25em;
    padding: 0;
    background-color:#000;
    color:#FFFFFF;
}

#footer {
    padding: 1.5em 0 1.2em 0;
}


/* modal img */
 /* Style the Image Used to Trigger the Modal */
#myImg, .myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover , .myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.sectionexpo{
    padding-top:15px ; 
    margin-top:15px !important;    
}
#containerevenement .row{
    margin-left:50px;
    margin-right:15px;

}

.lastRowExpo{
    padding-bottom: 45px;
    border-bottom: 4px solid #E6E6E6;
    margin-bottom: 45px;
}

.myImages170 img{
    max-height: 143px;
}
.tableForm{
    margin-left: 40px;
}
.tableForm label{
    padding-left: 25px;
}
.descriptionArtiste{
    line-height: 25px;
    padding-left:45px;
}

.noPaddingLeft{
    padding-left:0
}
.paddingLeft{
    padding-left:35px;
}

.artCollectif > section > header > p{
    margin-bottom:0;
}

.divEvenement{
    margin-top:0;
    /*padding-top:0;*/
}
.pNoMargin{
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
                       
}