/*****
 * TMP *****/

.cc-window {
 	z-index: 95000 !important;
 }

/**
* Partie mega menu
* En utilisant le mobile first de bootstrap 3
**/


/* Test : */
body {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	/* font-size: 1vw; c'est la  larguer du container qui nous interesse pas celle du viewport */
	font-weight: 300;
	color: #222; /* Ajout 2022 sur demande N. Bauquet */
}
b, strong {
    font-weight: 500;
}

/***************************************************** CONTENT **************************************************/

main.blur {
	-webkit-filter: brightness(30%) grayscale(60%);
	-moz-filter: brightness(30%) grayscale(60%);
	-o-filter: brightness(30%) grayscale(60%);
	-ms-filter: brightness(30%) grayscale(60%);
	filter: brightness(30%) grayscale(60%);
}
main.blur>.container {
	overflow: hidden;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
main {
	background: white;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
/* test    
padding-top: 10px;*/ 
}
main.standard{
	padding-top: 10px;
	padding-bottom: 60px;
}

/*********** TITRES  **************/
h1 {
	font-weight: 300;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #E41600;
	font-weight: 300;
}
h3 {
	font-weight: 400;
    font-size: 28px;
}
h4 {
	color: #333;
}
main.standard h4 {
	font-size: 20px;
	margin-bottom: 2px;
}
/*********** LIENS  **************/
a {
	text-decoration: none;
}
a, a:hover, a:focus {
	color: black;
}
p a, p a:hover, p a:focus
/*ul a, ul a:hover, retrouver ancienne méthode */
h2 a, h2 a:hover, h2 a:focus {
	color: #E41600;
}
h2 a:hover {
	text-decoration: none;
}
#burger-list a.corporate {
    color : #E41600;
}


/* Lien Download PDF publication */
a.downloadBigButton {
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block;
    margin-top: 10px!important;
    font-weight: 500;
    background-color: #E41600;
    color: #ffffff;
    border-radius: 3px;
}
a.downloadBigButton:hover {
    color: #ffffff;
    text-decoration: none;
}
/* Lien Download */
a.download:before {
	content: "\f0ab";
	font-family: "Font Awesome\ 5 Free";
	color: #666;
	margin-right: 4px;
	font-weight: 900;
	font-size: 0.9em;
}
a.download:hover:before {
	color: #E41600;
}
a.download {
/*	color: #222;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	display: inline-block;*/
	text-decoration: none;
}

/* Lien Externe/Interne */
a.internal-link:before {
	content: "\f0c1";
	font-family: "Font Awesome\ 5 Free";
	color: #666;
	margin-right: 4px;
	font-weight: 900;
	font-size: 0.9em;
}
a.internal-link:hover:before {
	color: #E41600;
}
a.external-link:before {
	content: "\f35d";
	font-family: "Font Awesome\ 5 Free";
	color: #666;
	margin-right: 4px;
	font-weight: 900;
	font-size: 0.9em;
}
a.external-link:hover:before {
	color: #E41600;
}

