
body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #626262;
    background-color: #F6F6F6; /*#efeded*/
    /*width: 1024px;*/
    width: 100%;
}

.inner {
    margin: auto;
    max-width: 864px;
    padding: 0 58px 0 58px;
}

.inner45 {
    margin: auto;
    max-width: 1280px;
}

.pointilles {
    /*background-image: url("../images/pointilles.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    height: 5px;*/
    width: 100%;
    border-bottom:5px dotted #D5CDD3;
}

.noscript_box {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #fff4c9;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

section, nav, header, footer {
    display: block;
}

/******* HEADER *******/
header {
    /*background-color:#313131;*/
    background-color: #F9F9F9;
    min-height: 50px;
    /*border-bottom:1px solid #f6f6f7;*/
    border-bottom: 1px solid #d5CDD3;
    color: #989898;
    width: 100%;
}

header.header-mb {
    border-bottom: solid 1px #A0A0A0;
}

#petitlogo {

    /*padding: 0 20px;*/
    float: left;
}

#petitlogo a {
    display: block;
    height: 100%;
}

#petitlogo img {
	margin:10px 5px;
    max-height:50px;
    width:auto;
}

/* Bootstrap screen-md-max ---------- */
@media only screen and (max-width: 767px) {

    #petitlogo {
        height: 50px;
        width: 30%;
        padding: 0;
    }

    #petitlogo a {
        padding: 0 10px;
        line-height: 60px;
    }

    #petitlogo img {
        margin-top: 2px 0;
        max-height:30px;
    }
}

header nav {
    text-align: right;
    font-size: 20px;
}

/* Bootstrap screen-sm-max ---------- */
@media only screen and (max-width: 767px) {

    header {
        min-height: 45px;
    }

    header nav {
        float: right;
        width: 70%;
    }
}

#fullblockconnect {
    float: right;
}

#fullblockconnect ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#fullblockconnect li {
    height: 70px;
}

header nav > ul:before, nav > ul:after, .inner45:before, .inner45:after {
    display: table;
    content: "";
}

header nav > ul:after, .inner45:after {
    clear: both;
}

header nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: -1px;
}

header nav > ul > li > a {
    display: inline-block;
    padding: 0 15px;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 18px;
    line-height: 49px;
}

header nav > ul > li > a:last-child {
    padding-left: 0;
}

header nav > ul > li > .btn-group {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}

header nav > ul > li > .btn-group button {
    width: 100%;
}

/* Bootstrap screen-sm-max ---------- */
@media only screen and (max-width: 767px) {

    header nav > ul > li > a:first-child {
        padding: 5px 5px 5px 15px;
        font-size: 14px;
        max-width: 126px;
        text-align: left;
        vertical-align: middle;
        line-height: 1.2;
    }

    header nav > ul > li > .btn-group {
        margin: 5px;
        font-size: 14px;

    }

    header nav > ul > li > .btn-group button {
        padding: 4px 12px;
    }

    header nav > ul > li > a:last-child {
        padding-right: 10px;
    }
}

header nav > ul > li > a:hover {
    color: #fff;
}

header nav > ul > li.btconnecton > a:hover {
    color: #313131;
}

header nav > ul > li img {
    vertical-align: middle;
}

.btconnect {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #989898;
    cursor: pointer;
}

header nav .btconnect {
    height: 16px;
    border: none;
}

#fullblockconnect li a {
    padding-bottom: 17px;
    padding-top: 35px;

}

#fullblockconnect li a img {
    vertical-align: middle;
}

.btconnect:hover, #choix_langue a:hover {
    color: #fff;
    background: #97BF0D;
}

/*.btconnecton{
	border-top:1px solid #fff;	
	border-bottom: 1px solid #fcfcfc;	
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;		
	background-color:#ffffff;
	color:#313131;
}*/

.btconnecton {
    border-top: 1px solid #D5CDD3;
    border-bottom: 1px solid #F6F6F6;
    border-left: 1px solid #D5CDD3;
    border-right: 1px solid #D5CDD3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #F6F6F6;
    color: #401235;
    margin-right: 10px;
}

/* Bootstrap screen-sm-max ---------- */
@media only screen and (max-width: 767px) {
    .btconnecton {
        margin-top: 5px;
    }
}

.btconnecton a {
    color: #800b62;
}

.btconnecton .dropdown-menu {
    /*left: -50%;*/
    /*margin-top: 10px;*/
}

