/* CSS Document */
@viewport {
  width: device-width;
  zoom: 1;
}


@media screen and (min-width: 1200px) /*extra large screen desktop*/{
  .conteneur1{
/*width: 100%;*/
min-width: 1201px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) /*desktop*/{
.conteneur1{
/*width: 100%;*/
max-width: 1198px;
}
}

@media screen and (min-width: 992px) and (max-width: 1023px) /*laptop*/{
.conteneur1{
/*width: 100%;*/
max-width: 1022px;
}
}


@media screen and (min-width: 768px) and (max-width: 991px) /*tablet*/{
.conteneur1{
/*width: 90%;*/
max-width: 990px;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) /*smartphone landscape*/{
.conteneur1{
/*width: 77%;*/
max-width: 766px;
}
}

@media screen and (min-width: 375px) and (max-width: 575px) /*smartphone landscape*/{
.conteneur1{
/*width: 77%;*/
max-width: 574px;
}
}

@media screen and (max-width: 374px) /*smartphone portrait*/{
.conteneur1{
/*width: 58%;*/
max-width: 373px;
}
}


html {
    background-color: #ffffff;
    font-size:62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
    left: 0rem;
    top: 0rem;
    z-index: 0;
    position: absolute;
    background-position: right 50% top 0rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
    /*min-width: 32rem;*/
    min-height:100%;
    min-width:100%;
    width:auto;
    height:auto;
    font-family: helvetica; /* tahoma*/
    color: #5e5d5d;/*  #181818 #3a0101 */
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    -webkit-background-size: calc(100vw);
    -moz-background-size: calc(100vw);
    -o-background-size: calc(100vw);
    background-size: calc(100vw);
  }
#fond {
    background-color: rgba(255, 255, 255, 0);
    background-position: right 50% top 0rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    margin : 0 auto;
    height:auto;
    width:100%;
    font-family: helvetica;
    color: #5e5d5d;/*  #181818 #3a0101 */
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    -webkit-background-size: calc(100vw);
    -moz-background-size: calc(100vw);
    -o-background-size: calc(100vw);
    background-size: calc(100vw);
    z-index: 1;
}
/*.container {
  max-width: unset;
}*/
.conteneur1{
    background-color: rgba(255, 255, 255, 0.5);/* rgba(255,255, 255, 1);  rgba(255, 165, 0, 0.5); */
    background-position: center;
    background-position:right 50%;
    margin : 0 auto;
    width: 100%;
    max-width: 100rem;
    text-align: justify;
    z-index: 2;
    box-shadow: 1rem 2rem 3rem rgba(248, 61, 3, 0.4);  /* 0.1rem -0.1rem 1rem rgb(161, 179, 182) */
  }
#bas { /* footer */
    width: 100%;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
    font-family: helvetica;
    color: #d5441c; /*  #db3507 */
    font-size: 1.2rem; /* 1.4rem */
    line-height: 120%;
    text-decoration: none;
}
#bas>a, a:link, a:visited, a:active, a:hover {
    font-family: helvetica;
    color: #d5441c; /*  #db3507 */
    font-size: 1.2rem; /* 1.4rem */
    text-decoration: none;
}

.marges {
    margin-left: 1%; /* 1.5rem */
    margin-right: 1%; /* 1.5rem */
    z-index: 3;
}
.bord_haut {
    margin-top: 3rem;
    z-index: 3;
  }
.bord_int {
    padding: 1.5rem;
    z-index: 3;
  }

/* STYLES TEXTES */
.txt { /*  texte global */
    font-family: helvetica;
    color:#5e5d5d;/*  #181818 #3a0101 */
    font-size: 1.8rem;
    line-height: 150%;
    text-align: justify;
}
.txtXs { /*  texte global */
    font-family: helvetica;
    color: #5e5d5d;/* #3a0101 */
    font-size: 1.2rem;
    line-height: 150%;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    color: #db3507; /* #d5441c  #f6704b */
}
.txtNav { /*  texte global */
    font-family: helvetica; /* tahoma*/
    color:#db3507; /* #d5441c  #f6704b  #3a0101 */
    font-size: 1rem; /* 1.5rem */
    line-height: 120%; /* 150% */
    text-align: justify;
}
.txtPPP { /*  texte global */
    font-family: helvetica; /* tahoma*/
    color: #db3507; /* #d5441c  #3a0101 */
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
}

/* COULEURS */
.text_jaune{
    color: #ff9800;/* #ffa500 */
}
.text_orange{
  color: #db3507; /* #d5441c */
  }
.text_Medi {
  color:#26C4EC;
  text-align: center;
  }
.text_Para{
    color:#FD6C9E;
    text-align: center;
    }
.text_Alter{
    color:goldenrod;
    text-align: center;
    }
.bg_Medi{
    background: #26C4EC;
    color:FFF;
  }
.bg_Para{
    background: #FD6C9E;
    color:FFF;
  }
