@charset "utf-8";

/*******************************************************/
/********************* GLOBAL **************************/
/*******************************************************/

#dimensions {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    z-index: 3000;
    color: rgba(0,255,0,1);
    text-align: right;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'bookmania', sans-serif;
    margin: 0;
    color:#000;
}
.container {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body, p, a {
    text-decoration:none;
}
a:active {
    color:#DCDCDC;
}
h1, h2, h3, h4, .menu li, button {
    font-style: normal;
    font-weight: 300;
}
h1 {
    color:#FFF;
    font-variant: small-caps;
    letter-spacing: 5px;
}
h2 {
    color:#FFF;
    font-variant: small-caps;
    font-size: 28px;
}
h3{
    font-size: 18px;
}
h4 {
    font-size: 18px;
}
h5 {
    color:#EBCF70;
    font-size: 16px;
    background: url('../img/puce_cba.png') left top no-repeat;
    padding-left: 20px;
}
hr {
    height: none;
    border: none;
    border-top: 1px dashed #DCDCDC ;
    margin-bottom: 15px;
    margin-top: 0;
}
p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}
.yellow, .red {
    color:#EBCF70;
}
em {
    font-style: italic;
}

button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #6F7072;
    font-size: 20px;
    background: none;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;

    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    border: 0;
    transition: all 1s;
    cursor: pointer;
}


div.contenu.success, div.contenu.alert {
    border-radius:4px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
}
div.alert:first-child {
    margin-top: 0;
}
.success p, .alert p{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin:0;
}
.alert, .alert p {
    text-align: left;
    color:#333;
}
.alert-danger {
    background-color:#FFBFBF;
}
.alert-success {
    background-color:#BFFFCF;
}
.alert-warning {
    background-color: #fcf8e3;
}
form p.alert {
    padding: 5px 10px;
    border-radius: 3px;
}

.newslink {
    color:#41235D;
    font-size: 14px;
}
.newslink:hover {
    color:#4D4D4D;
    font-size: 14px;
}

/*******************************************************/
/********************* HEADER **************************/
/*******************************************************/
header {
    position:fixed;
    top:0;
    z-index: 10;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    max-width: 100%;
    transition:all 1s;
    width: 280px;
}
header div.contenu {
    width: 100%;
    position: relative;
    box-shadow: 0 0 20px 0px #000;
    transition:all 1s;

    background-color: #5D5D60;
    background-color: #333333;
    background-color: #FFF;

}


nav {
    max-width: 100%;
}

.logo, #logo {
    text-align: center;
    color:#999;
}
.logo img, #logo img {
    max-width: 100%;
    position: relative;
    //top:3px;
}
.logo img {
    width: 150px;
    padding-top: 20px;
}
.logo p {
    font-size: 20px;
    margin: 10px;
}
.head-logo {
    display: block;
    color:#41235D;
    font-size: 24px;
    font-variant: small-caps;
    margin-top: 30px;
}

header button.navbtn {
    display: none;
    position: absolute;
    top:0;
    right: 0;
    z-index: 2;
    height: 50px;
    width:50px;
    text-align: center;
    line-height: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top:2px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 0;
    transition:all 1s;
}
header.hidden button.navbtn {
    right: -55px;
    border-radius: 50%;
    background: url('../img/menu/btn_menu_off-8.png') no-repeat top center;
    background-size: 100% 100%;
}
header.hidden button.navbtn:hover, header.hidden button.navbtn.active {
    background-image: url('../img/menu/btn_menu_on-8.png') 
}
.nav {
    position: relative;
    text-align: center;
}
.nav ul.menu {
/*    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
    position: relative;*/
    margin-top: 0;
padding-left: 0;
    width: 100%;
    position:absolute;
    bottom: 0
}
.nav ul.menu li{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin:0;
    text-align: center;
    position: relative;
}

.nav ul.menu li:after{
    content:"";
    display:inline-block;
    height: 2px;
    width: 50px;
    background-color: #41235D;
    position: relative;
    top:-8px;;
}