/* Lien Acheter  */
a.buy:before {
	content: "\f111";
	font-family: "Font Awesome\ 5 Free";
	/* color: #FFBB00; gold */
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
    font-weight: 900;
}
a.buy:after {
	content: "\f153";
	font-family: "Font Awesome\ 5 Free";
	position: absolute;
	color: white;
	left: 0.25em;
	top: 0.29em;
	font-size: 0.7em;
	font-weight: 900;
}
a.buy:hover:before {
	color: #E41600;
}
a.buy {
	padding-left: 22px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
/* Lien external link */
/* pas implémenté car lien dans les textes : display: inline-block + picto sur :before*/

/* Lien sommaire du header  */
a.summary {
    font-weight: 400;
}
a.summary:before {
	content: "\f022"; /* "\f022"; */
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.1em;
}
/*a.summary:hover {
	text-decoration: none;
}*/




/*********** DATE **************/
 .date,
 .auteur,
 .emailauteur,
 .sommaire,
 .lieu {
	font-weight: 300;
	font-size: 0.9em;
}
.date:before,
.auteur:before,
.emailauteur:before,
.sommaire:before,
.lieu:before {
	font-family: "Font Awesome\ 5 Free";
	margin-right: 3px;
}
.date:before {
	content: "\f073";
}
.auteur:before {
	content: "\f007";
}
.emailauteur:before {
	content: "\f0e0";
}
.sommaire:before {
	content: "\f0e8";
}
.lieu:before {
	content: "\f3c5";
	font-weight: 900;
}
 .date a,
 .auteur a,
 .emailauteur a,
 .sommaire a,
 .lieu a {
	color: #333;
}

p.meta span:after {
	content: " | ";
}
p.meta span:last-of-type::after {
	content: "";
}


/** NEW : ADD BACKGROURD AND TEXT COLOR ***/
.bg-primary {
    background-color: #E41600;
}
.bg-secondary {
    background-color: #6c757d;
}
.bg-success {
    background-color: #28a745;
}
.bg-warning {
    background-color: #ffc107;
}
.bg-danger {
    background-color: #dc3545;
}
.bg-info{
    background-color: #17a2b8;
}


/********* Bootstrap button : test ajout ***********/
.btn-primary {
	color: #fff;
    background-color: #E41600;
    border-color: #E41600;
}
.btn-secondary {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-warning {
	color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-danger {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}


/*********** TABS  **************/

.tabsFluidcontent div[id^="bloc"] h3:first-of-type,
.tabsFluidcontent div[id^="bloc"] h4:first-of-type { 
	margin-top: 0;
}

.tabsFluidcontent .nav>li.active>a {
	background-color: #E41600;
	color: white;
}

/*.tabsFluidcontent > div:first-of-type p {
	font-size: 16px;
	font-weight: 500;
}*/
.tabsFluidcontent > div:first-of-type ul.nav {
	font-size: 16px;
	font-weight: 400;
}


/*********** BREADCRUMB > FILTERS **************/

#breadcrumb .btn-toolbar { margin-top: 5px;}
#breadcrumb .btn-toolbar .btn-group { margin-bottom: 5px; }


/*********** BOOTSTRAP : label et btn  **************/
.btn-iau, .btn-iau:hover, .btn-iau:focus,
button.is-checked, button.is-checked:hover, button.is-checked:focus,
.label-iau  { background:#E41600; color:white; }

/*********** BOOTSTRAP : pagination  **************/
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #E41600;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    color: #666;
}

/*********** RTE  **************/
p.footnote,
div.footnote {
	color: #888;
	font-size: 0.8em;
}
p.signature {
	font-size: 0.8em;
}
/*  multi-colonnes : n'est pas pris en compte par rte ????*/
@media ( min-width : 768px) {
	p.newspaper3c,
	div.newspaper3c {
	  -webkit-column-count: 3;
	  -moz-column-count: 3;
	  column-count: 3;
	}
	p.newspaper2c,
	div.newspaper2c {
	  -webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	} 
	p.newspaper2c,
	p.newspaper3c,
	div.newspaper2c,
	div.newspaper3c {
	  padding: 15px;
	  -webkit-column-gap: 40px;
	  -moz-column-gap: 40px;
	  column-gap: 40px;
	  -webkit-column-rule: 1px solid lightgrey;
	  -moz-column-rule: 1px solid lightgrey;
	  column-rule: 1px solid lightgrey;
	}
}
blockquote {
	padding-left: 50px;
	font-style: italic;
    color: #666;
    font-size: 18px;
    border-left: initial;
}

/***** Test ***********/
blockquote {
    position:relative;
}
blockquote:before {
    font-size: 80px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: -10px;
    font-family: initial;
    content: "\201C";
    color: #aaa;
}

/******* WHAt'S NEW IN RTE ***********/
div.blocCouleur {
	padding: 15px 20px 15px;
	border-radius: 5px;
}
/*** je ne suis opas certain que ce soit utilisé ***/
span.texteClair,
p.texteClair {
	color:  #eee;
}
span.texteClairBold,
p.texteClairBold {
	color:  #eee;
	font-weight: 700;
}
span.texteClairBolder,
p.texteClairBolder {
	color:  #eee;
	font-weight: 900;
}

/*********** fin RTE ?  **************/



/* A revoir : toutes les vidéos et les images sont responsives */
img,embed {
	max-width:100%;
	width: auto;
	height:auto;
}
/* voir avec Mickael si une solution existe pour le problème d'affichage dans FIREFOX */
main .container figure img,
section .container figure img {
	width: 100%;
}

/*********** FORMS  **************/
label { min-width: 100px; vertical-align: middle; }
textarea { vertical-align: top; }
input[type="submit"] { margin-left: 100px; margin-top: 5px;}



/************************** TEXT + IMAGE  *****************************/
/* Tentative échouée 
Certains cas ou on n'aimerait ne pas avoir de marge, exemple: image les cahiers sur les articles 
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image.csc-textpic-last {
	margin-bottom: 10px; 
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
	 margin-bottom: 40px;
} 
figure {
	margin-bottom: 40px;
}
 */

figure,
.ce-gallery figure {
    margin-bottom: 20px;
}
.ce-gallery iframe { /* iframe youtube */
    max-width: 100%;
}
figcaption {
	font-size: 0.9em;
	line-height: 1.2em;
	/*font-weight: 500;*/
	margin-top: 8px;
	/*margin-bottom: 20px;*/
	/*retrait SB 2019 margin-bottom: 40px;*/
}
.ce-textpic-imagerow figcaption {
}

/*
figcaption .copyright {
	position: absolute;
	color: white;
	background: black;
	font-size: 0.6em;
	top: 0;
	right: 0;
	padding: 0 3px;
}*/




/*********** LAYOUTS SPECIFIQUES  **************/

/*** Teaser ***/
div.layout-teaser {
	position: relative;
}
@media (min-width: 992px) {
	div.layout-teaser h3,
	div.layout-teaser h4 {
	    position: absolute;
	    z-index: 2;
	    line-height: 1.3em; /*1.5em; pas de chevauchement */
	    text-transform: uppercase;
	    margin: 10px;
	    margin-bottom: 30px; /* correction suite à la nouvelle marge sur balise figure */
	    bottom: 15px;
	    left: 10px;
	    color: white;
	    font-weight: 300;
	}
	div.layout-teaser h5 {
	    position: absolute;
	    z-index: 2;
	    line-height: 1.3em;
	    text-transform: uppercase;
	    margin: 10px;
	    margin-bottom: 30px;
		bottom: -20px;
	    color: black;
	    left: -5px;
	    font-weight: 400;
	}
	div.layout-teaser a {
	    color: white;
	    background: rgb(49, 51, 56);
	    box-shadow: 8px 0 0 rgb(49, 51, 56), -8px 0 0 rgb(49, 51, 56);

		-moz-box-decoration-break:clone;
		-webkit-box-decoration-break:clone;
		box-decoration-break:clone; 

		position: relative;
		padding: 4px 0 3px;

	    -webkit-transition: all .2s linear;
	    -moz-transition: all .2s linear;
	    -o-transition: all .2s linear;
	    transition: all 0.2s linear;
	}
	div.layout-teaser a:hover {
		color: white;
	    background-color: #e41600;
	    box-shadow: 8px 0 0 #e41600, -8px 0 0 #e41600;
	    text-decoration: none;
	}
}

div.layout-teaser img {
    transition: all 1s ease-in-out;
    transform-origin: center center;
}
div.layout-teaser figure {
    overflow: hidden;
}
div.layout-teaser:hover img {
    transform: scale(1.15);
    transition: all 2s ease-out 0.2s;
}
@media (min-width: 768px) {
	div.layout-teaser h3,
	div.layout-teaser h4 {
	    font-size: 22px;
	}
}

/*** NEW ***/
div.layout-grey {
	background: #efeeec url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_grises.png");
}
div.layout-red {
	background: #e41600 url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_rouges.png");
	color: whitesmoke;
}

div.layout-red a,
div.layout-red a:hover,
div.layout-red a:focus,
div.layout-red h2 {
	color: whitesmoke;
}
/*** backgorund image par defaut ****/
div.layout-image {
	background: -webkit-linear-gradient(to left, #000000dd, #00000088), url(/fileadmin/DataStorage/user_upload/onpage-IAU.jpg);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(/fileadmin/DataStorage/user_upload/onpage-IAU.jpg);
    background: linear-gradient(to left, #000000dd, #00000088), url(/fileadmin/DataStorage/user_upload/onpage-IAU.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    color: white;
}
@media (min-width: 768px) {
	.layout-image .container-fluid {
	    display: -webkit-flex;
	    display: flex;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
}
/* Reduire la taille des textes du site à 700px >> a completer avec les autres type de contenus */
main :not(.frame-containerwith).frame-type-textmedia .container > *,
main :not(.frame-containerwith).frame-type-textpic .container > *,
main :not(.frame-containerwith).frame-type-text .container > *,
main :not(.frame-containerwith).frame-type-header .container > *,
main :not(.frame-containerwith).frame-type-bullets .container > *,

main :not(.frame-containerwith).frame-type-textmedia > :not(.container) ,
main :not(.frame-containerwith).frame-type-textpic > :not(.container) ,
main :not(.frame-containerwith).frame-type-text > :not(.container) ,
main :not(.frame-containerwith).frame-type-header > :not(.container) ,
main :not(.frame-containerwith).frame-type-bullets > :not(.container) ,
main #page-title {
    max-width: 800px;
}


/**** Style medaillon ****/
div.layout-img-trombi img {
	border-radius: 50%;
}

/* Contour ou border des images */
.ce-border img, .ce-border iframe {
    border: 1px solid #dfdfdf;
}





/*** Fullpage_banner : template standard ***/
div#fullpage_banner {
    margin-top: -10px;
}

/*** Fixed layout ***/
div.layout-fixed-right {
	position: sticky;
    z-index: 2;
    top: 90px;
}
/*** FullWidth A revoir ***/
body {
	overflow-x: hidden; /* fix horizontal scrolling on windows */
}

div.layout-fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
/* on bricole un truc un peu bancal > l'idée serait de faire une largeur complète */
	max-width: 100vw !important;

}
main.standard div.layout-fullwidth {
/* test une marge arpès chaque bloc pour eviter que ça colle  */
	margin-bottom: 30px;
}

main .container div.layout-fullwidth figure img, 
section .container div.layout-fullwidth figure img {
    width: 100vw;
}
/* A supprimer ? */
div.layout-fullwidth figcaption {
	margin: 0 10px;
}
div.layout-fullwidth-grey {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #efeeec url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_grises.png");
	text-align: center;
}

/*div.layout-fullwidth-grey iframe,*/
div.layout-fullwidth-grey > *  {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* on remprendre les caractéristiques du container */
    padding-right: 15px;
    padding-left: 15px;
}
/* on remprendre les caractéristiques du container */
@media (min-width: 768px) {
	div.layout-fullwidth-grey > *  {
	    width: 750px;
	}
}
@media (min-width: 992px) {
	div.layout-fullwidth-grey > *  {
	    width: 970px;
	}
}
@media (min-width: 1200px) {
	div.layout-fullwidth-grey > *  {
	    width: 1170px;
	}
}

/* elimine la petite bande en trop sous le contenu
div.layout-fullwidth-grey .ce-gallery,
div.layout-fullwidth .ce-gallery {
    margin-bottom: 0;
} */

/*** Padding sur bloc de contenu : exemple fond gris + padding */
div.frame-padding15 {
	padding: 0 15px 5px;
}

/**** A supprimer ? ****/
div.csc-frame-frame1 {
	font-weight: 500;
}
div.csc-frame-frame1 a {
	color: #333;
	text-decoration: underline;
}









/*********** ETUDES **************/
.etude-item p.subtitle,
.page-item p.subtitle {
	font-weight: 500; 
	color: #444;
}
.thumbnail {
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 8px;
}
#download.btn-default {
	font-size: 16px;
	padding: 4px 5px;
	border-color: #E6E6E6;
}


/* Couvertures des études */
.item .thumbnail_study {
    background: white;
    padding: 4px;
    display: table-cell;
    margin-bottom: 10px;
}







/* Zone multimédia : utilisé dans les études partials/properties.hmtl */
div.multimedia{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  text-align: center; /* Centrer l'iframe */

  background: #efeeec url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_grises.png");
}
div.multimedia iframe {
	max-width: 1140px;
	margin: auto;
	margin: 20px 50px;
}
/* Zone multimédia : utilisé dans les études partials/Content.html */
div.insertContent{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #efeeec url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_grises.png");
}
/* A supprimer */
@media ( min-width : 992px) {
	div.multimedia{	
		padding: 10px 50px;
	}
	div.insertContent{
		padding: 10px 50px;
	}
}
div.etude-properties .desc {
	max-width: 700px;
}
div.etude-properties #cover img.thumbnail {
	max-width: 320px;
}


/*********** badge en vente **********/
.page-item .desc .badge,
.etude-item .desc .badge {
  vertical-align: top;
  margin-left: 5px;
  /* background-color: #5cb85c; */
  background-color: #E41600;
}
/* bidouillage pour afficher le badge en vente */
.cat-53 .page-item .desc .badge {
	display: inline-block; /* masqué par defaut */
    position: absolute;
    margin-top: -33px;
    margin-left: 0px;
}
.cat-53 .page-item .desc .badge:before {
	content: "En vente";
}



/*********** MAPS **************/
#maps {
	margin-bottom: 20px;
}

