@charset "UTF-8";
/* CSS Document */
/*EXISTANT*/
#calq-e-turf {
  background-color: #FFF;
  padding-top: 13px;
  padding-bottom: 6px;
  padding-left: 5px;
  text-align: center;
}
#e-turf {
  font-family: Helvelica, Arial, sans-serif;
  color: #19598e;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}
#e-turf-petit {
  font-family: Helvelica, Arial, sans-serif;
  color: #19598e;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
}
a.rollover {
  width: 315px;
  height: 30px;
  display: block;
  background-image: url(../images-rmm/by-cdch.gif);
  background-repeat: no-repeat;
  cursor: default;
}
a.rollover:hover {
  background-position: bottom center;
  cursor: default;
}
@media screen and (max-width:800px) {
  #calq-e-turf {
    display: none;
  }
  #cdch-down {
    display: none;
  }
}
/*FIN EXISTANT*/
body {
		font-family: Verdana, Geneva, sans-serif;
	margin: 0;
}
/*.navigation {
	overflow: hidden;
	background-color: #7fa4d7;
	margin: 0 auto;
	width: 700px;
	display: flex;
	flex-direction: row;
}*/
.navigation {
  display: none;
}
.navigation img {
  height: 45px;
}
.oneline {
  padding: 18px !important;
}
.navigation a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  margin: auto;
  padding: 10px 0;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 100%;
  height: 100%;
}
/*Pour une effet au survol*/
.navigation a:hover {
  background-image: url(../images-rmm/fond-menu-hover.gif);
  background-repeat: repeat-x;
  background-position: top center;
  color: white;
}
.navigation a#actif {
  color: #fef260;
  background: #045879;
}
.navigation .icon {
  display: none;
}
@media screen and (max-width: 1110px) {
  .navigation {
    overflow: hidden;
    background-color: #086c91;
    margin: -50px auto 0 auto;
    flex-direction: row;
    width: 466px;
    justify-content: space-between;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
	  z-index:10;
    position: fixed;
	  border:2px white solid;
  }
	.navigation-page{
		width:596px !important;
	}
	.bilan, .stratageme, .lettre, .atout{
		margin-top:50px;
	}
  /*
.navigation img {
	display: none!important;
}
*/
  .navigation a {
    margin: 0;
    padding: 16px;
    border-bottom: solid #FFF 1px;
  }
  .navigation a.sansbordure {
    border-bottom: none;
  }
  .border-mobile {
    border-bottom: #ddd solid 1px;
  }
  .navigation a:not(:first-child) {
    display: none;
  }
  .navigation a.icon {
    float: right;
    display: block;
  }
  .navigation.responsive {
    position: fixed;
  }
  .navigation.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 670px) {
  .navigation {
    width: 466px;
  }
	
}
@media screen and (max-width: 600px) {
	.navigation-page{ 
		width: 100% !important;
	}
}
