/**
 *
 * HTML
 *"ak-screen-actions", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
 */
body {

	margin:0;
  	height: 100%;

	background-color:var(--autopub-bg-ppal) !important;
	color: var(--front) !important;

  	font-family: 'ak-screen-texte' !important;
	font-size: 24px !important;

	--autopub-bg-ppal: #FFF;
	--autopub-fg-ppal: #000;
	--autopub-bg-pied: #f3eeee;
	--autopub-fg-pied: #000;

	--autopub-cont-pad: 50px;

}
/** 
 *
 * ! Typographie 
 *
 */
h1, h2, h3, h4, h5, h6 {
	font-family: 'ak-screen-titraille'!important;
	color: #000;
}
.h1 { font-size: 3em; }
.h2 { font-size: 2.5em; }
h3 {
  	text-align:left; font-size: 1.3em;
}
p {
	/* color: #000; */
	text-align: left;
	font-size: 1em;
}
a {
color: #3c1d23;
text-decoration-line: none!important;
}


  li {
	list-style-type: none;
  }
.xpub-btn-section { font-size: 1em; }
.xpub-btn-nav { }

/** 
 *
 * 
 */ 
.dist-page-public #corePagePrincipal { padding-top: 0; padding-bottom: 0;margin-top: 0; margin-bottom: 0;}
.dist-page-public #aktone-page-tete { }
/**
 *
 * ! NAVBAR
 * 
 */
nav.navbar-site {
	font-size: 14px;
	border-bottom: 2px solid #CCC;
	padding: 0 var(--autopub-cont-pad);
	/* margin-bottom: var(--autopub-cont-pad); */
	height: 1.5cm;
}  
nav.navbar-site .navbar-brand img {
	/* position: absolute; */
	height: 1cm; width: auto;
	margin-top:15px;
}
nav.navbar-site li.nav-item {
	margin-left: 30px;
	/* font-family: ak-screen-texte; */
}  

/**
 *
 * ! FOOTER
 *
 **/
.xpub-pied {
	border-top: 2px solid #CCC;
	color: #595959;
  	margin-top: var(--autopub-cont-pad)!important;
	padding: 0 var(--autopub-cont-pad);
	font-size: 14px;
}
.xpub-pied-bis {
	position: relative;
	color:#595959;
	text-align: center;
	font-size: 12px;
}
.xpub-footer-item {
  	min-height: 60px;
	padding-top: 18px;
}
.xpub-pied img {
	margin-top:-15px;
	height: auto;
	float: right;
}
.xpub-footer-start {
	text-align: left;
}
.xpub-footer-end {
	text-align: right;
}
.xpub-pied dl {
    margin-bottom: 0;
}
.xpub-pied dt {
    width: auto;
}
.xpub-pied dd {
    padding:0;margin:0;
}
.xpub-ddrs a { margin-left: 10px; }
/**
 *
 * ! SECTION DE BASE
 * 
 */
 #aktone-page-principal { display: block; }
 section.section-conteneur,
 section.section-conteneur-titre {
	width: 100%;
	margin: 0;
	margin: 0;
	background-color: var(--autopub-bg-ppal);
	color: #000000;
}
section.section-conteneur { 
	padding: 60px 0 0 0; 
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
section.section-conteneur-titre { 
	padding: 0 ; 
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

/* .aktone-bloc>.aktone-bloc-composant { width: 100%; margin: 0 -30px 0 -15px; } */
.xaktone-bloc-composant {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media(min-width:992px) {
  section.section-conteneur,
  section.section-conteneur-titre,
  .nav.navbar-site {
		width: 66.666666%;
		margin: 0 auto;
  }
}
section.section-conteneur-titre>h1,
section.section-conteneur-titre>p,
.nav.navbar-site  {
	padding: 0;
	width: 66.666666%;
	margin: 0 auto;
}
/* SECTION LARGE */
section.section-large {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
}
section.section-large-titre {
	width: 100%;
	padding:0;
	margin: 0 auto;
}
/**
 *
 * ! BLOCS DE BASE
 * 
 */
.ak-section-bloc {
	width: 100%;
	padding:0;
	margin: 0;
	padding: 0;
}
.ak-section-bloc h2 {
	border-bottom: 0.3px dotted var(--autopub-bg-ppal);
	padding-bottom: 15px;
}
.ak-section-template {
	padding:0;
	margin: 0;
	width: 100%;
}

.embed-responsive, .embed-responsive-item {
	height: auto!important;
  min-height: 300px;
}
.section-conteneur .fas {
  color: transparent;
  background: var(--autopub-bg-ppal);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.backtotop { position: absolute; font-size: 0.3em; margin-left: -45px; padding-top:3px;}

.autopublic-icon {
  min-height: 100px;
  height: 100px;
}

/** 
 * MODIFICATIONS BOOTSTRAP 
 *
 */
.text-bg-light {
	background-color: #FFF !important;
}

/** 
 * CAROUSSEL 
 * 
 */ 
 .autopublic-image-carroussel {
	height: 50vh;
	overflow:hidden;
 }
 .carousel-inner>.carousel-item>img {
	border:0;
	margin:0;
	padding:0;
	width: 100%;
	max-width: 100%;
	height: 50vh;
 }
 .autopublic-image-carroussel .carousel-caption {
	opacity: 0.9;
 }
 .autopublic-image-carroussel .carousel-caption h5,
 .autopublic-image-carroussel .carousel-caption p {
	text-align: left;
 }
 span.grey {
	display : inline;
	background-color: #CCC;
	color: white !important;
	padding: 5px 10px;
 }
/**
 *
 * MEDIAS
 *
 */


.media {
  /* padding: 0; */
  margin: 0;
  padding-bottom: 30px;
}
.media.col-xs-6 {
	/* margin-right: 30px; */
}
.media-left {
 float: left;
 width: 20%;
 margin: 0;
 margin-right: 5%;
}
.media-object {
}
.media-right {
 float: right;
 width: 20%;
 margin: 0;
}




/* SECTION DE LOGOS */
.xpub-logos {
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	align-items: stretch
}
.xpub-logo {
	height: 100%;
	margin-bottom: 0;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	text-align: center;
}
.xpub-logo img {
	max-height: 60px;
	height: auto;
	margin: auto;
	filter: grayscale(1);
}

.xpub-logos-barre {
	max-height: 100px;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	align-items: stretch
	margin-bottom: 50px;
}
.xpub-logos-barre img {
	max-height: 100px;
	height: auto;
	margin: auto;
	filter: grayscale(1);
}
/* ! DIVERS */

.xpub-volant { float: right; }