/*** Filtrers A SUPPRIMER !!!!! *****/
.filter-block {
	border-bottom: 1px dotted #aaa;
	margin-top: 15px;
}
.filter-block:before {
	content: "Filtrer les contenus ";
    line-height: 1.5em;
	font-weight: 700;
	float: left;
}
.filter-block label {
	font-weight: 300;
}
.filter-block li {
	padding-left: 20px;
}










/******************************** ACCUEIL ***********************************/

/* Accueil : les boutons sous le carousel */
#toIAU.navbar {
  position: relative;
  top: -25px;
  z-index: 2;
  text-align: center;
}
#toIAU.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#toIAU.navbar li {
    padding-left: 15px;
    padding-right: 15px;
}
#toIAU.navbar a {
	font-size: 21px;
	font-weight: 400;
	border-radius: 4px;
    color: white;
    padding: 11px 25px;
    text-transform: uppercase;

  	background: #e41600;
}
@media (max-width : 1200px) {
	#toIAU.navbar a {
		font-size: 16px;
	}
}

/* Cartes et données */
#cartes {
	background: #efeeec url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_grises.png");
}


/* Agenda : basé sur les News
--------------------------------------------------------------------------------------------------*/
#agenda {
	background: #e41600 url("/typo3conf/ext/iau_skin/Resources/Public/Images/hachures_rouges.png");
}
#agenda h2 a {
	color: white;
}
#agenda .btn-iau {
	text-transform: uppercase;
	border: 1px solid whitesmoke;
	border-radius: 4px;
	letter-spacing: 2px;
	margin: 10px
}


#agenda .news-list-view {
  display: -webkit-flex; /* Safari */
  display: flex;
  /* vertical align */
  -webkit-align-items: stretch; /* Safari 7.0+ */
  align-items: stretch;
  flex-wrap: wrap;

  /*justify-content: space-around;*/
}

#agenda .article {
	background-color: white;
	-webkit-flex: 1; /* Safari 6.1+ */
	flex: 1;
   	margin:0;
   	padding: 10px;
   	margin: 10px;

   	min-width: 200px;
    height: 260px;
    position: relative;

    overflow: hidden;
}

/*
#agenda .article:before {
    content: "\f055";
    position: absolute;
    color: #E41600ff;
    font-size: 1.6em;
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
    top: 0;
    right: 5px;
    transition : all 0.3s linear;
}
#agenda .article:hover:before {
  	transform: scale(50) rotate(180deg);
    color: #E4160000;
}
*/
#news-bt-plus  {

    position: absolute;
    color: #E41600ff;
    font-size: 1.2em;
    font-weight: 900;

    bottom: 0;
    right: 0;

    margin: 5px;
}


#agenda .article .news-list-date {
	text-transform: uppercase;
	color: #e41600;
	font-size: 30px;
}
#agenda .article h3 {
    font-weight: 400;
    margin-top: 0;
}
#agenda .news-list-tags {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inherit; /* hauteur de ligne */
}
#agenda .news-list-author {
	font-size: 14px;
	color: #e41600;
	font-weight: 500;
}

/* text-overflow sur Chrome */
@supports (-webkit-line-clamp: 3) {
    #agenda .article h3  {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
  		overflow: hidden;
  		text-overflow: ellipsis;
    }
    #agenda .article .news-list-author {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
  		overflow: hidden;
  		text-overflow: ellipsis;
    }
     #agenda .article .news-list-author:before {
	    content: "\f3c5";
	    font-family: "Font Awesome\ 5 Free";
	    margin-right: 1px;
    	font-weight: 900;
     }
}


/******************************** CARROUSEL ***********************************/

/* Ajout 2018 SB : retiré lors de la mise eb lige du nouveau site;
@media ( min-width : 992px) {
	.carousel .carousel-inner>.item {
		min-height : 360px;
	}
}
.carousel .carousel-inner>.item>img,#carouselAccueil .carousel-inner>.item>a>img
#carouselAccueil .carousel-inner>.item>img,#carouselAccueil .carousel-inner>.item>a>img {
	margin: 0 auto;
}
 */

/**
* Fond du caption carousel
**/
@media ( max-width : 767px) {
	.carousel .carousel-inner .carousel-caption,
	#carouselAccueil .carousel-inner .carousel-caption {
		position : static;
		padding: 10px 10px 20px;
	}
	.carousel-nav {
	    top: 10px;
	}
}
@media ( min-width : 768px) {
	.carousel .carousel-inner .carousel-caption,
	#carouselAccueil .carousel-inner .carousel-caption {

	    top: 70px;
	    right: 70px;
	    left: auto;
	    bottom: auto;
	    max-width: 450px;
	    min-height: 300px;
	    padding: 10px 20px 40px;
	    text-align: left;

		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.75);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

		/* position: relative; positionnement de l':after element (rectangle rouge) */
	}
	.carousel .carousel-inner .carousel-caption h2,
	#carouselAccueil .carousel-inner .carousel-caption h2 {
		font-size: 36px;
		text-transform: uppercase;
		font-weight: 500;
	}
}