.nav ul.menu li a {
    display:block;
    max-width: 100%;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    margin:0;
    text-transform: uppercase;
    line-height: 16px;
    color:#41235d;
    text-decoration: none;
    
        background-position-x: center;
        background-position-y: top;
        background-repeat: no-repeat;
        background-size: 50px;
}
.nav ul.menu li.accueil a {
    background-image: url('../img/menu/btn_acc_off-8.png');
}
.nav ul.menu li.accueil a:hover, .nav ul.menu li.accueil a.current {
    background-image: url('../img/menu/btn_acc_on-8.png');
}
.nav ul.menu li.competences a {
    background-image: url('../img/menu/btn_comp_off-8.png');
}
.nav ul.menu li.competences a:hover, .nav ul.menu li.competences a.current {
    background-image: url('../img/menu/btn_comp_on-8.png');
}
.nav ul.menu li.parcours a {
    background-image: url('../img/menu/btn_parc_off-8.png');
}
.nav ul.menu li.parcours a:hover, .nav ul.menu li.parcours a.current {
    background-image: url('../img/menu/btn_parc_on-8.png');
}
.nav ul.menu li.contact a {
    background-image: url('../img/menu/btn_contact_off-8.png');
}
.nav ul.menu li.contact a:hover, .nav ul.menu li.contact a.current {
    background-image: url('../img/menu/btn_contact_on-8.png');
}

.nav ul.menu li a:hover{
    color:#333;
}

header div.head-footer {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    text-align: center;
    background-color:#41235D;
}
header div.head-footer p, header div.head-footer a{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#FFF;
}

header div.head-footer:before {
    content:url('../img/header-footer.png');
    display: block;
    width: 100%;
    height: 20px;
    position:relative;
    top:-18px;
}


header div.contenu.hidden, header.hidden div.contenu.hidden li a, header.hidden a.active, header.hidden div.head-footer  {
    transition:all 2s;
    background: none;
    box-shadow: none;
    border: none;
}




/********************************************************/
/********************* CONTENT **************************/
/********************************************************/
#content {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.diaporama{
    position:absolute;
    top:0;
    right: 0;
    width:100%;
    margin: 0;
}

.diaporama li{
    list-style-type:none;
    overflow:hidden;
    position:absolute; /* Les images seront positionnées toutes au même endroit */
    z-index: -1;
    width: 100%;
    min-height: 100%;
    right:0;
    top:0;

    background-position: right top;
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-attachment:scroll;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.diaporama_controls{
    width:100%;
    margin:3px 0;
    padding:5px;
    clear:both;
    overflow:hidden;
}

.diaporama_controls .btns{
    float:right;
}

.diaporama_controls a{
    font-weight:normal;
    width:10px;
    height:13px;
    text-indent:-9999px;
    display:inline-block;
    margin:0 3px;
}

.diaporama_controls .prev{
    background:url(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
    background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
    background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
    background:url(img/fleches_diapo.png) no-repeat bottom left;
}

section {

    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;

    background-position: right top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    /*    background-attachment:scroll;*/
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    overflow: hidden;
    
    //border-bottom:#FFF solid 2px;
}

#section1 {
    padding-bottom: 0;
    padding-top: 0;
    //background-image: url(../img/fonds/fond1.jpg) ; /* accueil */
}
.section1 {
    background-image: url(../img/fonds/fond1.jpg) ; /* accueil */
}
#section2, .section2 {
    background-image: url(../img/fonds/fond2.jpg) ; /* presentation */
}
#section3, .section3 {
    background-image: url(../img/fonds/fond3.jpg) ; /* competences */
}
#section7, .section7 {
    background-image: url(../img/fonds/fond1.jpg) ; /* actualites */
}
#section8, .section8 {
    background-image: url(../img/fonds/fond4.jpg) ; /* contact */
}
section div.head-content, section div.sub-head-content  {
    text-align: right;
    background-color:#41235D;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
section div.sub-head-content  {
    border-bottom: 2px solid #FFF;
}
section div.sub-head-content:after {
    content:"";
    background:url('../img/sub-head.png') no-repeat center bottom;
    display: block;
    max-width: 100%;
    height: 10px;
    position:relative;
    top:12px;
}

.head-content h2 {
    letter-spacing: 4px;
    font-style: normal;
    font-weight: 300;
}
section div.sub-head-content {
    background-color:rgba(255,255,255,0.7);
}
section div.sub-head-content h3, section div.sub-head-content p {
    display: inline-block;
}
section div.sub-head-content h3 {
    letter-spacing: 1px;
    line-height: 28px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color:#4D4D4D;
}
section div.sub-head-content .h3 h3::before { 
    content: " i ";
    color:#CCC;
}
section div.sub-head-content .h3 h3:last-child::after {
    content: " i ";
    color:#CCC;
}
section .contenu .h3 {
    letter-spacing: 1px;
    color:#c7b285;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
section .contenu h4 {
    font-size: 16px;
    font-weight: bold;
    color:#c7b285;
    margin-bottom: 0;
}
section .contenu .highlight {
    color:#c7b285;
}
section .contenu ul {
    padding-left: 10px;
}

section div.corps {
    margin-top: 70px;
    text-align: right;
}
section div.corps:before {
    content:"";
    background:url('../img/corps-head.png') no-repeat center bottom;
    display: block;
    max-width: 100%;
    height: 10px;
    position:relative;
    top:0;
}
#logo {
    text-align: right;
}
section div.contenu-enveloppe {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    text-align: center;
    word-wrap:break-word;
    padding-top: 0;
    padding-right: 60px;
    padding-bottom: 0;
    padding-left: 60px;
    color:#000;
}
section div.contenu {
    display: block;
    width: 100%;
    margin: 0;
}
section div.corps div.contenu-enveloppe {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    position: relative;
    left:0;
}
section div.visible div.contenu-enveloppe {
    left:0;
}
section div.corps div.contenu {
    text-align: left;
}
section div.corps div.contenu-enveloppe {
    background-color: rgba(77,77,77,0.8);
}
section div.corps p {
    margin-top: 0;
}
section div.corps p, section div.corps li, section div.corps a, section div.corps label {
    color:#FFF;
}
section div.corps li {
    font-size: 14px;
    line-height: 18px;
}

section div.corps p.subtitle {
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
}

#section1  {
}
#section1 .corps {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
#section1 .head-content, #section1 .sub-head-content {
    z-index: 9;
}
#section1 div.corps div.contenu-enveloppe {
    border-bottom: none;
}

