/*
 * Globals
 */

html,body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3vmin;
	color: #555;
	background-color: #fff;
}

a {
	color: #01A8E7;
}

a:hover {
	color : #666;
	-webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-stack br { display: none }

#breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.bg-blue {
	background-color: #01A8E7;
	color: #fff;
}

.bg-grey {
	background-color: #eee;
	color: #666;
}

.white a {
	color: white;
}

.exp {
    width:80px;
    height:80px;
    background-color: #01A8E7;
    border-radius:100%;
    line-height:80px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
}

.page {
	font-size: 18px;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
	.header, .footer {
		width: 100% !important;
	}
	
	.container {
		width: 100% !important;
		max-width: 1660px !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}


/*
 * Spacing
 */

.spacing-jumbo {
	margin-top: 20px;
	margin-bottom: 60px;
}

.spacing-large {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacing-medium {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pull-right {
	margin-left: auto;
    margin-right: 10px;
}

/*
 * Header for nav
 */

.header {
	position:fixed;
	background-color: #fff;
	top: 0;
	box-shadow: 0 3px 29px -6px rgba(0,0,0,.2);
	z-index: 100;
}

.caq-menu {
	line-height: 3;
}

/* Nav links */
.caq-nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 600;
}
.caq-nav-item:hover,
.caq-nav-item:focus {
	text-decoration: none;
}

/* Active state gets a caret at the bottom */
.caq-nav {
	display: inline-block;
}

.caq-nav .active {

}
.caq-nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

.brand-logo {
	width: 150px;
	height: auto;
	margin: 15px 24px 15px 15px;
}

.banner img {
	width: 100%;
	height: auto;
	align-self: center;
}

.bloc-soutien {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

.bloc-soutien-title {
	font-weight: 600;
    text-transform: uppercase;
	font-size: 20px;
}

.bloc-soutien-socials {
	margin-bottom: 20px;
}

.bloc-soutien-socials i {
	font-size: 30px;
	padding: 0 5px 0 5px;
	color: #fff;
}

.bloc-soutien-socials a:hover, .bloc-soutien-socials i:hover {
	text-decoration: none;
	transform: scale(1.2);
	transition: all ease 0.2s;
}

.caq-nav li {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
}

.caq-nav li a {
    color: #707070;
}

.social i {
	font-size: 24px;
	vertical-align: top;
}

.social_links {
	line-height: 3;
}

.social_links a {
	font-size: 16px;
	padding-right: 14px;
}

.social_links .txt {
	font-size: 18px;
	font-weight: 700;
}

.social_links .txt:hover {
	text-decoration: none;
}

/*
 * Front page
 */
.front .divTable {
	width:100%;
	display:block;
	height:100%!important;
	border:0px solid ;
	padding:0px;
	background-color:transparent;
	margin:0px;
}

.front .divRow {
	width:100%;
	height: 100%;
	display:table;
	position:relative;
}

.front .divCell {
	width:20%;
	display: block;
	position:relative;
	float:left;
	text-align:left;
	padding: 10px;
}

.front .divCell img {
	width: 100%;
	height: auto;
}

.front .divCell a:hover {
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.big_banner {
    height: 100%;
	width: 60% !important;
    background-clip: content-box;
    background-size: cover;
}

.big_banner_btn {
	background-color: #01A8E7 !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 900;
    bottom: 40px;
    left: 40px;
    position: absolute;
    font-size: 20px;
}

.frontCol2 {
	width: 40% !important;
}

.news_flash_wrapper {
	margin-top: 20px;
}

.news_flash_header {
	background-color: #eee;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1;
}

.news_flash_header_title {
    background-color: #283981;
    position: relative;
	height: 40px;
  	width: 250px;
    text-align: center;
    line-height: 40px;
	font-size: 18px;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	display: block;
}

.news_flash_header_title a {
	color: white;
	text-transform: uppercase;
	display: block;
}

.news_flash_header_title:after {
	height: 0;
    width: 0;
    content: "";
    display: block;
    position: relative;
    border-top: 40px solid #283981;
    border-right: 12px solid transparent;
    left: 250px;
    top: -40px;
}

.news_flash_header_title:before {
	height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-top: 40px solid #fff;
    border-right: 12px solid transparent;
    left: 250px;
    border-left: 4px solid #fff;
}

.news_flash_title {
	position: absolute;
    bottom: 20px;
    right: 0;
    text-align: center;
    padding: 10px 20px 10px 10px;
    background: #fff;
    width: 100%;
    font-weight: 900;
	line-height: 1.2;
	color: #000;
	opacity: 0.8;
}

.big_banner .news_flash_title {
	text-transform: uppercase;
}

.big_banner .news-grid-item-surtitre {
	font-size: 16px;
	text-transform:none;
}

.today_picture_title {
    position: relative;
	height: 40px;
  	padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
	font-size: 18px;
	display: inline-block;
}

.today_picture_title a {
	color: #666;
	display: block;
}

.photo_du_jour {
	display: block;
}

.photo_du_jour .news_flash_title {
	font-size: 1.4vmin;
	background: none;
    color: #fff;
    opacity: 1;
    text-align: left;
    left: 20px;
    text-shadow: 1px 1px #000;
    padding-right: 60px !important;
}

.more_issues_wrapper {
	position: relative;
}

.more_issues_txt {
	position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    z-index: 10;
    line-height: 2;
    text-align: center;
    width: 250px;
    color: #fff;
	font-size: 18px;
}

.more_issues_txt a {
	color: #fff;
	text-decoration: none;
}

.more_issues_txt a:hover {
	color: #fff;
	text-decoration:none;
	padding-right: 5px;
}

.more_issues {
	float: right;
    margin-top: -40px;
    background-color: #283981;
    position: relative;
	height: 40px;
  	width: 250px;
}

.more_issues:before {
	height: 0;
	width: 0;
	content: "";
	display: block;
	position: relative;
	border-bottom: 40px solid #283981;
	border-left: 12px solid transparent;
	left: -12px;
}

.issues_header_title_wrapper {
	border-top: 1px solid #283981;
}

.issues_header_title_wrapper .social {
	margin-top: 10px;
}

.issues_header_title {
    background-color: #283981;
    position: relative;
	height: 40px;
  	width: 300px;
    text-align: center;
    line-height: 40px;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 20px;
}

.issues_header_title {
	color: white;
	text-transform: uppercase;
}

.issues_header_title:after {
	height: 0;
    width: 0;
    content: "";
    display: block;
    position: relative;
    border-top: 40px solid #283981;
    border-right: 12px solid transparent;
    left: 300px;
    top: -40px;
}

.issues_header_title:before {
	height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-top: 40px solid #fff;
    border-right: 12px solid transparent;
    left: 300px;
    border-left: 4px solid #fff;
}

.alertRow {
	float: none !important;
    width: 100% !important;
}

.alert-caq {
	font-size: 12px !important;
	background-color: #c60900 !important;
	border: none !important;
	color: #fff !important;
	padding: .75rem !important;
	margin: 0 !important;
}

.alert-caq .fas {
	font-size: 40px !important;
    float: left !important;
    margin-right: 10px !important;
}

.copyright {
	position: absolute;
	padding:inherit;
    bottom: 6px;
    color: #fff;
    right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

/*
 * Main column and sidebar layout
 */

.main-content {
  margin-top: 100px;
}

.main-title {
	position: relative;
	top: 20px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
  font-size: 18px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Posts
 */
h1 {
	margin-bottom: 5px;
	font-size: 40px;
	color: #01A8E7;
	text-transform: uppercase;
	font-weight: 900;
}

h2 {
	margin-bottom: 5px;
	font-size: 24px;
	color: #01A8E7;
	text-transform: uppercase;
	font-weight: 900;
}

h3 {
	margin-bottom: 5px;
	color: #01A8E7;
}

h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	color: #01A8E7;
}

.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}

.issues-menu {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.issues-menu .option {
	padding: 10px 20px 10px 20px;
	background-color: #eee;
	border-top: 1px solid #fff;
	color: #666;
	text-transform: uppercase;
	width: 100%;
    position: relative;
    display: inline-block;
}

.issues-menu .option:last-child {
	border-radius: 0 0 0 10px;
}

.issues-menu .option:hover {
	background-color: #ccc;
	text-decoration: none;
}

.issues-menu .selected, .issues-menu .selected:hover {
	box-shadow: -6px 0px 10px 0px rgba(0,0,0,.2);
	font-weight: 700;
	background-color: #fff;
	color: #666;
	z-index: 20;
}

.issues-content {
	box-shadow: -4px 0px 10px 0px rgba(0,0,0,.2);
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
}

.issues-content .banner img {
	border-radius: 6px;
}

.issues-text {
	text-align: justify;
	font-size: 16px;
}

.issues-aside {
	font-size: 16px;
}

.article {
	font-size: 16px;
	max-width: 1000px;
    margin: 0 auto;
}

.article h4 {
	color: #555;
	margin-bottom: -10px;
}

.article img {
	width: 100%;
	height: auto;
}

.article .social {
	font-size: 24px;
}

.article .social a {
	color: #666;
}

.article .social a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #01A8E7;
}

.equipe-text {
	font-size: 16px;
}

.contact, .contact_bloc {
	font-size: 16px;
}

/*
 * Grids
 */
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: baseline;
}

/* Team grid
*/

.team-grid img {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 300px;
}

.team-grid-item {
	width: 300px; 
	margin: 10px;
}

.team-grid-item a {
	text-decoration: none;
	color: #666;
}

.team-grid-item a:hover {
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.team-grid-item:hover {
	transform: scale(1.02);
	transition: all ease 0.2s;
}

.team-grid-item-legend {
	padding: 6px;
	text-align: center;
    font-size: 18px;
	font-weight: 300;
	background-color: #01A8E7;
    color: #fff;
    border-radius: 0 0 0 10px;
}

.team-grid-item-legend strong {
	text-transform: uppercase;
	font-weight: 600;
}

.left-side-infos {
	background-color: #01A8E7;
	color: #fff;
	font-size: 16px;
}

.team-social.email {
	border-top: 2px solid #fff;
}

.team-social {
    border-bottom: 2px solid #fff;
    width: 100%;
    padding: 10px;
}

.team-social.facebook {
	background-color: #3b5999;
}

.team-social.twitter {
	background-color: #55acee;
}

.team-social.instagram {
	background-color: #e4405f;
}

.team-social a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.team-social a:hover {
	text-decoration: none;
	padding-left: 10px;
}

.team-social i {
	margin-right: 6px;
}

/* Videos grid
*/

.videos-grid img {
	width: 100%;
	height: auto;
	max-width: 380px;
	max-height: 190px;
	box-shadow: 0 3px 29px -6px rgba(0,0,0,.8);
}

.videos-grid-item {
	width: 380px; 
	margin: 10px;
	position: relative;
}

.videos-grid-item a {
	text-decoration: none;
	color: #666;
}

.videos-grid img a:hover {
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.videos-grid img:hover {
	transform: scale(1.02);
	transition: all ease 0.2s;
}

.videos-grid-item-legend {
	padding: 10px;
	text-align: center;
    font-size: 18px;
	font-weight: 300;
}

.videos-grid-item-legend strong {
	text-transform: uppercase;
	font-weight: 600;
}

.videos-grid-item .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	max-height: 190px;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
  
.videos-grid-item:hover .overlay {
	opacity: 1;
}

.videos-grid-item .overlay i
{
	color: #fff;
	top: 40%;
	transform: translate(-50%,0);
	position: absolute;
	font-size: 50px;
}

/* Questions grid 
*/

.questions-grid {
	column-count: 4;
    column-gap: 1em;
}

.questions-grid-item {
	background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	padding: 20px;
	background: #01A8E7;
	border-radius: 6px;
	font-size: 24px;
}

.questions-grid-item a {
	color: white;
	display: block;
	text-decoration: none;
}

.questions-grid-item a:hover {
	text-decoration: none;
}

.questions-grid-item:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.questions-author-info {
	font-size: 18px;
}

#questions-form {
	font-size: 18px;
	display: none;
	background-color: rgb(247, 252, 255);
    border-radius: 10px;
    padding: 10px;
}

#questions-form ul li {
	text-indent: 0;
}

.question-btn a {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
}

.question-btn a:hover {
	text-decoration: none;
}

.btn-opened {
	display: none;
}

/* News grid
*/

.news-grid img {
	width: 100%;
	height: auto;
	max-width: 380px;
	max-height: 190px;
	border: 1px solid #eee;
}

.news-grid-item {
	width: 380px; 
	margin: 10px;
}

.news-grid-item a {
	text-decoration: none;
	color: #666;
}

.news-grid-item a:hover {
	color: #01A8E7;
}

.news-grid img a:hover {
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.news-grid img:hover {
	transform: scale(1.02);
	transition: all ease 0.2s;
}

.news-grid-item-legend {
	padding: 10px;
	text-align: left;
    font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}

.news-grid-item-legend strong {
	font-weight: 600;
}

.news-grid-item-surtitre {
	color: #555;
	font-weight: 100;
    font-size: small;
	line-height: normal !important;
	display: block;
}

.news-grid-item-date {
	color: #999;
    font-weight: 100;
    font-size: small;
}

.news-grid-item-legend span {
	display: block;
	line-height: 3;
}

/* Related
*/
.related_videos img, .related_videos_item_img {
	max-width: 100px;
    margin-right: 10px;
	margin-bottom: 10px;
    vertical-align: top;
	float: left;
	position: relative;
}

.related_videos a:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.related_videos_item {
	margin-top: 10px;
	clear: both;
}

.related_videos_item span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}

.related_videos a {
	font-weight: 700;
	font-size: smaller;
}

.related_videos a:hover {
	text-decoration: none;
}

.related_date {
	color: #666;
    font-weight: 100;
    font-size: smaller;
}

.related_videos_item_img::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    color: white;
	font-size: 24px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	padding-bottom: 10px;
}


/*
 * Footer
 */

.footer {
	font-size: 12px;
	margin-top: 5px;
}

.footer .divTable {
	width:100%;
	display:block;
	height:100%!important;
	padding:0px;
	margin:0px;
}

.footer .divRow {
	width:100%;
	display:table;
	position:relative;
}

.footer .divCell {
	display:block;
	width: 16%;
	position:relative;
	float:left;
	text-align:left;
	padding: 5px;
}

.footer-menu-border {
	border-left: 1px solid #999;
	padding-left: 10px !important;
}

.text-indent-m10 {
	text-indent: -10px;
}

.footer .footer-menu {
	padding: 40px 100px;
	color: #999;
	text-align: center;
	background-color: #f7fcff;
	font-size: 0.8vw;
}

.footer .footer-menu a {
	color: #666;
}

.footer .legal {
	color: #B1ABAB;
	background-color: #01A8E7;
	margin-bottom: 0;
}

.footer .legal div:first-child {
	padding: 10px;
	text-align: right;
	background-color: #434242;
	width: 40%;
	display: inline-block;
}

.footer .legal div:last-child {
	padding: 10px;
	text-align: left;
	color: #fff;
	display: inline-block;
}

.footer .legal div:last-child a {
	color: #fff;
	font-weight:100;
	margin-left: 20px;
}

/* background overlay */

#mPlayer {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}

/* video player */

#mPlayer DIV {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  max-width: 976px; /* width of YouTube Player */
  max-height: 549px; /* height of YouTube Player */
  left: calc(50vw - 488px); /* 280 is .5(560), centers x axis*/
  top: calc(50vh - 275px); /* 157 is .5(315), centers y axis*/
}
/*
SEARCH
*/
.search-post-title {
	font-size: 20px;
	font-weight: 700;
    text-align:left;
    display:block;
}

.search-post-link {
    line-height: 20px;
    text-align:left;
    display:block;
	color: #999;
}
.search-post-excerpt {
    font-weight: 400 !important;
    text-align:left;
    display:block;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 1202px){
	
/*	.mega-menu-item-46 .mega-menu-link, .mega-menu-item-1694 .mega-menu-link {*/
        .mega-menu-impliquez-vous .mega-menu-link, .mega-menu-item-1694 .mega-menu-link {
		background-color: #01A8E7 !important;
		color: #fff !important;
		padding: 0 10px !important;
		border-radius: 6px !important;
		border: none !important;
	}
	
/*	.mega-menu-item-46 .mega-menu-link:hover, .mega-menu-item-1694 .mega-menu-link:hover, .big_banner_btn:hover, .action_btn:hover, .action_btn-invert:hover  { */
	.mega-menu-impliquez-vous .mega-menu-link:hover, .mega-menu-impliquez-vous .mega-menu-link:hover, .big_banner_btn:hover, .action_btn:hover, .action_btn-invert:hover, .mega-menu-item-1694 .mega-menu-link:hover  {
		text-decoration: none !important;
		border: none !important;
		transform: scale(1.05);
		transition: all ease 0.2s;
	}
	
	.left-side-infos {
		padding: 0px;
	}
}

@media (max-width: 1201px){
	.brand-logo {
		height: 40px;
		width: auto;
		padding-left: 10px;
	}
	
	.social_links {
		display: none;
	}
	
	.header {
		width: 100%;
	}
	
	.container {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.main-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.questions-grid {
		column-count: 3;
	}
	
}

@media (max-width: 992px){
	.left-side-infos {
		
	}
}

@media (max-width: 811px){
	.main-content {
		margin-top: 70px;
	}
	
	.footer-menu {
		display: none;
	}
	
	.footer .legal div:first-child, .footer .legal div:last-child {
		width: 100%;
		display:block;
		text-align: center;
	}
	
	.big_banner {
		height: auto;
		width: 100% !important;
	}
	
	.big_banner_btn {
		bottom: 20px;
		left: 20px;
		position: absolute;
		font-size: 3vmin;
	}
	
	.action_btn, action_btn-invert {
		font-size: 3vmin;
	}
	
	.frontCol2 {
		width: 100% !important;
	}
	
	.news_flash_title {
		font-size: 3vmin;
	}
	
	.big_banner .news-grid-item-surtitre {
		font-size: 2.5vmin;
	}
	
	.front .divCell {
		width: 100%;
	}
	
	.questions-grid {
		column-count: 2;
	}
}

@media (max-width: 500px) {
	h4 {
		text-align: left;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	h1 {
		font-size: 20px;
	}
	
	.article h4 {
		font-size: 14px;
	}
	
	.issues-text {
		text-align: justify;
		font-size: 14px;
	}
	
	.issues-aside {
		font-size: 14px;
	}
	
	.social {
		float: none !important;
	}
	
	.bloc-soutien-title {
		font-size: 16px;
	}
	
	.today_picture_title {
		display: none;
	}
	
	.issues_header_title_wrapper {
		display: none;
	}
	
	.questions-grid {
		column-count: 1;
	}
}

/* Paging */
.paging {
    width: 100%;
    text-align: center;
}

.paging a {
    text-align: center;
    background: #eee;
	color: #666;
	display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
	-webkit-transition: all 250ms ease;
    transition: all 250ms ease;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
}

.paging a.active, .paging a:hover {
    background-color: #666;
    color: #FFF;
}

/* Impliquez-vous */

.action {
	font-size: 16px;
}
	
.action_bloc {
    box-shadow: 0px 0px 20px #888888;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    max-width: 30%;
    margin: 10px;
    align-items: stretch;
	min-width: 330px;
}

.action_grid {
	display: -webkit-flex;
	justify-content: center;
    padding-bottom: 30px;
	flex-wrap: wrap;
}

.action_btn a {
	background-color: #01A8E7 !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 900;
}

.action_btn-invert a {
	color: #01A8E7 !important;
    background-color: #fff !important;
    padding: 10px;
    border-radius: 6px !important;
    border: none !important;
    font-weight: 900;
	text-transform: uppercase;
}

.action_icon {
	font-size: 72px;
	color: #00b4f1;
	margin-bottom: 20px;
}

/* Bullet point */

.main-content ul li {
	list-style: none; 
	list-style-position: inside;
	text-indent: -1em;
}

ul li {
	list-style: none;
}

 ul li::before {
 	font-family: 'Font Awesome 5 Free';
 	font-weight: bold;
	color: #00b4f1;  
	content: "\f105"; 
	font-size: 1em; 
	padding-right: 0.5em; 
	position: relative;
	top: 0em;
}

/* Nous joindre */

.contact_bloc {
	background-color:#01A8E7;
	width:100%;
	color: #fff;
	padding-right: 10%;
	padding-left: 10%;
}

.contact_form {
	color:#fff !important;
}

.contact_form-black {
	color:#333 !important;
}

.contact_background {
	background-color:#fff !important;
}

.gform_wrapper .gfield_required {
	color: unset !important;
}

input[type=text], select, textarea {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Mobile */

.mobile_bloc1 {
	background-image: url("https://coalitionavenirquebec.org/wp-content/uploads/2018/08/application-web.png");
	background-size: cover;
	width:100%;
	height: 50%;
	margin-top: 50px;
}

.mobile_bloc2 {
	background-image: url("https://coalitionavenirquebec.org/wp-content/uploads/2018/08/mockuper.png");
	background-size: cover;
	width:100%;
	height: 50%;
}

.mobile_content {
	background: rgba(70,72,73,.2);
	display: -moz-inline-grid;
	padding: 25px;
	position: absolute;
	left: 10%;
	right: 45%;
}

@media only screen and (max-width: 1025px) {
	.mobile_content {
		background: rgba(70,72,73,.2);
		padding: 25px;
		width: 100%;
		height: 100%;
	}
}

.mobile_buttons {
	align-self: flex-end;
	display: inline-flex;
	margin-top: 25px;
}

.mobile_text {
	color: #fff;
	font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-word;
}

.mobile_text h2 {
	color: #fff;
}

.mobile_img {
	height: auto;
	width: 100%;
}