/* general */

*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}
h1
{
    font-family: Helvetica, Arial, serif;
    font-size: 22px;
    color: #444;
}
h2
{
    color: #444;
    font-size: 16px;
}
h3
{
    font-size: 20px;
    color: #444;
}
h4
{
    font-size: 13px;
    color: #444;
}
p
{
    line-height: 17px;
    color: #777;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #444;
}
small
{
    font-size: 13px;
    font-style: italic;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 5px;
}
.clear
{
    clear: both;
}
.orange
{
    color: #ff7a00;
}
/* header */

header
{
    height: 110px;
}

header h1
{
    float: left;
    margin-top: 10px;
}
header nav
{
    float: right;
    margin-top: 30px;
}
header nav ul li
{
    display: inline-block;
}
header nav ul li a
{
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*margin-right: 10px;*/
    padding: 5px;
}
header nav ul li a:hover
{
    background: rgba(204,204,255, 0.20);
    border-radius: 10px 0 10px 0;
}


/* pages contenu */
#LazyNoshow
{
    width: 98%;
}

#intro , #expo , #accueil , #amis , #news
{
    display:none;
    position:static;
    /*left: 130px;
    top: 100px;*/
    background: rgba(255,255,255, 1);
    width: 100%;
    height: auto;
    float: left;
    border-radius: 12px;
    /*z-index: 4;*/
} 
.contenu
{
    height: 98%;
    width: 98%;
    margin: 5px 0 0 0;
    padding: 10px 5px 10px 15px;
    text-align: justify;
    overflow: auto;
    box-sizing: border-box;
}

#intro:target 
{
    display:block
}
#expo:target 
{
    display:block
}
#accueil:target 
{
    display:block
}
#amis:target 
{
    display:block
}
#news:target 
{
    display:block
}
/* possibilities*/

#possibilities
{
    /*background-color: #efefef; */
    background-color: white;
    padding: 10px 0;
}
#possibilities titrer
{
    border-bottom: 1px dotted #ddd;
    float: left;
    width: 90%;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left; 
}
#possibilities article
{
    background-repeat: no-repeat;
    background-size: 300px;
    width: 900px;
    height: auto;
    float: left;
    border-radius: 10px 0 0 0;
    margin: 15px 20px 15px 0;
}
#possibilities article:first-child
{
    margin-right: 10px;
}
.overlay
{
    background: rgba(204,204,255, 0.20);
    float: right;
    height: 100%;
    width: 570px;
    padding: 10px;
    border-radius: 0 15px 0 15px;
    text-align: left;
    box-sizing: border-box;
}
article h4
{
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;    
}
#possibilities p
{
    text-align: justify;
    /* margin-bottom: 20px; */
}
#possibilities archive
{
    background-repeat: no-repeat;
    background-size: 200px;
    width: 400px;
    height: 150px;
    float: left;
    border-radius: 0 0 0 15px;
    margin: 10px 20px 10px 0;
}
.calque
{
    background: rgba(204,204,255, 0.20);
    float: right;
    height: 100%;
    width: 190px;
    padding: 7px;
    border-radius: 0 15px 0 0;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}

#possibilities newsletter
{
    background-repeat: no-repeat;
    background-size: 900px;
    width: 900px;
    height: auto;
    float: left;
    border-radius: 15px 0 15px 0;
    margin: 15px 20px 15px 0;
    /* Control the height of the image */
    min-height: 380px;
}

/* Add styles to the form container */
.container {
    float: right;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border-radius: 15px 0 15px 0;
    border: none;
}
  input[type=email] 
{
  width: 85%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ddd;
}

input[type=email]:focus 
{
  background-color: #f1f1f1;
  outline: none;
}
.button-2
{
    color: #fff;
    background-color: darkcyan;
    cursor: pointer;
    padding: 10px 17px;
    border: none;
    border-radius: 7px;
    width: 100%;
    opacity: 0.7;
}
.button-2:hover
{
    opacity: 1;
}
#possibilities carte
{
    float: left;
    margin-top: 15px;
}
#possibilities carte ul li
{
    display: inline-block;
    margin: 7px;
}
div.gallery 
{
    margin: 5px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    float: left;
    width: 170px;
}

div.gallery:hover 
{
    border: 1px solid #777;
}

div.gallery img 
{
    width: 100%;
    height: auto;
}

div.desc 
{
    font-size: 12px;
    padding: 9px;
    text-align: center;
}

/* footer*/

footer
{
    height: 30px;
    background-color: #fff;
}
.copyright
{
    text-align: center;
   /* font-weight: bold;*/
    padding-top: 10px;
    color: #777;
}