.btconnecton-mb {
    border: solid 1px #A0A0A0;
    border-bottom: none !important;
    float: right;
}

#accroche {
    background: #d6d4d4 url(../images/degrade_haut.jpg) repeat-x;
    border-bottom: 1px solid #b3b2b2;
    height: 448px;
}

#accroche .left {
    float: left;
    padding: 60px 0 0 0px;
    width: 355px;
    font-size: 14px;
}

#accroche .visuel {
    float: right;
    padding-top: 35px;
    padding-right: 20px;
    width: 525px;
}

#accroche h1 {
    font-size: 32px;
    color: #313131;
    line-height: 38px;
    margin-bottom: 40px;
    text-shadow: 0 1px 1px #fff;
}

#accroche h2 {
    font-size: 24px;
    color: #313131;
}

.visuel p {
    margin: 15px 0;
    font-size: 14px;
}

#accroche .btgreen {
    width: 270px;
    margin: 10px 0 10px;
}

#content {
    border-bottom: 1px solid #cccccc;
}

#content .inner45 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
}

#about {
    float: left;
    width: 380px;
    padding: 0 20px 0 0;
}

#about p {
    margin: 20px 0;
    font-size: 12px;
    line-height: 14px;
}

#about a {
    color: #505050;
    text-decoration: none;
}

#about a:hover {
    text-decoration: underline;
}

.right {
    float: right;
    width: 545px;
}

#about li {
    line-height: 14px;
}

.bulle_vincod {
    background-color: #2ba0ff;
    border: 1px solid #2ba0ff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bulle_vincod img {
    float: left;
    margin-right: 15px;
}

.reference {
    float: left;
    margin: 0 10px 10px 0;
}

a.btgreen {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #97bf0d;
    border: 1px solid #85a80b;
    padding: 10px 20px;
    line-height: auto;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px #313131;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer {
    background-color: #F6F6F6;
    padding: 20px;
    /*border-top:1px solid #dfdfdf; FFF
    border-bottom: 1px solid #dfdfdf; CCC*/
    border-top: 1px solid #dfdfdf;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 15px;
}

.footer2 {
    background-color: #F6F6F6;
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    color: #a3a3a3;
}

.footer a, .footer2 a {
    color: #a3a3a3;
    text-decoration: none;
}

#inner_content {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 4px 10px #BFBFBF;
    box-shadow: 0 4px 10px #BFBFBF;
    padding-bottom: 5px;
    width: 980px;
}

#fleche_etape {
    background-image: url("../images/fleche_etape.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 22px;
    margin-top: -22px;
    width: 40px;
}

/* POP UP */
#overlay {
    background: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup-container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90% !important;
    max-height: 100%;
        max-width: 900px;
    z-index: 1600;
    background: white;
    border: 6px solid #666666;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

#popup-contenu {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup-contenu > * {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: auto;*/
}

#popup-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup a.close {
    position: absolute;
    right: 5px;
    top: 2px;
    text-decoration: none;
    font-family: tahoma, sans-serif;
    font-size: 14px;
    color: #000;
}

.inner-pop {
    padding: 20px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.full-height {
    height: 100%;
}

.screen-height {
    height: 768px;
    height: 100vh;
}

.full-width {
    width: 100%;
}

.screen-width {
    width: 100%;
    width: 100vw;
}

.auto-width {
    width: auto !important;
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-vertical {
    border-top: none !important;
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-horizontal {
    border-left: none !important;
    border-right: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-float {
    float: none !important;
}

.inline-block {
    display: inline-block;
}

.top-align {
    vertical-align: top !important;
}

.middle-align {
    vertical-align: middle !important;
}

.bottom-align {
    vertical-align: bottom !important;
}

.block {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.higher-item {
    display: table-header-group;
    vertical-align: top;
    width: 100%;
}

.top-item {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.centered-item {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.bottom-item {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.lower-item {
    display: table-footer-group;
    vertical-align: bottom;
    width: 100%;
}

.col-centered {
    float: none !important;
    display: inline-block !important;
    margin-right: -0.25em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .col-centered {
        margin-right: 0;
    }
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* Bootstrap screen-sm-max ---------- */
@media only screen and (max-width: 340px) {



    header nav > ul > li > .btn-group {
        margin: 3px;
        font-size: 12px;
        max-width: 125px;
    }
}

.menu{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.nav-pills{
  margin-top: -1px;
  padding-left:10px;
}