/* GENERAL */
@media (min-width: 500px) {
  	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
	}
	.col-sm-2 {
	width: 17.5%;
	}
	.col-sm-6 {
	width: 50%;
	}

/*	.col-sm-6 .btn.btn-primary {
	width: 100%;
	}  */
    
/*	.col-sm-3 {
	width: 50%;
	}
	.col-sm-9 {
	width: 50%;
	}   */
}


/* TEXTE */

h2
{
	color: #14B6D3;
}

h3
{
	color: #5793A7 !important;
}

h4
{
	color: #999;
}

h5
{
	color: #143C55;
}

h6
{
	color: #AAB88F;
}

h7
{
    color: #5793A7;
    font-size: 14px;
}

a
{
	color: #143C55;
}





/* BOUTONS */

.btn.btn-primary
{
	background-color: #143C55;
	color:#fff !important;
	height: 35px !important;
	width: auto;
	padding:  0px 15px !important;
	text-align: center !important;
	font-weight: normal !important;
	border-radius: 20px !important;
	display: block !important;
	margin:auto !important;
	border-color: #143C55 !important;
}

.btn.btn-primary:hover
{
	background-color: #fff !important;
	color:#143C55 !important;
	border-color: #143C55;
}

.btn.btn-primary.active
{
	background-color: #fff !important;
	color: #143C55 !important;
	border-color: #143C55 !important;
}

.btn.btn-primary:active
{
	background-color: #fff !important;
	color: #143C55 !important;
	border-color: #143C55 !important;
}

.btn.btn-primary.selected
{
	background-color: #fff;
	color: #143C55 !important;
	border-color: #143C55 !important;
}


.btn.btn-secondary
{
	background-color: #ccc;
	color:#5793A7;
	height: 35px !important;
	width: 90px;
    border-color: #ccc;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

.btn.btn-secondary:hover
{
	background-color: #5793A7;
	color:#fff;
	border-color: #5793A7;
}

.btn.btn-secondary.active
{
	background-color: #5793A7;
	color:#fff;
	border-color: #5793A7;
}

.btn.btn-secondary.next
{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: 0px;
}

.btn.btn-secondary.prev
{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: 0px;
}

.btn.btn-secondary.both
{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: 0px;
    width:auto;
}
button.btn.btn-secondary.both.selected
{
    background-color: #5793A7;
	color:#fff;
	border-color: #5793A7;
}

.btn.btn-info
{
	background-color: #AAB88F !important;
	color:#fff !important;
	height: 35px;
	width: 90px;
    border-color: #fff !important;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

.btn.btn-info.active
{
    background-color: #fff !important;
	color:#AAB88F !important;
	border-color: #AAB88F !important;
}

.btn.btn-alert
{
	background-color: #FE800D  !important;
	color:#fff !important;
	height: 35px;
	width: auto;
    font-weight: normal !important;
    font-size: 16px !important;
    border-color: #FE800D !important;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

input[type=radio]
{
    background-color: aqua;
    color: aqua;
    border-color: aqua;
}

input[type=text]
{
    
}


/* TOGGLE SWITCH BUTTON */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5793A7  ;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5793A7  ;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* TAGS */

/*.taguser
{
    border-radius: 100px;
    color: #fff;
    background-color: #B75317 !important;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    padding: 0px;
    margin: 2px;
    margin-top: 10px;
    font-size: 13px;
    display: inline-block;
    border-style: solid;
    border-width: thin;
    float: right; 
}*/

/*IMAGES*/
.thumbnail
{
    filter:grayscale(60%);
    -webkit-filter: grayscale(60%);
}

.thumbnail:hover
{
    filter: none;
    -webkit-filter: none;
}

img.thumbnail:hover
{
    padding: 0px;
    margin: 0px;
}

/* CARDS */

.menu-card-container
{
	padding:0px 5px;
	height:auto;
}

.menu-card
{
	background-color: #eee;
	height: 180px;
	text-align: center;
	padding-top: 20px;
	border-radius: 10px;
	border-style: none;
    border-width: thin;
    border-color: #eee;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.menu-card img
{
    max-width: 100%;
    max-height: 100%;
}


/* ACCORDION */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 8px 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #eee;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 8px;
  background-color: white;
  display: none;
  overflow: hidden;
}


/* DRAG AND DROP */

.boxcard{
    cursor: move;
    /*border : solid 5px blue;*/
    transition: 0.5s;
}

.dragged{
    /*cursor: move;
    border : dashed 5px green;*/
    opacity: 0.5;
}

.drophover{
    /*border : solid 5px orange;*/
    transform: scale(1.2);
}

.shake{
    animation: 0.5s shake;
}

@keyframes shake{
    20% {transform: translateX(2px);}
    40% {transform: translateX(-4px);}
    60% {transform: translateX(4px);}
    80% {transform: translateX(-2px);}
}

















/*h3
{
	color: #8FAADC;
}




p
{
	color:#A6A6A6;
}*/



















.btn.btn-info
{
	background-color: #8FAADC ;
	border-color: #8FAADC ;
	color:#fff;
	height: 35px;
	width: auto ! important;
	padding:  0px 15px !important;
	text-align: center !important;
	font-weight: normal !important;
	border-radius: 20px !important;
	display: block !important;
	margin:auto !important;
}

.btn.btn-info:active
{
	background-color: #fff !important;
    border-color: #8FAADC !important;
	color:#274897 !important;
}

.btn.btn-info.selected
{
	background-color: #fff !important;
    border-color: #8FAADC !important;
	color:#8FAADC !important;
}

.btn.btn-yellow
{
	background-color: #E8E000 ;
	border-color: #E8E000 ;
	color: #B75317;
	height: 35px;
	width: auto ! important;
	padding:  0px 15px !important;
	text-align: center !important;
	font-weight: normal !important;
	border-radius: 20px !important;
	display: block !important;
	margin:auto !important;
}

label
{
	color: #A6A6A6;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

#titlePrint
{
	text-align: center;
	color: #274897;
	display : none;
}



a:hover
{
    text-decoration: none;
}

footer
{
    height: 60px;
    background-color: #eee;
    margin-top:40px;
}

.glyphicon.glyphicon-chevron-up
{
	color: #B75317 ;
	font-size: 30px;
}

.horizontal-line
{
    height: 2px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.horizontal-line.blue
{
    background-color: #8FAADC;
}

.badge.badge-pill.new
{
    background-color: #E8E000;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 100px;
    color: #B75317;
    
}





/* MENU */

.navbar-toggler
{
	background-color: #274897;
	color: #274897;
}
#navbar-brand
{
    color: #274897 ! important;
}

/* INFO-ALERT */

.item h3
{
	color: #274897;
}

.item h4
{
	color: #8FAADC;
}

.item a
{
	color: #B75317;
	font-size: 16px;
	font-weight: 900;
}

#info-alert
{
	text-align: center;
	margin-top: 70px;
	background-color: #fff;
}

.carousel-inner
{
	height: 190px;
}

#info-alert .carousel-indicators li
{
	border-color: #274897;
}

#info-alert .carousel-indicators
{
	margin-top: 10px;
}

.carousel-control
{
	opacity:0 ! important;
	background-color: #fff ! important;
}

.carousel-control span
{
	border-color: #274897 ! important;
}

.glyphicon.glyphicon-chevron-left
{
	background-color: #8FAADC ! important;
}

.glyphicon.glyphicon-chevron-right
{
	background-color: #8FAADC ! important;
}

/* PATCHWORK */

#patchwork
{
	margin-top: 20px;
}

#patchwork .row
{
	margin-left: 0px;
	margin-right: 0px;
}



.menu-card.marine
{
	border-color: #274897;
}

.menu-card.marine:hover
{
	border-color: #E8E000;
}

.menu-card.marine.closed
{
	border-color: #274897;
}


.menu-card.blue
{
	border-color: #8FAADC;
}

.menu-card.blue:hover
{
	border-color: #E8E000;
}

.menu-card.blue.closed
{
	border-color: #8FAADC;
}

.menu-card.red
{
	border-color: #B75317;
    background-color: #B75317;
}

.menu-card.red:hover
{
	border-color: #E8E000;
}

.menu-card.red.closed
{
	border-color: #B75317;
}

.menu-card.grey
{
	border-color: #A6A6A6;
	background-color: #eee;
}

.menu-card.white
{
	border-color: #fff;
}



.menu-card h2
{
	margin: 0px;
	padding-bottom: 25px;
}

.menu-card.marine h2
{
	color: #274897;
}

.menu-card.blue h2
{
	color: #8FAADC;
}

.menu-card.grey h2
{
	color: #A6A6A6;
}

.menu-card.red h2
{
	color: #fff;
    font-weight: bolder;
    padding-top: 20px;
}

.menu-card h3
{
	margin: 0px;
	padding-bottom: 40px;
}

.menu-card.marine h3
{
	color: #274897;
}

.menu-card.blue h3
{
	color: #8FAADC;
}

.menu-card.grey h3
{
	color: #A6A6A6;
}

.menu-card.red h3
{
	color: #fff;
}

.menu-card h4
{
	margin: 0px;
	padding-bottom: 15px;
}

.menu-card.marine h4
{
	color: #274897;
}

.menu-card.blue h4
{
	color: #8FAADC;
}

.menu-card.grey h4
{
	color: #A6A6A6;
}

.menu-card-semi
{
	background-color: #8FAADC;
	height: 95px;
	text-align: center;
	padding-top: 10px;
	border-radius: 100px;
	color: #fff;
    border-style: solid;
}

.menu-card-semi h4
{
    color:#fff;
}

.menu-card-semi.grey
{
	height: 95px;
	text-align: center;
	padding-top: 0px;
	border-radius: 100px;
	color: #fff;
    border-style: solid;
    
    border-color: #A6A6A6;
	background-color: #eee;
    line-height: 95px;
}

.container.logo
{
    height: 55px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.container.logo img
{

}

.menu-card-semi.white
{
	background-color: #fff ;
	height: 95px;
	text-align: center;
	padding-top: 10px;
	border-radius: 100px;
	color: #8FAADC;
}

.menu-card-semi.white.closed
{
	background-color: #fff ;
    border-color: #fff;
	height: 95px;
	text-align: center;
    vertical-align: middle;
	padding: 0px !important;
	border-radius: 100px;
	color: #8FAADC;
}

.menu-card-semi.whiteborderblue
{   
    height: 95px;
	text-align: center;
	padding-top: 0px;
	border-radius: 100px;
	color: #fff;
    border-style: solid;
    border-color: #8FAADC;
	background-color: #fff;
    line-height: 95px;
}

.menu-card-semi.whitebordergrey
{   
    height: 95px;
	text-align: center;
	padding-top: 0px;
	border-radius: 100px;
	color: #fff;
    border-style: solid;
    border-color: #A6A6A6;
	background-color: #fff;
    line-height: 95px;
}



.menu-card-semi.white img
{
    max-height: 100%;
    max-width: 100%;
}

.menu-card-semi.whiteborderblue img
{
    max-height: 100%;
    max-width: 100%;
    margin : auto; 
    border-style: none;
}

.menu-card-semi.whitebordergrey img
{
    max-height: 100%;
    max-width: 100%;
    margin : auto; 
    border-style: none;
}

.menu-card-semi.grey img
{
    max-height: 100%;
    max-width: 100%;
    margin : auto;
    
}

.menu-card-semi:hover
{
	border-style: solid;
	border-color: #E8E000;
}

.menu-card-semi.closed
{
	background-color: #8FAADC;
    border-color: #8FAADC ;
	height: 95px;
	text-align: center;
	padding-top: 10px;
	border-radius: 100px;
	color: #fff;
}

.menu-card-semi-down
{
	background-color: #274897;
	height: 95px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	border-radius: 100px;
	color: #fff;
}

.menu-card-semi-down:hover
{
	border-style: solid;
	border-color: #E8E000;
}

.menu-card-semi-down.closed
{
	background-color: #274897;
    border-color: #274897;
	height: 95px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	border-radius: 100px;
	color: #fff;
}

.menu-card-semi h3
{
	margin: 0px;
}

.card-icon
{
	height:auto;
}

.card-icon.marine
{
	color: #274897;
}

.card-icon.blue
{
	color: #8FAADC;
}

.card-icon.grey
{
	color: #A6A6A6;
}

.card-icon.white
{
	color: #fff;
}

.card-icon.red
{
	color: #B75317;
}

.cardmarine
{
	border-style: solid;
	border-width: 2px;
	border-radius: 20px ;
	border-color: #274897;
	margin-top : 3px;
	margin-bottom: 10px;
	margin-right: 0px ! important;
	margin-left: 0px !important;
	padding: 4px ;
}

.cardblue
{
	border-style: solid;
	border-width: 2px;
	border-radius: 20px ;
	border-color: #8FAADC;
	margin-top : 3px;
	margin-bottom: 10px;
	margin-right: 0px ! important;
	margin-left:0px !important;
	padding: 4px ;
}

.cardgrey
{
	border-style: solid;
	border-width: 2px;
	border-radius: 20px ;
	border-color: #A6A6A6;
	margin-top : 3px;
	margin-bottom: 10px;
	margin-right: 0px ! important;
	margin-left:0px !important;
	padding: 4px ;
}

.cardred
{
	border-style: solid;
	border-width: 2px;
	border-radius: 20px ;
	border-color: #B75317;
	margin-top : 3px;
	margin-bottom: 10px;
	margin-right: 0px ! important;
	margin-left:0px !important;
	padding: 4px ;
    
    background-color: #B75317;
}


/* OFFRES */
#essai
{
	margin-top: 70px;
}

/* EQUIPEMENTS */
.equipement-img
{
    border-radius: 40px;
    border-color: #274897;
}


/* INSCRIPTION */
#preinscription p
{
	text-align: center;
}

#preinscription .form-check
{
	width: 200px;
}

#preinscription #progressball-container
{
	width:10px;
}

#preinscription .progressballdone
{
	border: 2px solid #E8E000;
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
}

#preinscription h4
{
	text-align: center;
	margin-top: -35px ;
}

/* FORMULAIRE  */

#preinscriptionform label
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
}

#preinscriptionform span
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
	color: #B75317;
}

#preinscriptionform .info
{
	color: #B75317;
}

#preinscriptionform input
{
	font-size: 15px;
	font-style: normal;
	color: #274897 ! important;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscriptionform select
{
	font-size: 15px;
	font-style: normal;
	color: #274897 ! important;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscriptionform textarea
{
	font-size: 15px;
	font-style: normal;
	color: #8FAADC ! important;
	font-weight: bolder;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#preinscriptionform .comments
{
	font-size: 9px;
	text-align: right;
	color: #B75317;
	height: 12px;
}


/* PREINSCRIPTION */
#preinscription-form .representantlegal
{
	font-size: 15px;
	color: #8FAADC;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
}

#preinscription-form label
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
}

#preinscription-form span
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
	color: #B75317;
}

#preinscription-form .info
{
	color: #B75317;
}

#preinscription-form input
{
	font-size: 15px;
	font-style: normal;
	color: #274897;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscription-form #parent input
{
	font-size: 15px;
	font-style: normal;
	color: #8FAADC;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscription-form select
{
	font-size: 15px;
	font-style: normal;
	color: #274897;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscription-form #parent select
{
	font-size: 15px;
	font-style: normal;
	color: #8FAADC;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

#preinscription-form textarea
{
	font-size: 15px;
	font-style: normal;
	color: #8FAADC;
	font-weight: bolder;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#preinscription-form .comments
{
	font-size: 9px;
	text-align: right;
	color: #B75317;
	height: 12px;
}

#preinscription-form #player
{
	margin: 0;
	padding: 0;
}

#preinscription-form #parent
{
	margin: 0;
	padding: 0;
	border-left-style: solid;
	border-width: 1px;
	border-left-color: #8FAADC;
}

/* PREINSCRIPTION 2 */



.tagmarine
{
	width :150px;
	height: auto;
	background-color: #274897;
	font-size: 15px;
	font-style: normal;
	padding-top: 1px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	text-align: center;
}

.tagmarine p
{
	color: #fff;
	height:25px;
	margin: auto;
}

.tagmarinenegative
{
	width : 150px;
	height: 50px;
	border: 2px solid #274897;
	background-color: #fff;
	font-size: 15px;
	font-style: normal;
	padding-top: 11px;
	border-radius: 5px;
	color: #274897;
	margin-left: 50px;
	margin-bottom: 5px;
	text-align: center;
}

.tagmarinenegative p
{
	color: #274897;
	font-weight: bold;
}

.textred
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 9px;
	margin-left: 35px;
	margin-right: 5px;
}

.textred p
{
	color: #B75317;
	text-align: left !important;
	padding-left: 10px;
}

.textmarine
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 9px;
	margin-left: 35px;
	margin-right: 5px;
}

.textmarine p
{
	color: #274897;
	text-align: left !important;
	padding-left: 10px;
}

.textmarine li
{
   color: #274897; 
}

.textmarine2
{
	background-color: #fff;
	font-size: 13px;
	font-style:normal;
	padding-top: 5px;
}

.textmarine2 p
{
	color: #274897;
	text-align: left !important;
    vertical-align: middle;
    display: inline-block;
}

.textredcenter
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.textredcenter p
{
	color: #B75317;
}


.textmarinecenter
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.textmarinecenter p
{
	color: #274897;
}

.textbluecenter
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.textbluecenter p
{
	color: #8FAADC;
}

.textgreycenter
{
	width : auto;
	height: auto;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.textgreycenter p
{
	color: #A6A6A6;
}

.textwhitecenter
{
	width : auto;
	height: auto;
/*	background-color: #fff;  */
	font-size: 13px;
	font-style: normal;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.textwhitecenter p
{
	color: #fff;
}

.tagred
{
	width :150px;
	height: auto;
	background-color: #B75317;
	font-size: 15px;
	font-style: normal;
	padding-top: 1px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	text-align: center;
}

.tagred p
{
	color: #fff;
	height:25px;
	margin: auto;
}

.tagrednegative
{
	width : 150px;
	height: auto;
	border: 2px solid #B75317;
	background-color: #fff;
	font-size: 15px;
	font-style: normal;
	padding-top: 11px;
	border-radius: 5px;
	color: #B75317;
	margin-left: 50px;
	margin-bottom: 5px;
	text-align: center;
}

.tagrednegativeround
{
	width : 50px;
	height: 30px;
	border: 2px solid #B75317;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding: 0px;
	border-radius: 100px;
	color: #B75317;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: 25px;
	text-align: center;
}

.tagrednegativeround p
{
	color: #B75317;
	font-weight: bold;
}

.tagblue
{
	width :150px;
	height: auto;
	background-color: #8FAADC;
	font-size: 15px;
	font-style: normal;
	padding-top: 1px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	text-align: center;
}

.tagblue p
{
	color: #fff;
	height:25px;
	margin: auto;
}

.tagbluenegative
{
	width : 150px;
	height: auto;
	border: 2px solid #8FAADC;
	background-color: #fff;
	font-size: 15px;
	font-style: normal;
	padding-top: 11px;
	border-radius: 5px;
	color: #8FAADC;
	margin-left: 50px;
	margin-bottom: 5px;
	text-align: center;
}

.tagbluenegativeround
{
	width : 50px;
	height: 30px;
	border: 2px solid #8FAADC;
	background-color: #fff;
	font-size: 13px;
	font-style: normal;
	padding: 0px;
	border-radius: 100px;
	color: #8FAADC;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: 25px;
	text-align: center;
}

.tagbluenegative p
{
	color: #8FAADC;
	font-weight: bold;
}

.tagbluenegativeround p
{
	color: #8FAADC;
	font-weight: bold;
}

.taggrey
{
	width :150px;
	height: auto;
	background-color: #A6A6A6;
	font-size: 15px;
	font-style: normal;
	padding-top: 1px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	text-align: center;
}	

.taggrey p
{
	color: #fff;
	height:25px;
	margin: auto;
}



/*
.textblue
{
	width : 350px;
	height: 50px;
	background-color: #fff;
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	margin-left: 30px;
}

.textblue p
{
	color: #8FAADC;
	text-align: left !important;
	padding-left: 50px;
}   

.taggrey
{
	width :100px;
	height: 25px;
	background-color: #A6A6A6;
	font-size: 15px;
	font-style: normal;
	padding-top: 1px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.taggrey p
{
	color: #fff;
}

.taggreynegative
{
	width : 150px;
	height: 50px;
	border: 2px solid #A6A6A6;
	background-color: #fff;
	font-size: 15px;
	font-style: normal;
	padding-top: 11px;
	border-radius: 5px;
	color: #A6A6A6;
	margin-left: 50px;
	margin-bottom: 5px;
}

.taggreynegative p
{
	color: #A6A6A6;
	font-weight: bold;
}

.textgrey
{
	width : 350px;
	height: 50px;
	background-color: #fff;
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	margin-left: 30px;
}

.textgrey p
{
	color: #A6A6A6;
	text-align: left !important;
	padding-left: 50px;
} */

.next
{
	margin-top: 50px;
}


/* MEMBRES */
.identity-card
{
	border-style: solid;
	border-width: 2px;
	border-color: #eee;
	border-radius: 20px;
	padding: 15px 20px 0px 20px;	
    text-align: center;
    margin-bottom: 25px;
}

.identity-card:hover
{
    border-color:#274897;
}

.card-text
{
    color: #274897;
}

.card-img-top
{
    color: #A6A6A6;
    display: inline-block;
    height:170px;
}

.img-circle
{
    border-style: solid;
    border-color: #8FAADC;
    border-width: 3px;
    height:176px;
    width:176px;
    
}

.card-body
{
    margin-top: 190px;
    border-top: solid;
    border-width: 2px;
    border-color: #eee;
}

.card-body h3
{
    font-size: 18px;
}

.card-body span email
{
    font-size: 12px;
    color: #B75317;
}

.card-body a
{
    font-size: 12px;
    color: #B75317;
}

/* MEMBRES */
.actu-card
{
	border-style: solid;
	border-width: 2px;
	border-color: #eee;
	border-radius: 20px;	
    text-align: center;
    height: 450px;
    padding:0px;  
    margin-top: 25px;
}

.actu-card:hover
{
    border-color:#274897;
}

.overlay
{
    background-color: #fff;
    opacity: 0.9;
    height:446px;
    float: right;
    border-radius: 0px 18px 18px 0px;
    padding-top: 30px;
    border-width:0px;
}

.overlaydown
{
    background-color: #fff;
    opacity: 0.9;
    height:416px;
    
    border-radius: 0px 0px 18px 18px;
    padding-top: 30px;
    border-width:0px;
}

.actu-date
{
    background-color: #8FAADC;
    opacity: 0.7;
    float: left;
    border-radius: 10px;
    margin:10px;
    padding: 3px;
}

.actu-date p
{
    color: #fff;
    font-size: 10px;
    padding:0px;
    margin:2px;
}

.actu-text
{
    height: 360px;
}

.actu-text h5
{
    color: #8FAADC;
}

.actu-text p
{
    text-align: justify;
    font-size: 12px;
    padding: 0px 10px;
    color: #274897;
}

.actu.btn.btn-secondary
{
    width:300px !important;
}




/* PREINSCRIPTION 3 */
.container1
{
    background-color: aqua;
	background-color: #fff;
    height: 30px;
}

.container2
{
   
    background-color: aquamarine;
    background-color: #fff;
    height: auto;
    width:auto;
	margin-top: 25px;
}
.overview
{
    text-align: center;
}

.container2a
{
    background-color: blue;
    background-color: #fff;
	height: auto;
}

.container2a span
{
    vertical-align: middle;
	display: table-cell;
}

.container2b
{
    background-color: blueviolet;
    background-color: #fff;
}

.container2c
{
    background-color: brown;
    background-color: #fff;
}

/* PREINSCRIPTION 6 */
#signature
{
	text-align: right;
	display: none;
}




/* SECTION */
.section p
{
	text-align: center;
}

.section .form-check
{
	width: 200px;
}

.section #progressball-container
{
	width:10px;
}

.section .progressballdone
{
	border: 2px solid #E8E000;
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
}

.section h4
{
	text-align: center;
	margin-top: -35px ;
}

.section label
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
}

.section span
{
	font-size: 13px;
	font-style: normal;
	height: 12px;
	color: #B75317;
}

.section .info
{
	color: #B75317;
}

.section input
{
	font-size: 15px;
	font-style: normal;
	color: #274897 ! important;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

.section select
{
	font-size: 15px;
	font-style: normal;
	color: #274897 ! important;
	font-weight: bolder;
	height: 30px;
	padding-left: 30px;
}

.section textarea
{
	font-size: 15px;
	font-style: normal;
	color: #8FAADC ! important;
	font-weight: bolder;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section .comments
{
	font-size: 12px;
	text-align: right;
	color: #B75317;;
	height: 12px;
}

/* COMPETITION */
.match-card
{
	border-style: solid;
	border-width: 2px;
	border-color: #eee;
	border-radius: 20px;	
    text-align: center;
    height: 480px;
    padding:0px;  
    margin-top: 25px;
}

.match-card:hover
{
    border-color:#274897;
}

.table
{
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.table > tbody > tr > td
{
    vertical-align: middle;
    text-align: center;
    padding: 0px 12px;
}

.table > thead > tr > th
{
    vertical-align: middle;
    text-align: center;
    padding: 4px 12px 0px 12px;
}

.table > thead > tr > th > h6
{
    color: #143C55;
;
}

.table p
{
    margin: 0px;
    text-align: center;
    font-size: 14px;
}

.equipes
{
   /* width: 120px;  */
}

thead
{
    background-color: #eee;
}

.rank
{
    color:#274897;
    font-weight: bold;
}

.points
{
    color:#B75317;
    font-weight:bolder;
}

.tennischalonnais
{
    background-color: #8FAADC;
}

.tennischalonnais p
{
    color: #fff;
}

.rankball p
{
    margin-top: -22px;
}

.rankball img
{
    margin-top: -4px;
}

.classement
{
    width:15px;
    padding: 0px;
    margin: 0px;
}

.winner
{
    font-weight: bolder;
    width: 150px;
}

.loser
{
    width: 150px;
}

.result-text
{
    height: 390px;
}

.result-text h5
{
    color: #8FAADC;
}

.result-text p
{
    text-align: center;
    font-size: 12px;
    padding: 0px 0px;
    color: #274897;
}