#section8 .sub-head-content h2 {
    margin-bottom: 0;
}
#section8 .sub-head-content h2, #section8 .sub-head-content p, #section8 .sub-head-content a {
    color:#41235D;
}
#section8 .sub-head-content p {
    display: block;
}
#section8 div.gch, #section8 div.dte {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-top: 5px;
}
#section8 div.gch {
    text-align: left;
}
#section8 iframe{
    width:100%;
    height: 250px;
    margin-bottom: 10px;
}

form.inline .col-sm-2 {
    width: 16.6667%;
}
form.inline .col-sm-10 {
    width: 73.3333%;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    display: block;
}
form.inline .col-lg-1, form.inline .col-lg-10, form.inline .col-lg-11, form.inline .col-lg-12, form.inline .col-lg-2, form.inline .col-lg-3, form.inline .col-lg-4, form.inline .col-lg-5, form.inline .col-lg-6, form.inline .col-lg-7, form.inline .col-lg-8, form.inline .col-lg-9, form.inline .col-md-1, form.inline .col-md-10, form.inline .col-md-11, form.inline .col-md-12, form.inline .col-md-2, form.inline .col-md-3, form.inline .col-md-4, form.inline .col-md-5, form.inline .col-md-6, form.inline .col-md-7, form.inline .col-md-8, form.inline .col-md-9, form.inline .col-sm-1, form.inline .col-sm-10, form.inline .col-sm-11, form.inline .col-sm-12, form.inline .col-sm-2, form.inline .col-sm-3, form.inline .col-sm-4, form.inline .col-sm-5, form.inline .col-sm-6, form.inline .col-sm-7, form.inline .col-sm-8, form.inline .col-sm-9, form.inline .col-xs-1, form.inline .col-xs-10, form.inline .col-xs-11, form.inline .col-xs-12, form.inline .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 15px;
    display: inline-block;
}
.col-sm-offset-2 {
    margin-left: 20.6%;
}
form.inline label {
    display: inline-block;
    font-weight: 200;
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    top:5px;
}
form.inline input, form.inline textarea, form.inline select {
    margin-bottom: 20px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px dashed #DCDCDC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
    margin-bottom: 15px;
}
form.inline select.form-control {
    width: 105%;
}
div.radio {
    margin-bottom: 15px;
}
select.form-control {
    width: 99%;
}
form button {
    padding: 0;
    margin: 0;
}
form button .button{
    display: block;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #41235d;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 2px solid #FFF;
}
.button:hover {
    background: #FFF;
    color:#41235d;
    text-decoration: none;
}
form button:after {
    content:"";
    display: block;
    width: 100%;
    height: 10px;
    background:url('../img/sub-button.png') center bottom no-repeat;
}
form .g-recaptcha {
    margin-top: 10px;
}
.mg-bt.radio {
    margin-bottom: 25px;
}

#section8 .vcf{
    background: url('../img/fiche-contact.png') left top no-repeat;
    background-size: auto 100%;
    padding-left: 20px;
    padding-top: 5px;
}

