@import "font.css";

body {
    font-family: "SourceSansPro-Regular";
    font-size: 15px;
    color: #4c4c4c;
    background: #FFFFFF;
}

h1, h2 {
    width: 100%;
    margin: 10px auto;
    font-size: 35px; /*40 avt */
    color: #004487;
    line-height: 45px;
    font-weight: normal;
    font-family: "SourceSansProLight";
    font-weight: bold;
}
h2 {
    color: #666666;
    font-size: 33px;/*38 avt */
    font-family: "SourceSansPro-Regular";
}
h3 {
  font-size: 15px;
  font-family: "SourceSansPro-Regular";
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}

p { margin:0; padding:0; }
img { border : 0; }

a {color:#03468A;}
a, a:visited {
	text-decoration: none;
}
a:hover {
  /*color:#03468A;*/
  text-decoration: underline;
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.center img.img-responsive {
    margin: auto;
}
.bold {font-weight: bold;}

.separate {margin: 10px 0px;display:table;}
.separate2 {margin: 20px 0px;display:table;}
.separate3 {margin: 30px 0px;display:table;}
.lineH2 {line-height:25px}
.lineH3 {line-height:30px}

.txtrouge {color: #cc0000;}
.titrebleu {
    color: #03468A;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}
.titrebig {
    font-weight: bold;
    font-size: 30px;
}

/* LOGO
------------------------------*/
#logo {
  width:240px;
  margin: 0px 0 0px 3%;
  float: left;
  background: url('/www/images/structure/logo-sportup-bis.png') no-repeat center left;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  /*height: 85px;*/
  height: 90px;
}
#logo:hover{
  opacity: 0.5;
}

#logo img {
    width: 100%;
}

@media (max-width: 770px)
{
    body {
        padding-top: 56px;
    }
    #logo {
        height: 50px;margin: 1% 0 0px 3%;
        background-size: contain;
    }
}

.logo_droit {
    background-color: #004489;
    padding: 10px;
}

/* Jumbotron home
-------------------------*/
.jumbotronHome h1 {
    margin: 20px auto;
    font-size: 30px;
    color: #004487;
}
.jumbotronHome img {max-width: 100%;}

/* Carousel
-------------------------*/
.carousel, .carousel-inner {
    /*height: 160px;*/
}
.carousel-inner > .item > img {
    /*height: 160px;*/
}
.carousel-indicators {
    bottom: 0px;
}
@media (max-width: 850px) {
    .carousel {
        display: none;
    }
}

/* SLIDER
----------------------*/
.slider1_container {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 2000px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* MENU
------------------------*/
.menuActive {
    border-bottom: 3px solid #ffde00;
}

/* STRUCTURE
----------------------*/
@media (max-width: 992px)
{
    .col-pub-droite {
        display:none;
    }
}


/* HEADER
------------------------*/
header ul.sociaux {
    list-style: none;
    padding: 13px;
}

header ul.sociaux img {
    width:1.8em;
}

header ul.sociaux svg {
    color:#ffffff;margin: 0.5rem;
}

/* FOOTER
------------------------*/
.footer {
    background: #004489;
    min-height: 75px;
    /*height: 250px;*/
    margin-top: 15px;
    color:#fff;
    font-size:13px;
    line-height: 20px;
}
.footer a {
    color:#fff;
}
.footer h3 {
    font-family: "Helvetica";
    font-size: 12px;
    color:#fff;
    margin: 0px;
    line-height:15px;
}

.footer h2 {
    font-family: "Helvetica";
    font-size: 12px;
    color:#fff;
    margin: 0px;
    line-height:35px;
}
.footer .container {
    margin-top: 15px;
    background: #004489;
}
.footer .container div {
    padding-right : 35px;
    border-right : 1px solid #fff;
    min-height:175px;
}
.footer ul.sociaux {
    list-style: none;
    padding-left: 0px;
}
.footer div.row {
    margin:0px;
}

/* PUB
--------------------------*/
#Ban_300-250, .Ban_300-250 {
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}

.Ban_300_Affiche img {
    /*width: 300px;*/
}

