/*

Theme Name: azur-privileges
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.site {
    /*background:#142d36;*/
}

#situation, #bateaux {
    margin:0px;
}

.cartouche {
    padding: 30px;
}

.col_foo div p a {
    color:#fff;
    text-shadow:none;

}

.x-container.width-60 {
    width: 60%;
}

.caracteristique, .prix {
    font-weight: bold;
}

ul.tarifs {
    list-style-type: none;
    margin:0;
}

.legende_skipper {
    font-style: italic;
    margin-bottom: 1em;
}

.button {
    border-width: 2px!important;
}



@media screen and (max-width: 480px) {
  .x-container.width-60 {
    width:90%;
  }
}