@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-----------------------------------------*\
	variables
\*-----------------------------------------*/
/* Couleurs MaiMoSiNE */
/* BLEU 	#36b7c1 */
/* BLEU 50% opaque	 */
/* BLEU 25% opaque	 */
/* VERT 	#c9d200 */
/* ORANGE 	#f08a00 */
/* Gris */
/* Gris clair */
/* Gris léger */
/* Gris moyen */
/* Blanc 75% opaque */
/* Blanc semi-opaque */
/* Blanc .25% opaque */
/* Gris très clair translucide */
/* Responsive design */
/* Largeur min des ecrans moyens */
/*$large: 60em; */
/* Largeur min des ecrans larges */
/* les slices de la page d'accueil */
/* Tailles des éléments */
/*---------------------------------------------------*\
	Styles relatifs aux petits écrans (mobile first)
\*---------------------------------------------------*/
@media only screen and (min-width: 320px) {
  /* line 68, ../sass/_Responsive.scss */
  body {
    font-size: 1rem;
    background: #4b4b4d;
  }

  /* Menu superfish */
  /* line 74, ../sass/_Responsive.scss */
  #menu {
    font-size: 1.1em;
  }

  /* Fond couleur principal */
  /* line 79, ../sass/_Responsive.scss */
  main {
    background: white;
    /* Old browsers */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(38%, #f6f6f6), color-stop(38%, #f6f6f6), color-stop(67%, #e7effa));
    /* Chrome,Safari4+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, -moz-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* FF3.6+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, -webkit-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* Chrome10+,Safari5.1+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, -o-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* Opera 11.10+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, -ms-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* IE10+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 0.2rem, linear-gradient(to bottom, #ffffff 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7effa',GradientType=0 );
    /* IE6-9 */
    background-size: 80%, 90%, 100%;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
  }

  /* line 94, ../sass/_Responsive.scss */
  .slogan {
    display: none;
  }

  /* Largeur contenu, banniere, footer */
  /* line 98, ../sass/_Responsive.scss */
  header, footer {
    margin: 0 auto;
    width: 98%;
  }

  /* line 102, ../sass/_Responsive.scss */
  .slice {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  /* line 109, ../sass/_Responsive.scss */
  .slice {
    width: 100%;
  }

  /* line 113, ../sass/_Responsive.scss */
  header.banniere {
    background-position: 0 0;
  }

  /* line 116, ../sass/_Responsive.scss */
  .focus {
    width: 100%;
  }

  /* line 119, ../sass/_Responsive.scss */
  .newsletter {
    padding: 1rem .5rem 1rem 4rem;
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
    height: 11em;
    text-align: justify;
    font-size: 1rem;
    background: url('../images/lettre-icon.svg?1476278499') no-repeat;
    background-color: rgba(255, 255, 255, 0.75);
    background-position: 0 0;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3em;
  }

  /*---------------------------*\
  		Triptyque et webcards
  \*---------------------------*/
  /* line 139, ../sass/_Responsive.scss */
  .webcards {
    display: flex;
    flex-flow: row wrap;
    width: calc(100%-$columns);
    justify-content: space-around;
    align-content: space-between;
  }

  /* line 146, ../sass/_Responsive.scss */
  .webcard {
    border-radius: 0.6em;
    width: 300px;
    background: #FFF;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid rgba(75, 75, 77, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  /* line 159, ../sass/_Responsive.scss */
  .webcard a:link, .webcard a:visited, .webcard a:hover {
    text-decoration: none;
  }

  /* line 163, ../sass/_Responsive.scss */
  .webcard .logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 6rem;
    margin: .5rem;
    flex-grow: 2;
  }

  /* line 173, ../sass/_Responsive.scss */
  .webcard h1 {
    line-height: 2.4rem;
    vertical-align: bottom;
    font-family: helvetica;
    font-size: 1.2rem;
    color: white;
    background-color: rgba(75, 75, 77, 0.5);
    text-align: center;
    margin: 7.55rem auto 0 auto;
    font-family: 'malcomregularregular';
  }

  /* line 185, ../sass/_Responsive.scss */
  .webcard h1 {
    margin: 0 auto 0 auto;
  }

  /* line 188, ../sass/_Responsive.scss */
  .webcard .readmore {
    background-color: #36b7c1;
    color: #36b7c1;
    border-radius: 0 0 0.6rem 0.6rem;
    align-self: flex-start;
    width: 100%;
    margin: 0;
  }

  /* line 197, ../sass/_Responsive.scss */
  .card {
    width: 100%;
    min-height: 20rem;
    background: #FFF;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* line 209, ../sass/_Responsive.scss */
  .card:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  /* line 229, ../sass/_Responsive.scss */
  .card-ill {
    width: 100%;
  }

  /* line 232, ../sass/_Responsive.scss */
  .pastille {
    display: block;
    transform: translate(0.5rem, 0);
    width: 90px;
    height: 90px;
    border-radius: 6rem;
    box-shadow: #323232 4px 4px 4px;
    z-index: 30;
    flex-shrink: 0;
  }

  /* line 243, ../sass/_Responsive.scss */
  .card-content h1 {
    line-height: 3.5rem;
    vertical-align: bottom;
    font-family: helvetica;
    font-size: 2.5rem;
    color: white;
    background-color: rgba(100, 100, 100, 0.2);
    text-align: left;
    margin: 0;
    padding-left: 1rem;
    font-family: 'malcomsemilight';
    width: 100%;
  }

  /* line 257, ../sass/_Responsive.scss */
  .readmore {
    display: block;
    margin: 0 2rem 2rem 0;
    padding: .4em;
    border-radius: .2em;
    white-space: nowrap;
    text-align: right;
    align-self: flex-end;
  }

  /* line 267, ../sass/_Responsive.scss */
  a.readmore, a.readmore:link, a.readmore:visited {
    color: white;
  }

  /* line 270, ../sass/_Responsive.scss */
  a.readmore, a.readmore:link, a.readmore:hover {
    text-decoration: none;
  }

  /* line 273, ../sass/_Responsive.scss */
  a.readmore:hover {
    color: #4b4b4d;
  }

  /* line 277, ../sass/_Responsive.scss */
  .readmore:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease-in-out;
    transition-duration: .2s;
  }

  /* line 283, ../sass/_Responsive.scss */
  .readmore i {
    margin-right: .5em;
    vertical-align: text-bottom;
  }

  /*--- Contenu des cartes ---*/
  /* line 289, ../sass/_Responsive.scss */
  .card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 20rem;
    justify-content: space-between;
  }

  /* line 296, ../sass/_Responsive.scss */
  .card-content ul {
    margin: 0 0 0 0;
  }

  /* line 300, ../sass/_Responsive.scss */
  .webcard-content {
    background-color: #36b7c1;
    color: white;
    padding: .5rem;
    font-style: italic;
  }

  /*-----------------------------------*\
  	  Focus region
  \*-----------------------------------*/
  /* line 312, ../sass/_Responsive.scss */
  .slice.focus-region {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* line 316, ../sass/_Responsive.scss */
  .slice.focus-region article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  /* line 322, ../sass/_Responsive.scss */
  .slice.focus-region table {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3em;
    padding: .5rem;
    margin: .5rem;
    width: 100%;
  }

  /* line 330, ../sass/_Responsive.scss */
  .slice.focus-region table tr {
    border: none;
  }

  /* line 333, ../sass/_Responsive.scss */
  .slice.focus-region article p {
    width: 100%;
    padding: .5rem;
  }

  /*-----------------------------------*\
  	  Actualités, agenda, twitter
  \*-----------------------------------*/
  /* line 342, ../sass/_Responsive.scss */
  .slice.actualites {
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* line 351, ../sass/_Responsive.scss */
  .agenda, .actu, .twitter {
    display: block;
    width: 100%;
    margin: 0;
  }

  /*-----------------------*\
  		Page article
  \*-----------------------*/
  /* line 361, ../sass/_Responsive.scss */
  .arbo {
    display: block;
    margin-left: 1em;
  }

  /* line 366, ../sass/_Responsive.scss */
  .contenu_art {
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.75);
    min-height: 250px;
  }

  /* line 372, ../sass/_Responsive.scss */
  .contenu_art, .contenu_plan {
    width: 100%;
    margin: 0 0;
    display: block;
    padding: 1em 1em;
    background-color: white;
  }

  /* line 381, ../sass/_Responsive.scss */
  .contenu_plan ul.spip li {
    padding-left: 1.8em;
  }

  /* line 385, ../sass/_Responsive.scss */
  .colonne {
    width: 100%;
    display: block;
    float: left;
    margin: 1.5em 0;
  }

  /* line 392, ../sass/_Responsive.scss */
  .actu, .agenda, .twitter {
    width: 100%;
    /*clear: both;*/
    float: right;
  }

  /* contient le menu superfish */
  /* line 399, ../sass/_Responsive.scss */
  .menubox {
    max-width: 100%;
    height: 1.6em;
  }

  /*-------------------------------*\
  	Activation du menu slicknav
  \*-------------------------------*/
  /* #menu is the original menu */
  /* line 409, ../sass/_Responsive.scss */
  .menubox {
    display: none;
  }

  /* line 413, ../sass/_Responsive.scss */
  .slicknav_menu {
    display: block;
    /*position: fixed;*/
    width: 100%;
    background: transparent;
  }

  /*-------------------------------*\
  	Activation du menu SuperFish
  \*-------------------------------*/
  /* line 423, ../sass/_Responsive.scss */
  .show-m {
    height: 1.6em;
    overflow: visible;
  }

  /* line 428, ../sass/_Responsive.scss */
  .formulaire_ok {
    display: inline-block;
    width: 100%;
  }

  /* Temoignages experts */
  /* line 433, ../sass/_Responsive.scss */
  .temoignage .resume {
    flex-flow: column nowrap;
    align-items: center;
  }

  /* line 437, ../sass/_Responsive.scss */
  .temoignage .resume img.spip_logo {
    margin-bottom: 1rem;
  }
}
/*--------------------------------------------------------------------------*\
	Styles relatifs aux écrans moyens (tablettes) et ecrans d'ordinateurs
\*--------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /* line 452, ../sass/_Responsive.scss */
  .formulaire_spip.formulaire_inscription_formation, .formulaire_spip.formulaire_contact_entreprises {
    width: calc(100% - 18rem);
  }

  /* Activation/Désactivation des menus *\
  	/* .menubox is the original menu */
  /* line 457, ../sass/_Responsive.scss */
  .menubox {
    display: block;
  }

  /* line 461, ../sass/_Responsive.scss */
  .slicknav_menu {
    display: none;
    width: 100%;
    background: transparent;
  }

  /* line 467, ../sass/_Responsive.scss */
  .bg_sommaire {
    background-size: cover;
  }

  /* Taille des éléments de base */
  /* line 472, ../sass/_Responsive.scss */
  main {
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, -moz-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* FF3.6+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(38%, #f6f6f6), color-stop(38%, #f6f6f6), color-stop(67%, #e7effa));
    /* Chrome,Safari4+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, -webkit-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* Chrome10+,Safari5.1+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, -o-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* Opera 11.10+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, -ms-linear-gradient(top, white 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* IE10+ */
    background: url('../images/montagne_vecto-grd.png?1476278499') no-repeat bottom center, url('../images/mt_aiguille_vecto.svg?1476278499') no-repeat 95% 1em, linear-gradient(to bottom, #ffffff 0%, #f6f6f6 38%, #f6f6f6 38%, #e7effa 67%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7effa',GradientType=0 );
    /* IE6-9 */
    background-size: 80%, 40rem, 100%;
    margin: 0 0;
    padding: 1em 0 0 0;
  }

  /* Largeur slices, banniere, footer */
  /* line 486, ../sass/_Responsive.scss */
  header.banniere, footer {
    margin: 0 auto;
    padding: 0 2rem;
    width: 95%;
  }

  /* line 491, ../sass/_Responsive.scss */
  .slice.focus-region {
    width: 100%;
  }

  /* line 494, ../sass/_Responsive.scss */
  header.banniere {
    background-position: 2rem 0;
  }

  /* line 497, ../sass/_Responsive.scss */
  .focus {
    max-width: 66%;
  }

  /* line 500, ../sass/_Responsive.scss */
  .newsletter {
    margin: 1rem 0 1rem 1rem;
  }

  /* Comportement des slices */
  /* line 504, ../sass/_Responsive.scss */
  .card-content ul {
    margin: 0 0 0 -3.9rem;
  }

  /* line 507, ../sass/_Responsive.scss */
  .slice {
    flex-direction: column;
  }

  /* line 511, ../sass/_Responsive.scss */
  .slice.focus-region {
    flex-direction: column;
  }

  /* line 515, ../sass/_Responsive.scss */
  .slice.focus-region article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  /* line 521, ../sass/_Responsive.scss */
  .slice.focus-region table {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3em;
    padding: .5rem;
    margin: 0 .5rem 1rem .5rem;
    width: 48%;
    min-width: 384px;
    flex-grow: 2;
  }

  /* Page article */
  /* line 533, ../sass/_Responsive.scss */
  .contenu_art-m, .contenu_plan-m {
    margin: 0 0;
    display: block;
    /*width:65%;*/
    width: 100%;
  }

  /* line 543, ../sass/_Responsive.scss */
  .colonne-m {
    margin: 1.5rem 0 1em 1em;
    padding: 0 0;
    width: 16.8em;
    float: right;
    display: inline;
    clear: both;
  }

  /* line 552, ../sass/_Responsive.scss */
  .colonne-m .menu {
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
  }

  /* line 557, ../sass/_Responsive.scss */
  .menu {
    min-height: 4.6em;
  }

  /* line 561, ../sass/_Responsive.scss */
  .colonne-m h2 {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#1affffff',GradientType=0 );
    /* IE6-8 */
  }

  /* line 574, ../sass/_Responsive.scss */
  .slice.actualites {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-content: space-evenly;
  }

  /* line 583, ../sass/_Responsive.scss */
  .slice.actualites .news {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  /* line 590, ../sass/_Responsive.scss */
  .news, .twitter {
    min-width: 370px;
    width: 45%;
    max-width: 660px;
  }

  /* line 595, ../sass/_Responsive.scss */
  .news {
    margin-right: 1rem;
  }

  /* line 598, ../sass/_Responsive.scss */
  .arbo {
    margin-left: .5em;
  }

  /* line 601, ../sass/_Responsive.scss */
  .formulaire_inscription_formation {
    float: left;
    width: -moz-calc(100% - 18em);
    width: -webkit-calc(100% - 18em);
    width: calc(100% - 18em);
  }

  /* line 609, ../sass/_Responsive.scss */
  .formulaire_ok {
    float: left;
    width: -moz-calc(100% - 18em);
    width: -webkit-calc(100% - 18em);
    width: calc(100% - 18em);
  }

  /* --- Nouveau triptyque --- */
  /* line 617, ../sass/_Responsive.scss */
  .triptyque {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-around;
    min-height: 19.8rem;
    max-width: 1280px;
    margin: 0 auto 1rem auto;
  }

  /* Temoignages experts */
  /* line 628, ../sass/_Responsive.scss */
  .temoignage .resume {
    flex-flow: row nowrap;
    align-items: flex-start;
  }

  /* line 632, ../sass/_Responsive.scss */
  .temoignage .resume img.spip_logo {
    margin-bottom: 1rem;
  }
}
/*-------------------------------------------------------------------*\
	Styles relatifs aux terminaux mobiles (smartphones, tablettes)
\*-------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
  /* line 645, ../sass/_Responsive.scss */
  .card {
    flex-direction: row;
  }

  /* line 648, ../sass/_Responsive.scss */
  .card-ill {
    width: 33%;
  }

  /* line 651, ../sass/_Responsive.scss */
  .pastille {
    transform: translate(-50%, 0);
  }

  /* line 655, ../sass/_Responsive.scss */
  .slogan {
    display: block;
  }
}
/* Import de la feuille _Responsive.scss qui gere le responsive design */
/* line 10, ../sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Pour coller le pied de page en bas */
/* line 21, ../sass/screen.scss */
html {
  position: relative;
  min-height: 100%;
  font-size: 100%;
}

/* line 27, ../sass/screen.scss */
body {
  margin: 0 0 8em;
  padding: 0;
  font-family: open_sansregular;
}

/* line 33, ../sass/screen.scss */
a,
a:hover,
a:link,
a:visited,
a:active {
  background-color: none;
}

/* line 41, ../sass/screen.scss */
p {
  clear: left;
}

/* line 45, ../sass/screen.scss */
input[type="submit"] {
  -webkit-appearance: none;
}

/* Fond couleur principal */
/* line 50, ../sass/screen.scss */
main {
  background-color: white;
  /* Old browsers */
  text-align: left;
}

/* line 56, ../sass/screen.scss */
.debug {
  border: 1px solid red;
  box-sizing: border-box;
}

/* Style des éléments */
/* line 63, ../sass/screen.scss */
header.banniere {
  height: 9rem;
  margin: 0 auto 1rem auto;
  background-image: url('../images/logo.svg?1672824850');
  background-repeat: no-repeat;
  background-size: 12rem;
}

/* line 71, ../sass/screen.scss */
.backhome {
  display: inline-block;
  width: 12em;
  height: 8em;
}

/* line 77, ../sass/screen.scss */
.slogan {
  font: 0.8em helvetica;
  width: 22rem;
  position: relative;
  top: 5.2rem;
  left: 8.8rem;
}

/* line 85, ../sass/screen.scss */
a.backhome:link,
a.backhome:hover,
a.backhome:visited,
a.backhome:active {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 93, ../sass/screen.scss */
.menubox {
  position: relative;
  left: 0;
}

/* line 98, ../sass/screen.scss */
.hfiller {
  position: relative;
  display: block;
  height: 3rem;
  width: 100%;
  border-bottom: 1px solid rgba(75, 75, 77, 0.3);
  margin-top: -3rem;
}

/* line 107, ../sass/screen.scss */
.contenu {
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

/*------------------------------------*\
		page accueil
\*------------------------------------*/
/* line 118, ../sass/screen.scss */
.card-ill {
  display: inline-block;
  min-height: 20rem;
}

/* line 123, ../sass/screen.scss */
.edito {
  padding: 0 2rem;
}

/* line 127, ../sass/screen.scss */
.card-content-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 134, ../sass/screen.scss */
.card-content ul {
  padding: 0;
  list-style: none;
}

/* line 139, ../sass/screen.scss */
.card-content li {
  line-height: 1.3rem;
  padding: .5rem 1rem .5rem 1.5rem;
}

/* line 144, ../sass/screen.scss */
.card-content li:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
  transition: all ease-in-out .4s;
}

/* line 150, ../sass/screen.scss */
.card-content li a:hover {
  text-decoration: none;
}

/*------------------------------------*\
		Couleurs Menu Superfish
\*------------------------------------*/
/* line 158, ../sass/screen.scss */
#menu {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 163, ../sass/screen.scss */
#menu a {
  color: #4b4b4d;
}

/* line 167, ../sass/screen.scss */
#menu a {
  color: white;
}

/* line 172, ../sass/screen.scss */
#menu li.sfHover {
  color: white;
  background-color: #4b4b4d;
  height: 1.5em;
  cursor: pointer;
}

