/*************************** General ***************************/
/******** phone email svg ********/
.cls-1 {
  fill: #fff;
  stroke-width: 0px;
}


/******** phone email svg end ********/
/******** facebook svg ********/
.cls-7 {
  fill: #fff;
  stroke-width: 0px;
}
/******** facebook svg end ********/
/******** instagram svg ********/
.cls-3, .cls-2 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #fff;
}
/******** instagram svg end ********/


.container-fluid { 
	padding-right: calc(var(--bs-gutter-x)* 0);
  padding-left: calc(var(--bs-gutter-x)* 0);
}


/*************************** General END   ***************************/
/*************************** Nav Bar START ***************************/
.navbar {
    border: none; /* remove all-around border */
    background-color: #001c3f; 
    --bs-navbar-color: #ffffff;
    --bs-navbar-hover-color: #ffffff;
    --bs-navbar-disabled-color: #ffffff;
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-navbar-nav-link-padding-y: 0rem;
    --bs-navbar-padding-x: 0rem;
    --bs-navbar-padding-y: 1rem;
}

.navbar a.navbar-brand {
	padding-left: 35px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #ffffff;
  padding: 4px 30px 2px 10px; 
  text-align: left;
}

.navbar-nav {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1rem;
  padding-right: 30px;
}

.navbar-nav img {
	padding-left: 30px;
}

.navbar-collapse {
	flex-grow: 0;
	height: 100%;
}

.dropdown-menu {
	border-radius: 0;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0;
	border-top: 5px solid #2ea3f2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 100;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #001c3f;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
/*************************** Nav Bar END ***************************/
/*************************** INDEX Hero Image START ***************************/
.bg-hero {
	background-color: #052c65; 
	margin-top: 100px;
}

.left-img-hero {
	padding-top: 0px;
}

.carousel {
  padding-left: 0px;
}

.carousel > .carousel-inner > .carousel-item > img {
	max-height: 600px;
	width: 100%;
	z-index: 0;
}

.carousel-caption {
	bottom: -20px;
	right: unset;
	left: 0%;
	padding-bottom: 1rem;
	text-align: left;

	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    /*border-radius: 50%;*/
    margin: 20px auto;
    width: 50%;
    height: 100px;
    background-color: rgba(68, 107, 216, .5);
    /*background-image: url('https://unsplash.it/200/300/?random');*/
    text-align:center;
}

.hero-links {
	padding-top: 13px;
}

.hero-link {
	margin: auto;
	width: 400px;
	z-index: 0;
}

.hero-label {
/*
	bottom: 0;
	text-align: right;
	right: 16px;
	width: 100%;
  	height: 25px;
  	font-family: Helvetica, Arial, sans-serif;
  	color: #ffffff;
  	background-color: #001c3f;
  	opacity: .5;
  	z-index: 1;*/
}

.container-fluid, .row {
	/*--bs-gutter-x: 0rem;*/
}

.card-img-overlay {
	/*border-radius: 0px;*/
}

.card {
	--bs-card-inner-border-radius: 0px;
	--bs-card-img-overlay-padding: 0rem;
	border-radius: 0px;
	--bs-card-bg: 0px;
	background-color: transparent;
	--bs-card-border-width: 0px;
}

h5 { /*
	color: #ffffff; */
}



/*************************** Hero Image END ***************************/
/*************************** Wave START ***************************/
.wave {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg_wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    z-index: 30;
    pointer-events: none;
}

.wave_planning {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/wave_planning.png);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    z-index: 30;
    pointer-events: none;

}

/*************************** Wave END ***************************/
/*************************** SUBPAGES Hero Image START ***************************/
.bg-hero-sub {
	position:relative;
	margin-top: 115px;
}

.title_planning {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff; /*#8bc4e5; */
  font-size: 40px;
  padding-left: 30px;
  width: 30%;
  background-color: rgba(68, 107, 216, .5);
  text-align: left;
  position: absolute;
  bottom: 0;
}

