/**********/
/* Header */
/**********/

.headwrapper {
  transition: all 0.5s ease 0s;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
}

body.is-sticky .headwrapper{
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

@media screen and (max-width: 991px) {
  .headwrapper,
  body.is-sticky .headwrapper {
    border-bottom: 6px solid #60b5d6;
  }
}

.col-md-3 {
  width: 15%;
  padding: 0;
}

.col-md-9 {
  width: 85%;
  padding: 0;
}

.bodywrapper {
  margin-top: 5em;
}

/********/
/* Logo */
/********/

.logo_main {
  margin: 1em 0;
  padding: 0;
  display: inline-block;
}


@media screen and (max-width: 991px) {
  .logo_main {
    padding: 0;
    display: block;
    height: 3em;
    margin: 1em auto 0 auto;
  }
}


/**********/
/* Home */
/**********/

.actionBTN, .actionBTN i, .actionBTN H6{
  text-align:center;
  text-decoration:none;
  color:#fff;
  white-space: nowrap;
}

/**********/
/* Bevels */
/**********/

.bevel:before,
.bevel:after {
  left:0;
  right:0;
  position: absolute;
}

.AtTopDownToUp:before {
  border-right: 100vw solid transparent;
}

.AtTopUpToDown:before {
  border-left: 100vw solid transparent;
}

.AtBottomDownToUp:after {
  border-left: 100vw solid transparent;
}

.AtBottomUpToDown:after {
  border-right: 100vw solid transparent;
}

.AtTop {
  padding-top: 3vw;
}

.AtBottom {
  padding-bottom: 3vw;
}

.AtTop:before {
  border-top-width: 3vw;
  border-top-style: solid;
  top: -1px;
}

.AtBottom:after {
  border-bottom-width: 3vw;
  border-bottom-style: solid;
  bottom: -1px;
}

.specificSliceColorWhite:before,
.specificSliceColorWhite:after {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.actionBlue {
  background: #337ab7;
}

/**********/
/* Intro */
/**********/


/*#menu_action {
  z-index:100;
}*/

.intro_stattic {
  display:inline-block;
}

.intro_agence, .intro_stattic {
  font-size:30px;
  font-weight:300;
}

.intro_agence .str-rotate.morphext span,
.intro_stattic {
  background-color: rgb(9, 101, 136);
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius:4px;
}

#\23 chart_1 > div > div,
#\23 chart_2 > div > div,
#\23 chart_3 > div > div{
  width: auto !important;
}

#\23 chart_1 > div > div > canvas,
#\23 chart_2 > div > div > canvas,
#\23 chart_3 > div > div > canvas{
  width: 120px !important;
  height: 120px !important;
}

#\23 chart_3 > div > ul {
  color: #fff  !important;
  white-space: nowrap  !important;
}

/***************/
/* Page header */
/***************/

.page_header h1{
  font-size: 30px;
  color: #333 !important;
  font-weight: 500;
}

.page_header .hrline {
  margin: 0.5em 0 1em 0;
}

.page_header .hrline .vc_sep_line {
  border-top: 3px solid rgba(9,101,136,0.15) !important;
}

.page_header .page_teas {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.page_header .action_btn a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px !important;
  padding: 18px 20px 14px 20px !important;
    width: 100%;
	  color:#fff;
}

.page_header .action_btn a strong {
  font-size: 18px;
  font-weight:500;
  display:block;
}

.page_header .action_btn.action_btn_info a {
  background : #5ca0b9 !important;
	}
	
.page_header .action_btn.action_btn_info:hover a {
  background : #43859d !important;
	}

.page_header .action_btn.action_btn_primary a {
  background : #006da3 !important;
}

.page_header .action_btn.action_btn_primary:hover a {
  background : #004b70 !important;
}

/**********/
/* CDC */
/**********/

.cdc_header {
  background-color: #afdaea;
  padding-top: 35px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}


.cdc_container {
  padding:0;
}

.cdc_wrapper {
  padding:0;
}

.cdc_wrapper-col {
}

.cdc_module{
  padding:0;
}

.cdc_col {
  padding: 0;
}

.cdc_col ul {
  overflow-y: auto;
  text-align: left;
  padding: 0;
  height: 12em;
}

.cdc_col li a {
  padding: 0.25em 0.5em;
  background: rgb(224, 238, 247);
  border: 1px solid rgb(175, 218, 234);
  width: 100%;
  display: block;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}

.cdc_col li a.current {
  background:rgb(9, 101, 136);
  color: #fff;
}