/* line 179, ../sass/screen.scss */
#menu li#rub1 {
  color: #36b7c1;
}

/* line 183, ../sass/screen.scss */
#menu li#rub2 {
  color: #f08a00;
}

/* line 187, ../sass/screen.scss */
#menu li#rub3 {
  color: #c9d200;
}

/* line 191, ../sass/screen.scss */
#menu li#rub1.sfHover {
  background-color: #36b7c1;
  color: white;
}

/* line 196, ../sass/screen.scss */
#menu li#rub2.sfHover {
  background-color: #f08a00;
  color: white;
}

/* line 201, ../sass/screen.scss */
#menu li#rub3.sfHover {
  background-color: #c9d200;
  color: white;
}

/*--- fin couleurs menu superfish---*/
/*-------------------------------------*\
		Actualités, agenda, newsletter
\*-------------------------------------*/
/* cadre presentation, mise en avant */
/* line 213, ../sass/screen.scss */
.focus {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 0 0.5em 0.1em rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 0.5em 0.1em rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.5em 0.1em rgba(255, 255, 255, 0.75);
}

/* line 224, ../sass/screen.scss */
.focus p:first-letter {
  font-family: 'open_sanssemibold';
  font-size: 2em;
  color: rgba(75, 75, 77, 0.3);
}

