/* FONT */

@font-face {
    font-family: 'obvia';
    src: url('fonts/obvia_condensed_bold-webfont.eot');
    src: url('fonts/obvia_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/obvia_condensed_bold-webfont.woff2') format('woff2'),
         url('fonts/obvia_condensed_bold-webfont.woff') format('woff'),
         url('fonts/obvia_condensed_bold-webfont.ttf') format('truetype'),
         url('fonts/obvia_condensed_bold-webfont.svg#obvia') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acumin_probold_italic';
    src: url('fonts/acumin-bditpro-webfont.eot');
    src: url('fonts/acumin-bditpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acumin-bditpro-webfont.woff2') format('woff2'),
         url('fonts/acumin-bditpro-webfont.woff') format('woff'),
         url('fonts/acumin-bditpro-webfont.svg#acumin_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acumin_probold';
    src: url('fonts/acumin-bdpro-webfont.eot');
    src: url('fonts/acumin-bdpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acumin-bdpro-webfont.woff2') format('woff2'),
         url('fonts/acumin-bdpro-webfont.woff') format('woff'),
         url('fonts/acumin-bdpro-webfont.svg#acumin_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acumin_proitalic';
    src: url('fonts/acumin-itpro-webfont.eot');
    src: url('fonts/acumin-itpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acumin-itpro-webfont.woff2') format('woff2'),
         url('fonts/acumin-itpro-webfont.woff') format('woff'),
         url('fonts/acumin-itpro-webfont.svg#acumin_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acumin_proregular';
    src: url('fonts/acumin-rpro-webfont.eot');
    src: url('fonts/acumin-rpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acumin-rpro-webfont.woff2') format('woff2'),
         url('fonts/acumin-rpro-webfont.woff') format('woff'),
         url('fonts/acumin-rpro-webfont.svg#acumin_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GLOBAL */

body {
	background-color: #fff !important;
	font-family: acumin_proregular !important;
	font-size: 18px !important;
}
body, p {
	line-height: 1 !important;
}

/* HEADER */

#sp-header {
	background: #fff !important;
	height: 120px !important;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3) !important;
}
#sp-header > .sppb-row-container {
	height: 100% !important;
}
.article-details > ul {
	padding: 0;
}
.SousTitre, ul .SousTitre {
	list-style: none;
	font-size: 22px !important;
}
.SousTitre {
	font-style: italic;
}


/* MENU */

.sp-megamenu-parent li:hover span::after  {
	transform: rotate(0deg);
}
.sp-megamenu-parent li span::after  {
	transition: transform .7s ease-in-out;
	transform: rotate(-90deg);
}
#sp-header ul.social-icons > li a {
  color: #000 !important;
}
#sp-header ul.social-icons > li a:hover {
  color: #ec6e1c !important;
}
#sp-header ul.social-icons {
	line-height: inherit !important;
}
#sp-header .d-inline-block  {
	width: 100%;
}
#sp-header .justify-inline-blocks .d-inline-block .social-icons, #sp-header .justify-inline-blocks .d-inline-block .sp-module  {
	float: right;
	margin-right: 20px;
}
#sp-header .justify-inline-blocks {
	flex-grow: 1;
}
.sp-megamenu-parent > li {
	position: relative !important;
	cursor: pointer;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 !important;
	font-family: obvia !important;
	font-size: 20px !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	color: #ec6e1c !important;
	line-height: 20px !important;
	padding: 45px 10px !important;
}
.sp-megamenu-parent > li a::hover {
	color: #000 !important;
}
.sp-megamenu-parent .sp-dropdown .sp-menu-heading {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
#sp-header .container {
	padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none !important;
	border-bottom: 2px solid #f5f5f5;
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
}
.sp-megamenu-parent .sp-dropdown {
	left: 0 !important;
	width: 600px !important;	
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 18px !important;
	text-decoration: underline;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #ec6e1c !important;
}
.MenuAccesOutil {
	background-color: #666666 !important;
	color: #fff !important;
	cursor: pointer;
}
.MenuReseau {
	background-color: #000 !important;
	color: #fff !important;
	cursor: pointer;
}

/* GLOBAL */
.page-content h1, .article-header h1 {
	font-family: acumin_probold !important;
	font-size: 50px !important;
	color: #ec6e1c !important;
	text-transform:none !important;
	margin-bottom: 0 !important;
}
.article-details .article-details-wrapper {
  padding-top: 0 !important;
}

