@charset "UTF-8";

/*====================================================================================================
:: gabarits pgu : Version 2.6
==================================================================================================== */

utd-accordeon {
    margin-bottom: 10px;
    margin-top: 10px;
}

utd-accordeon[reduit="false"] {
  margin-bottom:12px;
}

figure {
  margin:0;
}

#main header {
  margin:0;
}

h2 {
  margin-top:30px;
}

utd-accordeon > .grid-container {
  padding: 0px 16px;
}

utd-accordeon > .grid-container > .grid-row > .columns > .frame:first-child > p:first-child {
  margin-top:0px;
}

utd-accordeon .bloc-coordonnees:last-child {
  margin-bottom:0;
}

#main > .content > .row > .columns:first-child {
  padding-left: 0px;
}

#main > .content > .row > .columns:last-child {
  padding-right: 0px;
}

/*====================================================================================================
:: Formulaires
==================================================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }


textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

input {
  width: 100%; 
  padding: 8px;
}

input[type=submit], input[type=file], input[type=checkbox], input[type=radio] {
    width: auto; 
}

input[type=file] {
    padding:0;
    margin-bottom:5px;
}

select {
  width: 100%;
  border-radius: 3px; 
  padding: 8px;
  padding-right: 17px;
}

/*====================================================================================================
:: Dernière mise à jour de la page
==================================================================================================== */

.derniereMiseAJour {
  font-size: .75rem;
  padding-top: 1.5rem;
}

/*====================================================================================================
:: Organigramme
==================================================================================================== */

.organigramme a.lien_fichier {
    	padding-left:70px;
    	position:relative;
	display:inline-block;
	margin-top:13px;
	margin-bottom: 56px;
}

.organigramme a.lien_fichier:before {
    	content: " ";
     	width:60px;
     	height: 70px;
     	display:inline-block;
     	background: url(../Images/Templates/ico-document.svg) no-repeat;
	position:absolute;
	left:0px;
}

.organigramme .grid-container:before{
    	content: "";
    	display: inline-block;
    	width: 100%;
    	border-top: 1px solid #223654;
    	margin-top: 20px;
	margin-bottom: 40px;
}

.organigramme h3 {
    	margin-top: 0px;
}

.organigramme h3 + p {
    	margin-top: -15px;
}

.organigramme p {
    	margin-bottom:0;
	line-height: 2rem;
}


.organigramme li {
    	list-style: none;
    	position:relative;
	line-height: 2rem;
}

.organigramme .grid-col > div > ul > li:before {
    	content: "";
    	height: 1px;
    	width: 24px;
    	border-bottom: 1px solid #223654;
    	left: -32px;
    	top: 16px;
    	position: absolute;
}

.organigramme .grid-col > div > ul > li {
    	margin-top:80px;
	font-size: 1.450rem;
    	font-weight: bold;
}

.organigramme .grid-col > div > ul > li:first-child {
    	margin-top:0px;
}

.organigramme .grid-col > div > ul > li > ul {
   	padding-left: 0px;
	margin-left: 0px;
	font-size: 1rem;
    	font-weight: normal;
}

.organigramme .grid-col > div > ul > li > ul > li {
   	margin-top:16px;
}

.organigramme .grid-col > div > ul > li > ul > li:first-child {
   	margin-top:0px;
}

.organigramme .grid-col > div > ul > li > ul > li > ul > li {
   	margin-left:10px;
}

.organigramme .grid-col > div > ul > li > ul > li > ul > li:before {
   	content: "";
    	height: 1px;
    	width: 24px;
    	border-bottom: 1px solid #223654;
    	left: -32px;
    	top: 16px;
    	position: absolute;
}

.organigramme .grid-col > div > ul > li > ul > li > ul > li > ul > li {
   	margin-top:16px;
}

.organigramme .grid-col > div > ul > li > ul > li > ul > li > ul > li:first-child {
   	margin-top:0px;
}

.organigramme .grid-col > div > ul > li > ul > li > ul > li > ul {
   	padding-left: 0px;
	margin-left: 0px;
}

.contenant_site.mobile .organigramme .grid-row .columns:first-child{
    	margin-bottom: 40px;
}

/*====================================================================================================
:: Menu Onglets
==================================================================================================== */

.menuOnglets {
  border-bottom:1px solid #DEE1E6;
  margin-bottom:20px;
  display:inline-block;
}

.menuOnglets ul {
  padding-left: 0;
  margin-left:0;
  margin-bottom:0;
}

.menuOnglets ul li {
  display:inline-block;
  margin:0px 30px 0px 0px;
}

.menuOnglets ul li a:link, .menuOnglets ul li a:visited{
  text-decoration:none;
  padding:3px 12px;
  display:inline-block;
}