/* GAUCHE
----------------------*/
.content_left h1 {
    /*background-image: url(../images/structure/separate.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;*/

    background: linear-gradient(to right, transparent, #004489  60%);
    color: #fff;
    text-align: right;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 25px;
    line-height: 35px;
}

.titre_course {
    font-weight: bold;
}

/* CALENDRIER
----------------------*/
.calendrier .panel-heading.titre {
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: bold;
    color: #03468A;
}

.calendrier .cal_evenement {
    /*border-top: 1px dotted #ccc;
    min-height:40px;*/
    margin-top: 10px;
    min-height:70px;
    font-weight: bold;
    font-size: 16px;
}

.calendrier .cal_course {
    margin-left: 40px;
    line-height: 22px;
}

.calendrier .cal_date{
    background-color: #f5f5f5;
    height: 65px;
    width: 75px;
    float: left;
    clear: both;
    margin-right:5px;
    margin-top: 10px;
    /*border: 1px solid #e1e1e1;*/
    border-radius:8px;
    /*background-image: url(/www/images/calendrier10.png);
    background-position-y: -88px;*/
    /*background: linear-gradient(to bottom, #575c78 40%, #f5f5f5 40%);*/
    background: linear-gradient(to bottom, #eea236 40%, #f5f5f5 40%);
    padding-top:3px;

    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 60px;
    padding-top:16px;
    background-position-y: -95px;*/

    box-shadow: 2px 2px 10px #787878;
}
.calendrier .cal_date:hover{ box-shadow: 8px 2px 10px #7b7b7b; }
h1.calendrier.center {
    background: linear-gradient(to right, transparent, #eea236 60%);
}

.calendrier2 .cal_date{
    /*background-image: url(/www/images/calendrier6.png);*/
    /*background: linear-gradient(to bottom, #408080 40%, #f5f5f5 40%);*/
    background: linear-gradient(to bottom, #31689f 40%, #f5f5f5 40%);
}
h1.calendrier2.center {
    background: linear-gradient(to right, transparent, #31689f 60%);
}

.calendrier3 .cal_date{
    /*background-image: url(/www/images/calendrier3.png);*/
    background: linear-gradient(to bottom, #BCB38F 40%, #f5f5f5 40%);
}
h1.calendrier3.center {
    background: linear-gradient(to right, transparent, #BCB38F 60%);
}

.cal_date>span.jour {
    font-size: 32px;
    font-weight: bold;
    display:block;
    /*line-height:22px;
    font-size: 22px;
    padding-top: 5px;*/
}
.cal_date>span.mois {
    color:#fff;
}
.cal_evenement>span.lieu {
    font-size: small;
    font-style: italic;
    font-weight: normal;
    display: block;
}
/*-----------*/
.calInBlock {
   margin:auto;
   /*max-width:600px;*/
}
.calInBlock .block {
    /*max-height: 80px;
    height: 80px;*/
    max-height: 90px;
    height: 90px;
    overflow: hidden;
}
.calInBlock .block .cal_date{
   /*margin-top:0px;*/
   margin-right: 10px;
}
.calInBlock>.block>.cal_evenement>i {
    display:block;
    font-weight: normal;
}
.calInBlock>.block>.cal_evenement>a {
    /*line-height: 30px;*/
}
.titreLive {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px;
}

/*-----------*/
.lireSuite {
    border-top:none;
    background-color:#fff;
    text-align: right;
}
.titreActu {
    font-weight:bold;
    font-size:22px;
}

/*-----------*/
.titreEvenement,
.titreCourse{
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    min-height: 70px;
    max-width: 800px;
    margin: auto;
}

.titreEvenement>.date,
.titreCourse>.date{
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 8px 0px 0px;
    min-height: 70px;
    text-align:center;
}

.titreEvenement>.bouton,
.titreCourse>.bouton{
    padding-top:18px;
}

.titreEvenement>.date>.jour,
.titreCourse>.date>.jour{
    font-weight: bold;
    font-size: 25px;
}

.titreCourse>.detail>.evenement{
    font-weight: bold;
    font-size: 18px;
}
.titreEvenement>.detail>.evenement{
    font-weight: bold;
    font-size: 30px;
}

.titreCourse>.detail>.course {
    font-size: 17px;
}
.titreEvenement>.detail>.lieu,
.titreCourse>.detail>.lieu {
    font-style: italic;
}

/*____________*/
.table-stripedx3>tbody>tr:nth-child(3n+1)>td,
.table-stripedx3>tbody>tr:nth-child(3n+1)>th {
    background-color: #f9f9f9;
}

.table-stripedx3>tbody>tr:nth-child(3n+2)>td,
.table-stripedx3>tbody>tr:nth-child(3n+2)>th {
    background-color: #fff;
}

.table-stripedx3>tbody>tr:nth-child(3n)>td,
.table-stripedx3>tbody>tr:nth-child(3n)>th {
    background-color: #b8dbff;
}
.table-hover>thead:first-child>tr:first-child>th {
    background-color: #ececec;
}

/*____________*/
.btn-grisf {
    color: #fff;
    background-color: #7698a9;
    border-color: #ccc;
}

.btn-grisf:hover,
.btn-grisf:focus,
.btn-grisf:active,
.btn-grisf.active {
    color: #fff;
    background-color: #607d8b;
}

/* ombre */
.ombre1 {
    box-shadow : 1px 10px 20px 1px rgb(0 0 0 / 30%);
}
.ombre2 {
    box-shadow : 1px 5px 10px 1px rgb(0 0 0 / 30%);
}