/* MENU OFF CANVAS */
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent .menu-toggler:after {
  content: "";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	right: 0;
}
.offcanvas-menu {
  background-color: #000 !important;
}
.close-offcanvas {
  background: #ec6e1c !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,  .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background-color: #ec6e1c !important;
}
#offcanvas-toggler > .fa {
  color: #000 !important;
}

/* HEADER */
#sp-top {
	background-color: #000 !important;
}

/* HOME */

.Home .sppb-addon-header {
	text-align: center !important;
	margin-bottom: 20px;
}
.Home .sppb-addon-header h1 {
	background: #000;
	padding: 5px !important;
}
#HomeTopBG {
	background-image:url("../../../images/Guid-Asso/Interface/Visuel-Top-Home.jpg");
	height: 100vh;
	background-attachment: fixed;
	background-size: cover;
}
#HomeTopBG h1 span, #HomeCarte h1, #HomeLesActus h1 {
	color: #fff !important;
}
#HomeTopBG .sppb-row-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#HomeTopBG .sppb-addon-text-block {
	background: #000;
	padding: 10px;
	color: #fff !important;
	text-align: left;
}
#HomeTopBG .sppb-addon-text-block p {
	margin: 0 !important;
}
#HomeTopBG h1 {
	margin: 0 !important;
	font-size: 70px !important;
	font-family: acumin_proregular !important;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}
#HomeTopBG .animated-heading-before-part {
	font-family: acumin_probold !important;
}
.sppb-addon-image-layout-caption {
	word-break: break-word;
}
.Orientation .sppb-addon-image-layout-caption {
	background:#e36584 !important;
}
.Information .sppb-addon-image-layout-caption {
	background:#45b8ab !important;
}
.Generaliste .sppb-addon-image-layout-caption {
	background:#8b83bd !important;
}
.Specialiste .sppb-addon-image-layout-caption {
	background:#46aac8 !important;
}
.Dla .sppb-addon-image-layout-caption {
	background:#eb6209 !important;
}
#HomeSections {
	background-image: url("../../../images/Guid-Asso/Interface/HomeTop1.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #edf5df;
}
#HomeContact {
	background-color:#ec6e1c;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
#HomeContact h1, #HomeContact h2 {
	color:#fff !important;
}
.button .sppb-btn  {
	background-color:#ec6e1c !important;
	color: #fff !important;
}
#HomeContact .sppb-btn  {
	background-color:#000 !important;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sppb-addon-text-block h2, .sppb-addon-text-block h3, .sppb-addon-header h2, .sppb-addon-header h3 {
	color:#ec6e1c !important; 
}
.TitleBox {
	background-color:#ec6e1c !important;
	color: #fff;
	text-align: center !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
}
.TitleBox h4 {
	text-transform: uppercase;
	font-size: 1.2rem !important;
}
#HomeContact .sppb-addon-content .button {
	text-align: right;
}
#HomeContact .sppb-column-addons {
	display: flex;
	justify-content: center;
	align-items: center;
}
#HomeLesActus {
	background: #fff;
}
#HomeLesActus .sppb-articles-carousel-Custom {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	background: #fff !important;
	margin: 7px;
	padding: 20px;
	overflow: hidden;
	transition: box-shadow .2s ease-in-out;
}
#HomeLesActus .sppb-articles-carousel-Custom:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#HomeLesActus .sppb-articles-carousel-content {
	box-shadow: none !important;
}
#HomeLesActus .sppb-articles-carousel-img {
	position: relative;
}
#HomeLesActus .sppb-articles-carousel-meta {
	position: absolute;
	top: 10px;
	left: 10px;
	display: contents;
}
#HomeLesActus .sppb-articles-carousel-meta span, #HomeLesActus .sppb-articles-carousel-LireLaSuite, .sppb-article-info-wrap .Date, .article-info .create {
	padding: 5px 10px;
  background: #ec6e1c;
  color: #fff;
  width: 70px;
  display: inline-block;
  height: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
	font-size: 14px !important;
}
#HomeLesActus .sppb-articles-carousel-LireLaSuite {
	float: right;
	margin: 10px;
	font-size: 50px;
	transition: background .7s ease-in-out;
}
#HomeLesActus .sppb-articles-carousel-LireLaSuite:hover {
	background: #000;
}
#HomeLesActus .sppb-articles-carousel-link:hover {
	color:#ec6e1c !important;
}
#HomeLesActus .sppb-articles-carousel-link {
	font-family: obvia !important;
	font-size: 30px !important;
}
#HomeLesActus .bx-controls-direction a:hover {
	color: #ec6e1c !important;
}
#HomeLesActus .bx-pager.bx-default-pager a {
	height: 5px !important;
	background: #000 !important;
}
#HomeLesActus .bx-pager.bx-default-pager a:hover, #HomeLesActus .bx-pager.bx-default-pager a.active {
	background: #ec6e1c !important;
}
#HomeLeReseau {
	background-color: #fff !important;
}
#HomeCarte .sppb-row-container {
	max-width: 100% !important;
	padding: 0 !important;
}
.RessourcesDocumentaires .sppb-column {
	border: 2px solid #f5f5f5;
	padding: 15px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.RessourcesDocumentaires .sppb-row-column {
	margin-bottom: 25px;
}

/* FOOTER */
#sp-footer {
	background: #ec6e1c !important;
}
.sp-scroll-up {
	background: #000 !important;
	transition: opacity .7s ease-in-out;
}
.sp-scroll-up:hover {
	opacity: 0.5;
}