.menuOnglets ul li.active a {
  color: #223654;
  font-weight:bold;
}


.menuOnglets ul li.active a, .menuOnglets ul li a:hover, .menuOnglets ul li a:focus {
  border-bottom: 4px solid #095797;
}

.menuOnglets ul li:last-child {
  margin-right:0px;
}

/*====================================================================================================
:: À consulter aussi
==================================================================================================== */

.aConsulterAussi  {
  border-top: 2px solid #223654;
  border-bottom: 1px solid #c5cad2;
  margin-top: 70px;
  padding-bottom:30px;
}

#main .aConsulterAussi header {
  font-size: 1.75rem;
  margin: 40px 0 16px;
  padding: 0;
}

.aConsulterAussi ul, .aConsulterAussi ol {
  list-style:none;
  margin-left:0;
  padding-left:0px;
}

.aConsulterAussi ul li, .aConsulterAussi ol li {
  margin-bottom:10px;
}

.aConsulterAussi p:last-child, .aConsulterAussi ul:last-child, .aConsulterAussi ol:last-child {
  margin-bottom: 0;
}

.aConsulterAussi a:link, .aConsulterAussi a:visited {
  text-decoration:underline;
}

.aConsulterAussi a:hover, .aConsulterAussi a:focus {
  text-decoration:none;
}

.aConsulterAussi header h2, .aConsulterAussi header h3, .aConsulterAussi header h4, .aConsulterAussi header h5, .aConsulterAussi header h6 {
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family:Roboto;
}

.colonneDroite .aConsulterAussi {
  padding-bottom: 20px;
  margin-top:20px;
}

.colonneDroite .aConsulterAussi p, .colonneDroite .aConsulterAussi ul, .colonneDroite .aConsulterAussi ol {
    padding-left: 10px;
}

.colonneDroite .aConsulterAussi header {
  border-bottom: 1px solid #c5cad2;
  padding-bottom: 20px;
  margin-bottom:30px;
}

.colonneDroite .aConsulterAussi {
  border-top:none;
}

.colonneDroite .aConsulterAussi header h2 {
    font-size: 1.3rem;
    padding-bottom: 0.3rem;
    border-bottom: none;
}

.colonneDroite .aConsulterAussi h1:after, .colonneDroite .aConsulterAussi h2:after, .colonneDroite .aConsulterAussi h3:after, .colonneDroite .aConsulterAussi h4:after, .colonneDroite h5:after, .colonneDroite .aConsulterAussi h6:after {
    content: "";
    display: block;
    margin: 0;
    width: 1.7rem;
    padding-top: 0.5rem;
    border-bottom: 3px solid #e88467;
}

/*====================================================================================================
:: En demande
==================================================================================================== */

.enDemande {
  border-bottom: 1px solid #DEE1E6;
  margin-bottom:20px;
  padding-bottom: 20px;
  margin-top:50px;
}

.enDemande p {
  margin-bottom:0;
}

.enDemande ul {
  margin-left:0;
  padding-left:0px;
}

.enDemande li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 8px 0;
}

.enDemande li a {
  color: #095797;
  background-color: #dae6f0;
  border: 1px solid #dae6f0;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 8px;
  font-size: 0.875rem;
  line-height: 1rem;
  transition: border-color 0.25s linear;
  display: inline-block;
}

.enDemande li a:hover, .enDemande li a:focus{
  border: 1px solid #6991d1;
  transition: border-color 0.25s linear;
}

/*====================================================================================================
:: Menus de navigation
==================================================================================================== */

.frame_menu_navigation.grid-container {
    display: inline-block;
    width: 100%;
}

.frame_menu_navigation h2 {
  line-height:inherit;
  font-size:inherit;
}

.frame_menu_navigation a h2 {
  font-size:1.25rem;
  font-family: Roboto,sans-serif;
  font-weight:600;
  color:#223654;
  display:inline-block;
  margin-bottom: 0px;
}

.frame_menu_navigation a:link, .frame_menu_navigation a:visited {
  text-decoration:none;
}

.frame_menu_navigation a.lienPrincipal {
  position: relative;
}


.frame_menu_navigation a.lienPrincipal:hover .sous-page-titre, .frame_menu_navigation a.lienPrincipal:focus .sous-page-titre {
    text-decoration:underline;
    text-decoration-thickness: 1px;
}

.frame_menu_navigation a.lienPrincipal:link .link-arrow, .frame_menu_navigation a.lienPrincipal:visited .link-arrow {
   content: " ";
   display: inline-block;
   width: 23px;
   height: 16px;
   top: 3px;
   position: absolute;
   margin-left:-1px;
}

.frame_menu_navigation a.lienPrincipal:hover .link-arrow, .frame_menu_navigation a.lienPrincipal:focus .link-arrow {
  background-image: url(../Images/Templates/fleche-lien-orange.svg);
  background-repeat:no-repeat;
  background-position: right center;
  border-bottom: 1px solid #223654;
}