.cdc_col li:hover a {
background: rgb(175, 218, 234);
  cursor:pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.cdc_col1  {
  padding-left: 15px;
  padding-right: 0;
}
.cdc_col2  {
  padding-right: 0;
  padding-left: 0;
}
.cdc_col3  {
  padding-left: 0;
  padding-right: 15px;
}

.cdc_col1 ul {
  margin:0 1em 0 0;
}

.cdc_col2 ul {
  margin:0 0.5em 0 0.5em;
}

.cdc_col3 ul {
  margin:0 0 0 1em;
}

.cdc_post {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

.cdc_post-header {
}

.cdc_post-footer {
}

.cdc_post-debug {
  background-color:#fbf0f0;
}


.cdc_post-header h3{
  color:#000;
}
.cdc_post-header hr,
.cdc_post-footer hr {
  border-color: #afdaea;
  border-top-width: 6px;
  margin: 0;
}

.cdc_post-footer h4 {
  color:#000;
}

.cdc_post-body h4,
.cdc_post-body h5,
.cdc_post-body h6 {
  color:#afdaea;
}

/***************/
/* EuCookieLaw */
/***************/

#cookie-notice {
}

.cookie-notice-container{
}

#cn-notice-text {
  display: inline;
  width: 75%;
  margin: 1em auto;
}


#cn-notice-text > span {
  text-align: left;
  display: inline;
  margin-left: 1em;
  font-size: 90%;
  line-height: 130%;
  font-weight: 300;
}

#cn-accept-cookie{
}

.cn-set-cookie button{
}

#cn-refuse-cookie{
}

.cn-set-cookie button{
}

#cn-more-info{
}

.cn-more-info button{
}



@media screen and (max-width: 991px) {
#cn-notice-text {
    display: block;
    width: initial;
    margin: auto auto 1em auto;
    font-size: 1em;
}
#cn-notice-text > strong {
    display: inline-block;
    float: none;
    font-size: 150%;
    font-weight: 400;
    padding: 0;
    margin-right: 0;
}

#cookie-notice .button.bootstrap {
    display: block;
    margin-bottom: 1em;
}
}


#cookie-notice .button.bootstrap {
    margin-right: 0;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: none;
    background-color: #006dcc;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    border: 0px;
    box-shadow: none;
    filter: none;
    filter: none;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
      margin-top: 1em;
}

/*********/
/* Extra */
/*********/

.fancy-list ul {
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 2em;
}

.fancy-list li::before {
  content: "■ ";
  color: #095375;
}

.sidekick {
    font-size: 95%;
    padding: 2em;
}

.sidekick ol {
}

.sidekick li {
  padding-bottom: 0.5em;
}





/*********/
/* Table */
/*********/

.html_table tr:first-child td {
    font-weight: 500;
    font-size: 1.15em;
    line-height: 1.25em;
}
.html_table tr:first-child  td:not(:first-child) {
    background: rgb(9, 83, 117);
    color: #fff;
}
.html_table tr:first-child  td:first-child {
	background: rgba(255, 255, 255, 1);
}
.html_table td {
    border-color: #fff;
    border-width: 0 1px 4px 0;
    border-style: solid;
    font-size: 0.90em;
    line-height: 1.15em;
}
.html_table tr td:first-child {
    background: rgba(0, 118, 155, 0.8);
    color: #fff;
    font-size: 1em;
    line-height: 1.25em;
}
.html_table tr:nth-child(even) td:not(:first-child) {
    background: rgba(0, 0, 0, 0.1);
}


.html_table tr:nth-child(even) td:first-child {
    background: rgba(0, 118, 155, 1);
}
	
.html_table tr:not(:first-child) td:nth-child(odd):not(:first-child) {
	background: rgba(0, 0, 0, 0.10);
}

.html_table tr:nth-child(even):not(:first-child) td:nth-child(odd):not(:first-child) {
    background: rgba(0, 0, 0, 0.20);
}
.wpb_vc_table td.vc_table_cell {
	padding: 1em;
	width: 33.33%;
}

.html_table.graybg tr:first-child td:first-child {
    background: transparent;
}

.html_table.graybg td {
    border-color: rgb(221, 221, 221);
}




/*******/
/* FAQ */
/*******/

.push-unfold {
    border: 1px solid #006da3;
    padding: 1em;
}

.push-unfold .vc_toggle_content {
    margin: 1em 0 0 0;
}

/*************/
/* Accordeon */
/*************/

.push-choice .vc_tta-panel-heading {
    border: 1px solid #006da3;
    padding: 1em;
}

/***********/
/* Footer */
/***********/
@media screen and (min-width: 991px) {
  .copyright_footer .ult-column.col-md-3 {
    width: 25% !important;
  }
}

.copyright_footer .col1 img {
  max-height:2.5em;
    margin: 1.5em 0;
}

.copyright_footer a {
  color: #fff;
  text-decoration:none;
}

.copyright_footer p {
  color: #fff;
  font-size:0.75em;
  padding-top:2em;
}

.copyright_footer .col2 p {
  text-align:left;
}

.copyright_footer .col3 p,
.copyright_footer .col4 p {
  text-align:right;
}

.copyright_footer  .col2 .footer_shift p,
.copyright_footer  .col3 .footer_shift p {
      padding-top: 3em;
}