/* line 230, ../sass/screen.scss */
.focus p {
  margin-top: 2em;
}

/* line 234, ../sass/screen.scss */
.card.edito .focus p strong {
  font-size: 1rem;
  color: rgba(75, 75, 77, 0.5);
  font-weight: bolder;
  font-family: 'malcomsemilight';
}

/* line 241, ../sass/screen.scss */
.motionaccueil {
  margin-bottom: 3em;
  margin-top: 4em;
}

/* line 246, ../sass/screen.scss */
.focus-region {
  padding: 0 0 .5em 0;
  font-size: 1em;
  line-height: 1.6em;
  background-color: #c9d200;
  color: white;
}

/* line 254, ../sass/screen.scss */
.focus-region h1 {
  color: white;
  font-family: 'malcomsemilight';
  font-size: 2.5em;
  padding: .2em;
}

/* line 261, ../sass/screen.scss */
.focus-region h1 i {
  padding-left: .3rem;
}

/* line 265, ../sass/screen.scss */
.focus-region article {
  margin: 1em;
  text-align: justify;
}

/* line 270, ../sass/screen.scss */
.focus-region article p {
  margin-bottom: 1em;
}

/* line 274, ../sass/screen.scss */
.focus-region article a.spip_out {
  color: #4b4b4d;
}

/*--------------------------------*\
		Modèle Call-To-Action
		Boutons
\*--------------------------------*/
/* line 283, ../sass/screen.scss */
.container_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  clear: both;
}

/* line 291, ../sass/screen.scss */
.container_cta > a.cta_button,
.container_cta > a.cta_button:link {
  background-color: #f08a00;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'malcomsemilight';
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin: 1rem auto;
  padding: 2rem;
  border-radius: .5rem;
}

/* line 304, ../sass/screen.scss */
a.cta_button:link,
a.cta_button:hover,
a.cta_button:visited {
  text-decoration: none;
}

/* line 310, ../sass/screen.scss */
.container_cta > a.cta_button:hover {
  color: #4b4b4d;
  background-color: rgba(240, 138, 0, 0.6);
}

/*--------------------------------*\
		Inscription Newsletter
\*--------------------------------*/
/* line 319, ../sass/screen.scss */
.newsletter h1 {
  font-family: 'malcomsemilight';
  font-size: 1.5rem;
  color: #4b4b4d;
  padding: 1.2rem 0 0 6.4rem;
}

/*---------------------------------*\
		Modele liste newsletters
\*---------------------------------*/
/* line 332, ../sass/screen.scss */
ul.newsletters li {
  margin: 0 0 1rem 1rem;
}