/* SC LOGIN */
.modal {
	z-index: 9999 !important;
}
.sclogin > a {
	position: relative;
	font-family: obvia !important;
	font-size: 20px !important;
	color: #ec6e1c !important;
	text-decoration: none !important;
	padding-left: 5px;
}
.sclogin > a:hover {
	color: #000 !important;
}
.sclogin > a:hover::before {
	background-color: #000 !important;
}
.sclogin > a::before {
	content: '';
	height: 25px;
	width: 25px;
	border-radius:50%;
	background-image: url("../../../images/Guid-Asso/Interface/Connexion.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ec6e1c;
	left: -25px;
	position: absolute;
	transition: background-color 400ms;
}
.sclogin-modal a {
	color: #ec6e1c !important;
}
.sclogin .btn, .form-validate .btn {
	background-color: #ec6e1c !important;
	border: none !important;
}
.sclogin-modal .modal-header {
	border: none !important;
}
.sclogin-modal li {
	list-style-type: none !important;
}

/* ARTICLES GLOBAL */
.Title {
	font-size: 70px !important;
	line-height: 35px;
}
.Title span {
	font-family: acumin_proregular !important;
	font-size: 30px;
	text-transform: uppercase;
}
.PlusLoin {
	padding: 10px;
	position: relative;
	padding-right: 30px;
	background-color: #ec6e1c;
	color: #fff;
}
.PlusLoin::after {
	content: '';
	display: inline-block;
	height: 25px;
	width: 25px;
	background-image: url("../../../images/Guid-Asso/Interface/PlusLoin.svg");
	background-repeat: no-repeat;
	background-position: center;
	top: 2px;
	right: 2px;
	position: absolute;
}
.article-list .article .article-intro-image::after {
  background: none !important;

}

/* LA CHARTE */
.ContentVideo .Conteneur {
	position: relative;
	padding-top: 56.25%;
}

/* BLOG */
.view-category.layout-blog .article-info-wrap .article-info span:not(.published) {
	display: block !important;
}
.article-list .article {
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.article-list .article .article-header h2 {
	text-transform:none !important;
}
/* CONNEXION FORM */
.form-validate input.form-control {
  border: 1px solid #ced4da !important;
}
.loginHome a {
	color: #ec6e1c !important;
	text-decoration: underline;
	padding: 0;
	border: none;
}
/* RESSOURCES DOCUMENTAIRES */
.Ressourcesdocumentaires .sppb-addon-header {
	text-align: center !important;
}
/* LES EVENEMENTS */
.LesEvenements .sppb-article-info-wrap > ul {
	padding: 0 !important;
}
.LesEvenements .sppb-article-info-wrap a {
	color:#ec6e1c !important;
}


/* MEDIAS */
@media (max-width: 1600px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
		font-size: 15px !important;
		padding: 25px 5px !important;
	}
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 1300px) {
	.sclogin-greeting {
		display:none;
 	}
}
@media (min-width: 1200px) {
  .sppb-row-container {
    min-width: 100% !important;
  }
}
@media (max-width: 992px) {
	.ContactMenuFixed, .AdresseMenuFixed {
		display: none;
	}
	body.predefined-header1 .body-wrapper {
		width:100% !important;
	 }
	body.predefined-header1 #sp-header {
		width: 100% !important;
		background-image: none !important;
	}
	#Acces-Rapide li {
		width: 50%;
	}
	.Annuaire {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}
	.col-6, .col-8 {
		width: 100% !important;
	}
	#sp-left {
		order: 2 !important;
	}
}