/**
 * Voici une feuille de style type, bien entendu vous pouvez ajouter
 * ou supprimer des propriétés CSS en fonction de vos besoins.
 */

/**
 * Éléments principaux
 */


/*
* Grille du site
* Barres et page
*/
#contentLeft {
}
#contentRight {
}
#contentSite {
}

/* Bannière */
header {
}

/* Titre de la bannière */
header span {
}

body {
  font-family: "Montserrat",sans-serif;
}

/* Menu latéral */
/* aspect des puces */
ul #menuSide  {
}
/* Block menu à droite */
#menuSideRight {
}
/* Block menu à gauche */
#menuSideLeft {
}


/* Bas de page */
footer {
}

footer #footersite, #footerbody {
  margin: 0 auto;
}

/* Liens du bas de page */
footer #footersite, #footerbody a {
}

/* footer bloc gauche */
footer #footersiteLeft, #footerbodyLeft  {
}

/* footer bloc central */
footer #footersiteCenter, #footerbodyCenter {
}

/* footer bloc droite */
footer #footersiteRight, #footerbodyRight {
}



/**
 * Éléments de contenu
 */

/* Titres */
h1,
h2,
h3,
h4 {
}

h2 {
  font-size: 1.3em;
}

h3 {
  scroll-margin-top: 140px;
  font-size: 1.2em;
}

h3 a:hover {
    color: #6FABD6; 
}

.block > h4, .blockTitle {
  color: #e5a706;
}  

/* Liens */
a {
color: #60a762;
font-weight: bold;
}

/* Liens au survol */
a:hover {
color: #6FABD6;
text-decoration: none;
}

/* Liens au clic */
a:active {
}

/* Boutons */
.button,
button[type='submit'],
.pagination a {
}

/* Boutons au survol */
.button:hover,
button[type='submit']:hover,
.pagination a:hover {
background-color: rgba(40,125,185, 1);
}

/* Boutons au clic */
.button:active,
button[type='submit']:active,
.pagination a:active {
}

/* Boutons2 */

.button2 {
  width: 200px;
  padding: 11px;  
  background: #2f91d6;
  color: #f3f6f9;
  cursor: pointer;
  border: 0px double #2f91d6;
  border-radius: 5px;
  transition: background .3s ease-out;
  display: block;
margin-left: auto;
margin-right: auto;
}

/* Boutons au survol */
.button2:hover,
button[type='submit']:hover,
.pagination a:hover {
background-color: rgba(40,125,185, 1);
  text-decoration:none;
}

/* Boutons au clic */
.button2:active,
button[type='submit']:active,
.pagination a:active {
}



/* Cases à cocher */
input[type='checkbox']:checked + label:before {
}

/* Cases à cocher au survol */
input[type='checkbox']:not(:active):checked:hover + label:before,
input[type='checkbox']:active + label:before {
}

/* Champs de formulaire */
input[type='text'],
input[type='password'],
.inputFile,
select,
textarea {
}

/* Champs de formulaire au survol */
input[type='text']:hover,
input[type='password']:hover,
.inputFile:hover,
select:hover,
textarea:hover {
}