/* line 336, ../sass/screen.scss */
ul.newsletters li a {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 341, ../sass/screen.scss */
ul.newsletters li a:hover {
  text-decoration: underline;
}

/* line 345, ../sass/screen.scss */
.newsletter-date {
  color: rgba(75, 75, 77, 0.5);
  display: inline-block;
  min-width: 6rem;
}

/* line 352, ../sass/screen.scss */
.actu h1,
.agenda h1,
.twitter h1 {
  font-family: 'malcomsemilight';
  font-size: 1.6em;
  color: rgba(75, 75, 77, 0.5);
  margin-left: .5em;
}

/* line 361, ../sass/screen.scss */
.actu article,
.agenda article {
  min-height: 24em;
  height: 100%;
  padding: 0 1em 0 1em;
}

/* line 368, ../sass/screen.scss */
.actu article ul,
.agenda article ul {
  padding-top: .5em;
}

/* line 373, ../sass/screen.scss */
.actu li, .actu_date, a.actu_titre:link,
a.actu_titre:visited,
a.actu_titre:active {
  color: #4b4b4d;
  line-height: 1.4em;
}

/* line 378, ../sass/screen.scss */
.actu li {
  list-style-type: none;
  padding-bottom: 1em;
}

/* line 384, ../sass/screen.scss */
.actu_date {
  color: #f08a00;
}

/* line 389, ../sass/screen.scss */
a.actu_titre:link,
a.actu_titre:visited,
a.actu_titre:active {
  font-family: 'open_sanssemibold';
  text-decoration: none;
  color: #4b4b4d;
}

/* line 399, ../sass/screen.scss */
a.actu_titre:hover {
  text-decoration: underline;
}

/*  -- Cartouches actualités et timeline twitter bluesky -- */
/* line 404, ../sass/screen.scss */
.agenda,
.actu,
.twitter {
  margin-bottom: 2.4em;
  position: relative;
  padding: 0 .3rem .3rem 2em;
  /* line-height of .wrapper div:first-child span */
  min-height: 10em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  border-bottom-right-radius: 1rem;
}

/* line 417, ../sass/screen.scss */
.agenda > header.vcartouche,
.actu > header.vcartouche,
.twitter > header.vcartouche {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2em;
  /* line-height of .wrapper div:first-child span */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(75, 75, 77, 0.3);
}

/* line 432, ../sass/screen.scss */
.twitter > header.vcartouche {
  background-color: #36b7c1;
}

/* line 436, ../sass/screen.scss */
.agenda > header.vcartouche h1,
.actu > header.vcartouche h1,
.twitter > header.vcartouche h1 {
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -o-transform-origin: 0 0;
  -o-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
  position: absolute;
  top: 0;
  height: 2em;
  /* line-height of .wrapper div:first-child span */
  font-family: 'open_sanssemibold';
  font-size: 1.8em;
  line-height: 0em;
  /* Copy to other locations */
  color: rgba(255, 255, 255, 0.75);
  /*$gris_leger;*/
  text-transform: uppercase;
}

/* line 462, ../sass/screen.scss */
li.comingsoon fieldset {
  border: 2px solid #f08a00;
  padding: 0.5rem;
  border-radius: 0.4rem;
  color: #f08a00;
  /* text-align: right; */
  background-color: rgba(240, 138, 0, 0.15);
}

/* line 471, ../sass/screen.scss */
li.comingsoon legend {
  padding: 0.2rem 0.5rem;
  border: 2px solid #f08a00;
  border-radius: 0.4rem;
  background-color: #f08a00;
  color: white;
  font-family: 'malcomsemilight';
  vertical-align: bottom;
  font-size: 1rem;
  text-align: right;
}

/* line 483, ../sass/screen.scss */
li.tralist-result.comingsoon {
  margin-bottom: 0;
}

/* line 487, ../sass/screen.scss */
.focus-region .spip_documents {
  border: none;
  box-shadow: none;
  width: 8em;
  margin: 0;
}

/* -- apparence timeline bluesky -- */
/* On affiche uniquement les n derniers posts de la timeline */
/* line 496, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer {
  display: none;
}

/* line 500, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer:nth-child(-n+5) {
  display: block;
}

/* line 504, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed {
  width: 100%;
  min-height: 15em;
  overflow-y: clip;
}

/* line 510, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox {
  padding: 0 1rem 8px 1rem;
}

/* line 514, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox .col.avatar {
  display: none;
}

/* line 518, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .header {
  padding: 10px;
  align-items: center;
  width: unset;
}

/* line 524, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox .col.text,
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox .col.text .linkcard .text {
  width: 100%;
  overflow: clip;
}

/* line 530, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox .col.text .icons {
  display: none;
}

/* line 534, ../sass/screen.scss */
section.twitter #embedbsky-com-timeline-embed .postcontainer .postbox .col.text .quotebox .header {
  width: unset;
}

/* line 538, ../sass/screen.scss */
.nothing-here {
  font-style: italic;
  color: grey;
  padding-top: 1rem;
  display: block;
}

/* ---- */
/* line 547, ../sass/screen.scss */
.focus-region .spip_documents object,
.focus-region .spip_documents img,
.focus-region dl.spip_documents,
.focus-region .spip_documents dt {
  width: 8em;
  height: 8em;
}

/* line 555, ../sass/screen.scss */
dl.spip_documents {
  width: 250px;
  box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  border-radius: 0.3em;
}

/* line 561, ../sass/screen.scss */
.focus-region table.spip td {
  border: none;
  text-align: justify;
  vertical-align: top;
}

/* line 567, ../sass/screen.scss */
.focus-region table.spip {
  box-shadow: none;
}

/* Style des listes de formations */
/* line 573, ../sass/screen.scss */
.agenda .tralist-title {
  font-family: 'open_sanssemibold';
  color: #4b4b4d;
}

/* line 578, ../sass/screen.scss */
.agenda .tralist-result {
  padding: .5em 0 .5em 0;
}