#portrait {
    float: left;
    border : 3px solid #6F7072;
    margin-right: 20px;
    margin-bottom: 20px;
}

#section7 { /* actualites */
}
#section7 .actu-head { 
    margin-bottom: 10px;
}
#section7 .actu-head h3{ 
    color:#7A1728;
    font-variant:none;
    font-size: 18px;
}
#section7 .gch { 
    display: inline-block;
    width: 82%;
}
#section7 .dte { 
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 15%;
}
#section7 .gch p{ 
    font-size: 18px;
    margin-bottom: 0;
}
#section7 span.auteur{ 
    color:#6F7072;
    font-size: 12px;
}

.actulink, .actufile {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.actufile {
    background: url('../img/bt_doc_off.png') left top no-repeat;
}
.actufile.active {
    background: url('../img/bt_doc_on.png') left top no-repeat;
}
.actulink {
    background: url('../img/bt_lien_off.png') left top no-repeat;
}
.actulink.active {
    background: url('../img/bt_lien_on.png') left top no-repeat;
}


.home-news {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-color: rgba(51,51,51,0.4);
    text-decoration: none;

    display:flex;
    align-item:cener;
}

.home-news > div {
    height: 200px;
    width: 48%;
    display: inline-block;
}

.news-img {
    padding-left: 0;
    padding-right: 0;
    overflow:hidden;
}

.news-img img {
    width: 100%;
}

.news-txt {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.news-txt h2{
    margin-top: 5px;
    margin-bottom: 5px;
}
.news-txt > div {
    padding-left: 0;
    padding-right: 0;
}
.news-txt > div.horaires {
    font-size:16px;
    padding-top:10px;
    padding-left: 20px;
}
.news-txt > div.horaires p.yellow {
    text-transform: uppercase;
}
.news-txt > div.themes {
    position: absolute;
    bottom:15px;
    left:15px;
}
.themes span {
    height: 50px;
    display:inline-block;
    color:#FFF;
    font-size:20px;
    padding-top:10px;
    padding-left:20px;
    padding-right: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.themes span {
    height: 31px;
    padding: 2px 10px 0 10px ;
}

.motcles {
    display: flex;
    justify-content: space-around;
}
.motcles h4 {
    display: inline-block;
    font-size: 31;
    margin-top: 20px
}

a.bouton {
    display: inline-block;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:center; 
    background-color: rgba(190,190,190,0.6);
    background-color: rgba(255,255,255,0.6);
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
}
a.bouton:hover {
    background-color: #EBCF70;
    color: #333333;
}

.col-6 {
    width: 50%;
    float: left;
}
.col-12 {
    clear:both;
}
.secteurs {

}
.secteurs h3 {
    text-decoration: underline;
}

/*******************************************************/
/********************* FOOTER **************************/
/*******************************************************/

footer {
    width: 100%;
    background-color:#41235D ;
}
footer section {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
footer section div.corps {
    margin:0;
}

footer section div.corps:before {
    content:"";
    background:none;
}
footer section div.corps div.contenu-enveloppe {
    border:none;
    padding-top: 0;
    padding-bottom: 0;
    left:0;
    background:none;
}
footer section div.corps div.contenu {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
footer section div.corps a, footer section div.corps span {
    font-size: 14px;
    display: inline-block;
}
footer section div.corps a, footer section div.corps span {
    color: #FFF;
}
#bouton_up {
    position: fixed;
    bottom:10px;
    right:10px;
    color:#FFF;
    font-size: 25px;
    cursor: pointer;
    color:#41235D ;
}

/************************************************************/
/********************* MEDIA QUERY **************************/
/************************************************************/


@media only screen and (min-width: 1200px) {

    .container {
        box-shadow: 0 0 30px #555;
    }
} /*FIN 1200px*/


@media only screen and (max-width: 1200px) {


} /*FIN 1200px*/

@media only screen and (max-width: 1100px) {

} /*FIN 1100px*/


@media only screen and (min-width: 901px) {

    body {
        //background: url('../img/facadefond.jpg') right top no-repeat fixed;
        //background-size: cover;
        background-color: #5D5D60;
        background-color: #aaa;
        background-color: #777;
        background-color: #CCC;


    }

} /*FIN 930px*/

@media only screen and (max-width: 900px) {


    h1 {
        font-size: 20px;
    }
    header {
        padding-left: 0;
        //width: 100%;
    }
    header.hidden {
        left: -100%;
    }
    header div.contenu {
        box-shadow: none;
        width: 100%;
    }
    
    header div.head-footer::before {
    content: '';
    display: none;
}
    
.nav ul.menu {
    position: relative;
    padding-top: 20px;
    
}
.nav ul.menu li{
    display: inline-block;
    width: 40%;
}

.nav ul.menu li:after{
}
    .nav ul.menu li a{
        
    }
    
    
    section div.contenu-enveloppe  {
        padding-left: 40px !important;
    }
    section div.sub-head-content  {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    section div.sub-head-content:after {
     background-image:url('../img/sub-head-small.png');
     top:32px;
    }
    section div.sub-head-content h3 {
        font-size: 14px;
        line-height: 16px;
    }
    section div.corps:before {
     background-image:url('../img/corps-head-small.png');
    }
    #logo {
    }
    #logo img{
        max-width: 60%;
        display: inline-block;
    }
    .logo img {
        max-width: 60%;
    }

    #section1, .section1 {
        background-image: url(../img/fonds/fond1-small.jpg) ; /* accueil */
    }
    #section2, .section2 {
        background-image: url(../img/fonds/fond2-small.jpg) ; /* presentation */
    }
    #section3, .section3 {
        background-image: url(../img/fonds/fond3-small.jpg) ; /* competences */
    }
    #section7, .section7 {
        background-image: url(../img/fonds/fond1-small.jpg) ; /* actualites */
    }
    #section8, .section8 {
        background-image: url(../img/fonds/fond4-small.jpg) ; /* contact */
    }
    section {
        background-position: right top;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
        background-attachment:scroll;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
        overflow: hidden;
    }
    #section4, #section7  {
        background-position: center top;
    }
    #section7  {
        background-size: 100%; 
        background-repeat:repeat-y;
    }

    .diaporama {
        display:none;
    }

    #section1 {
        padding-top: 20px;
    }

} /*FIN 900px*/

