#all {
    background: url(/images/backgrounds/toplight.png) no-repeat center top;
}
#header-wrapper.header-gradient {
    background: transparent !important;
    filter: none;
}
#header {
    padding: 12px 0;
    text-align: center;
}
#header-content:hover {
    text-decoration: none;
}
#header h1 {
    margin: 0;
    padding: 20px 0 8px;
}
#header h1, #header h1 textarea {
    font-family: Lucida, Arial;
    font-size: 18px; font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    /*text-shadow: 2px 2px 2px #444;*/
}
#header hr {
    background: #aaa;
    border: none;
    border-radius: 2px;
    /*box-shadow: 2px 2px 4px #222;*/
    height: 2px;
    margin: 0 auto;
    width: 300px;
}
#header h2, #header h2 textarea {
    font-family: Lucida, Arial;
    font-size: 16px; font-weight: bold;
    letter-spacing: 2px;
    margin: 1em 0;
    text-align: center;
    /*text-shadow: 2px 2px 2px #444;*/
}
#header h1 a, #header h2 a {
    
}

#menu-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
}
#menu {
    background: black;
    border-radius: 10px;
    display: inline-block;
    width: auto;
}
#menu li {
    /*max-width: 120px;*/
}
#menu li a {
    color: #aaa;
    font-size: 12px; font-weight: normal;
    padding: 8px 15px;
    text-align: center;
}
#menu > li.active > a {
    color: white;
}
#menu > li > a:hover {
    background: inherit !important;
    color: white;
}

#accueil-carrousel-promo {margin: 0;}
.marquee_photo {border-radius: 0;}
.marquee_nav {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.3);
}

#corps-wrapper {
    background: transparent !important;
    padding: 20px 0;
}
#corps {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 5px 15px -5px #444;
    width: 750px;
}
.nonaccueil #corps {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    padding: 10px;
    width: 850px;
}

#accueil-contenu {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 10px;
    width: 730px;
}
#accueil-contenu .titre {
    font-size: 14px; font-weight: bold;
    margin: 12px 0;
}

#content {
    padding: 0;
    width: 600px;
}
.withcollabs {
    width: 410px;
}

.content-header {
    margin: 0 0 18px;
}
.content-header span, .content-header span textarea {
    width: 370px;
}
.withcollabs .content-header span, .withcollabs .content-header span textarea {
    width: 350px;
}

@media screen and (max-width: 1000px) {
    #header-content a {
        color: white;
    }
    #menu{
        display: block;
        border-radius: 0;
    }
    
    #accueil-carrousel-promo {
        display: none;
    }
    
    #content {
        width: calc(100% - 20px);
        margin: 0;
    }
      
    #accueil-contenu{
        width: 100%;
    }
      
    #corps{
        width: 100%;
    }
    .nonaccueil #corps {
        border-radius: 0;
        padding: 10px;
        width: calc(100% - 20px) !important;
    }
      
    .nonaccueil #content{
        width: calc(100% - 250px) !important;
    }
      
    #content iframe{
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .sidebar {
        display: none;
    }
    
    .nonaccueil #content {
        width: 100% !important;
    }
    #all-wrapper input, #all-wrapper textarea {
      width: calc(100% - 8px);
    }
    
    .contact-form {
        width: 100%;
    }
}