/* line 582, ../sass/screen.scss */
.tralist-title a:link,
.tralist-title a:visited,
.tralist-title a:active {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 589, ../sass/screen.scss */
.tralist-title a:hover {
  text-decoration: underline;
}

/* line 593, ../sass/screen.scss */
.agenda .toutlagenda,
.actu .toutlactualite {
  /*display: inline-block;*/
  float: right;
  font-family: 'open_sanssemibold';
  font-size: 1em;
  width: 80%;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  background: white;
}

/* line 606, ../sass/screen.scss */
.agenda a.toutlagenda:link,
.agenda a.toutlagenda:visited,
.agenda a.toutlagenda:active,
.agenda a.showtoutlagenda:link,
.agenda a.showtoutlagenda:visited,
.agenda a.showtoutlagenda:active,
.actu a.showtoutlactualite:link,
.actu a.showtoutlactualite:visited,
.actu a.showtoutlactualite:active {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 619, ../sass/screen.scss */
.showtoutlagenda,
.showtoutlactualite {
  /* Thickness */
  /* size of the symbol */
  /* space around the symbol */
  /* Plus color*/
  /* background color*/
  float: right;
  border: 1px solid rgba(75, 75, 77, 0.3);
  border-radius: 1rem;
  /* display:inline-block; */
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.3rem;
  /* box-sizing:border-box; Remove this if you don't want space to be included in the size */
  background: linear-gradient(rgba(75, 75, 77, 0.5), rgba(75, 75, 77, 0.5)) content-box, linear-gradient(rgba(75, 75, 77, 0.5), rgba(75, 75, 77, 0.5)) content-box, white;
  background-position: center;
  background-size: 100% 2px, 2px 100%;
  background-repeat: no-repeat;
  content: " ";
  margin-right: -1rem;
}

/* line 650, ../sass/screen.scss */
li.evenement {
  list-style-type: none;
  color: #4b4b4d;
  padding-left: 1.5em;
  margin-bottom: 1.6em;
}

/* line 657, ../sass/screen.scss */
.event-title {
  font-family: 'open_sanssemibold';
  font-size: 1.2em;
  color: #4b4b4d;
}

/* line 663, ../sass/screen.scss */
a.event-title:link,
a.event-title:visited,
a.event-title:active {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 670, ../sass/screen.scss */
a.event-title:hover {
  text-decoration: underline;
}

/* line 674, ../sass/screen.scss */
.place {
  font-weight: bold;
}

/*-----------------------*\
		Pied de page
\*-----------------------*/
/* line 682, ../sass/screen.scss */
footer {
  min-height: 6em;
  padding-top: 2em;
}

/* line 687, ../sass/screen.scss */
footer a,
footer a:visited,
footer a:link,
footer a:hover,
footer a:active {
  text-decoration: none;
  color: white;
}

/* line 696, ../sass/screen.scss */
.bouton_logos {
  display: block;
  width: 4em;
  height: 4em;
  background-color: transparent;
}

/* line 704, ../sass/screen.scss */
.logos {
  height: 1em;
}

/* line 708, ../sass/screen.scss */
.liens_bas {
  max-width: 25em;
  margin: 0 auto;
}

/* line 713, ../sass/screen.scss */
ul.liens li > a {
  display: block;
  color: white;
  border-radius: .4em .4em;
  padding: 0 .5em 0 .5em;
}

/* line 720, ../sass/screen.scss */
ul.liens li > a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 724, ../sass/screen.scss */
ul.liens li {
  position: relative;
}

/* line 728, ../sass/screen.scss */
li.home:before, li.plan:before, li.contact:before, li.syndic:before, li.redaction:before {
  float: left;
  margin-right: .5em;
  margin-left: .5em;
  background-size: contain;
  background-position: 0 .2em;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  width: 1.5em;
  height: 1.5em;
}

/* line 741, ../sass/screen.scss */
li.home:before {
  background-image: url('../images/home_dark.svg?1476278499');
}

/* line 746, ../sass/screen.scss */
li.plan:before {
  background-image: url('../images/plan.svg?1476278499');
}

/* line 751, ../sass/screen.scss */
li.contact:before {
  background-image: url('../images/contact.svg?1476278499');
}

/* line 756, ../sass/screen.scss */
li.syndic:before {
  background-image: url('../images/rss.svg?1476278499');
}

/* line 761, ../sass/screen.scss */
li.redaction:before {
  background-image: url('../images/lock.svg?1477294018');
  float: right;
  margin-right: 0;
}

/* line 768, ../sass/screen.scss */
.bluesky_icon, .youtube_icon, .linkedin_icon {
  position: relative;
  content: " ";
  top: 1.4em;
  float: right;
  margin-right: .5em;
  width: 2.5em;
  height: 2.5em;
  background: transparent;
  padding: 2px 2px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 784, ../sass/screen.scss */
.bluesky_icon:hover,
.youtube_icon:hover,
.linkedin_icon:hover {
  position: relative;
  top: 0em;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 795, ../sass/screen.scss */
.socialnetworks {
  float: right;
  display: block;
  width: 20em;
  height: 3em;
  overflow: hidden;
}

/* icones */
/* line 804, ../sass/screen.scss */
.bluesky_icon {
  background-image: url('../images/bluesky.svg?1738321534');
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 811, ../sass/screen.scss */
.youtube_icon {
  background-image: url('../images/logo_youtube.svg?1607362003');
}

/* line 816, ../sass/screen.scss */
.linkedin_icon {
  background-image: url('../images/logo_linkedin.svg?1609941150');
}

/* line 828, ../sass/screen.scss */
.liens_admin, .liens_site {
  width: 22rem;
  min-height: 8em;
  width: 50%;
  text-align: left;
  padding: 1em 1em;
  margin-top: 2em;
}

/* line 838, ../sass/screen.scss */
.liens_admin {
  clear: both;
  float: left;
  text-align: right;
}

/* line 846, ../sass/screen.scss */
.liens_admin li,
.liens_site li {
  color: white;
  list-style-position: inside;
  line-height: 2em;
}

/* line 853, ../sass/screen.scss */
.liens_site {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 859, ../sass/screen.scss */
.copyleft {
  display: block;
  clear: both;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: .8em;
  padding: 2em 1em 1em 1em;
}

/* line 868, ../sass/screen.scss */
.logo_uga,
.logo_inp,
.logo_ljk,
.logo_ciment,
.logo_cnrs,
.logo_amies {
  margin-top: -3.9em;
  margin-right: 0.96em;
  padding: .2em;
  /*display: inline-block;*/
  float: left;
  width: 4em;
  height: 4em;
  border-radius: 2em;
  background-color: white;
  border: 0px solid #4b4b4d;
  -webkit-box-shadow: 0.2em 0.1em 0.4em 0 rgba(255, 255, 255, 0.5), inset 0.2em 0.1em 0.2em 0 rgba(0, 0, 0, 0.1), inset -0.2em -0.1em 0.4em 0.1em rgba(75, 75, 77, 0.5);
  -moz-box-shadow: 0.2em 0.1em 0.4em 0 rgba(255, 255, 255, 0.5), inset 0.2em 0.1em 0.2em 0 rgba(0, 0, 0, 0.1), inset -0.2em -0.1em 0.4em 0.1em rgba(75, 75, 77, 0.5);
  box-shadow: 0.2em 0.1em 0.4em 0 rgba(255, 255, 255, 0.5), inset 0.2em 0.1em 0.2em 0 rgba(0, 0, 0, 0.1), inset -0.2em -0.1em 0.4em 0.1em rgba(75, 75, 77, 0.5);
}

/* line 894, ../sass/screen.scss */
.logo_uga:hover,
.logo_inp:hover,
.logo_ljk:hover,
.logo_ciment:hover,
.logo_cnrs:hover,
.logo_amies:hover {
  box-shadow: 0.2em 0.1em 0.4em 0 rgba(255, 255, 255, 0.5), inset 0.2em 0.1em 0.2em 0 rgba(0, 0, 0, 0.1), inset -0.2em -0.1em 0.6em 0.2em rgba(75, 75, 77, 0.3);
  width: calc(1.2 * 4em);
  height: calc(1.2 * 4em);
  border-radius: calc(1.2 * 2em);
  margin-top: calc(1.2 * -3.9em);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 909, ../sass/screen.scss */
.logo_uga {
  background-image: url('../images/logo_uga.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 916, ../sass/screen.scss */
.logo_inp {
  background-image: url('../images/logo_inp.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 923, ../sass/screen.scss */
.logo_ljk {
  background-image: url('../images/logo_ljk.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 930, ../sass/screen.scss */
.logo_ciment {
  background-image: url('../images/logo_ciment.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 937, ../sass/screen.scss */
.logo_cnrs {
  background-image: url('../images/logo_cnrs.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 944, ../sass/screen.scss */
.logo_amies {
  background-image: url('../images/logo_amies.svg?1476278499');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/*----------------------------------*\
			Articles
\*----------------------------------*/
/* line 955, ../sass/screen.scss */
.texte {
  line-height: 1.5em;
  background-color: white;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

/* line 962, ../sass/screen.scss */
h2.spip {
  font-size: 1.3rem;
  color: #4b4b4d;
  font-weight: bold;
  line-height: 2.6rem;
}

/* line 969, ../sass/screen.scss */
.colonne {
  -webkit-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
}

/* line 977, ../sass/screen.scss */
.colonne h2 {
  font-family: 'malcomregularregular';
  font-size: 1.3em;
  white-space: nowrap;
  padding: .51em .5em;
  color: #4b4b4d;
}

/* line 985, ../sass/screen.scss */
.hyperlien h2:after {
  background-image: url('../images/weblink.svg?1476278499');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
  float: right;
  height: 2em;
  width: 2em;
  position: relative;
  top: -1.1em;
  right: -1.1em;
  content: " ";
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}

/* line 1006, ../sass/screen.scss */
.colonne li {
  list-style: square;
  color: rgba(75, 75, 77, 0.5);
  list-style-position: inside;
  line-height: 1.5em;
  padding-left: .5em;
}

/* line 1014, ../sass/screen.scss */
.colonne a:link,
.colonne a:visited,
.colonne a:active {
  color: rgba(75, 75, 77, 0.5);
  text-decoration: none;
}

/* line 1021, ../sass/screen.scss */
.colonne a:hover {
  text-decoration: underline;
}

/* line 1025, ../sass/screen.scss */
.contenu_art ul.spip {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

/* line 1030, ../sass/screen.scss */
.contenu_art ul.spip li {
  list-style-type: none;
  clear: left;
  color: #4b4b4d;
  background-image: url('../images/boulette_foncee.svg?1476278499');
  background-position: 0 0;
  background-size: 1.2em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
  margin-bottom: .8em;
  line-height: 1.4em;
}

/* line 1043, ../sass/screen.scss */
.cartouche .export {
  float: right;
}

/* line 1047, ../sass/screen.scss */
.export a {
  display: block;
  height: 2.5em;
  width: 2.5em;
  background: url('../images/print.svg?1476278499') no-repeat left top;
  background-size: contain;
}

/* line 1055, ../sass/screen.scss */
.cartouche .export a img {
  display: none;
}

/* line 1059, ../sass/screen.scss */
.videohtml5 {
  margin: 1em auto;
  display: block;
  /*Full width responsive video */
  width: 100%;
  height: auto;
  max-height: 80%;
}

/* line 1068, ../sass/screen.scss */
.videotitle, .videodesc, .videocredits {
  display: block;
  text-align: center;
  margin: .5em auto 1em auto;
  padding: 0 2em;
}

/* line 1075, ../sass/screen.scss */
.videotitle {
  color: #36b7c1;
  font-size: 1.2em;
  margin-bottom: .5em;
  font-family: 'malcomsemilight';
  position: relative;
  z-index: 0;
}

/* line 1085, ../sass/screen.scss */
.videotitle span {
  background-color: white;
  padding: .2em 1em;
  border-top: 1px solid #f08a00;
  border-left: 1px solid #f08a00;
  border-right: 1px solid #c9d200;
  border-bottom: 1px solid #c9d200;
  border-radius: .7em;
}

/* line 1095, ../sass/screen.scss */
.videotitle:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: #f08a00 2px solid;
  border-bottom: #f08a00 2px solid;
  content: " ";
  width: 50%;
  height: .6em;
  z-index: -2;
}

/* line 1108, ../sass/screen.scss */
.videotitle:after {
  display: block;
  position: absolute;
  top: .6em;
  right: 0;
  border-right: #c9d200 2px solid;
  border-top: #c9d200 2px solid;
  content: " ";
  width: 50%;
  height: .6em;
  z-index: -3;
}

/* line 1121, ../sass/screen.scss */
.videodesc {
  color: #4b4b4d;
  font-size: 1em;
}

/* line 1127, ../sass/screen.scss */
.videocredits {
  color: #4b4b4d;
  font-size: 1em;
}

/*----------------------------------*\
		Plan du site
\*----------------------------------*/
/* line 1137, ../sass/screen.scss */
.contenu_plan .bloc {
  background-image: url('../images/maillage_blanc.svg?1476278499');
  background-position: 115%;
  background-size: 60%;
  background-repeat: no-repeat;
  margin-top: 1rem;
}

/* line 1145, ../sass/screen.scss */
.contenu_plan .bloc,
#documents_joints {
  -webkit-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  border-radius: 0.3em;
  float: left;
  clear: both;
  width: 100%;
}

/* line 1156, ../sass/screen.scss */
#documents_joints {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 1em;
}

/* line 1161, ../sass/screen.scss */
.contenu_plan h2,
#documents_joints h2 {
  font-family: 'open_sanssemibold';
  font-size: 120%;
  color: #4b4b4d;
  line-height: 2em;
  padding-left: 1em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#1affffff', GradientType=0);
  /* IE6-8 */
}

/* line 1185, ../sass/screen.scss */
.contenu_plan ul {
  line-height: 1.8em;
}

/* line 1189, ../sass/screen.scss */
.contenu_plan ul.spip li {
  list-style-type: none;
  color: #4b4b4d;
  background-image: url('../images/boulette.svg?1476278499');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1198, ../sass/screen.scss */
.contenu_plan a:link,
.contenu_plan a:active,
.contenu_plan a:visited {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 1205, ../sass/screen.scss */
.contenu_plan a:hover {
  text-decoration: underline;
}

/*----------------------------------*\
		Surcharge styles spip
\*----------------------------------*/
/* line 1212, ../sass/screen.scss */
.newsletter .formulaire_spip .editer {
  margin: 0;
  padding: 0;
}

/* line 1217, ../sass/screen.scss */
.on {
  font-family: 'open_sanssemibold';
  font-weight: normal;
}

/* Ne pas colorer les lignes paires d'un tableau */
/* line 1223, ../sass/screen.scss */
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td,
tbody tr.even th,
tbody tr.even td {
  background: none;
}

/* line 1230, ../sass/screen.scss */
#documents_joints a:link,
#documents_joints a:active,
#documents_joints a:visited {
  color: #4b4b4d;
  text-decoration: none;
}

/* line 1237, ../sass/screen.scss */
#documents_joints a:hover {
  text-decoration: underline;
}

/* line 1241, ../sass/screen.scss */
.spip_documents {
  margin-top: 1em;
}

/* line 1245, ../sass/screen.scss */
dl.spip_documents > :first-child {
  line-height: 0;
}

/* line 1249, ../sass/screen.scss */
dt.spip_doc_titre {
  background-color: rgba(75, 75, 77, 0.3);
  color: whitesmoke;
  width: 250px;
  font-family: 'malcomsemilight';
}

/* line 1256, ../sass/screen.scss */
.spip_doc_descriptif {
  text-align: left;
  color: #4b4b4d;
  padding: .5em;
}

/* line 1262, ../sass/screen.scss */
.arbo {
  height: 2rem;
  width: 95%;
  padding: 0 2rem;
  margin: 2rem auto 1rem auto;
}

/* line 1269, ../sass/screen.scss */
.arbo a.home:before {
  content: " ";
  width: 1.4em;
  height: 1.4em;
  float: left;
  margin-top: .2em;
  margin-right: .5em;
  background-image: url('../images/home.svg?1476278499');
  background-size: contain;
}

/* line 1280, ../sass/screen.scss */
.arbo a:link,
.arbo a:visited,
.arbo a:active {
  text-decoration: none;
  color: #4b4b4d;
  line-height: 2rem;
}

/* line 1289, ../sass/screen.scss */
.arbo a:hover {
  text-decoration: underline;
}

/* line 1293, ../sass/screen.scss */
.cartouche {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==), url('../images/encart-gris.png?1603125931') no-repeat top right;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1))), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1affffff', GradientType=0);
  /* IE6-8 */
  margin: 1.5em 0 0 0;
  padding: .5em .5em;
  color: #4b4b4d;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}

/* line 1317, ../sass/screen.scss */
.cartouche > h1 {
  font-family: 'malcomregularregular';
  font-size: 1.5em;
  /*font-weight: bold;*/
  color: rgba(75, 75, 77, 0.5);
  display: inline-block;
  margin-top: .5em;
}

/* line 1326, ../sass/screen.scss */
.info-publi {
  line-height: 1.5em;
  font-size: .8em;
  color: white;
}

/* line 1332, ../sass/screen.scss */
.info-publi a,
.info-publi a:link,
.info-publi a:active,
.info-publi a:visited {
  color: black;
  text-decoration: none;
}

/* line 1340, ../sass/screen.scss */
.info-publi a:hover {
  text-decoration: underline;
  color: white;
}

/* line 1346, ../sass/screen.scss */
h2.spip,
h3.spip {
  font-family: 'malcomsemilight';
  font-size: 1.2em;
  color: #36b7c1;
  margin-bottom: 1em;
  display: block;
  clear: left;
}

/* line 1356, ../sass/screen.scss */
h2.spip {
  color: #f08a00;
  font-size: 1.5rem;
}

/* line 1361, ../sass/screen.scss */
hr.spip {
  background-color: rgba(75, 75, 77, 0.3);
}

/* line 1365, ../sass/screen.scss */
strong {
  font-family: 'open_sanssemibold';
}

/* line 1369, ../sass/screen.scss */
.spip_poesie {
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 0.2em solid rgba(75, 75, 77, 0.3);
  color: #4b4b4d;
  display: inline-block;
  /* float: left;
  clear:right; */
  padding: .5em .5em;
  margin: 1em 0;
  line-height: 1.5em;
}

/* line 1381, ../sass/screen.scss */
.spip_poesie a:link,
.spip_poesie a:visited,
.spip_poesie a:active {
  color: #36b7c1;
  text-decoration: none;
}

/* line 1388, ../sass/screen.scss */
.spip_poesie a:hover {
  text-decoration: underline;
}

/* line 1392, ../sass/screen.scss */
table.spip {
  box-shadow: 0 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  clear: both;
}

/* line 1397, ../sass/screen.scss */
table.spip td,
table.spip th {
  padding: .5em .5em;
}

/* line 1402, ../sass/screen.scss */
table.spip th {
  font-family: 'open_sanssemibold';
}

/* line 1406, ../sass/screen.scss */
table.spip th,
table.spip td {
  border: none;
}

/* line 1411, ../sass/screen.scss */
a.spip_in:link,
a.spip_in:active,
a.spip_in:visited {
  text-decoration: none;
  color: #4b4b4d;
}

/* line 1418, ../sass/screen.scss */
a.spip_in:hover {
  text-decoration: underline;
}

/* line 1422, ../sass/screen.scss */
a:link,
a:active,
a:visited,
a.spip_out:link,
a.spip_out:active,
a.spip_out:visited,
a.spip_mail:link,
a.spip_mail:active,
a.spip_mail:visited {
  text-decoration: underline;
  color: #36b7c1;
}

/* line 1435, ../sass/screen.scss */
a:hover,
a.spip_out:hover,
a.spip_mail:hover {
  color: #4b4b4d;
  transition: all 0.4s ease-in-out;
}

/* line 1442, ../sass/screen.scss */
.texte p {
  text-align: justify;
  margin-bottom: 1em;
}

/* line 1447, ../sass/screen.scss */
input#session_email {
  border: 1px solid rgba(75, 75, 77, 0.3);
  width: 100%;
  margin: 0.8rem 0 1.8rem 0;
  display: block;
  background-color: transparent;
}

/* line 1455, ../sass/screen.scss */
input#session_email:focus {
  outline-style: none;
}

/* line 1459, ../sass/screen.scss */
.formulaire_newsletter label {
  display: none;
}

/* line 1463, ../sass/screen.scss */
.formulaire_newsletter .boutons input[type=submit] {
  background: white;
  color: #4b4b4d;
  border-radius: .2em .2em;
  -webkit-border-radius: .2em .2em;
  -webkit-appearance: none;
  padding: .5rem;
}

/* line 1472, ../sass/screen.scss */
.formulaire_newsletter .boutons input[type=submit]:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: black;
}

/* line 1477, ../sass/screen.scss */
.formulaire_newsletter .boutons {
  text-align: right;
  width: 100%;
}

/* line 1482, ../sass/screen.scss */
.reponse_formulaire {
  z-index: 200;
  position: relative;
  margin-top: -3.1rem;
  margin-bottom: 0;
  padding: .2rem;
  min-height: 3rem;
}

/* Formulaires de demande de contact et demande de soutien */
/* line 1493, ../sass/screen.scss */
.formulaire_spip {
  float: left;
  width: 100%;
}

/* line 1498, ../sass/screen.scss */
.formulaire_spip form {
  margin-bottom: 2rem;
}

/* line 1502, ../sass/screen.scss */
.formulaire_spip label {
  display: block;
}

/* line 1506, ../sass/screen.scss */
.formulaire_spip.formulaire_newsletter label {
  display: none;
}

/* line 1510, ../sass/screen.scss */
.formulaire_spip input[type],
.formulaire_spip textarea {
  border: 1px solid rgba(75, 75, 77, 0.3);
  border-radius: .33em;
  -webkit-appearance: none;
}

/* line 1517, ../sass/screen.scss */
.formulaire_spip input[type=radio] {
  margin: .6em 0 .6em 0;
  -webkit-appearance: radio;
}

/* line 1526, ../sass/screen.scss */
.formulaire_spip input[type=submit]:hover,
.formulaire_spip input[type=button]:hover,
.formulaire_spip input[type=submit]:focus,
.formulaire_spip input[type=button]:focus {
  color: white;
  background-color: rgba(54, 183, 193, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* line 1536, ../sass/screen.scss */
.formulaire_spip input[type=submit],
.formulaire_spip input[type=button] {
  color: rgba(255, 255, 255, 0.75);
  background-color: #36b7c1;
}

/* line 1542, ../sass/screen.scss */
.formulaire_spip input[type=text].mielpox {
  display: block;
  opacity: 0;
  margin: -4rem 0 2rem 0;
}

/* line 1548, ../sass/screen.scss */
.formulaire_spip input[type=text],
.formulaire_spip input[type=email] {
  max-width: 300px;
  width: 90%;
}

/* line 1554, ../sass/screen.scss */
.formulaire_spip textarea {
  height: 10em;
  width: 90%;
  max-width: 500px;
}

/* line 1560, ../sass/screen.scss */
form ul li {
  padding: .8em .8rem .8rem 0rem;
}

/* line 1564, ../sass/screen.scss */
label {
  font-family: 'malcomsemilight';
  font-size: 1.2em;
  color: #36b7c1;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1580, ../sass/screen.scss */
.form_infos {
  background-color: rgba(54, 183, 193, 0.5);
  border-radius: .33em;
  display: inline-block;
  margin-left: .3em;
  padding: .2em;
  animation: appear 1.5s;
}

/* line 1589, ../sass/screen.scss */
.required:after {
  display: inline-block;
  width: .4em;
  height: .4em;
  background-color: red;
  content: "";
  border-radius: 50%;
  margin-bottom: .7em;
}

/* line 1599, ../sass/screen.scss */
.description {
  font-size: .8em;
  font-style: italic;
  color: #4b4b4d;
}

/* line 1605, ../sass/screen.scss */
.formulaire_contact_entreprises label {
  display: block;
  min-width: 8em;
}

/*---- Formulaire inscription formations ----*/
/* line 1611, ../sass/screen.scss */
.formulaire_inscription_formation {
  float: left;
}

/* line 1615, ../sass/screen.scss */
.formulaire_inscription_formation label {
  display: inline-block;
  min-width: 15rem;
}

/* line 1620, ../sass/screen.scss */
.formulaire_inscription_formation .minimal > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.8em;
  width: -moz-calc(100% - 11em);
  width: -webkit-calc(100% - 11em);
  width: calc(100% - 11em);
  padding: 0 1.8em 0 .5em;
  border: 1px solid rgba(66, 66, 66, 0.4);
  background: transparent;
}

/* line 1632, ../sass/screen.scss */
.formulaire_inscription_formation .selectarrow {
  position: relative;
}

/* line 1637, ../sass/screen.scss */
.formulaire_inscription_formation .selectarrow::after {
  content: '';
  right: .8em;
  top: .3em;
  height: .6em;
  width: .6em;
  border-left: 2px solid rgba(66, 66, 66, 0.6);
  border-top: 2px solid rgba(66, 66, 66, 0.6);
  border-radius: .1em;
  position: absolute;
  pointer-events: none;
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}

/* line 1655, ../sass/screen.scss */
.formulaire_inscription_formation .selectarrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 300px;
  line-height: 1.6em;
  padding: 0 2em 0 .5em;
  background-image: none;
  border: 1px solid rgba(66, 66, 66, 0.4);
  border-radius: .4em;
  -ms-word-break: normal;
  word-break: normal;
}

/* line 1669, ../sass/screen.scss */
.formulaire_inscription_formation .formuligne {
  line-height: 2em;
  display: block;
}

/* line 1674, ../sass/screen.scss */
.formulaire_inscription_formation .formuligne input[type="text"],
.formulaire_inscription_formation .formuligne input[type="email"],
span.form_infos {
  line-height: 1.6em;
  padding-left: .5em;
  display: inline-block;
}

/* line 1682, ../sass/screen.scss */
.formulaire_inscription_formation .formuligne input[type="text"].mielpox {
  display: none;
}

/* line 1686, ../sass/screen.scss */
.formulaire_inscription_formation input[type="submit"] {
  margin: 1em 0 1em 0;
}

/* line 1690, ../sass/screen.scss */
.formulaire_erreur {
  -webkit-box-shadow: 0 0 .25em .1em red inset;
  -moz-box-shadow: 0 0 .25em .1em red inset;
  box-shadow: 0 0 .25em .1em red inset;
  background-color: rgba(215, 44, 44, 0.55);
  border-radius: .33em;
  display: inline-block;
  padding: .5em;
}

/* line 1700, ../sass/screen.scss */
.formulaire_ok {
  background-color: rgba(201, 210, 0, 0.5);
  -webkit-box-shadow: 0 0 0.25em 0.1em #c9d200 inset;
  -moz-box-shadow: 0 0 0.25em 0.1em #c9d200 inset;
  box-shadow: 0 0 0.25em 0.1em #c9d200 inset;
  border-radius: .33em;
  padding: .5em;
}

/* line 1709, ../sass/screen.scss */
.formulaire_erreur ul li {
  list-style: disc;
  list-style-position: initial;
  padding-left: 0em;
  margin-left: 2em;
}

/* --- Les erreurs en evidence clignotement --- */
/* line 1717, ../sass/screen.scss */
.formulaire_spip li.erreur input[type],
.formulaire_spip li.erreur select,
.formulaire_spip li.erreur textarea {
  border: 1px solid red;
  border-color: red;
  background-color: rgba(215, 44, 44, 0.55);
  -webkit-animation: clignote 1.5s infinite;
  animation: clignote 1.5s infinite;
}

@keyframes clignote {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes clignote {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*---- Style API Formations -----*/
/* Loader pour le chargement des résultats de l'API */
/* line 1764, ../sass/screen.scss */
.loader {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  z-index: 9999;
  background: url('../images/loader.gif?1476278499') 50% 50% no-repeat;
}

/* line 1774, ../sass/screen.scss */
.onglet {
  display: inline-block;
  margin-bottom: 1em;
  border: 1px solid rgba(75, 75, 77, 0.3);
  border-radius: .2em;
  padding: .5em;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}

/*--- Liste ---*/
/* line 1786, ../sass/screen.scss */
#divTrainingList {
  line-height: 1em;
}

/* line 1790, ../sass/screen.scss */
.tralist-result {
  margin-bottom: 1.7em;
}

/* line 1794, ../sass/screen.scss */
.tralist-title {
  font-family: 'open_sanssemibold';
  font-size: 1.1em;
}

/* line 1799, ../sass/screen.scss */
.tralist-title a:link,
.tralist-title a:active {
  color: #4b4b4d;
}

/* line 1804, ../sass/screen.scss */
.tralist-title a:visited {
  color: rgba(75, 75, 77, 0.3);
}

/* line 1808, ../sass/screen.scss */
.tralist-title a:hover {
  color: rgba(75, 75, 77, 0.5);
}

/* line 1812, ../sass/screen.scss */
.tralist-date {
  color: #f08a00;
  display: inline-block;
  margin-right: 1em;
}

/* line 1818, ../sass/screen.scss */
.tralist-place {
  color: #36b7c1;
  display: inline-block;
}

/* line 1823, ../sass/screen.scss */
.tralist-title:first-letter {
  text-transform: capitalize;
}

/* line 1827, ../sass/screen.scss */
.tralist-place,
.tralist-date,
.tralist-speakers,
.tralist-frames {
  margin-top: .4em;
}

/* line 1834, ../sass/screen.scss */
.tralist-frames {
  font-style: italic;
  color: rgba(75, 75, 77, 0.5);
}

/* line 1839, ../sass/screen.scss */
.tralist-date::before {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin-right: .5em;
  content: " ";
  background: url('../images/date.svg?1538573575') no-repeat center/contain;
}

/* line 1848, ../sass/screen.scss */
.tralist-place::before {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin-right: .5em;
  content: " ";
  background: url('../images/where.svg?1538572156') no-repeat center/contain;
}

/*--- Détails ---*/
/* line 1859, ../sass/screen.scss */
#divTraining {
  margin-bottom: 1rem;
}

/* line 1863, ../sass/screen.scss */
.tra-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.4rem;
}

/* line 1871, ../sass/screen.scss */
.tra-title,
.cc-exp-name {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==), url('../images/encart-gris.png?1603125931') no-repeat top right;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1))), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%), url('../images/encart-gris.png?1603125931') no-repeat top right;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1affffff', GradientType=0);
  /* IE6-8 */
  margin: 1.5em 0 1.5em 0;
  padding: .5em .5em;
  color: #4b4b4d;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  font-family: 'malcomregularregular';
  font-size: 1.5em;
  /*font-weight: bold;*/
  color: rgba(75, 75, 77, 0.5);
  display: inline-block;
  margin-top: .5em;
  width: 100%;
}

/* line 1903, ../sass/screen.scss */
.tra-date {
  color: #f08a00;
  display: inline-block;
  margin-right: 1em;
}

/* line 1909, ../sass/screen.scss */
.tra-date::before {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-right: 0.5em;
  margin-bottom: -.5rem;
  content: " ";
  background: url('../images/date.svg?1538573575') no-repeat center/contain;
}

/* line 1919, ../sass/screen.scss */
.tra-link {
  font-size: .8em;
  display: block;
  margin-top: 1em;
}

/* line 1925, ../sass/screen.scss */
.tra-title:first-letter {
  text-transform: capitalize;
}

/* line 1929, ../sass/screen.scss */
.tra-type {
  color: #4b4b4d;
}

/* line 1934, ../sass/screen.scss */
.tra-place {
  color: #36b7c1;
}

/* line 1938, ../sass/screen.scss */
.tra-place::before {
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  margin-right: 0.5em;
  margin-bottom: -.3rem;
  content: " ";
  background: url('../images/where.svg?1538572156') no-repeat center/contain;
}

/* line 1948, ../sass/screen.scss */
.tra-place.distanciel::before {
  display: inline-block;
  height: 1.4rem;
  width: 2rem;
  margin-right: 0.5em;
  margin-bottom: -.3rem;
  content: " ";
  background: url('../images/camera.svg?1665406683') no-repeat center/contain;
}

/* line 1958, ../sass/screen.scss */
.tra-context,
.tra-keywords,
.tra-frames,
.tra-subtitle,
.tra-objective,
.tra-speakers {
  margin-bottom: 1em;
}

/* line 1967, ../sass/screen.scss */
.tra-speakers {
  font-style: italic;
  font-family: 'open_sanssemibold';
}

/* line 1972, ../sass/screen.scss */
.tra-subtitle {
  margin-top: 1em;
  font-size: 1.4em;
  color: #f08a00;
}

/*--- Listes des experts ---*/
/* line 1980, ../sass/screen.scss */
.cc-searchbox {
  display: inline-block;
  border-radius: 0.3em;
  width: 17em;
  background: #36b7c1;
  margin-bottom: 1.2em;
  -webkit-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
  box-shadow: 1px 2px 6px rgba(75, 75, 77, 0.5);
}

/* line 1991, ../sass/screen.scss */
#cc-searchterm {
  width: 13em;
  border: none;
  border-radius: 0.3em;
  margin-left: .15em;
  outline: none;
}

/* line 1999, ../sass/screen.scss */
span.cc-exp-search-label,
span.cc-tra-search-label {
  width: 4em;
  color: white;
  font-family: 'malcomregularregular';
  font-size: 1.2em;
}

/* line 2007, ../sass/screen.scss */
.cc-itemBox {
  margin-bottom: 1em;
}

/* line 2011, ../sass/screen.scss */
.cc-explist-full_name {
  font-weight: bold;
}

/*--- Detail d'un expert---*/
/* line 2017, ../sass/screen.scss */
.cc-section {
  margin: .8em 0 .8em 0;
}

/* line 2021, ../sass/screen.scss */
.cc-section ul {
  margin-left: 1em;
}

/* line 2025, ../sass/screen.scss */
.cc-section h3 {
  font-family: 'malcomregularregular';
  font-size: 1.2em;
  margin-bottom: .5em;
  color: #36b7c1;
}

/* line 2032, ../sass/screen.scss */
.cc-section ul li {
  list-style-type: none;
  color: #4b4b4d;
  background-image: url('../images/boulette_foncee.svg?1476278499');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

/* line 2042, ../sass/screen.scss */
.cc-exp-level {
  color: rgba(75, 75, 77, 0.5);
  font-style: italic;
}

/* line 2047, ../sass/screen.scss */
.cc-exp-level::before {
  content: " - ";
}

/* --- Modele temoignages (experts) --- */
/* line 2055, ../sass/screen.scss */
.temoignages {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1, 5rem;
}

/* line 2061, ../sass/screen.scss */
.temoignage {
  display: flex;
  flex-flow: column nowrap;
  margin: .5rem;
  padding: .75rem;
  background-color: rgba(54, 183, 193, 0.25);
  color: #4b4b4d;
  border-radius: .4rem;
}

/* line 2071, ../sass/screen.scss */
.resume {
  display: flex;
  flex-flow: row nowrap;
}

/* line 2076, ../sass/screen.scss */
.resume h1 {
  font-family: 'malcomregularregular';
  font-size: 1.4rem;
  font-weight: bold;
  color: #36b7c1;
  margin-left: 1rem;
}

/* line 2084, ../sass/screen.scss */
.resume ul.spip {
  margin: .5rem 0 .5rem 1rem;
}

/* line 2088, ../sass/screen.scss */
.resume img.spip_logo {
  width: 100%;
  max-width: 8rem;
  height: auto;
  object-fit: cover;
  margin: 0;
  border-radius: 1rem;
}

/* line 2097, ../sass/screen.scss */
.resume .descriptif input[type="checkbox"] {
  display: none;
}

/* line 2101, ../sass/screen.scss */
.details {
  margin-top: -1.2rem;
  border: 1px solid #36b7c1;
  border-radius: 1rem;
  padding: 1.5rem .5rem .5rem .5rem;
}

/* line 2108, ../sass/screen.scss */
.details h3.spip {
  margin-left: 1rem;
  font-style: italic;
}

/* line 2113, ../sass/screen.scss */
.temoignage input[id^="voir"]:checked + label + div.details {
  display: none;
  transition: all 1s ease-in-out;
}

/* line 2118, ../sass/screen.scss */
.temoignage input + label:after {
  content: "\025BE";
}

/* line 2122, ../sass/screen.scss */
.temoignage input:checked + label:after {
  content: "\025B8";
}

/* line 2126, ../sass/screen.scss */
.temoignage label {
  background-color: #36b7c1;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  font-size: 1.2rem;
  display: block;
  width: 12rem;
  padding: .4rem;
  margin-top: .5rem;
  cursor: pointer;
  z-index: 10;
}

/* line 2139, ../sass/screen.scss */
table.spip td,
.slice.focus-region p {
  color: #333;
}