.title_equipes {
	width: 35%;
}

.title_underline_planning {
	border: 5px solid #8bc4e5; /*#8bc4e5; #2ea3f2;*/
	width: 30%;
}

.title_underline_equipes {
	width: 35%;
}
/*************************** SUBPAGES Hero Image END ***************************/
/*************************** SUBPAGES NO Hero Image START ***************************/
.bg-hero-sub-noimg {
	position:relative;
	margin-top: 115px;
}

.title_planning_noimg {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff; /*#8bc4e5; */
  font-size: 40px;
  padding-left: 35px;
  width: 50%;
  background-color: #8bc4e5;
  text-align: left;
  margin-top: 50px;
}

.title_underline_planning_noimg {
	border: 5px solid #2ea3f2; /*#8bc4e5; #2ea3f2;*/
	width: 50%;
}
/*************************** SUBPAGES Hero Image END ***************************/
/*************************** Content START ***************************/
main > .container {
  padding: 30px 15px 25px;
}

.content-col-1 {
	margin: 25px 0 25px 35px;
	z-index: 3;
}

.content-head {
	color: #000;
	padding-top: 30px;
}

.content-head h6 {
	font-size: 18px;
}

.content-para {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
  font-size: 18px;
  padding-top: 10px;
}

.container-fluid>.resp-img {
	--bs-gutter-x: 0rem !important;
	max-width: 100%;
	height: auto;
	z-index: 1;
	margin-top: -70px;
	padding-left: 0;
	padding-right: 0;
}

body {
  overflow-x: hidden;
}

.main-link {
    color: #446bd8;
    text-decoration: none;
}

.natation-pic {

}

.img-fluid {
	max-width: 80%;
	max-height: 80%;
}


/*************************** Les Officiels START ***************************/
.regs-officiels {
	padding-top: 15px;
}

.regs-attention {
	padding-top: 25px;
	color: #2ea3f2; /*#8bc4e5;*/
	font-size: 24px;
}

.img-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*************************** Les Officiels END ***************************/


/*
.container {
  width: 100%;
  height: 500px;
}

.square {
  position: absolute;
}

.square-1 {
  width: 100px;
  height: 100px;
  background: red;
  top: 600px;
}

.square-2 {
  width: 120px;
  height: 120px;
  background: black;
  left: 800px;
  top: 800px;
}

*/
a.navbar-brand svg { /*
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;*/
}


/*************************** Transitions END ***************************/





/*************************** lines ***************************/
.rectangle1 {
	height: 100%;
	width: 10px;
	background-color: #F2A172;
}
/************************** Column **************************/


/************************* Column *************************/

.summary {
	width: 73%;
}

/************************* Footer *************************/
footer {
	font-size: 15px;
	color: #fff;
	background-color: #001c3f;
	line-height: 1.7rem;
	padding-left: 30px;
	width: 100%;
	bottom: 0;
	margin-top: 2px;
}

.col-title {
	font-family: sans-serif;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #8bc4e5;
  width: 85%;
  border: 1px solid #446bd8;
  padding-left: 20px;
  margin-bottom: 20px;
}

.col-svg svg {
	float: left;
}

.nav-foot { 
	width: 40%;
	/*
	padding: 0;
	margin: 0;
	font-size: 14px;
	 */
}

.justify-content-end {
	list-style-type: none;
	padding: 0;
}

.nav-foot-link {
    color: #ffffff;
    padding: 4px 30px 2px 4px; 
    text-align: left;
    text-decoration: none;
}

ul.nav-foot-sub, ul.nav-foot-sub a { 
	color: #fff;
	list-style-type: none;
	text-align: left;
	text-decoration: none;

	/*
	font-size: 14px;
	
	background-color: #001c3f;
	height: auto;
	line-height: 1.7rem;
	text-decoration: none; */
}

/************************* Footer end *************************/
/************************* Form *************************/


/************************* Portfolio *************************/


