/*
#@squelettes/cssjs/cae-archipel.scss
*/
@charset "UTF-8";
/* reset general */
:link, :visited {
  text-decoration: none;
  outline: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  font-style: normal;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
p {
  margin-bottom: 0.5em;
}
@font-face {
  font-family: "helvetica-light-webfont";
  src: url('https://www.archipel-cae.org/squelettes/fonts/helvetica-light-webfont.eot');
  src: url('https://www.archipel-cae.org/squelettes/fonts/helvetica-light-webfont.eot?#iefix') format("embedded-opentype"), url('https://www.archipel-cae.org/squelettes/fonts/helvetica-light-webfont.woff') format("woff"), url('https://www.archipel-cae.org/squelettes/fonts/helvetica-light-webfont.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* variables scss */
/* coins arrondis */
body {
  font-family: "helvetica-light-webfont", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}
/* liens en général */
a {
  color: #FF8400;
}
a:hover, a.on {
  color: #404040;
}
/* liens sortants */
.spip_out {
  padding-right: 12px;
  background: url('https://www.archipel-cae.org/squelettes/img/lien_externe.gif') right no-repeat;
  margin-right: 5px;
}
.spip_out2 {
  padding-right: 0;
  background: none;
}
.filet_sep_0 {
  background: none;
  height: 20px;
  float: left;
  clear: both;
  width: 100%;
  border: 0;
}
::-webkit-input-placeholder {
  color: #abaaaa;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:-moz-placeholder {
  color: #abaaaa;
  opacity: 1;
}
::-moz-placeholder {
  color: #abaaaa;
  opacity: 1;
}
:focus::-moz-placeholder {
  color: transparent;
}
:-ms-input-placeholder {
  color: #abaaaa;
  opacity: 1;
}
.spacer {
  width: 100%;
  height: 1px;
  border: 0;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* container global */
#wrapper {
  height: auto;
  min-width: 320px;
  max-width: 960px;
  margin: 2em auto 0 auto;
}
@media only screen and (max-width: 360px) {
  #wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  #wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 960px) {
  #wrapper {
    width: 95%;
  }
}
/* bandeau haut */
#bandeau {
  padding: 0;
  margin: 1em 0 1.5em 0;
  position: relative;
  float: left;
}
@media only screen and (max-width: 360px) {
  #bandeau {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  #bandeau {
    width: 100%;
    margin: 0 auto 1em auto;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau {
    width: 100%;
  }
}
#bandeau .logo {
  float: left;
}
@media only screen and (max-width: 360px) {
  #bandeau .logo {
    width: 98%;
    text-align: center;
    opacity: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  #bandeau .logo {
    width: 98%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  #bandeau .logo {
    width: 63%;
  }
}
#bandeau .logo-small {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 360px) {
  #bandeau .logo-small {
    width: 100%;
    text-align: center;
    opacity: 1;
    display: block;
    margin: 1em auto 0 auto;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  #bandeau .logo-small {
    width: 100%;
    margin: 0 0 0 1em;
  }
}
#bandeau .logo img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 360px) {
  .slogan-site {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  .slogan-site {
    display: none;
  }
}
/*** menu ***/
#menutop {
  list-style: none;
  margin-bottom: 0.2em;
  width: 100%;
  float: left;
  position: relative;
  float: left;
}
@media only screen and (max-width: 360px) {
  #menutop {
    width: 33px;
    height: 27px;
    background: white url('https://www.archipel-cae.org/squelettes/img/menu.png') left top no-repeat;
    position: absolute;
    top: -25px;
    left: 8px;
    z-index: 1200;
    cursor: pointer;
  }
}
#menutop li {
  width: auto;
  float: left;
  margin-right: 0.2em;
}
@media only screen and (max-width: 360px) {
  #menutop li {
    display: none;
    width: 200px;
    float: left;
    position: relative;
    top: 27px;
  }
}
#menutop li a {
  display: block;
  float: left;
  width: auto;
  color: #000;
  background-color: #cfd1d2;
  padding: 0.3em 1.7em;
  width: auto;
}
#menutop li a:hover {
  color: #fff;
  background-color: #404040;
}
#menutop li a.on {
  color: #fff;
  background-color: #404040;
}
@media only screen and (max-width: 360px) {
  #menutop li a {
    padding: 0.4em 1em;
    width: 84%;
  }
}
/*** container general ***/
#main {
  float: left;
  position: relative;
}
@media only screen and (max-width: 360px) {
  #main {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  #main {
    width: 100%;
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  #main {
    width: 100%;
  }
}
/*** premiere col ***/
.first-column {
  float: left;
}
@media only screen and (max-width: 360px) {
  .first-column {
    width: 90%;
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  .first-column {
    width: 90%;
    margin: 0 0 0 2em;
  }
}
@media only screen and (min-width: 960px) {
  .first-column {
    width: 70%;
  }
}
/*** contenu article ***/
.texte {
  float: left;
  margin-top: 1em;
  width: 86%;
  padding: 0 2em;
  line-height: 1.4;
}
.texte h3 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
.texte ul li {
  margin: 0 0 0.2em 1em;
  list-style: disc;
}
.intro-texte {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 360px) {
  .intro-texte {
    font-size: 1.1em;
  }
}
/*** deuxieme col ***/
.second-column {
  float: left;
}
@media only screen and (max-width: 360px) {
  .second-column {
    width: 90%;
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  .second-column {
    width: 90%;
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .second-column {
    width: 29%;
  }
}
.bloc-reunion {
  position: relative;
  width: 282px;
  height: 375px;
  margin: 0 auto 1.5em auto;
  background: transparent url('https://www.archipel-cae.org/squelettes/img/fond-date-container.png') no-repeat 0 0;
}
@media only screen and (max-width: 360px) {
  .bloc-reunion {
    margin: 0 auto 1em auto;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  .bloc-reunion {
    margin: 0 auto 1em auto;
  }
}
.bloc-reunion h3 {
  font-size: 1.2em;
  font-weight: normal;
}
.bloc-part {
  float: left;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 360px) {
  .bloc-part {
    margin-bottom: 7em;
  }
}
.bloc-part a {
  display: block;
  margin-bottom: 0.1em;
}
.bloc-part img {
  text-align: center;
}
.bloc-reunion-content {
  padding: 1em;
  float: left;
}
.date-reunion {
  display: block;
  width: 257px;
  height: 96px;
  cursor: pointer;
  margin: 1em 0;
  position: relative;
  background: transparent url('https://www.archipel-cae.org/squelettes/img/fond-date.png') repeat-x 0 0;
  color: #000;
}
.date-reunion .date-jour {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 2.5em;
}
.date-reunion .date-mois {
  position: absolute;
  top: 40px;
  left: 120px;
  font-size: 1.2em;
}
.lien-inscription {
  float: left;
  margin-top: 1em;
  margin-left: 180px;
  font-size: 0.9em;
  color: #FF8400;
}
/*** footer ***/
.footer {
  width: 100%;
  margin-top: 2em;
  float: left;
  background: #FF8400;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a.on {
  color: #cfd1d2;
}
.footer-actus {
  background: #FF8400;
  padding: 1em;
  min-height: 100px;
}
.footer-actus h4 {
  width: 70%;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  border-bottom: 1px solid;
}
.footer-actus .carte-pays {
  float: right;
  margin-top: -200px;
}
@media only screen and (max-width: 360px) {
  .footer-actus .carte-pays {
    float: left;
    margin: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 959px) {
  .footer-actus .carte-pays {
    float: right;
    margin: 0;
  }
}
.actus {
  width: 68%;
  float: left;
  font-size: 1em;
  padding: 0.5em;
}
.actus h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.3em 0;
}
.actus img {
  float: left;
  margin-right: 0.5em;
}
.actus .txt-actus {
  font-size: 0.8em;
}
.footer-liens {
  background-color: #666;
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  float: left;
}
.footer-liens-content {
  padding: 0.5em 1em;
}
/*** flexslider ***/
.flexslider {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  border: 0;
  margin: 0;
  max-width: 638px;
  overflow: hidden;
}
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  right: 5px;
  z-index: 1000;
  text-align: right;
}
.flex-control-paging li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: #404040;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #FF8400;
}
.flex-control-paging li a.flex-active {
  background: #FF8400;
  cursor: default;
}
/* tables spip */
table.spip {
  width: 100%;
  height: auto;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.spip td {
  padding: 0.5em;
  width: 50%;
}
/* formulaire spip inscription  */
#main .formulaire_formidable {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  position: relative;
  /* select date infocols */
}
#main .formulaire_formidable div {
  width: 100%;
  margin: 0 0 0.5em 0;
  float: left;
  clear: left;
  list-style: none;
}
#main .formulaire_formidable label {
  width: 90%;
  color: #000;
  display: block;
  float: left;
  clear: left;
}
#main .formulaire_formidable input {
  width: 90%;
  border: 1px solid #abaaaa;
  padding: 0.2em 0.5em;
}
#main .formulaire_formidable .text, #main .formulaire_formidable textarea {
  float: left;
  clear: both;
  width: 90%;
  font-size: 1.2em;
  border: 1px solid #abaaaa;
  padding: 0.2em 0.5em;
}
#main .formulaire_formidable p.explication {
  margin: 0;
  position: relative;
  top: 0.2em;
  font-size: 0.8em;
  color: gray;
}
#main .formulaire_formidable .submit {
  width: auto;
  padding: 3px 6px;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  background-color: #FF8400;
  border: 0;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main .formulaire_formidable .largeurselect {
  width: 90%;
  margin-top: 2px;
  float: left;
  clear: both;
  color: #615D43;
  font-size: 1.1em;
  border: 1px solid #abaaaa;
  padding: 0.2em 0.5em;
}
#main .reponse_formulaire_ok, #main .reponse_formulaire_erreur {
  font-size: 1.1em;
  color: #404040;
  font-weight: bold;
}
#main .reponse_formulaire_erreur, .erreur_message {
  color: red;
}
/**** liste entr ***/
#main .liste-entrepreneurs {
  min-height: 350px;
}
#main .liste-entrepreneurs li {
  padding: 0.5em 0;
  list-style: none;
  border-bottom: 1px dotted #404040;
  font-size: 0.9em;
}
#main .liste-entrepreneurs li .plus {
  font-size: 1em;
  font-weight: normal;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #FA8438;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E05700), to(#FA8438));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #E05700, #FA8438);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #E05700, #FA8438);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #E05700, #FA8438);
  /* IE10 */
  background-image: -o-linear-gradient(top, #E05700, #FA8438);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #E05700, #FA8438);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#E05700", EndColorStr="#FA8438");
  line-height: 9px;
  color: #fff;
  padding: 0.1em;
  margin-right: 0.3em;
  margin-top: 0.2em;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  text-align: center;
}
#main .liste-entrepreneurs li h4 {
  font-size: 1.2em;
  cursor: pointer;
}
#main .liste-entrepreneurs li h4:hover {
  color: #FF8400;
}
#main .liste-entrepreneurs li h5 {
  font-size: 1em;
  padding-left: 1.8em;
}
#main .liste-entrepreneurs li .cat {
  display: none;
}
#main .liste-entrepreneurs li .logoannu {
  float: right;
  display: block;
}
#main .liste-entrepreneurs li .lineadd {
  padding-left: 1.8em;
}
#main .liste-entrepreneurs li .spacer {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  padding: 0;
  margin: 0.3em 0;
}
#main .liste-entrepreneurs li a {
  color: #FF8400;
}
