/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');*/

.page-regie {
	width: 100%;
	margin: 0 auto;
	color: #000; 
	/*font-family: 'Source Sans Pro', sans-serif; */
	font-size: 12px; 
	background-color: #E6E7E9; 
	border-radius: 6px;
}
@media (min-width: 959px) { 
	.page-regie {
		width: 944px;
	}
}
@media (min-width: 1200px) { 
	.page-regie {
		width: 1060px;
	}
}
.page-content{
	padding : 20px; 
}
#nav-regie{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	background: #000; color:#fff;
}
#nav-regie ul{
	min-height: 70px;
	display: flex; 
	align-items: stretch;
}
@media (max-width: 768px) {
	#nav-regie ul{
		flex-direction: column;
	}
}
#nav-regie a { 
	color: #fff; 
	text-transform: none;
	font-size: 1.6rem;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	-webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#nav-regie a:hover { 
	background: #fff;
	color: #000;
}
#nav-regie li { display: block; }


#nav-regie .item-active a, #nav-regie .item-active a:hover {
	background: #E1121D;
}
#nav-regie .item-active a:hover {
	color: #fff;
}


.page-regie h1,
.page-regie h2,
.page-regie h3,
.page-regie h4,
.page-regie h5,
.page-regie h6{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	text-transform: none;
	font-weight: normal;
	margin-top: 15px;
}
.page-regie h1 { 
		font-size: 18px; 
		line-height: 1.2; 
		font-weight: bold;
		padding: 0 0 10px;
		margin: 0;
		border-bottom: 1px solid #e82930;
		display: inline-block;
}
.page-regie h2 { font-size: 17px; line-height: 1.3; margin-top: 40px; margin-bottom: 20px; }
.page-regie h3 {font-size: 16px; line-height: 1.4; }
.page-regie h2, .page-regie h3 { color: #e1121d; }
@media (min-width: 768px) { 
	/*.page-regie h1 { font-size: 2.6rem; }
	.page-regie h2 { font-size: 2rem;; }*/
	#nav-regie li { display: flex; align-items: center; }
	#nav-regie a { min-height: 70px;}
}

.font-weight-bold { font-weight: bold !important;}
.page-regie .small, .page-regie small { font-size: 85%; }
.page-regie strong { color: #000; }
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	background: #fff;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.list-item{ font-size: 0; margin: 10px -15px;}
.list-item .item{
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.list-item .item img{
	margin: auto;
}
@media (min-width: 576px) { 
	.item{
		width: 100%;
	}
}
@media (min-width: 768px) { 
	.item{
		width: 25%;
	}
}

.list-frequence { color: #e1121d; }
.list-frequence .card div { font-size: 1.5rem; }
.list-frequence .titre-frequence { font-weight: bold; margin-top:0; margin-bottom:5px; color: #e1121d; font-size: 1.5rem; }
@media (min-width: 768px) { 
	.list-frequence .item{
		width: 33.33%;
	}
}
ul.check-list {
  list-style: none;
}
ul.check-list li{
	font-size: 12px;
}

ul.check-list li:before {
  content: '✓';
	font-weight: bold;
	padding-right: 5px;
}
#intro-radio #photo-radio img{ max-width: 100%; }
#intro-radio #pres-radio { border-bottom: 1px solid #e5e5e5; padding-bottom: 20px;}
@media (min-width: 960px) { 
	#intro-radio{
		position: relative;
		padding-bottom: 50px;
	}
	#intro-radio #photo-radio{
		position: absolute; bottom: 0; right: 0;
	}
	#intro-radio #photo-radio img{ max-width: 550px; }
	#intro-radio #pres-radio{
		width: calc(100% - 550px);
	}
}

#logos-regie{
	display: flex; flex-wrap: wrap;
}
#logos-regie .card{
	display: inline-block; width: 184px;height:180px; margin: 10px; display: flex; align-items: center; justify-content: center; padding: 30px; box-sizing: border-box;
}

#contactRegie input[type=text], #contactRegie textarea{
	width: 100%;
	padding: 14px 10px;
	box-sizing: border-box;
}

.btn-regie {
	padding: 10px 20px;
	font-size: 1.2rem;
	line-height: 38px;
	text-transform: uppercase;
	margin: 0 10px;
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color;
	display: inline-block;
	min-width: 150px;
	margin-bottom:5px;
}
#regie-footer { background-color: #e1121d; padding: 30px 0; text-align: center; color: #fff; }
#regie-footer .titre-footer { color: #fff; margin-top: 0; }
#regie-footer .btn-white { background-color: #FFF; color: #000; border: 1px solid #FFF; }
#regie-footer .btn-white:hover { background-color: #000; color: #FFF; border: 1px solid #fff; }
#regie-footer .btn-red { background-color: transparent; color: #FFF; border: 1px solid #DDD; }
#regie-footer .btn-red:hover { border: 1px solid #FFF; }
