/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 480px) {
#logo_centre {
font-size:0.8em!important;
}
    .container {
        width: 100%;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-tablet) {
    
#logo_centre {
font-size:0.8!important;    
}    
    
.container {
        width: 100%;
    }    
}

/* Medium devices (tablets, 992px and up) */
@media (min-width: @screen-desktop) {
    .container {
        width: 980px;
    }
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-large-desktop) {
    .container {
        width: 1080px;
    }
}

/* Typo Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/* Typo Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&family=Raleway&display=swap');


.container {
    width: 100%;
}

body {
    background-color: #000000;
    padding-top: 0px;
    font-size: 100%;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: 0;
    float: left;
    display: block;
    background-color: #ededed;
    /*background-color: #fe822a;*/
    /*padding-top: 10px;*/
    font-family: 'Raleway', sans-serif;
}

#banniere {
    background-image: url('../images/Banniere-plongee-malte.jpg');
    min-height: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}

#bulle {
    display: block;
    height: 145px;
    width: 145px;
    max-height: 145px;
    max-width: 145px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    float: left;
    border-radius: 50%;
    text-align: center;
    padding-top: 43px;
    margin: 4px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #fe822a;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
    background-color:rgba(3, 55, 68, 0.5);
}

#bulle:hover {
    background-color:rgba(3, 55, 68, 0.9)!important;
    border-bottom-color: #fff;
}

#fond {
    background-color: #fff;
    margin: 0;
}

#logo_gauche {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-left: -15px
}

#logo_centre {
    width: 100%;
    /*height: 223px;*/
    background-color: #ededed;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.4em;
    /*color: #fe822a;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}

#logo_centre2 {
    width: 100%;
    /*height: 223px;*/
    background-color: #ededed;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
    /*color: #fe822a;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}

#logo_centre a {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}

#logo_centre2 a {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}

#logo_droite {
    width: 100%;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-right: -15px;
}

#navigation {
    padding-top: 5px;
    font-size: 0.8em;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    background-color: #033744;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url(../images/fond-gris-orange.gif);*/
    /*background-repeat: repeat-x;*/
    clear: both;
    width: 100%;
}

#navigation li a {
    display: block;
    font: 1em Arial, sans-serif;
    line-height: 1em;
    padding-right: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
    clear: both;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
    color: #000;
}

#footer {
    height: 60px;
    width: 100%;
    padding-top: 5x;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    background-color: #033744;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


#footer li a {
    display: block;
    font: 1em 'Raleway', sans-serif;
    line-height: 1em;
    padding-right: 30px;
    text-align: center;
    color: white;
    text-decoration: none;
}

#footer li a:hover,
#navigation li a:focus,
#navigation li a:active {
    color: #fe822a;
}

.table {
    font-size: 0.6em!important;
}
#colonne1 {
    float: left;
    /*width: 494px;*/
}

#colonne2 {
    float: left;
    /*width:1200px;*/
}

#sommaire {
    height: 6;
    background-color: #fe822a;
}



#titre {
    width: 494px;
    background-color: #fe822a;
}

h1 {
    font-size: 1.6em;
    color: #295B6E;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    text-transform : uppercase;
}

h2 {
    font-size: 1.4em;
    color: #295B6E;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

h3 {
    font-size: 1.3em;
    color: #fe822a;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    text-align: left;
}

h4 {
    text-align: left;
}

#paragraphe {
    background-color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 1.2em;
    color: #033744;
    text-align: justify;
    display: block;
}

#paragraphe2 {
    float: center;
    text-align: center;
    margin: 60px;
    display: block;
    background-color: #ddd;
}


#paragraphe a {
    color: #fe822a;
}

#bas {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7em;
    color: #fe822a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#bas a {
    color: #fe822a;

}


#packages {
    border-bottom: solid 1px #fe822a;
}


#bloc {
    background-color: #fbfafa;
    font-family: arial;
    font-size: 14px;
    color: #033744;
    text-align: left;
    . width: 936px;
    padding: 15px;
    text-align: justify;
}


#photos {
    background-color: #0F5B6F;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    width: 1000px;
}



#bloc a {
    color: #fe822a;
}

/* Bouton accueil */


.btn-grad {background-image: linear-gradient(to right, #517fa4 0%, #243949  51%, #517fa4  100%)}
.btn-grad {
   margin-left: auto;
   margin-right: auto; 
   margin-top: 40px;
   padding: 15px 25px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #222;
   border-radius: 10px;
   display: block;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }


