@charset "utf-8";
/* ***************color: #DC6388 =violet
						 #D7F889 =jaune-vert*/

.btn-link:hover {
	color: red;
}
.btn-link :active {
	color: red;
}
.bandeau40ans {
	/*border-radius: 8px;
	border: 6px solid #DC6388;
	background-color: #F8F3F3;*/
}
a, a:hover {
	text-decoration: none;
}
}
ul li a {
	text-decoration: none;	
}
.cursor-pointer{
	cursor: pointer;
}
.modal-body img{
	margin-right: 15px;
}
body {
	background-image: url(../images/toile_de_fond_BS.png);
	background-repeat: repeat-x;
}
.entete_BS {
	background-color: #E5E5E5;
	max-width: 1400px;
	display: flex;
	justify-content: center;	
}
.container {
	/*overflow-x: hidden;*/
	background-color: #E5E5E5;
	max-width: 1400px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.pageCA{
	max-width: 1400px;
}

.columnAgenda {
	background-color: #BEBEBE;
	border: medium solid;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow: 5px 5px 15px #8C8C8C;
	box-shadow: 5px 5px 15px #8C8C8C;
	margin-top: 25px;
}
.column3 h6 {
	color: #3A79F8;
}
.cellSaisons {
	display: flex;
	border: 2px solid #DC6388;
	text-align: center;
	padding: 10px;
	flex-direction: column;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}
hr{
	background-color: #DC6388;
	height: 1.8px;
}
.colone-centree {
	float: none;
	margin: 0 auto;
}
/*______________________________________ombre ou bordures arc-en-ciel_____________*/
.box {
	width: 1200px;
	height: auto;
	margin: auto;
	background-color: /*rgb(255, 255, 255)*/rgba(205,197,197,0.82);
	position: relative;
	border-radius: 10px;
	margin: auto;
	-webkit-box-shadow: 3px 5px hsla(0,2%,56%,1.00);
	box-shadow: 3px 5px hsla(0,2%,56%,1.00);
}
.box::before,
.box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #ff0000, #00f0f0, #00ff00, #0000ff, #ff0000, #00f0f0, #00ff00, #0000ff, #f00f0f);
  width: 100%;
  height: 100%;
  transform: scale(1.005);
  z-index: -1;
  background-size: 500%;
  animation: animate 20s infinite;
  border-radius: 10px;
}
.box::after {
  filter: blur(20px);
}
@keyframes animate {
  0% { 
	  background-position: 0 0;
	  -webkit-background-position: 0 0;
	}
  50% {
	  background-position: 300% 0;
	  -webkit-background-position: 300% 0;
	}
  100% {
	  background-position: 0 0;
	  -webkit-background-position: 0 0;
	}
}
.btn, .btn:hover, .btn:active, .accordion {
	text-decoration: none;
}
/*______________________________________________bordure depliée vers la droite____*/
.btn-deplie {
  text-decoration: none;
  color: black;
  font-size: 1.4em;
  position: relative;
  padding: 0 15px;
  transition: .2s all;
  font-weight: 300;
}
.btn-deplie::before {
  content: '';
  position: absolute;
  background: #DC6388;
  width: 2px;
  height: 100%;
  left: 0;
  transition: .2s all;
 
}
.btn-deplie:hover::before {
  width: 100%;
}
.btn-deplie:hover {
  color: #aaa;
  font-size: 1.6em;
  text-decoration: none;
}
/* __________________________________________________________ Bouton 3D _________ */
.btn3d {
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
    outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
/* __________________________________________________________ Bouton Bounce _____ */
.hvr-bounce-in {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-moz-transition-duration: 0.5s;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: translateZ(0);
	-ms-backface-visibility: hidden;
	-ms-transition-duration: 0.5s;
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	-moz-transform: scale(1.2);
	-moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	-ms-transform: scale(1.2);
	-ms-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Fin Bouton Bounce*/
.conteneur-flexible{
	display: flex;
}
.ligne{
	flex-flow: row wrap;
}
.space-between{
	justify-content: space-around;
}
/*____________________________________________debut scale-in-center_______________*/
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.scale-in-center {
-webkit-animation: scale-in-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/*___________________________________________tracking-in-contract-bck_____________*/
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
}
/*__________________________________________text-focus-in_________________________*/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 600ms both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 600ms both;
}
/*__________________________________________tracking-in-expand-fwd-top____________*/
.tracking-in-expand-fwd-top {
	-webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
	        animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
            transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
            transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
/*_____________________________________scale-in-ver-center________________________*/
@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
.scale-in-ver-center {
	-webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s 2 both;
	        animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s 2 both;
}
/*____________________________________________________scale-in-hor-center_________*/
@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
.scale-in-hor-center {
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s 2 both;
	        animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s 2 both;
}
/*__________________________________________objetclignotant______________________*/
.objetclignotant {
	-webkit-animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: blink 1s;
	-moz-animation-iteration-count: infinite;
	-o-animation: blink 1s;
	-o-animation-iteration-count: infinite;
	animation: blink 1s;
	animation-iteration-count: infinite;
}
.objetclignotant:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}
@-webkit-keyframes blink {
	 0% {
		opacity: 1;
	}
	 10% {
		opacity: 0;
	}
	 100% {
		opacity: 1;
	}
}
 @-moz-keyframes blink {
	 0% {
		opacity: 1;
	}
	 10% {
		opacity: 0;
	}
	 100% {
		opacity: 1;
	}
}
 @-o-keyframes blink {
	 0% {
		opacity: 1;
	}
	 10% {
		opacity: 0;
	}
	 100% {
	opacity: 1;
	}
}
 @keyframes blink {
	 0% {
		opacity: 1;
	}
	 10% {
		opacity: 0;
	}
	 100% {
		opacity: 1;
	}
}
/* ______________________________________________________ Fin cligotement _______*/

.carousel {
	margin: auto;
}
.carousel-control-pause{
	position: absolute;
	bottom: 0;
	color: white;
	opacity: .5;
	margin-bottom: 30px;
	left:50%;
	font-size: 2em;
}
.carousel-control-pause:hover{
	opacity: 1;
	color: white;
}
/*________________________________________________ diaporama fondu enchainé______*/
.carousel-fade .carousel-inner .item { 
    transition-property: opacity;
        }
.item,.active.left,.active.right {
    opacity: 0;
        }
.active,.next.left,.prev.right {
    opacity: 1;
        }
.next,.prev,.active.left,.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
        }
/*___________________________________________Fin Diaporama fondu enchainé_______*/
#bienvenue {
	animation: 3s ease-in running entree;
	animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@keyframes entree {
	  from {
		margin-left: 120%;
		width:300%;
	  }

	  to {
		margin-left: 0%;
		width:100%;
	  }
}
/*________________________mot de passe caché____________________________*/
.input img{
	cursor: pointer;
}
/*____________________________________________________*/
#xavier {
	-webkit-margin-bottom: 50px;
	-moz-margin-bottom: 50px;
	-o-margin-bottom: 50px;
	float: right;
}
#fontanier {
	padding-left: 50px;
	margin-top: 20px;
}
.img-relief{
	box-shadow: 2px 2px 13px #708090;
}
.img-thumbnail {
	border-color: black;
	margin: auto;
}
.img-accueil {
	display: flex;
	margin-top: 50px;
}
.img-et-text-droite {
	float: left;
	padding-right: 24px;
	padding-bottom: 8px;
}
.img-et-text-gauche {
	float: right;
	padding-left: 24px;
	padding-bottom: 8px;
}
.figure-caption {
	text-align: center;
	font-family: inherit;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-right-05 {
	margin-right: 0.5rem;	
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-right-40 {
	margin-right: 40px;
}
.margin-right-50 {
	margin-right: 50px;
}
.margin-botton-20 {
	margin-bottom: 20px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-left-100 {
	margin-left: 100px;
}
.padding-left-100 {
	padding-left: 100px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-right-40 {
	padding-right: 40px;
}
mark {
	background-color: #D7F889;
}
.block_a a {
	position: relative;
	color: #f03d36;
	text-decoration: none;
	padding: 2px 2px;
	margin-top: 0%;
}
.block_a a:hover, .block_a a:focus {
	background-size: 100% 100%;
	color: #FFF;
	text-shadow: 8px 6px 3px #929292;
}
.bouton {
	width: auto;
	height: auto;
	text-align: center;
	padding: 5px;
	border-radius: 8px;
	background: #A0A0A0;
	background: linear-gradient( #DFDFDF, #A0A0A0);
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 4px 20px rgba(28, 28, 26, 0.8);
	box-shadow: 0px 4px 20px rgba(28, 28, 26, 0.8);
}
a.bouton:hover {
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	border-style: outset;
	border-width: 2px;
}
a.bouton:link {
	width: auto;
	height: auto;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-weight: bold;
	border-style: outset;
	border-width: 2px;
	border-color: silver;
	border-radius: 12px;
}
a.bouton:visited {
	width: auto;
	height: auto;
	text-decoration: none;
	color: #070707;
	text-align: center;
	font-weight: bold;
	background-color: #F1CD71;
	padding: 5px;
	border-style: outset;
	border-width: 2px;
	border-color: silver;
	border-radius: 2px;
}
.boutonsPupitres { /* cette classe sert à afficher les boutons  des pupitres sur l'espace choriste.  */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
 @supports (background-size:100%) {
	 .block_a a {
		 border:none;
		 background:-webkit-linear-gradient(#f03d36, #f03d36) bottom no-repeat;
		 background:linear-gradient(#f03d36, #f03d36) bottom no-repeat;
		 background-size:100% 2px;
		 -webkit-transition:background-size .1s;
		 transition:background-size .1s;
}
}
.navbar {
	padding: 0px;
}
.navbar-toggler {
	padding-left: 0px;
	padding-right: 0px;
}
/* change the navbar background color */
.navbar-bg {
	background-color: #C0C0C0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,192,192,1.00) 63.21%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,192,192,1.00) 63.21%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,192,192,1.00) 63.21%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(192,192,192,1.00) 63.21%);
	-webkit-box-shadow: 0px 10px 5px #868686;
	box-shadow: 0px 10px 5px #868686;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* change the navar brand and text color */
.navbar-bg .navbar-brand,.navbar-bg .navbar-text{
    color: black;
}
/* change the link color */
.navbar-bg .navbar-nav .nav-link,.navbar-bg .nav .nav-link{
	color: black;
	}
/* change the navbar color of active or hovered links */
.navbar-bg .nav-item.active .nav-link,
.navbar-bg .nav-item:hover .nav-link,
.navbar-bg .dropdown-item.active,
.navbar-bg .dropdown-menu:hover,
.dropdown-item:active {
    color: black;
}
/* Couleur utilisée pour un menu dépliant lorsqu'il est ouvert */
.navbar-bg .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-bg .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-bg .navbar-nav .open .dropdown-menu > .active > a,
.navbar-bg .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-bg .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #000000;				
  background-color: #A9CEE8;
}
.nav .nav-link {
	padding-right:0.5rem;padding-left:0.5rem
}
.dropdown-menu{
	margin: 0px;
}
.nav-link:hover, .nav-link:focus, .dropdown-item:hover, .dropdown-item:focus{
	background-color: #D7F889;
	background-image: -webkit-linear-gradient(270deg,rgba(252,250,217,1.00) 17.61%,rgba(176,242,13,1.00) 96.89%,rgba(220,249,148,1.00) 97.41%,rgba(211,247,124,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(252,250,217,1.00) 17.61%,rgba(176,242,13,1.00) 96.89%,rgba(220,249,148,1.00) 97.41%,rgba(211,247,124,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(252,250,217,1.00) 17.61%,rgba(176,242,13,1.00) 96.89%,rgba(220,249,148,1.00) 97.41%,rgba(211,247,124,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(252,250,217,1.00) 17.61%,rgba(176,242,13,1.00) 96.89%,rgba(220,249,148,1.00) 97.41%,rgba(211,247,124,1.00) 99.48%);
}
.nav-item a:hover::before{
	content: "\266B  ";
	color: #000;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.active {
	background-color: #D7F889;
	background-image: -webkit-linear-gradient(270deg,rgba(189,243,60,1.00) 1.04%,rgba(252,254,249,1.00) 2.59%,rgba(238,252,207,1.00) 2.59%,rgba(131,182,10,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(189,243,60,1.00) 1.04%,rgba(252,254,249,1.00) 2.59%,rgba(238,252,207,1.00) 2.59%,rgba(131,182,10,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(189,243,60,1.00) 1.04%,rgba(252,254,249,1.00) 2.59%,rgba(238,252,207,1.00) 2.59%,rgba(131,182,10,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(189,243,60,1.00) 1.04%,rgba(252,254,249,1.00) 2.59%,rgba(238,252,207,1.00) 2.59%,rgba(131,182,10,1.00) 100%);
}
.tableEMP {
	margin: auto
}
.footer {
	position: relative;/* donne hasLayout à IE6 de façon à permettre un effacement correct */
	clear: both; /* cette propriété d'effacement force le .container à comprendre où se terminent les colonnes et à les contenir */
	background: -webkit-linear-gradient(#DFDFDF, #A0A0A0);
	background: -moz-linear-gradient(#DFDFDF, #A0A0A0);
	background: -ms-linear-gradient(#DFDFDF, #A0A0A0);
	background: -o-linear-gradient(#DFDFDF, #A0A0A0);
	background-color: linear-gradient(#DFDFDF, #A0A0A0);
	text-align: center;
	font-size: 0.8em;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-left: -15px;
	margin-right: -15px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 1;
}
/* Popup */
h1_popup, h2_popup {
	color: orange;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	margin: 20px 0;
}
#hover {
	top: 0;
	left: 0;
	position: fixed;
	background: #eee;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 4;
}
#popup {
	position: absolute;
	width: 600px;
	height: 180px;
	background: #fff;
	left: 50%;
	top: 600px;
	border-radius: 5px;
	padding: 60px 0;
	margin-left: -320px;
	/* width/2 + padding-left */
	margin-top: -150px;
	/* height/2 + padding-top */
	text-align: center;
	box-shadow: 0 0 10px 0 #000;
	z-index : 5;
}
#close {
	position: absolute;
	background-color: #FDA500;
	color: black;
	right: 5%;
	top: 10%;
	border-radius: 50%;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1, 5em;
	font-weight: bold;
	font-family: 'Arial Black', Arial, sans-serif;
	cursor: pointer;
	box-shadow: 0 0 10px 0 #000;
}
/* Fin popup */
/*@import url("bootstrap.css");*/
@media only screen and (max-width: 991.98px) and (orientation: landscape){
	.sticky-top
	{
		position: relative !important;	
	}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575.98px) {
	.imgtext{float: none;}
	.border-right {
		border-right: none !important;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
	.border-right {
		border-right: none !important;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.border-bottom {
		border-bottom: none !important;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.border-bottom {
		border-bottom: none !important;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.border-bottom {
		border-bottom: none !important;
	}
}