@media ( min-width : 1200px) {

	.carousel .carousel-inner .carousel-caption::after,
	#carouselAccueil .carousel-inner .carousel-caption::after {
		  content: "";
		  width: 40px;
		  height: 4px;
		  background-color: #E41600;
		  display: block;
		  position: absolute;
		  bottom: 30px;
	}
}

@media (max-width : 1200px) {
	.carousel .carousel-inner .carousel-caption,
	#carouselAccueil .carousel-inner .carousel-caption {
	    top: 0;
	    right: 0;
	    height: 100%;
	    min-height: auto;
	    background: rgba(0, 0, 0, 0.35);
	}
}

.carousel .carousel-inner .carousel-caption h2 a,
#carouselAccueil .carousel-inner .carousel-caption h2 a {
	color: white;
}

/* Apparence du titre du carousel sur téléphones : A revoir !!!!!!
@media ( max-width : 768px) {
	.carousel .carousel-inner .carousel-caption,
	#carouselAccueil .carousel-inner .carousel-caption {
		position :relative;
		background: #222;
		padding: 10px 15px;
	}
	.carousel .carousel-inner .carousel-caption h2,
	#carouselAccueil .carousel-inner .carousel-caption h2 {
		font-size: 24px;
	}
}*/
/* Surcharge du carousel indicator pour alignement en bas à droite  */
.carousel .carousel-indicators {
	/* position */
	position: relative;
	margin: 0;
	bottom: 0;
	left: 0;
	width: auto;
}
.carousel-nav {
    position: absolute;
    z-index: 15;
    bottom: 20px;
    right: 30px;
}
/*	Apparence */
.carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: white;
	border: none; /*2px solid white;*/
    margin: 3px;
	-webkit-transition:background-color 700ms ease-out;
	-moz-transition:background-color 700ms ease-out; 
	-o-transition:background-color 700ms ease-out; 
	transition:background-color 700ms ease-out;
}
.carousel-indicators li.active{
	width: 15px;
	height: 15px;
    margin: 3px;
    background-color: #E41600;
}

/* Ajout SB pour Carousel images simple */
.carousel figcaption {
    margin-top: -55px;
    color: white;
    margin-left: 10px;
    text-shadow: 1px 1px 2px #00000085;
}

/* SUPPRIMER ? */
/* surcharge ppur carousel études : : un vrai bordel  */
.tx-iaurif-publications-extbase .carousel-nav {
	font-size: 16px;
	font-weight: normal;
}
.tx-iaurif-publications-extbase .carousel-nav a {
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
}

.tx-iaurif-publications-extbase .carousel-indicators li,
.tx-iaurif-publications-extbase .carousel-indicators li.active {
	border-radius: 0px;
	width: 28px;
	height: 28px;
	text-indent: 0;
	float: left;
    line-height: 1.6em;
}
div.layout-fullwidth-grey .carousel-indicators li,
div.layout-fullwidth-grey .carousel-nav a {
	margin: 0;
	margin-left: -1px;
	border: 1px solid #ddd;
	background: white;
	color: #333;
}
div.layout-fullwidth-grey .carousel-indicators li.active {
	font-weight: 900;
	color: #E41600;
	background: white; 
}









/************************** PLUGINS ***************************/


/* Masonry : disposition en bloc 
.brick {
	margin-bottom: 20px;
}*/

/********************** PLUGINS ***************************/

/*********** FANCYBOX  **************/