/*********************************** @Medias ***********************************/
@media (max-width: 431px){

	/*************************** Nav Bar START ***************************/
	.navbar {

	}

	.navbar-brand img {
		width: 180px;
	}

	.navbar-toggler-icon {
		background-image: url(../images/menubtn.svg);
		margin-right: 20px;
	}

	.navbar-nav {
    flex-grow: 0;
    background-color: #001c3f;
    text-align: left;
    padding-top: 25px;
	}

	.dropdown-menu {
		display: block;
		border-top:	none;
		background-color:	#052c65;
	}

	.dropdown-toggle::after {
    display:none;
	}

	.bg-hero {
		background-color: #052c65; 
		margin-top: 90px;
	}

	.nav-item {
		padding-left: 30px;
		padding-bottom: 30px;
	}
	
	
/*
	.container-fluid { 
		width: 100%;
	}

	.navbar-mobile {
		position: relative;
	  background-image: url(../brand/logo.svg);
	  background-repeat: no-repeat;
	  background-position: bottom;
	  -webkit-background-size: 100% 100%;
	  background-size: 100%;
	}

	.navbar-toggler {
		line-height: 2;
	}

	.mobile_hamburger, .mobile_logo, .mobile_center {
		display: block;
		border: none; 
	  background-color: #001c3f; 
	}

	.mobile_logo{
		display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 53%;
	}

	.offcanvas {
		background-color: #001c3f;
		opacity: .85;
		color: #fff;
		bottom: unset;
	}
*/

	/*
	.offcanvas-header .btn-close {
	    padding: calc(var(--bs-offcanvas-padding-y)* 1.2) calc(var(--bs-offcanvas-padding-x)* 1.2);
	    */
	 /*   color: #8bc4e5;
	    --bs-btn-close-color: #8bc4e5;
	    --bs-btn-close-bg: url('../images/close_button.svg');
	    height: 20px;*/


	.mobile_menu ul {
		list-style-type: none;
		font-size: 18px;
		margin-bottom: 2rem;
	}

	.mobile_menu li {
		
		list-style-type: none;
		font-size: 16px;
		margin-bottom: .7rem;
	}

	.mobile_menu li>a{
		text-decoration: none;
		color: #fff;
		line-height: 1.3rem;
	}

	.close {
	    color: #fff; 
	    opacity: 1;
	}

	.col-title {
		margin-top: 20px;
	}


	/*************************** HERO START ***************************/
	.wave {
	    position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    background-image: url(../images/bg_wave_mobile.svg);
	    background-repeat: no-repeat;
	    background-position: bottom;
	    -webkit-background-size: 100% 100%;
	    background-size: 100%;
	    z-index: 20;
	}


/*************************** SUBPAGES Hero Image START ***************************/
.bg-hero-sub {
	margin-top: 95px;
}

.title_planning {
	font-size: 36px;
	width: 60%;
}

.title_underline_planning {
	border: 5px solid #8bc4e5; /*#8bc4e5; #2ea3f2;*/
	width: 60%;
}
/*************************** SUBPAGES Hero Image END ***************************/
/*************************** SUBPAGES NO Hero Image START ***************************/
.bg-hero-sub-noimg {
	position:relative;
	margin-top: 115px;
}

.title_planning_noimg {
  font-size: 26px;
  width: 80%;
  background-color: #8bc4e5;
  text-align: left;
  margin-top: 25px;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 5px;
}

.title_underline_planning_noimg {
	width: 80%;
}
/*************************** SUBPAGES Hero Image END ***************************/
/************************* Footer START *************************/
.nav-foot { 
	width: 100%;
}
.nav-foot-sub {
	margin-bottom: 1rem;
}
/************************* Footer END *************************/

}

@media (max-width: 640px){

.container-fluid { 
	width: 100%;
}

	
}
@media (max-width: 768px){

}
@media (max-width: 980px){

}
@media (min-width: 981px){

}