.frame_menu_navigation a.fleche-lien:link {
  font-size:0.875rem;
  display:block;
  margin-top:14px;
}

.frame_menu_navigation a.fleche-lien:link {
  font-size:0.875rem;
  display:block;
  margin-top:14px;
}

.frame_menu_navigation a.fleche-lien:link::after, .frame_menu_navigation a.fleche-lien:visited::after {
  margin-top:5px;
}

.frame_menu_navigation a.lienPrincipal .sous-page-description {
  display:block;
  margin: 0px 0 0px 0px;
  color: #223654;
  padding-top:15px;
}

.frame_menu_navigation a.lienPrincipal .sous-page-titre {
  display:inline-block;
  padding-right:10px;
  line-height: 1.5rem;
}

.frame_menu_navigation .row {
    margin-bottom:30px;
}

@media (max-width: 1023px) {
  .frame_menu_navigation .columns {
    margin-bottom:30px;
  }
  .frame_menu_navigation .row {
    margin-bottom:0px;
  }
}

/*====================================================================================================
:: Lien avec flèche
==================================================================================================== */

a.fleche-lien:link,  a.fleche-lien:visited {
  text-decoration:none !important;
}

a.fleche-lien:hover, a.fleche-lien:focus{
  text-decoration:underline !important;
}

a.fleche-lien:link::after,  a.fleche-lien:visited::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-left: 8px;
  position:absolute;
  margin-top:7px;
  background-image: url(../Images/Templates/fleche-lien.svg);
}

p > a.fleche-lien:link::after, p > a.fleche-lien:visited::after {
  margin-top:9px;
}

/*====================================================================================================
:: Formulaires
==================================================================================================== */

select, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  border: 1px solid #808A9D;
  color : #223654;
}

textarea {
  max-width: 526px;
  height:160px;
}

label {
  color: #223654;
}

.indicateurChampObligatoire {
    color: #223654;
    text-align: left;
    margin-bottom: 5px;
}

.indicateurChampObligatoire span {
  color: #CB381F;
}

/*====================================================================================================
:: Pagination
==================================================================================================== */

.f3-widget-paginator li.next button:before,
.f3-widget-paginator li.next a:before {
    content: " ";
    transform: rotate(180deg);
}

.f3-widget-paginator li.last button:before,
.f3-widget-paginator li.last a:before {
    content: " ";
    transform: rotate(180deg);
}

.f3-widget-paginator li.first button:before,
.f3-widget-paginator li.first a:before {
    content: " ";
}

.f3-widget-paginator li.previous button:before,
.f3-widget-paginator li.previous a:before {
    content: " ";
}

.f3-widget-paginator li.nav-icone button:before,
.f3-widget-paginator li.nav-icone a:before {
    color: #FFFFFF;
    content: " ";
    display: inline-block;
    width: 27px;
    height: 21px;
    margin-top: 5px;
}

.f3-widget-paginator li.nav-icone.next button:before,
.f3-widget-paginator li.nav-icone.next a:before {
    background-image: url(../Images/Templates/chevron.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: top center;
    transform: rotate(0deg);
}

.f3-widget-paginator li.nav-icone.last button:before,
.f3-widget-paginator li.nav-icone.last a:before {
    background-image: url(../Images/Templates/chevrons-fin.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top center;
    transform: rotate(0deg);
}

.f3-widget-paginator li.nav-icone.first button:before,
.f3-widget-paginator li.nav-icone.first a:before {
    background-image: url(../Images/Templates/chevrons-fin.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top center;
    transform: rotate(180deg);
}

.f3-widget-paginator li.nav-icone.previous button:before,
.f3-widget-paginator li.nav-icone.previous a:before {
    background-image: url(../Images/Templates/chevron.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: top center;
    transform: rotate(180deg);
}

.f3-widget-paginator li.current span {
    color: #223654;
    font-size:1.4rem;
    font-weight: 600;
}


.f3-widget-paginator li a:link, .f3-widget-paginator li a:visited {
   text-decoration: none;
   color:#095797;
   font-size:1.4rem;
}

.f3-widget-paginator li button:hover, .f3-widget-paginator li button:focus,
.f3-widget-paginator li a:hover, .f3-widget-paginator li a:focus {
   color:#3374cc;
}

/*====================================================================================================
:: Bloc coordonnées
==================================================================================================== */
.bloc-coordonnees .grid-container {
  border: 1px solid #C5CAD2;
  padding: 24px 24px 24px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bloc-coordonnees .row {
    margin-bottom: 0px !important;
}

.bloc-coordonnees .ce-gallery figure {
    margin-top: 4px;
}

