body {
  color: #113151;;
}

#accueil, #club, #inscription, #tournoi{
  background-image : url("../images/badminton.jpg");
  background-repeat : no-repeat;
  text-align : justify; 
  background-size: contain;
  background-position: center;
}

#club{
  background-image : url("../images/badminton2.jpg");
}

#partenaire img{
  width : 100%;
}

#club img{
  width : 60%;
  margin : auto;
  display : block;
}

#inscription{
  background-image : url("../images/badminton3.jpg");
}

.se-adhesion{
	background    : #fff;
	color         : #393939;
	border-radius : 8px;
	border        : 1px solid #DADFE6;
	width         : 300px;
	text-align    : center;
	margin-right  : 20px;
}

.se-adhesion img{
	width : 300px;
}

.se-adhesion a{
	background       : #030E2F;
	color            : #fff;
	width            : 100%;
	padding          : 20px;
	text-decoration  : none;
	box-sizing       : border-box;
	display	         : inline-block;
	border-radius    : 0 0 8px 8px;
}

.se-adhesion-middle{
	padding : 40px;
}

.se-adhesion-middle-title{
	color       : #030e2f;
	font-size   : 18px;
	font-weight : 600;
}

.se-adhesion-middle-lbl{
	color      : #8c929a;
	margin-top : 8px;
}

#tournoi{
  background-image : url("../images/badminton5.jpg");
}

#accueil img, #club img, #inscription img, #tournoi img{
  margin : auto;
  -opacity: 0.1;
}

p.h1{
  font-size : 2rem; 
}

.img-tournoi{
  width : 140px; 
}

section.resume-section .resume-item .resume-date {
    margin: auto;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
	width : 100%;
}

.gtco-contact-info{
  padding-left : 0px;	
}

iframe{
  width: auto;
}

.font-Bold{
  font-weight : bold !important; 
}

.font-Red{
  color : #f90909 !important; 
}

.font-underline{
  text-decoration : underline !important;
}

.txt-aligncenter{
  text-align : center;	
}

.txt-italic{
  font-style: italic;
}

.width60{
  width : 80%; 
}

@media all and (max-width: 700px) { 
  #accueil h1, #accueil h2
  ,#club h1, #club h2
  ,#inscription h1, #inscription h2
  ,#partenaire h1, #partenaire h2
  ,#tournoi h1, #tournoi h2
  ,#contact h1, #contact h2{
    font-size: 2rem;
    margin-top : 3rem;
    margin-bottom : 0rem !important;
  }
  
  #inscription h3
  ,#tournoi h3{
    font-size: 1.2rem;
    margin-bottom : 0rem !important;
  }
  
  .subheading{
    font-size : 1rem; 
    margin-bottom : 1rem !important;
  }
  
  #accueil p
  , #club p
  , #inscription p, #partenaire p, #partenaire ul
  ,#tournoi p
  ,#contact p{
    font-size : 0.8rem !important; 
  }
  
  #contact .btn{
    width : 100%; 
  }
  
  #club img{
    width : 100%;
  }
}