@media only screen and (max-width: 623px) {

    section {
        //padding-top: 30px;
        padding-bottom: 0;
    }
    section div.corps {
        margin-top: 30px;
    }
    section .contenu-enveloppe h3 {
        margin-top: 0;
        margin-bottom: 0;
    }
    section a.bouton {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        position: relative;
    }
    section .sub-head-content a.bouton {
        margin-top: 5px;
    }

    .home-news > div.news-txt, .home-news > div.news-img {
        display:block;
        height: auto;
        width: 100%;
    }

    #section8 div.gch, #section8 div.dte {
        display:block;
        width: 100%;
    }

    h2 {
        font-size:24px;
    }
    #section1 {
        padding-bottom: 30px;
    }
    #section1 .corps {
        position: relative;
    }
    #section1 .corps .contenu-enveloppe {
        padding-top: 0;
    }

    .col-sm-2 {
        width: 100%;
    }
    .col-sm-10 {
        width: 90%;
    }

    .form-control {
        width: 90%;
    }
    form.inline .col-sm-2, form.inline .col-sm-10 {
        padding-left: 0;
        padding-right: 0;
    }
    .col-sm-offset-2 {
        margin-left: 0;
    }

    .news-txt > div.horaires {
        display: none;
    }
    
.btn-contact {
    width: 100%;
} 
.btn-contact > div {
    width: 100% !important;
    text-align: center;
}
.btn-contact > div button {
    display: inline-block;
}


} /*FIN 623px*/

@media only screen and (max-width: 430px) {

    #portrait {
        float: none;
        clear: both;
        display: block;
        margin:0 auto 10px auto;
    }
    section div.contenu-enveloppe  {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


} /*FIN 430px*/


@media only screen and (min-width: 992px) {
} /*FIN 992px*/
@media only screen and (min-width: 768px) {
} /*FIN 768px*/
@media only screen and (max-width: 1199px) {
} /*FIN 1199px*/
@media only screen and (max-width: 991px) {
} /*FIN 991px*/
@media only screen and (max-width: 767px) {

} /*FIN 767px*/




/****************************************************/
/********************* LOAD.NET *********************/
/****************************************************/


#fountainG{
    position:relative;
    width:138px;
    height:17px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(255,255,255);
    width:17px;
    height:17px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:11px;
    -o-border-radius:11px;
    -ms-border-radius:11px;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:17px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:34px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:52px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:69px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:86px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:103px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:121px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(235,207,112);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(112,112,112);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(235,207,112);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(112,112,112);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(235,207,112);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(112,112,112);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(235,207,112);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(112,112,112);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(235,207,112);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(112,112,112);
    }
}