.bg_Alter{
    background: goldenrod;
    color:FFF;
  }
.dégradé-vr{
      background: linear-gradient(#8b0000, white, white, white, white);
      opacity: 0.5;
  }
.dégradé-vy{
      background: linear-gradient(#ffa500, white, white, white, white);
      opacity: 0.5;
  }
.dark-yellow{
      background: #ff9800;/* #F0C300 #ff9800 couleur logo #ffa500=rgb(255,165,0) */
  }
.dark-red{
      background: #3a0101;
  }
.color1{
    background: #580800;
  }
.color2{
    background: #e4978f; /* #ea7468 */
  }
  
  /* $Mahogany : #620808;
  $AppleBlossom : #a53f3f;
  $GoldenSand : #f4ce74;
  $EggWhite : #ffe9c1;
  $OrangeRoughy : #d5441c; */
  
  .orange-doux{
    background: rgba(241, 200, 195, 1); /* #f1c8c3=rgb(241, 200, 195) #e4978f=rgb(228, 151, 143) #ea7468 */
  }
  .neutre{
    background: #ccc;
  }
  .mahogany{
    background: #620808;
    color: #f4ce74;
  }
  .appleBlossom {
    background: #a53f3f;
    color: #ffe9c1;
  }
  .goldenSand {
    background: #f4ce74;
    color: #620808;
  }
  .eggWhite {
    background: #ffe9c1;
    color: #d5441c;
  }
  .orangeRoughy {
    background: #d5441c;
    color: #ffe9c1;
  }
  .rosePara{
    background: #FD6C9E;
    color: #f0c1d1;
  }

/* HYPERLINKS */
a, a:link, a:visited, a:active, a:hover {
    font-family: helvetica;
    color:#181818;/* #3a0101 */
    font-size: 1.8rem;
    line-height: 150%;
    text-decoration: none;
  }
a:active {
    font-weight: bold;
  }
a:hover {
    color: #ff9800; /* #ffa500 #d5441c */
    font-weight: bold;
  }

/* ANCRES */
.button { /* ANCRE : en savoir plus, Valider...*/
    font-family: Open Sans;
    background-color: rgba(255, 255,255, 1); /* #ccff00 #4B0082 = rgba(75,0,130,0.35) */
    color: #ff9800; /* #0F056B #23003D */
    font-size: 1.5rem;
    border-radius: 0.5rem;
    border: 0.15rem solid #ff9800; /*  rgba(248, 61, 3, 1) #008080 #aaffff */
    width: 20rem;
    max-width:100%;
    vertical-align: text-bottom;
    text-align:center;
}
.button>a {
    text-decoration: none;
    background-color: rgba(255, 255,255, 1);
    color:#ff9800;
}
a>.button {
    text-decoration: none;
    background-color: rgba(255, 255,255, 1);
    color:#ff9800;
}
.button:hover,.button>a:hover {
    text-decoration: none;
    background-color: #ff9800;
    color:#fff;
}

.buttonNav, .buttonNav2, .button1, .buttonIndex, .btnMediTransp,.btnMediFull,.btnParaTransp,.btnParaFull,.btnAlterTransp,.btnAlterFull, .buttonPublic {
    width:14rem;
    max-width:100%;
    background-color: rgba(255, 255,255, 0); /* #ccff00 #4B0082 = rgba(75,0,130,0.35) */
    border-radius: 0.5rem;
    border: 0.1rem solid #db3507; /* #d5441c */
    text-align:center;
    vertical-align: middle;
    font-family: helvetica; /* Open Sans */
    color:#db3507; /* #d5441c #ff9800 */
    font-size: 1.4rem;
    line-height: 150%;
    text-decoration: none;
    font-weight: bold;
}
.buttonNav2 {
    width:20rem;
    font-size: 1.1rem;
    border: 0rem;
    font-weight: normal;
}
.buttonIndex {
    width: 13rem; /* 20rem */
    background-color: rgba(255, 255,255, 0.90);
    font-size: 1.3rem; /* 1.8rem */
}
.buttonPublic {
    width:20rem;
    font-size: 1.1rem;
    border: 0rem;
    font-weight: normal;
}
.button1, .btnMediTransp,.btnMediFull,.btnParaTransp,.btnParaFull,.btnAlterTransp,.btnAlterFull { /* INDEX */
    width: 20rem;
    background-color: rgba(255, 255,255, 0.90);
}
.buttonNav:hover, .buttonNav2:hover, .button:hover, .button1:hover, .buttonIndex:hover {
    background-color: #ff9800;
    border: 0.15rem solid #fff;
    color:#fff;
}
.buttonPublic:hover {
    background-color: rgba(255, 255,255, 0);
    border: 0.15rem solid #fff;
    color:#ff9800;
}
.btnMediTransp {
    width:100%;
    font-size: 2rem;
    border: 0.01rem solid#fff;
    color:#26C4EC;
  }
.btnMediFull {
    max-width:100%;
    font-size: 1.8rem;
    background-color: #26C4EC;
    border-radius: 0.2rem;
    border: 0.15rem solid #26C4EC;
    color:#FFF;
    font-weight: normal;
  }
.btnParaTransp {
    width:100%;
    font-size: 2rem;
    border: 0.01rem solid#fff;
    color:#FD6C9E;
  }
.btnParaFull {
    max-width:100%;
    font-size: 1.8rem;
    background-color: #FD6C9E;
    border-radius: 0.2rem;
    border: 0.15rem solid #FD6C9E;
    color:#FFF;
    font-weight: normal;
  }
.btnAlterTransp {
    width:100%;
    font-size: 2rem;
    border: 0.01rem solid#fff;
    color:goldenrod;
  }
.btnAlterFull {
    max-width:100%;
    font-size: 1.8rem;
    background-color: goldenrod;
    border-radius: 0.2rem;
    border: 0.15rem solid goldenrod;
    color:#FFF;
    font-weight: normal;
}
.btn-form {/* CONTACT FORM */
    width: 100%;
    max-width: 20rem;
    background-color: #ff9800; /* #f6704b */
    border-radius: 0.5rem;
    border: 0.25rem solid #ff9800;
    text-align:center;
    vertical-align: middle;
    font-family: helvetica;
    color:#fff;
    font-size: 1.8rem;
    line-height: 150%;
    text-decoration: none;
    font-weight: normal;
  }
.btn-form:hover {
    background-color: rgba(255, 255,255, 0);
    color:#ff9800;
    font-weight: bold;
  }
label {
      font-family: sans-serif;
      font-size: 1.5rem;
      color:#f6704b;
      font-weight: bold;
  }
select {
      font-size: 1.3rem;
      padding: 0.2rem 0.5rem;
  }

/* CADRES */
.rond, .rondPoleMedi,.rondPolePara,.rondPoleAlter, .rondMedi,.rondPara,.rondAlter {
    overflow: hidden;
    width: 15rem;/* 20rem */
    height: 15rem;/* 20rem */
    border-radius: 100% 100% 100% 100%;
    -webkit-border-radius:12rem;
    -moz-border-radius: 50%;
    background-color: rgba(255, 255,255, 0);/* #1AE5E2 #FCEC4F rgba(255,210,28,1) #FFB856 #ff9800 #ffa500 */
    border-image: none;
    border-color: #FFF;
    border-style: solid;
    border-width: 0.1rem; /* 0.05rem */
    /* color:#d5441c; #f6704b #ea7468 #d05f53 #b94d41 #a93f33  #9a3024 #620808 */
    text-align: center;
    vertical-align: middle;
    position: center;
    position:right 50%;
}
.rondPoleMedi {
border-color: #26C4EC;
color:#26C4EC;
}
.rondPolePara {
border-color: #FD6C9E;
color:#FD6C9E;
}
.rondPoleAlter {
border-color:goldenrod;
color:goldenrod;
}
.rondMedi {    
border-color: #26C4EC;
color:#26C4EC;
}
.rondPara {
border-color: #FD6C9E;
color:#FD6C9E;
}
.rondAlter {
border-color: goldenrod;
color: goldenrod;
}

.rond>img {
      height: 100%;
      width: 100%;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: auto;
    }
.rectImg{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 18.75rem; /* 300px = 18.75rem */
    max-height: 12.5rem; /* 200px = 12.5rem */
    text-align: center;
    vertical-align: middle;
    position: center;
    position:right 50%;
    padding:0rem;
    margin:0rem;
}
.framIndex{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 29rem;/* 30rem */
    max-height: 41.4rem;/* 50rem  */
    text-align: center;
    vertical-align: middle;
    position: center;
    position:right 50%;
    padding:0rem;
    margin:0rem;
}
.framAccueil{
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 21rem;
  max-height: 30rem;
  text-align: center;
  vertical-align: middle;
  position: center;
  position:right 50%;
  padding:0rem;
  margin:0rem;
}
.cadre{
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    border-color: #3a0101;
    border-style: solid;
    border-width: 0.1rem;
    text-align: center;
    vertical-align: middle;
    position: center;
    position:right 50%;
    padding:0rem;
    margin:0rem;
}

.accordion, .accordion-item, .accordion-header, .accordion-button, .accordion-collapse,.accordion-body {
    border: 0rem solid #fff;
    padding: 0rem;
    margin: 0rem;
}


.float_L{
    float:left;
    margin:1rem;
    margin-right:1rem;
}
.float_R{
    float:right;
    margin:1rem;
    margin-left:1rem;
    
}
/* ACCORDION */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffa500;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

ul{/* &rarr; flèche */
    list-style-type: none;
}
ul,li{
    /* display: inline; */
    line-height: 150%;
    padding:0.05rem 0rem;
    padding-left:0rem;
    margin:0rem;
}
