@charset "UTF-8";
.img-responsive {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block; }

.img-responsive-medium {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 320px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block; }

.img-responsive-full {
  margin-left: -100px;
  margin-right: auto;
  width: calc(100% + 200px);
  height: auto; }
  @media only screen and (max-width: 480px) {
    .img-responsive-full {
      margin-left: -20px;
      width: calc(100% + 40px); } }

body, html {
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #222222;
  font-size: 17px;
  line-height: 23px; }
  @media only screen and (max-width: 480px) {
    body, html {
      font-size: 13px;
      line-height: 18px; } }
  body p, body td, body ul, body ol, html p, html td, html ul, html ol {
    font-size: 1rem;
    line-height: 23px;
    color: #222222;
    font-family: Roboto, sans-serif;
    font-weight: 400; }
  body ul, body ol, html ul, html ol {
    list-style-position: outside;
    display: block;
    padding: 0;
    margin-bottom: 0 !important; }
  body li, html li {
    margin-bottom: 10px; }
  body td, html td {
    vertical-align: top; }
    body td p, html td p {
      margin-bottom: 0; }
  body p strong, html p strong {
    font-weight: 500 !important; }
  body .intro, html .intro {
    font-size: 33px !important;
    line-height: 120%;
    font-family: Raleway, sans-serif;
    font-weight: 400; }
  body .small, html .small {
    font-size: 0.8em !important; }
  body .size-small, html .size-small {
    font-size: 14px !important;
    line-height: 18px; }
  body .size-medium, html .size-medium {
    font-size: 20px !important;
    font-weight: 500; }
  body .size-large, html .size-large {
    font-family: Raleway, sans-serif;
    font-size: 25px !important;
    line-height: 33px;
    font-weight: 500; }
    @media only screen and (max-width: 480px) {
      body .size-large, html .size-large {
        font-size: 23px !important;
        line-height: 23px; } }
  body a, html a {
    text-decoration: underline; }
    body a:link, body a:visited, html a:link, html a:visited {
      color: #00AEAA; }
    body a:hover, html a:hover {
      color: #b27cc0; }
  body ul a:link, body ul a:visited, body ol a:link, body ol a:visited, html ul a:link, html ul a:visited, html ol a:link, html ol a:visited {
    color: #222222;
    text-decoration: none; }
  body .txt_red, html .txt_red {
    color: #ef2234; }
  body .txt_white, html .txt_white {
    color: #fff !important; }
  body .txt_black, html .txt_black {
    color: #222222 !important; }
  body .txt_turquoise, html .txt_turquoise {
    color: #00AEAA !important; }
    body .txt_turquoise *, html .txt_turquoise * {
      color: inherit !important; }
  body .txt_yellow, html .txt_yellow {
    color: #F5C81C !important; }
  body .txt_violet, html .txt_violet {
    color: #814690 !important; }
  body .pdf_adh,
  body .pdf_pub, html .pdf_adh,
  html .pdf_pub {
    border-bottom: 1px solid #000;
    display: block;
    padding: 5px 0;
    text-decoration: none; }
  body .link_red,
  body .pdf_adh, html .link_red,
  html .pdf_adh {
    color: #ef2234 !important;
    border-color: #ef2234; }
    body .link_red:link, body .link_red:visited,
    body .pdf_adh:link,
    body .pdf_adh:visited, html .link_red:link, html .link_red:visited,
    html .pdf_adh:link,
    html .pdf_adh:visited {
      color: #ef2234; }
    body .link_red:hover,
    body .pdf_adh:hover, html .link_red:hover,
    html .pdf_adh:hover {
      color: #ef2234; }
  body .pdf_pub, html .pdf_pub {
    border-color: #222222; }
    body .pdf_pub:link, body .pdf_pub:visited, html .pdf_pub:link, html .pdf_pub:visited {
      color: #222222; }
    body .pdf_pub:hover, html .pdf_pub:hover {
      color: #814690; }
  body .btn_turquoise, html .btn_turquoise {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    font-family: qanelasmedium, sans-serif;
    padding: 0px 20px;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    body .btn_turquoise:link, body .btn_turquoise:visited, html .btn_turquoise:link, html .btn_turquoise:visited {
      background-color: #00AEAA;
      color: #fff !important; }
    body .btn_turquoise:hover, html .btn_turquoise:hover {
      background-color: #009591; }
    @media only screen and (max-width: 480px) {
      body .btn_turquoise, html .btn_turquoise {
        padding: 10px;
        min-width: 100px;
        max-width: 100% !important;
        line-height: 25px; } }
    body .btn_turquoise:link, body .btn_turquoise:visited, body .btn_turquoise:hover, html .btn_turquoise:link, html .btn_turquoise:visited, html .btn_turquoise:hover {
      text-decoration: none; }
  body .btn_yellow, html .btn_yellow {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    font-family: qanelasmedium, sans-serif;
    padding: 0px 20px;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    body .btn_yellow:link, body .btn_yellow:visited, html .btn_yellow:link, html .btn_yellow:visited {
      background-color: #F5C81C;
      color: #fff !important; }
    body .btn_yellow:hover, html .btn_yellow:hover {
      background-color: #edbe0a; }
    @media only screen and (max-width: 480px) {
      body .btn_yellow, html .btn_yellow {
        padding: 10px;
        min-width: 100px;
        max-width: 100% !important;
        line-height: 25px; } }
    body .btn_yellow:link, body .btn_yellow:visited, body .btn_yellow:hover, html .btn_yellow:link, html .btn_yellow:visited, html .btn_yellow:hover {
      text-decoration: none; }
  body .btn_violet, html .btn_violet {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    font-family: qanelasmedium, sans-serif;
    padding: 0px 20px;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    body .btn_violet:link, body .btn_violet:visited, html .btn_violet:link, html .btn_violet:visited {
      background-color: #814690;
      color: #fff !important; }
    body .btn_violet:hover, html .btn_violet:hover {
      background-color: #723e7f; }
    @media only screen and (max-width: 480px) {
      body .btn_violet, html .btn_violet {
        padding: 10px;
        min-width: 100px;
        max-width: 100% !important;
        line-height: 25px; } }
    body .btn_violet:link, body .btn_violet:visited, body .btn_violet:hover, html .btn_violet:link, html .btn_violet:visited, html .btn_violet:hover {
      text-decoration: none; }
  body .btn_black, html .btn_black {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    font-family: qanelasmedium, sans-serif;
    padding: 0px 20px;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    body .btn_black:link, body .btn_black:visited, html .btn_black:link, html .btn_black:visited {
      background-color: #222222;
      color: #fff !important; }
    body .btn_black:hover, html .btn_black:hover {
      background-color: #151515; }
    @media only screen and (max-width: 480px) {
      body .btn_black, html .btn_black {
        padding: 10px;
        min-width: 100px;
        max-width: 100% !important;
        line-height: 25px; } }
    body .btn_black:link, body .btn_black:visited, body .btn_black:hover, html .btn_black:link, html .btn_black:visited, html .btn_black:hover {
      text-decoration: none; }
  body .bg_whitep,
  body .bg_turquoisep,
  body .bg_yellowp,
  body .bg_violetp,
  body .bg_violet_lightp,
  body .bg_blackp,
  body .bg_greyp,
  body .bg_grey_lightp, html .bg_whitep,
  html .bg_turquoisep,
  html .bg_yellowp,
  html .bg_violetp,
  html .bg_violet_lightp,
  html .bg_blackp,
  html .bg_greyp,
  html .bg_grey_lightp {
    display: block; }
  body [class*="bg_"],
  body p[class*="bg_"], html [class*="bg_"],
  html p[class*="bg_"] {
    padding: 23px 30px;
    margin: 0px !important; }
    @media only screen and (max-width: 480px) {
      body [class*="bg_"],
      body p[class*="bg_"], html [class*="bg_"],
      html p[class*="bg_"] {
        padding: 15px 20px; } }
  body th[class*="bg_"],
  body td[class*="bg_"], html th[class*="bg_"],
  html td[class*="bg_"] {
    padding: 10px 20px; }
    @media only screen and (max-width: 480px) {
      body th[class*="bg_"],
      body td[class*="bg_"], html th[class*="bg_"],
      html td[class*="bg_"] {
        padding: 10px 10px; } }
  body .bg_white, html .bg_white {
    background-color: #fff !important; }
  body .bg_turquoise, html .bg_turquoise {
    background-color: #00AEAA !important;
    color: #fff; }
    body .bg_turquoise > *, body .bg_turquoise a, html .bg_turquoise > *, html .bg_turquoise a {
      color: #fff; }
  body .bg_yellow, html .bg_yellow {
    background-color: #F5C81C !important;
    color: #fff; }
    body .bg_yellow > *, body .bg_yellow a, html .bg_yellow > *, html .bg_yellow a {
      color: #fff; }
  body .bg_violet, html .bg_violet {
    background-color: #814690 !important;
    color: #fff; }
    body .bg_violet > *, body .bg_violet a, html .bg_violet > *, html .bg_violet a {
      color: #fff; }
  body .bg_violet_light, html .bg_violet_light {
    background-color: #A67EB1 !important;
    color: #fff; }
    body .bg_violet_light > *, body .bg_violet_light a, html .bg_violet_light > *, html .bg_violet_light a {
      color: #fff; }
  body .bg_black, html .bg_black {
    background-color: #222222 !important;
    color: #fff; }
    body .bg_black > *, html .bg_black > * {
      color: #fff; }
  body .bg_grey, html .bg_grey {
    background-color: #DEDEDE !important;
    color: #222222; }
    body .bg_grey > *, html .bg_grey > * {
      color: #222222; }
  body .bg_grey_light, html .bg_grey_light {
    background-color: #EEEEEE !important;
    color: #222222; }
    body .bg_grey_light > *, html .bg_grey_light > * {
      color: #222222; }

h1 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  padding: 0px;
  color: #814690; }
  h1 i, h1 em {
    font-family: Raleway, sans-serif;
    font-style: normal; }
  h1.header {
    color: #fff;
    background-color: #222222 !important; }

h2 {
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 33px;
  font-weight: 500 !important;
  padding: 0px;
  margin: 25px 0px; }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 23px !important;
      line-height: 23px; } }

h3 {
  font-family: Raleway, sans-serif;
  font-size: 19px !important;
  font-weight: 300;
  padding-bottom: 0px; }
  h3 a:link, h3 a:visited {
    color: inherit !important; }

h4 {
  font-family: Raleway, sans-serif; }

img.not-to-big {
  width: 75%;
  max-width: 120px;
  height: auto; }

body {
  padding: 0px;
  margin: 0px; }
  body h3 a {
    text-decoration: none; }
  body img {
    border: none; }
    body img:hover {
      background-color: transparent; }

.container {
  padding: 0px 20px;
  max-width: 1080px;
  box-sizing: content-box; }
  .container .container,
  .container .container-fluid {
    max-width: 1080px;
    padding: 0px; }
  @media only screen and (max-width: 1024px) {
    .container .container,
    .container .container-fluid {
      max-width: 970px; } }
  @media only screen and (max-width: 480px) {
    .container {
      padding: 0px 20px !important; }
      .container .container .row,
      .container .container-fluid .row {
        margin: 0px; }
      .container [class^="col-sm"] {
        padding: 0; } }

#hheader {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 480px) {
    #hheader {
      padding-top: 10px;
      text-align: center; }
      #hheader .container {
        padding: 0 !important; }
      #hheader #logo {
        float: none !important;
        width: 100% !important;
        margin: auto; }
        #hheader #logo img {
          margin-bottom: 10px !important; }
        #hheader #logo div {
          font-size: 11px !important;
          line-height: 16px !important; } }
  #hheader #logo {
    display: block;
    text-decoration: none;
    float: left;
    width: 40%;
    max-width: 320px; }
    #hheader #logo img {
      display: inline-block;
      width: 100%;
      height: auto;
      margin-bottom: 25px; }
    #hheader #logo div {
      color: #222222;
      font-size: 13px;
      line-height: 20px; }
    @media only screen and (max-width: 991px) {
      #hheader #logo img {
        max-width: 180px; }
      #hheader #logo div {
        font-size: 10px;
        line-height: 20px; } }
    @media only screen and (max-width: 480px) {
      #hheader #logo {
        float: none !important;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; } }
  #hheader .connexion {
    text-align: right;
    		/*
    		@media only screen and (max-width: 1023px)
    		{
     			position: relative;
    			padding-top: 0px;
    		}
    		*/ }
    #hheader .connexion p {
      margin-right: -10px; }
    #hheader .connexion a[class^="btn"] {
      margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      #hheader .connexion {
        text-align: center; }
        #hheader .connexion p {
          margin-right: 0px; } }
  #hheader #mobile-menu-opener {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
    background-image: url(/medias/aplaca/_design/menu-switcher.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 20px; }
    #hheader #mobile-menu-opener span {
      visibility: hidden; }
    #hheader #mobile-menu-opener.open {
      background-image: url(/medias/aplaca/_design/menu-switcher-close.svg) !important; }
    @media only screen and (max-width: 991px) {
      #hheader #mobile-menu-opener {
        display: block !important; } }
  #hheader .navbar {
    margin: 0px;
    margin-top: 53px;
    min-height: 0px; }
    @media only screen and (max-width: 480px) {
      #hheader .navbar {
        margin-top: 0px; } }
  #hheader #menuprincipal {
    text-transform: uppercase;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      #hheader #menuprincipal {
        display: none; } }
    #hheader #menuprincipal ul {
      list-style: none;
      margin: 0px;
      padding: 0px 0px;
      margin-right: -7px; }
      @media only screen and (max-width: 480px) {
        #hheader #menuprincipal ul {
          margin-right: 0; } }
      #hheader #menuprincipal ul li {
        vertical-align: middle;
        display: inline-block;
        margin: 0px; }
        #hheader #menuprincipal ul li a {
          font-family: Roboto, sans-serif;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          display: block;
          text-decoration: none;
          padding: 0px 7px; }
          #hheader #menuprincipal ul li a:link, #hheader #menuprincipal ul li a:visited {
            color: #222222; }
          #hheader #menuprincipal ul li a:hover, #hheader #menuprincipal ul li a.current {
            color: #814690; }
      @media only screen and (max-width: 480px) {
        #hheader #menuprincipal ul li {
          display: block; }
          #hheader #menuprincipal ul li a {
            line-height: 40px;
            text-align: center; } }

.submenu-wrap {
  position: absolute;
  width: 100%;
  text-align: center; }
  .submenu-wrap .container {
    background-color: #EEEEEE;
    width: 100%;
    max-width: 1280px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto; }
  .submenu-wrap ul {
    display: flex;
    justify-content: center;
    list-style: none; }
    .submenu-wrap ul li a {
      display: inline-block;
      font-size: 25px;
      line-height: 37px;
      margin: 0 20px;
      padding-top: 35px;
      background-position: top center;
      background-repeat: no-repeat; }
      .submenu-wrap ul li a span {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        padding: 0 57px; }
      .submenu-wrap ul li a:link, .submenu-wrap ul li a:visited {
        color: #fff; }
      .submenu-wrap ul li a.current span {
        font-size: 35px;
        line-height: 58px;
        padding: 0 40px !important; }
      .submenu-wrap ul li a.bnc {
        background-image: url(/medias/aplaca/_design/triangle-26-violet-bas.svg); }
        .submenu-wrap ul li a.bnc span {
          background-color: #814690; }
      .submenu-wrap ul li a.bic {
        background-image: url(/medias/aplaca/_design/triangle-26-jaune-bas.svg); }
        .submenu-wrap ul li a.bic span {
          background-color: #F5C81C; }
      .submenu-wrap ul li a.ba {
        background-image: url(/medias/aplaca/_design/triangle-26-turquoise-bas.svg); }
        .submenu-wrap ul li a.ba span {
          background-color: #00AEAA; }
  @media only screen and (max-width: 480px) {
    .submenu-wrap {
      margin-top: 30px; }
      .submenu-wrap .container {
        padding: 0 !important; }
      .submenu-wrap ul li a {
        font-size: 14px;
        line-height: 20px;
        margin: 0 10px;
        padding-top: 25px; }
        .submenu-wrap ul li a span {
          padding: 0 30px; }
        .submenu-wrap ul li a.current span {
          font-size: 20px;
          line-height: 28px;
          padding: 0 20px !important; }
        .submenu-wrap ul li a.bnc {
          background-image: url(/medias/aplaca/_design/triangle-15-violet-bas.svg); }
        .submenu-wrap ul li a.bic {
          background-image: url(/medias/aplaca/_design/triangle-15-jaune-bas.svg); }
        .submenu-wrap ul li a.ba {
          background-image: url(/medias/aplaca/_design/triangle-15-turquoise-bas.svg); } }

/*

.actualites
{
	#items-list img
	{
		max-height: 160px !important;
		width: auto !important;
	}

	#content-data-before
	{
		text-align: left;

		ul
		{
			display: block;
			padding: 0px;
			padding-left: 15px;
		}

		.cat
		{
			h4
			{
				display: none;
			}
		}
	}
}
*/
h1 {
  font-size: 40px;
  line-height: 40px;
  padding: 0px; }
  h1 a:link, h1 a:visited {
    color: #D8D429; }
  h1 a:hover {
    color: #D8D429; }
  h1.main_title {
    border: 1px solid red;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0; }
    h1.main_title a {
      text-decoration: none; }
  h1.header {
    color: #fff;
    position: absolute;
    margin-top: -178px;
    line-height: 108px;
    font-size: 25px;
    text-transform: uppercase; }
    h1.header:after {
      content: ' ';
      width: 44px;
      height: 44px;
      display: block;
      position: absolute;
      background-image: url(/medias/aplaca/_design/triangle-44-noir-bas.svg); }
    @media only screen and (max-width: 480px) {
      h1.header {
        margin-top: -60px;
        line-height: 30px;
        font-size: 14px; }
        h1.header:after {
          width: 15px;
          height: 15px;
          background-image: url(/medias/aplaca/_design/triangle-15-noir-bas.svg); } }

span.main_title {
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #003C7A; }
  span.main_title a {
    text-decoration: none; }

#content {
  	/*
  	#content-main
  	{
  		.contenu_data
  		{
  		}
  
  		.contenu_main,
  		.contenu_after
  		{
  		}
  	}
  	*/ }
  #content #items-list h2 {
    /*
    font-size:20px;
    line-height: 25px !important;
    min-height: 45px;
    padding:  5px 10px;
    */ }
  #content .item-full .titre a {
    text-decoration: none; }
  #content .item-full .contenu hr {
    clear: both;
    visibility: hidden; }

.royalControlNavOverflow {
  margin: 0px !important;
  padding: 0px !important;
  top: 0px; }

body {
  	/*
  	&.flux-01
  	{
  		#items-list
  		{
  			a
  			{
  				text-decoration: none !important;
  			}
  
  			.item
  			{
  				hr
  				{
  					display: none;
  				}
  
  				&.titre_rubrique
  				{
  					width: 100% !important;
  					clear: both;
  					margin: 0px;
  					margin-top: 70px;
  
  					.titre
  					{
  						width: 100% !important;
  						text-align: center;
  						margin: 0px;
  						font-size: 18px;
  						font-family: 'Arimo' !important;
  						text-transform: uppercase;
  						font-weight: 700;
  
  						&:after
  						{
  							content: ' ';
  							display: block;
  							border-bottom: 1px solid $green ;
  							width: 80px;
  							text-align: center;
  							margin-left: auto;
  							margin-right: auto;
  							margin-top: 20px;
  							margin-bottom: 30px;
  						}
  					}
  
  					.media_resume
  					{
  						width: 49%;
  						margin-right: 40px;
  						margin-bottom: 40px;
  						float: left;
  
  						@media only screen and (max-width: 1024px)
  						{
  							width: 40%;
  						}
  						@media only screen and (max-width: 480px)
  						{
  							width: 100%;
  							margin: 0px;
  							margin-bottom: 10px;
  						}
  					}
  
  					a
  					{
  						text-decoration: none !important;
  						color: $grey;
  
  						&:before
  						{
  							display: none;
  						}
  					}
  				}
  			}
  			.titre
  			{
  				font-size: 18px;
  
  				@media only screen and (max-width: 1024px)
  				{
  					font-size: 15px;
  					margin: 10px;
  				}
  
  				a
  				{
  					font-weight: 400;
  					color: $green;
  
  					&:before
  					{
  						content: '› ';
  						color: $green;
  					}
  				}
  			}
  		}
  
  		.item-full
  		{
  			hr
  			{
  				display : none;
  			}
  
  			strong {
  				color: $green;
  			}
  			.media_resume
  			{
  				float : left;
  				border-right: 4px solid $green;
  				margin-right: 20px;
  				height: 80px;
  			}
  
  			.resume2,
  			.contenu
  			{
  				.col-sm-6
  				{
  					&:first-of-type
  					{
  						padding-right: 40px;
  					}
  					&:last-of-type
  					{
  						padding-left: 40px;
  					}
  
  					@media only screen and (max-width: 480px)
  					{
  						padding-left: 0px !important;
  						padding-right: 0px !important;
  					}
  				}
  			}
  			.resume {
  				p{
  					clear: both;
  				}
  			}
  			.baseline {
  				margin-bottom: 20px;
  			}
  			.contenu {
  			}
  
  			.titre
  			{
  				margin-top: 0px;
  				font-weight: 400;
  			}
  			h3
  			{
  				color: $green;
  				font-weight: 600;
  				padding: 10px 0;
  				&:before
  				{
  					content: '• ';
  					color: $green;
  				}
  			}
  			h4
  			{
  				min-height:40px;
  				display: block;
  				color: $green;
  				strong
  				{
  					color: inherit;
  				}
  			}
  
  			ul{
  				padding:0px;
  				padding-left: 15px;
  				list-style-position: outside;
  
  				li
  				{
  					padding: 0px;
  					list-style: none;
  					margin-bottom: 10px;
  
  					&:before {
  						display: inline-block;
  						margin-left: -15px;
  						padding-right: 10px;
  						content: '›';
  						color: $green;
  					}
  				}
  			}
  		}
  	}
  	*/
  	/*
  	&.flux-02
  	{
  		#items-list
  		{
  			.titre
  			{
  				width: 100% !important;
  				text-align: center;
  				margin: 0px;
  				font-size: 18px;
  				font-family: qanelasmedium !important;
  				font-weight: 700;
  
  				&:after
  				{
  					content: ' ';
  					display: block;
  					border-bottom: 1px solid $green ;
  					width: 80px;
  					text-align: center;
  					margin-left: auto;
  					margin-right: auto;
  					margin-top: 20px;
  					margin-bottom: 30px;
  				}
  				a
  				{
  					color: $blue_light;
  				}
  			}
  
  			.resume,
  			.contenu
  			{
  			}
  		}
  	}
  	*/ }
  body #content {
    width: 100%; }
    body #content #content-main {
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
      padding-top: 70px;
      padding-left: 0px;
      padding-right: 0px; }
      body #content #content-main .contenu_main,
      body #content #content-main .contenu_after {
        padding-bottom: 20px; }
      @media only screen and (max-width: 480px) {
        body #content #content-main {
          padding-top: 30px !important; } }
  body.homepage #content #content-main {
    padding-top: 0px !important; }
  body[class*="docs"] h1.header + *:before {
    content: " ";
    display: block;
    height: 100px;
    width: 20px; }
  body[class*="docs"] .contenu_main ul {
    list-style: none; }
  body[class*="docs"] .contenu_main a:hover {
    color: #814690 !important; }
    body[class*="docs"] .contenu_main a:hover .pdf {
      background-image: url(/medias/aplaca/_design/triangle-15-violet-droite.svg) !important; }
  body[class*="docs"] .contenu_main a .pdf {
    float: right;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat; }
  body[class*="docs"] .contenu_main a.pdf_pub .pdf {
    background-image: url(/medias/aplaca/_design/triangle-15-violet-droite.svg); }
  body[class*="docs"] .contenu_main a.pdf_adh .pdf {
    background-image: url(/medias/aplaca/_design/triangle-15-rouge-droite.svg); }
  body[class*="docs"] .contenu_main a.pdf_adh:hover {
    color: red !important; }
    body[class*="docs"] .contenu_main a.pdf_adh:hover .pdf {
      background-image: url(/medias/aplaca/_design/triangle-15-rouge-droite.svg) !important; }
  body[class*="docs"].ba .contenu_main a.pdf_pub .pdf {
    background-image: url(/medias/aplaca/_design/triangle-15-turquoise-droite.svg) !important; }
  body[class*="docs"].ba .contenu_main a.pdf_pub:hover {
    color: #00AEAA !important; }
  body[class*="docs"].bic .contenu_main a.pdf_pub .pdf {
    background-image: url(/medias/aplaca/_design/triangle-15-jaune-droite.svg) !important; }
  body[class*="docs"].bic .contenu_main a.pdf_pub:hover {
    color: #F5C81C !important; }
  body.flux-03 .contenu_data hr {
    visibility: hidden; }
  body.flux-03 .contenu_data .titre {
    margin: 10px 0;
    font-weight: 600 !important;
    line-height: 23px; }
    body.flux-03 .contenu_data .titre a {
      color: #222222 !important;
      text-decoration: none;
      font-size: 25px; }
      body.flux-03 .contenu_data .titre a:hover {
        color: #814690 !important; }
  body.flux-03 .contenu_data .media_resume {
    width: 33%;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px; }
    @media only screen and (max-width: 480px) {
      body.flux-03 .contenu_data .media_resume {
        width: 20%;
        margin-bottom: 20px;
        margin-right: 20px; } }
  body.flux-03 .contenu_data .resume hr,
  body.flux-03 .contenu_data .contenu hr {
    display: none; }
  body.flux-03 .contenu_data .items-list {
    float: left;
    width: 70%;
    margin-right: 2%; }
    @media only screen and (max-width: 480px) {
      body.flux-03 .contenu_data .items-list {
        float: none;
        width: 100%;
        margin-right: 0; } }
    body.flux-03 .contenu_data .items-list .item {
      clear: both; }
    body.flux-03 .contenu_data .items-list .readmore {
      float: left;
      display: inline-block;
      margin-bottom: 30px; }
      @media only screen and (max-width: 480px) {
        body.flux-03 .contenu_data .items-list .readmore {
          float: right; } }
      body.flux-03 .contenu_data .items-list .readmore a {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        /* IE10 is actually unprefixed */
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        box-sizing: border-box;
        text-align: center;
        line-height: 42px;
        display: inline-block;
        text-decoration: none;
        font-family: qanelasmedium, sans-serif;
        padding: 0px 20px;
        border-radius: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 0;
        background-color: #222222;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          body.flux-03 .contenu_data .items-list .readmore a {
            padding: 10px;
            min-width: 100px;
            max-width: 100% !important;
            line-height: 25px; } }
        body.flux-03 .contenu_data .items-list .readmore a:link, body.flux-03 .contenu_data .items-list .readmore a:visited, body.flux-03 .contenu_data .items-list .readmore a:hover {
          text-decoration: none; }
        body.flux-03 .contenu_data .items-list .readmore a:hover {
          background-color: #00AEAA !important; }
    body.flux-03 .contenu_data .items-list .date {
      color: #814690; }
      body.flux-03 .contenu_data .items-list .date .label,
      body.flux-03 .contenu_data .items-list .date .heure {
        display: none; }
  body.flux-03 .contenu_data .item-full {
    float: left;
    width: 70%;
    margin-right: 2%; }
    @media only screen and (max-width: 480px) {
      body.flux-03 .contenu_data .item-full {
        float: none;
        width: 100%;
        margin-right: 0%; } }

.pagination {
  width: 25%;
  margin: 0;
  padding: 15px;
  padding-right: 0;
  border-left: 1px solid #222222;
  border-radius: 0;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .pagination {
      border: none;
      width: 100%; } }
  .pagination .liens-pagination a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    font-weight: 600;
    color: #222222; }

.flux-nav > div {
  width: 50%;
  display: inline-block;
  text-align: center;
  background-color: #222222;
  padding: 10px;
  border: 1px solid #fff; }
  .flux-nav > div.backtolist {
    width: 100%;
    margin-bottom: 30px; }
  .flux-nav > div a {
    font-weight: 600;
    text-decoration: none;
    color: #fff; }

.homepage #content-data-before {
  margin-left: -85px;
  margin-right: auto;
  width: calc(100% + 170px);
  background-color: #222222; }
  @media only screen and (max-width: 480px) {
    .homepage #content-data-before {
      margin-left: -5px;
      width: calc(100% + 10px); } }
  .homepage #content-data-before .introduction {
    /*
    p[class*="bg_"] {
    	padding-left: 0px;
    }
    */ }
    .homepage #content-data-before .introduction:after {
      content: ' ';
      width: 44px;
      height: 44px;
      display: block;
      float: right;
      background-image: url(/medias/aplaca/_design/triangle-44-noir-bas.svg); }

input,
textarea {
  background-color: #fff !important; }

#form-contact-loader input.failure, #form-contact-loader textarea.failure {
  border: 1px solid #ef2234; }
#form-contact-loader #feedback {
  display: none;
  background-image: none;
  border: none;
  text-align: center; }
  #form-contact-loader #feedback.alert-danger {
    background-color: #814690 !important;
    color: #fff; }
  #form-contact-loader #feedback.alert-success {
    background-color: #00AEAA !important;
    color: #fff;
    padding: 40px 20px; }

.btn_submit {
  background-color: #222222;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 33px;
  display: inline-block;
  float: right;
  font-size: 1rem;
  padding: 0 20px;
  padding-left: 30px;
  background-image: url(/medias/aplaca/_design/triangle-15-blanc-droite.svg);
  background-position: 10px center;
  background-repeat: no-repeat; }
  .btn_submit:hover, .btn_submit:active {
    color: #fff;
    background-color: #814690; }
  @media only screen and (max-width: 480px) {
    .btn_submit {
      display: block; } }

.block.adhesion {
  position: absolute;
  margin-top: -130px;
  text-align: right; }
  .block.adhesion p {
    font-size: 22px;
    margin-right: -10px;
    color: #fff; }
  @media only screen and (max-width: 480px) {
    .block.adhesion {
      right: 0px;
      margin-top: -55px;
      line-height: 30px;
      font-size: 14px; }
      .block.adhesion p {
        font-size: 14px; } }
.block.docs {
  margin-left: -100px !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
  width: calc(100% + 200px);
  padding: 10px 100px; }
  .block.docs [class*="col-sm-"]:nth-of-type(2n+1) {
    padding-left: 0px; }
  @media only screen and (max-width: 480px) {
    .block.docs {
      margin-left: -20px !important;
      width: calc(100% + 40px);
      padding: 20px !important; } }
  .block.docs.violet {
    background-color: #A67EB1; }
  .block.docs.turquoise {
    background-color: #00AEAA; }
  .block.docs.yellow {
    background-color: #F5C81C; }
  .block.docs.yellow {
    background-color: #F5C81C; }
  .block.docs h2 {
    color: #fff; }
  .block.docs ul {
    list-style-image: url(/medias/aplaca/_design/triangle-15-blanc-droite.svg);
    list-style-position: inside; }
  .block.docs li a {
    color: #fff; }
    .block.docs li a:link, .block.docs li a:visited {
      text-decoration: none; }
    .block.docs li a:hover {
      text-decoration: underline; }
  .block.docs li:nth-of-type(2n+1) {
    list-style-image: url(/medias/aplaca/_design/triangle-15-noir-droite.svg); }
    .block.docs li:nth-of-type(2n+1) a {
      color: #222222; }
.block.links [class^="bg_"] {
  padding: 5px 15px;
  width: 80%; }
.block.links [class*="col-sm-"] {
  padding-left: 0px; }
.block.links ul {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 15px;
  font-weight: 500; }
  .block.links ul li {
    margin: 10px 0; }
    .block.links ul li a {
      color: #222222; }
      .block.links ul li a:link, .block.links ul li a:visited {
        text-decoration: none; }
      .block.links ul li a:hover {
        text-decoration: underline; }
    .block.links ul li:nth-of-type(2n+1) a {
      color: #814690; }
.block.form-contact {
  margin-left: -100px;
  margin-right: auto;
  margin-bottom: 20px;
  width: calc(100% + 200px);
  padding: 10px 100px;
  background-color: #EEEEEE; }
  @media only screen and (max-width: 480px) {
    .block.form-contact {
      margin-left: -20px;
      width: calc(100% + 40px);
      padding: 10px; } }
  .block.form-contact .container {
    width: 90% !important; }
  .block.form-contact .profils {
    margin-top: -110px;
    margin-bottom: 50px; }
    .block.form-contact .profils .title {
      float: left;
      font-weight: 600;
      line-height: 33px;
      margin-bottom: 30px; }
    .block.form-contact .profils label {
      background-color: #814690;
      padding: 0 10px;
      line-height: 33px;
      color: #fff;
      margin: 0px;
      margin-bottom: 2px;
      margin-right: 2px; }
      .block.form-contact .profils label .icon {
        display: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-right: 10px;
        width: 15px;
        height: 33px; }
      .block.form-contact .profils label input {
        display: none; }
        .block.form-contact .profils label input:checked ~ .icon {
          display: inline-block;
          background-image: url(/medias/aplaca/_design/triangle-15-blanc-droite.svg); }
.block.fluxs_cats h4 {
  display: none; }
.block[class*="block-flux"] {
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #000; }
  @media only screen and (max-width: 480px) {
    .block[class*="block-flux"] {
      width: 50%;
      box-sizing: border-box;
      float: left; } }
  .block[class*="block-flux"] ul {
    list-style: none; }
  .block[class*="block-flux"] a {
    color: #222222;
    text-decoration: none; }
    .block[class*="block-flux"] a:hover {
      text-decoration: underline;
      color: #814690; }
.block.actus-list hr {
  visibility: hidden; }
.block.actus-list .titre {
  margin: 10px 0;
  font-weight: 600 !important;
  line-height: 23px; }
  .block.actus-list .titre a {
    color: #222222 !important;
    text-decoration: none;
    font-size: 25px; }
    .block.actus-list .titre a:hover {
      color: #814690 !important; }
.block.actus-list .media_resume {
  width: 33%;
  float: left;
  margin-bottom: 50px;
  margin-right: 30px; }
  @media only screen and (max-width: 480px) {
    .block.actus-list .media_resume {
      width: 20%;
      margin-bottom: 20px;
      margin-right: 20px; } }
.block.actus-list .resume hr,
.block.actus-list .contenu hr {
  display: none; }
.block.actus-list .items-list {
  float: left;
  width: 70%;
  margin-right: 2%; }
  @media only screen and (max-width: 480px) {
    .block.actus-list .items-list {
      float: none;
      width: 100%;
      margin-right: 0; } }
  .block.actus-list .items-list .item {
    clear: both; }
  .block.actus-list .items-list .readmore {
    float: left;
    display: inline-block;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      .block.actus-list .items-list .readmore {
        float: right; } }
    .block.actus-list .items-list .readmore a {
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      /* IE10 is actually unprefixed */
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      box-sizing: border-box;
      text-align: center;
      line-height: 42px;
      display: inline-block;
      text-decoration: none;
      font-family: qanelasmedium, sans-serif;
      padding: 0px 20px;
      border-radius: 0px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      margin-left: 0;
      background-color: #222222;
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .block.actus-list .items-list .readmore a {
          padding: 10px;
          min-width: 100px;
          max-width: 100% !important;
          line-height: 25px; } }
      .block.actus-list .items-list .readmore a:link, .block.actus-list .items-list .readmore a:visited, .block.actus-list .items-list .readmore a:hover {
        text-decoration: none; }
      .block.actus-list .items-list .readmore a:hover {
        background-color: #00AEAA !important; }
  .block.actus-list .items-list .date {
    color: #814690; }
    .block.actus-list .items-list .date .label,
    .block.actus-list .items-list .date .heure {
      display: none; }
.block.actus-list .item-full {
  float: left;
  width: 70%;
  margin-right: 2%; }
  @media only screen and (max-width: 480px) {
    .block.actus-list .item-full {
      float: none;
      width: 100%;
      margin-right: 0%; } }
.block.actus-list .items-list {
  width: 100%; }
.block.actus-list .see_all {
  clear: both; }
  .block.actus-list .see_all a {
    color: #222222;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 25px;
    background-image: url(/medias/aplaca/_design/triangle-15-noir-droite.svg);
    background-position: left center;
    background-repeat: no-repeat; }
.block.actus-list .item .media_resume {
  margin-bottom: 120px; }
.block.actus-list .item:nth-child(2n+2) {
  text-align: right; }
  .block.actus-list .item:nth-child(2n+2) .media_resume {
    float: right;
    margin-right: 0 !important;
    margin-left: 20px !important; }
  .block.actus-list .item:nth-child(2n+2) .readmore {
    margin-right: 0px !important;
    float: right !important; }

.asterix {
  color: #814690; }

#footer {
  color: #fff;
  background-color: #222222;
  margin-top: 20px; }
  #footer * {
    color: inherit;
    font-size: 14px;
    font-family: Raleway, sans-serif; }
    @media only screen and (max-width: 480px) {
      #footer * {
        font-size: 1rem; } }
  #footer a {
    text-decoration: none; }
    #footer a:hover {
      color: #00AEAA; }
  @media only screen and (max-width: 768px) {
    #footer .container,
    #footer .container-fluid {
      padding: 0 10px !important; }
    #footer .row > div {
      display: inline-block !important;
      width: 100% !important;
      text-align: center; } }
  #footer .container-fluid {
    padding-top: 40px !important; }
  #footer .footer-links {
    text-transform: uppercase; }
    #footer .footer-links ul {
      list-style: none; }
  @media only screen and (max-width: 480px) {
    #footer .row > div {
      width: auto; }
    #footer img {
      max-width: 200px; }
    #footer strong {
      display: block;
      margin-top: 10px; } }

/* ====================== MEDIAHEADER ====================== */
#content-header-media {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 108px solid #222222; }
  @media only screen and (max-width: 480px) {
    #content-header-media {
      border-bottom: 30px solid #222222; } }
  #content-header-media img {
    width: 100%;
    height: auto; }
  #content-header-media:after {
    content: ' ';
    width: 49px;
    height: 44px;
    display: block;
    position: absolute;
    margin-left: 100px;
    margin-top: 108px; }
  #content-header-media #royalSlider {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    background-color: #fff; }
  #content-header-media .rsOverflow {
    background-color: #fff; }
  #content-header-media .rsSlide {
    width: 100% !important;
    background-color: transparent; }

.homepage #content-header-media {
  border: none; }

.rsABlock {
  top: 40% !important;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  background-color: RGBA(255, 255, 255, 0.6);
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%; }
  @media only screen and (max-width: 768px) {
    .rsABlock {
      width: 76%;
      margin-left: 12%;
      margin-right: 12%; } }
  @media only screen and (max-width: 480px) {
    .rsABlock {
      top: 60% !important;
      bottom: 0px !important;
      width: 90%;
      padding: 5px;
      margin-left: 5%;
      margin-right: 5%; } }
  .rsABlock h3 {
    font-weight: 700;
    font-size: 30px !important;
    margin: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #DEDEDE; }
    @media only screen and (max-width: 480px) {
      .rsABlock h3 {
        font-size: 15px !important;
        margin-bottom: 0px !important;
        margin-bottom: 30px; } }
  .rsABlock p {
    font-size: 25px;
    color: #f8f8f8; }
    @media only screen and (max-width: 480px) {
      .rsABlock p {
        font-size: 10px !important; } }

/*
.rsGCaption
{
	position: absolute;
	bottom: 30px;

	background-color: rgba(40, 44, 44, 0.7);

	h3
	{
		font-size: 100% !important;
		line-height: none !important;
		color:#fff !important;
		margin:10px;
	}
}
*/
.rsNav {
  background: none !important;
  height: 25px !important; }

.rsBullet {
  padding: 6px 10px 6px !important; }
  .rsBullet span {
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
    background-color: #D8D429 !important;
    border: 2px solid #eee;
    box-sizing: content-box; }
  .rsBullet.rsNavSelected span {
    background-color: #D8D429 !important; }

#sb-container {
  z-index: 1006 !important; }

#sb-counter {
  width: 100% !important;
  text-align: center; }
  #sb-counter a {
    color: #D8D429 !important;
    font-size: 16px;
    padding: 5px !important; }

#sb-overlay {
  background-color: #fff !important;
  opacity: 0.9 !important; }

#sb-body {
  border: 1px solid #57626e !important; }

#sb-body-inner {
  background-color: #fff; }

#sb-title-inner {
  color: #57626e !important; }

#sb-info {
  overflow: visible !important;
  position: absolute !important;
  width: 100%; }

#sb-nav {
  float: none !important;
  width: 100% !important; }

#sb-nav-next,
#sb-nav-previous {
  position: absolute;
  z-index: 10000 !important;
  margin-top: -40%;
  height: 40px !important;
  width: 20px !important;
  background-size: 100%; }

#sb-nav-next {
  right: 10px;
  background-image: url(../images/next.svg) !important; }

#sb-nav-previous {
  left: 10px;
  background-image: url(../images/prev.svg) !important; }

#map-canvas {
  height: 400px;
  width: 100%; }

td, th {
  border-bottom: 4px solid #fff;
  vertical-align: middle; }
  td:nth-child(n), th:nth-child(n) {
    border-left: 4px solid #fff; }
  td:nth-child(2n+1), th:nth-child(2n+1) {
    border-left: 4px solid #fff; }
  td:nth-child(1), th:nth-child(1) {
    border-left-width: 0px; }

#content-data-after .row {
  margin: 0;
  /*
  [class^="col-sm"]
  {
  	padding: 0;
  }
  */ }

.popin {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("/medias/aplaca/_design/triangle-pattern.png");
  background-repeat: no-repeat;
  background-position: right bottom; }
  .popin .btn-close {
    height: 40px;
    width: 40px;
    background-image: url(/medias/aplaca/_design/menu-switcher-close.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-right: 10px;
    margin-top: 10px; }
  .popin .btn_black {
    width: 100%; }
  .popin .popin-header {
    text-align: center; }
    .popin .popin-header img {
      max-width: 320px; }
      @media only screen and (max-width: 991px) {
        .popin .popin-header img {
          max-width: 180px; } }
  .popin .message {
    text-align: right;
    font-size: 14px; }

/*# sourceMappingURL=style.css.map */