/* Module Album photo : Cases contenant les vignettes */
.galleryPicture, .galleryGalleryPicture {
   background-color: #e9cd94;
   box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.galleryPicture:hover, .galleryGalleryPicture:hover {
   background-color: #e6a809;
}

.img-effect {
border-radius: 5px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

/* Modules News et Blog */

.blogDate {
}

.blogPicture {
}

.blogPicture img {
}

.blogComment {
}

.blogTitle {
}

.blogContent {
}

.newsTitle {
  background-color: rgb(232, 232, 232);
  margin-left: 10px;
}

.newsContent {
}

.newsSignature {
    color: 	#192974;
    font-size: 12px;
}

.newsFrame {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

/* Consentement aux cookies */

/*

#cookieConsent {

  width: 80%;

  color: #FFF;

  background: #212223;

  opacity: 0.9;

}

#cookieConsent a{

  color : yellow;

}

#cookieConsent h3{

  color : red;

}

#cookieConsentConfirm {

  background: rgba(0,0,255,1);

  color: rgba(255,255,255,1);

}
*/

#cookieConsentConfirm:hover {

  background: #6fabd6;

  color: rgba(255,255,255,1);

}


/* PERSO */

/* diaporama1 */

img {
  max-width: 100%;
}
.slider-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  height: 350px;
  overflow: hidden;
}
.menu {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.menu label {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: #60a762;
  border-radius: 50px;
  margin: 0 0.2em 1em;
}
.menu label:hover,.menu label:focus {
  background: #6fabd6;
}
.slide-input{
  opacity: 0;
}
.slide-img {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  transition: left 0s 0.75s;
}
[id^="slide"]:checked + .slide-img {
  left: 0;
  z-index: 1;
  transition: left 0.65s ease-out;
}

/* diaporama2 */

}
img2 {
  max-width: 100%;
}
.slider-container2 {
  max-width: 800px;
  position: relative;
  margin: auto;
  height: 350px;
  overflow: hidden;
}
.menu2 {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.menu2 label {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: #60a762;
  border-radius: 50px;
  margin: 0 0.2em 1em;
}
.menu2 label:hover,.menu2 label:focus {
  background: #6fabd6;
}
.slide-input2{
  opacity: 0;
}
.slide-img2 {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  transition: left 0s 0.75s;
}
[id^="slide"]:checked + .slide-img2 {
  left: 0;
  z-index: 1;
  transition: left 0.65s ease-out;
}






/* slideshow */


/* Slider */
#slider{
  width: 100%;
  height: 700px;
  position: sticky;
  overflow: hidden;
  margin: 0;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.slide-title {
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 8px rgba(21, 26, 29,1);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    }
.slide-title p {
  font-size: calc(0.8rem + 10 * (100vw - 375px)/ (1199 - 375));
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.slide-content {
  position: absolute;
  top: 60%;
  left: 50%;
  color: white;
  text-align: center;
  text-shadow: 0 5px 8px rgba(21, 26, 29,1);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    }
.slide-content p {
  font-size: calc(2.8rem + 10 * (100vw - 375px)/ (1199 - 375));
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* fin slideshow */

body {
  margin: 0;
}

body > header {
  margin: -115px -10px 0 -10px;
}

body > footer {
  background: url(Https://clublabulle.ch/site/file/source/images/fond_footer.gif) #192974 bottom right no-repeat;
  background-size: contain;
  margin: 0;
}

body > nav {
  margin: 0px 0 0 0;
}

header {
  background-color: rgba(255, 255, 255, 1);
  height: 750px;
  line-height: 750px;
  text-align: center;
}

html {
  line-height: 1.40;
}

#cookieConsent {
    z-index: 99;
    top:5%;
    bottom: auto;
}

#cookieConsent a {
    color: #ffffff;
}

#cookieConsent a:hover {
color: #1e5d8a;
}

.row > div > :first-child:not(.row) {
  margin: 15px 5px -5px 10px;
}

p {
  margin: 15px 0px 15px 4px;
}  

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  text-transform: none;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	padding: 0px 30px;
}

.speechBubble, .button, button[type="submit"], .pagination a, .input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before, .helpContent {
  background-color: rgba(229,167,6,1);
  color: #fff;
  font-weight: bold;
}

.button:hover,
button[type='submit']:hover,
.pagination a:hover,
input[type='checkbox']:not(:active):checked:hover + label:before,
input[type='checkbox']:active + label:before,
input[type='radio']:checked:hover + label:before,
input[type='radio']:not(:checked):active + label:before {
 background-color:rgba(111,171,214, 1);
}

#backToTop {
  background-color: rgba(96,167,98,0.8);
  color: rgba(255, 255, 255, 1);
  z-index: 200;
}

#backToTop:hover {
  background-color: rgba(111,171,214,0.8);
}

.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom :hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#Logo {
	float: left;
	margin: 0;
	max-width: 80px;
	height: auto;
	background: rgba(255, 255, 255, 0);
	transition: 0.5s ease;
}

#Logo2 {
	float: left;
	margin: 0;
	max-width: 120px;
	height: auto;
	background: rgba(255, 255, 255, 0);
	transition: 0.5s ease;
}

#Logo:hover{
  -ms-transform: scale(1.10); /* IE 9 */
  -webkit-transform: scale(1.10); /* Sa#ff0000fari 3-8 */
  transform: scale(1.10); 
}

#Logo2:hover{
  -ms-transform: scale(1.10); /* IE 9 */
  -webkit-transform: scale(1.10); /* Safari 3-8 */
  transform: scale(1.10); 
}

.contact a {
color: #ffffff;
}

.contact a:hover {
color: #1e5d8a;
}

.container {
    margin: 0 auto;
    max-width: max-widt: 1170px;
}

#menuLeft {
	float: right;
}

#toggle span, #menu a {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px;
	text-transform: uppercase;
}

footer a:hover {
  color: rgba(111,171,214,1);
}

#navfixedlogout {
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);*/
}

nav a, #toggle span, nav a:hover {
	color: #6FABD6;
}

nav a > img {
  margin: 4px 0 4px 0;
  vertical-align: middle;
}

nav .navMain a.active {
  border-radius: 0;
}

nav .navMain a {
  border-radius: 0;
}

nav .container {
	align-items: center;
	display: flex;
	padding: 0px 0 10px 0;
	justify-content: space-between;
	transition: all .3s ease-in-out;
	max-width: 100%	
}

nav #menu a:hover{color::rgba(111,171,214, 1);}

.container, .helpDisplayContent {
    max-width: 100%
}

.container-large {
  width: 100%;
  padding: 0px 30px;
}