/* lien vidéo */
.fancybox-media[href^="http://youtu"],
.fancybox-media[href^="https://www.youtu"]  {
    position: relative;
    display:table-cell;

}

.fancybox-media[href^="http://youtu"]:before,
.fancybox-media[href^="https://www.youtu"]:before {
	content: "\f16a";
	font-family: "Font Awesome 5 Brands";
	font-size: 65px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
/*--adjust as necessary--*/
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -30px;
	/* more styling */
    color: white;
    z-index: 100;
 	opacity: 0.8;
    text-shadow: 0px 0px 10px #333;
}


/*********** DATATABLES  **************/

table.dataTable th>div.DataTables_sort_wrapper  {
	color: red;
	background: green;
}
table.dataTable tr#tri {
	font-size: 0.8em;
	display: none;
}
table.dataTable tr#tri th {
	padding: 4px 10px;
	/*border-right: 1px dotted black;*/
}
table.dataTable .p_over {
	cursor: pointer;
}

/********** TABLES **********/
table.small-text {
	font-size: 0.9em;
}

tr.inversed {
	color: white;
	background: #666;
}

/***** formulaire contact (et autres) *****/
form ol {
    list-style-type: none;
 }

/******** SHOPIFY FRAME ************/
.shopify-buy-frame--product {
    max-width: inherit !important;
}

/*********** FONCTION EXPAND-CONTENT : FULLSCREEN **************/

div.enlargedContent{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1001; 
	background: white; 
	width: 100%; 
	padding: 30px; 
	height: 100%; 
	overflow: auto;
} 
body.withEnlargedContent {
   overflow-y: clip;
}
i#compress {
	display: none;
}
div.enlargedContent i#compress {
	display: inline-block;
}
div.enlargedContent i#expand{
	display: none;
}
/*
i#compress, i#expand {
    border-radius: 1em;
    padding: 0.5em;
    background: #0a0a0a9c;
    color: white;
}
i#compress:hover, i#expand:hover {
    background: #0a0a0a;
}
*/
i#compress, i#expand {
    color: #0a0a0a9c;
	animation-iteration-count: 3;
}
i#compress:hover, i#expand:hover {
    color: #0a0a0a;
}

.fullscreenBt {
    margin-top: -36px;
    margin-right: 12px;
}
div.enlargedContent .fullscreenBt {
    margin-top: -20px;
    margin-right: -20px;
}

/***************************************************** FOOTER **************************************************/
footer {
	/*font-family: "Roboto", sans-serif;*/
	background: #222;
	font-size: 0.8em;
	color: #999;
	padding-top: 40px;
	text-transform: uppercase;
}
@media ( min-width : 992px) {
	footer [class^="col-"], footer [class*=" col-"] {
	    border-left: 1px solid #999;
	}
}
footer [class^="col-"]:first-of-type, footer [class*=" col-"]:first-of-type {
    border-left: none;
}
footer a,
footer a:hover,
footer a:focus {
	color: #999;
}
footer .btn {
		background-color: #E41600;
		color: white;
		font-size: 1.4em;
		font-weight: normal;
}
@media ( max-width : 767px) {
	footer .btn {
		font-size: 1.2em;
	}
}
footer .btn:hover {
		color: white;
}
footer h3, 
footer h4  {
	font-size: 1em;
	color: #999;
	font-weight: 700;
}
footer ul {
	list-style: none;
    padding: 0;
}
footer ul li {
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 700;
}
footer p {
    margin: 0 0 5px;
}
footer ul#social-network {
	font-size: 1.8em;
	font-family: 'Font Awesome 5 Brands';
}
footer ul#social-network.list-inline>li {
    padding-right: 10px;
}
footer ul#social-network a {
	text-decoration: none;
	font-weight: normal;
}
footer #copyright p {
    /*font-family: "Roboto";*/
    font-size: 0.8em;
	margin-top: 15px;
	margin-bottom : 5px;
	text-align: center;
}
footer #back-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	padding: 5px 10px;
	font-size: 2em;
	color: #0a0a0a9c;
}
@media (max-width: 1024px) {
	footer #back-top {
		bottom: 25px;
	}
}
footer #back-top a {
	color: #0a0a0a9c;
}
footer #back-top a:hover {
	color: #0a0a0aee;
}


/***************************************************** PRINT **************************************************/
@media print {
	 header, nav, footer { display : none; }
     a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;} 
	 /* section.container:before { content: url(../Images/logoIAU.png);  } */
} 