section {
  padding: 20px 20px 20px 40px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

nav {
     transition: all .3s ease-in-out;
     padding: 0 20px;
}

nav, nav.navMain a {
	background-color: rgba(255, 255, 255, 1);
}

nav li {
	margin-bottom: 1px;
}

nav li ul {
	width: 250px;
	padding-left: 0px;
}	

nav li a:hover {
background-color: #ffffff;
    /*color: #f3f6f9;*/
}

nav ul {
	margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #192974;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a.active {
	background-color: #ffffff;
    padding: 0;
    color: #e5a706; 
}

nav.active #Logo {
	max-width: 70px;
	height: auto;
	}
	
nav.active .container {
    padding: 0 0 5px 0;
}

nav.active {
	font-size: 0.9em;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

nav.active a {
	font-size: 0.9em;
}

nav.active a:hover {
    color: #6FABD6;
}

nav.active li a:hover {
    background-color: #ffffff;
    color: #6FABD6;
}

nav .navSub a {
	color: #1e5d8a;
	background-color: rgba(255, 255, 255, 1);
	height: 40px;
}

#navfixedlogout.active {
  font-size: 0.9em;
}

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(96,167,98,0.8);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}


/* Effect 12: circles */

footer {
	color: #f3f6f9;
	background-color: rgba(26, 41, 116, 1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}

footer a {
  color: #192974;
  font-weight: bold;
}

footer a:hover {
  color: #6FABD6;
  font-weight: bold;
}

footer span, #footerText > p {
	color: #192974;
	font-weight: bold;
	font-size: 10px;
}

#footerText a {
  color: #e6a809;
  font-weight: bold;
}

#footerText a:hover {
  color: #6FABD6;
  font-weight: bold;
}

#footerCopyright {
  margin-right: 10px;
}

/* effets images */

.arr {
	border-radius: 10px;
}



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

#slider{
  height: 400px;
}

#toggle span, #menu a {

}
}


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

nav, nav.navMain a {
	margin: 0;
}

#toggle span, #menu a {
	font-size: 1em;
	
}

#site {
  margin: 0px -10px 0 0 !important;
  z-index: 9;
  position: relative;
}

#backToTop {
	bottom: 50px;
}

.container-large {

  padding: 0px 10px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	padding: 10px 20px;
}

nav {
     padding: 0 ;
}

nav #burgerLogo {
	float: left;
	margin: 0;
	height: auto;
	background: rgba(255, 255, 255, 0)
}

nav #Logo {
	width: 130px;
	margin: 0px 20px;
}

nav .container {
	padding: 0;
}

nav li ul {
	padding-left: 20px;
}

nav li {
  margin: -8px;
}

#navfixedlogout {
  font-size: 0.9em;
}
}

@media (max-width: 799px) {

#site {
  margin: 95px auto 20px auto !important;
}

nav #toggle span {
	margin-right: 30px;
    color: rgb(232, 179, 40);
  }
  
nav #toggle #burgerIcon1, nav #toggle #burgerIcon2 {
    padding-left: 0px;
    height: 60px;
  }  
 

.navfixedburgerlogout #menu a {
    padding: 25px 10px;
  }

nav a {
  margin: 0px 20px;
}

nav #toggle, nav #menuLeft {
  margin: 0;
  background-color: #fff;
}

nav a > img {
  margin: 4px 0;
}

#Logo2 {
  margin: -5px 0 0 5px;
}

nav #Logo {
  width: 0;  
}

nav #Logo2 {
  width: 60px;  
}

nav.active #Logo2 {
  max-width: 40px;
}

nav #menuLeft {
color: rgb(229, 167, 6);
float: right;
margin-right: 70px;
margin-top: -20px;
}

nav a, #toggle span, nav a:hover {
  color: #1A2974;
}

#menuLeft {
  margin-bottom: 20px;
}

.zwiico-menu::before {
  font-size: 1.2em;
}  

#slider{
  height: 300px;
}

section {
  padding: 20px 20px 40px 20px!important;
}

.content-txt {
  width: 380px;
  top: 60px;
  height:100px;  
}

.content-txt h1 {
  font-weight: 200;
  font-size: 1.3em;
  margin-left: 30px;
}

.content-txt h2 {
  font-weight: 1500;
  font-size: 1.0em;
  margin-left: 30px;
}

footer #footersite, #footerbody {
  background-size: 400px;
  background-repeat: no-repeat !important;
  background-position: 0 320px !important;
}

#footerCopyright, #footerText, #footerSocials {
  display: block;
  margin-left: 10px;
}

footer #footerbody > div {
  margin: 0;
}

#footerCopyright {

}

}
}

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


}

@media (max-width: 575px) {

.content-txt {
  width: 320px;
  top: 50px;
  height:90px;  
}

.content-txt h1 {
  font-weight: 200;
  font-size: 1.1em;
  margin-left: 20px;
}

.content-txt h2 {
  font-weight: 1500;
  font-size: 0.9em;
  margin-left: 20px;
}
}

@media (max-width: 480px) {


}
