/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.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;
}

/*sass files import*/
/*Variables and mixins*/
/*colors*/
/* line 1, ../sass/_cover.scss */
div#cover {
  height: 100%;
  background: url("../images/background.jpg") no-repeat left;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
/* line 7, ../sass/_cover.scss */
div#cover div.wrapper {
  height: 100%;
}
/* line 11, ../sass/_cover.scss */
div#cover div.top_cover img {
  width: 80%;
  margin: auto;
}
/* line 19, ../sass/_cover.scss */
div#cover div.body_cover img {
  width: 300px;
  margin: auto;
}
/* line 26, ../sass/_cover.scss */
div#cover div.bottom_cover {
  position: absolute;
  top: calc(100% - 150px);
  max-height: 160px;
  width: 210px;
  left: 50%;
  margin-left: -95px;
}
/* line 34, ../sass/_cover.scss */
div#cover div.bottom_cover div.social_cover {
  height: 60px;
  width: 200px;
  margin: auto;
}
/* line 38, ../sass/_cover.scss */
div#cover div.bottom_cover div.social_cover i.fa-facebook-square {
  color: #3c5a98;
}
/* line 38, ../sass/_cover.scss */
div#cover div.bottom_cover div.social_cover i.fa-twitter-square {
  color: #26a9e0;
}
/* line 38, ../sass/_cover.scss */
div#cover div.bottom_cover div.social_cover i.fa-linkedin-square {
  color: #007bb6;
}
/* line 41, ../sass/_cover.scss */
div#cover div.bottom_cover div.button_cover a img {
  width: 60px;
}

@media (min-aspect-ratio: 28 / 37) {
  /* line 50, ../sass/_cover.scss */
  div#cover {
    background: url("../images/background.jpg") no-repeat left;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /* line 56, ../sass/_cover.scss */
  div.body_cover img {
    display: none;
    width: 100px;
    margin: auto;
  }
}
@media (min-aspect-ratio: 28 / 37) and (min-height: 600px) {
  /* line 65, ../sass/_cover.scss */
  div.body_cover img {
    display: block !important;
  }
}
/*//////////////////////////////////////////
/ tablet view                             /
/////////////////////////////////////////*/
@media (min-width: 768px) {
  /* line 77, ../sass/_cover.scss */
  div#cover div.wrapper {
    width: 767px;
    margin: auto;
  }
}
/*//////////////////////////////////////////
/ Desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 992px) {
  /* line 88, ../sass/_cover.scss */
  div#cover {
    background: none;
    background-color: #00245d;
  }
  /* line 91, ../sass/_cover.scss */
  div#cover div.wrapper {
    width: 960px;
    background: url("../images/background_sample.png") repeat;
  }
  /* line 97, ../sass/_cover.scss */
  div#cover div.wrapper div.top_cover img {
    width: 60%;
  }
  /* line 102, ../sass/_cover.scss */
  div#cover div.wrapper div.body_cover img {
    width: 300px;
    margin: auto;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  /* line 102, ../sass/_cover.scss */
  div#cover div.wrapper div.body_cover img {
    display: block !important;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  /* line 102, ../sass/_cover.scss */
  div#cover div.wrapper div.body_cover img {
    width: 400px;
  }
}
@media (min-width: 992px) and (min-height: 1000px) {
  /* line 102, ../sass/_cover.scss */
  div#cover div.wrapper div.body_cover img {
    width: 600px;
  }
}

/*//////////////////////////////////////////
/ Large Desktop                           /
/////////////////////////////////////////*/
@media (min-width: 1200px) {
  /* line 125, ../sass/_cover.scss */
  div#cover div.wrapper {
    width: 1199px;
  }
}
/*Home*/
/* line 2, ../sass/_home.scss */
#home {
  min-height: calc(100% - 90px);
  /*90px = headerHeight + footerHeight*/
  background: url("../images/background.jpg") no-repeat left;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 20px 20px 20px;
}
/* line 8, ../sass/_home.scss */
#home div.row.global {
  margin: auto;
  margin-top: 0px;
  height: 100%;
  max-width: 300px;
}
/* line 15, ../sass/_home.scss */
#home div.row.global div.main-square {
  text-align: center;
  height: 130px;
  padding: 4px;
}
/* line 23, ../sass/_home.scss */
#home div.row.global div.main-square div.main-square_inner {
  text-align: center;
  margin: 0;
  height: 100%;
  border: 1px solid #ffffff;
}
/* line 28, ../sass/_home.scss */
#home div.row.global div.main-square div.main-square_inner div:first-child {
  height: 70%;
  padding-top: 10%;
}
/* line 31, ../sass/_home.scss */
#home div.row.global div.main-square div.main-square_inner div:first-child img {
  max-width: 45%;
}
/* line 35, ../sass/_home.scss */
#home div.row.global div.main-square div.main-square_inner div:last-child {
  color: white;
  height: 30%;
  padding-top: 0.5em;
  font-size: 0.7em;
}
/* line 40, ../sass/_home.scss */
#home div.row.global div.main-square div.main-square_inner div:last-child .responsive-title {
  display: none;
}
/* line 44, ../sass/_home.scss */
#home div.row.global div.main-square div.icone1 {
  background-color: #007aff;
}
/* line 44, ../sass/_home.scss */
#home div.row.global div.main-square div.icone1 div:first-child {
  background: url("../images/eye.png") no-repeat center;
  background-size: 40%;
}
/* line 45, ../sass/_home.scss */
#home div.row.global div.main-square div.icone2 {
  background-color: #00245d;
}
/* line 45, ../sass/_home.scss */
#home div.row.global div.main-square div.icone2 div:first-child {
  background: url("../images/hammer.png") no-repeat center;
  background-size: 40%;
}
/* line 46, ../sass/_home.scss */
#home div.row.global div.main-square div.icone3 {
  background-color: #717073;
}
/* line 46, ../sass/_home.scss */
#home div.row.global div.main-square div.icone3 div:first-child {
  background: url("../images/courbe.png") no-repeat center;
  background-size: 40%;
}
/* line 47, ../sass/_home.scss */
#home div.row.global div.main-square div.icone4 {
  background-color: #f8971d;
}
/* line 47, ../sass/_home.scss */
#home div.row.global div.main-square div.icone4 div:first-child {
  background: url("../images/cloud.png") no-repeat center;
  background-size: 30%;
}
/* line 48, ../sass/_home.scss */
#home div.row.global div.main-square div.icone5 {
  background-color: #00245d;
}
/* line 48, ../sass/_home.scss */
#home div.row.global div.main-square div.icone5 div:first-child {
  background: url("../images/bracket.png") no-repeat center;
  background-size: 30%;
}
/* line 49, ../sass/_home.scss */
#home div.row.global div.main-square div.icone6 {
  background-color: #00a4e4;
}
/* line 49, ../sass/_home.scss */
#home div.row.global div.main-square div.icone6 div:first-child {
  background: url("../images/flag.png") no-repeat center;
  background-size: 30%;
}
@media (min-width: 1199px) {
  /* line 49, ../sass/_home.scss */
  #home div.row.global div.main-square div.icone6 div:first-child {
    background-size: 23%;
  }
}
/* line 50, ../sass/_home.scss */
#home div.row.global div.main-square div.icone7 {
  background-color: #f8971d;
}
/* line 50, ../sass/_home.scss */
#home div.row.global div.main-square div.icone7 div:first-child {
  background: url("../images/hand.png") no-repeat center;
  background-size: 40%;
}
/* line 51, ../sass/_home.scss */
#home div.row.global div.main-square div.icone8 {
  background-color: #717073;
}
/* line 51, ../sass/_home.scss */
#home div.row.global div.main-square div.icone8 div:first-child {
  background: url("../images/dialog.png") no-repeat center;
  background-size: 30%;
}

/*//////////////////////////////////////////
/ tablet view                             /
/////////////////////////////////////////*/
@media (min-width: 768px) and (min-height: 750px) {
  /* line 60, ../sass/_home.scss */
  #home {
    height: calc(100% - 90px);
  }
}
@media (min-width: 768px) {
  /* line 62, ../sass/_home.scss */
  #home div.row.global {
    max-width: 767px;
  }
  /* line 65, ../sass/_home.scss */
  #home div.row.global div.main-square {
    height: 200px;
  }
  /* line 73, ../sass/_home.scss */
  #home div.row.global div.main-square div.main-square_inner div:last-child {
    height: 30%;
    padding-top: 0.5em;
    font-size: 1.2em;
  }
}
/****/
/*//////////////////////////////////////////
/ desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 992px) {
  /* line 89, ../sass/_home.scss */
  #home {
    background: none;
    background-color: #00245d;
  }
  /* line 93, ../sass/_home.scss */
  #home div.row.global {
    max-width: 991px;
    background: url("../images/background_sample.png") repeat;
  }
  /* line 97, ../sass/_home.scss */
  #home div.row.global div.main-square {
    height: 210px;
  }
  /* line 105, ../sass/_home.scss */
  #home div.row.global div.main-square div.main-square_inner div:last-child {
    height: 30%;
    padding-top: 0.7em;
    font-size: 1.2em;
  }
}
/*//////////////////////////////////////////
/ large desktop view*/
@media (min-width: 1200px) {
  /* line 121, ../sass/_home.scss */
  #home {
    background: none;
    background-color: #00245d;
  }
  /* line 125, ../sass/_home.scss */
  #home div.row.global {
    max-width: 1199px;
    background: url("../images/background_sample.png") repeat;
  }
  /* line 129, ../sass/_home.scss */
  #home div.row.global div.main-square {
    height: 210px;
  }
  /* line 137, ../sass/_home.scss */
  #home div.row.global div.main-square div.main-square_inner div:last-child {
    height: 30%;
    padding-top: 0.7em;
    font-size: 1.2em;
  }
  /* line 141, ../sass/_home.scss */
  #home div.row.global div.main-square div.main-square_inner div:last-child .responsive-title {
    display: inline;
  }
}
/**/
/*pages general*/
/* line 2, ../sass/_pages.scss */
div.pages {
  min-height: calc(100% - 90px);
  /*90px = headerHeight + footerHeight*/
  padding-bottom: 10px;
  background: url("../images/background_sample.png") repeat;
  /*TOP Style, Title, main image and main icon*******************************/
  /*Vertical align :
  use (line-height = height) and vertical-align: middle. (displqy inline-block and line-height: normal)
  french tutorial http://www.alsacreations.com/tuto/lire/1032-comment-centrer-verticalement-sur-tous-les-navigateurs.html#cv_lignes*/
  /*******************************************************************/
  /* Body, Chapter Styles*********************************************/
  /*******************************************************************/
}
/* line 10, ../sass/_pages.scss */
div.pages div.wrapper {
  background-color: #f2f2f2;
}
/* line 18, ../sass/_pages.scss */
div.pages div.row.top {
  height: 100%;
  padding: 0;
}
/* line 22, ../sass/_pages.scss */
div.pages div.row.top div.title {
  height: 60px;
  padding: 0;
  border-top: 1px solid #00245d;
}
/* line 27, ../sass/_pages.scss */
div.pages div.row.top div.title div:first-child {
  /*icone*/
  height: 100%;
  background-color: #00245d;
  text-align: center;
}
/* line 31, ../sass/_pages.scss */
div.pages div.row.top div.title div:first-child p {
  line-height: 60px;
}
/* line 34, ../sass/_pages.scss */
div.pages div.row.top div.title div:first-child p img {
  width: 100%;
  vertical-align: middle;
  max-width: 45px;
  min-width: 23px;
}
/* line 42, ../sass/_pages.scss */
div.pages div.row.top div.title div:last-child {
  /*main title*/
  height: 100%;
  background-color: #ffffff;
  color: #19489F;
  font-weight: bold;
  line-height: 60px;
}
/* line 49, ../sass/_pages.scss */
div.pages div.row.top div.title div:last-child h2 {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
}
/* line 57, ../sass/_pages.scss */
div.pages div.row.top div.main-image {
  /*height?*/
  padding: 0;
  line-height: 0;
}
/* line 61, ../sass/_pages.scss */
div.pages div.row.top div.main-image img {
  width: 100%;
}
/* line 65, ../sass/_pages.scss */
div.pages div.row.top div.main-description {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 69, ../sass/_pages.scss */
div.pages div.row.top div.main-description p {
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  /* line 83, ../sass/_pages.scss */
  div.pages div.row.body div.chapter-active h3 {
    color: #007aff !important;
  }
  /* line 87, ../sass/_pages.scss */
  div.pages div.row.body div.chapter-active div.chapter-header i {
    color: #007aff !important;
  }
}
/* line 93, ../sass/_pages.scss */
div.pages div.row.body div.chapter {
  border-top: 1px solid #d1d1d1;
  /*Chapter Header*/
  /**/
  /*Chapter Body********************************/
  /*****************************************/
}
/* line 95, ../sass/_pages.scss */
div.pages div.row.body div.chapter:nth-child(even) {
  background-color: #f2f2f2;
}
/* line 96, ../sass/_pages.scss */
div.pages div.row.body div.chapter:nth-child(odd) {
  background-color: #ffffff;
}
/* line 99, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header > *, div.pages div.row.body div.chapter div.chapter-body > * {
  padding: 0;
}
/* line 103, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header {
  height: 60px;
}
/* line 106, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header div:first-child {
  height: 100%;
  line-height: 60px;
}
/* line 109, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header div:first-child h3 {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  color: #19489F;
  font-size: 1.1em;
}
/* line 117, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header div:last-child {
  text-align: right;
  height: 100%;
}
/* line 120, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header div:last-child p {
  line-height: 60px;
}
/* line 122, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-header div:last-child p i {
  vertical-align: middle;
  color: #19489F;
}
/* line 148, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-body div.inner-chapter {
  padding-bottom: 20px;
}
/* line 151, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-body div.inner-chapter > div {
  text-align: center;
  padding: 0;
}
/* line 154, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-body div.inner-chapter > div > p {
  margin-bottom: 1em;
  text-align: left;
}
@media (min-width: 320px) {
  /* line 154, ../sass/_pages.scss */
  div.pages div.row.body div.chapter div.chapter-body div.inner-chapter > div > p {
    text-align: justify;
  }
}
/* line 162, ../sass/_pages.scss */
div.pages div.row.body div.chapter div.chapter-body div.inner-chapter > div img {
  max-width: 100%;
}

/*modals*/
/* line 180, ../sass/_pages.scss */
body.modal-open {
  overflow: hidden;
}
/* line 193, ../sass/_pages.scss */
body.modal-open div.ios_modal_fix {
  overflow: hidden;
}

/* line 200, ../sass/_pages.scss */
.modal-dialog {
  text-align: center;
}
/* line 203, ../sass/_pages.scss */
.modal-dialog .modal-body {
  overflow: scroll;
}
/* line 206, ../sass/_pages.scss */
.modal-dialog .modal-body img {
  max-width: 100%;
}

/**/
/* NextPreviousChapter*/
/* line 214, ../sass/_pages.scss */
.nextPrevChapter {
  padding-top: 5px;
}
/* line 217, ../sass/_pages.scss */
.nextPrevChapter .previousChapter img {
  width: 75px;
  text-align: left;
}
/* line 221, ../sass/_pages.scss */
.nextPrevChapter .previousChapter p {
  color: #282828;
  display: none;
  font-weight: bold;
}
/* line 225, ../sass/_pages.scss */
.nextPrevChapter .previousChapter p a {
  text-decoration: none;
  color: #282828;
}
/* line 228, ../sass/_pages.scss */
.nextPrevChapter .previousChapter p a:hover {
  color: #00a4e4;
}
/* line 235, ../sass/_pages.scss */
.nextPrevChapter .nextChapter img {
  width: 75px;
  text-align: right;
}
/* line 239, ../sass/_pages.scss */
.nextPrevChapter .nextChapter p {
  color: #282828;
  display: none;
  font-weight: bold;
}
/* line 243, ../sass/_pages.scss */
.nextPrevChapter .nextChapter p a {
  text-decoration: none;
  color: #282828;
}
/* line 246, ../sass/_pages.scss */
.nextPrevChapter .nextChapter p a:hover {
  color: #00a4e4;
}

/**/
/*//////////////////////////////////////////
/ tablet view                             /
/////////////////////////////////////////*/
@media (min-width: 768px) {
  /* line 261, ../sass/_pages.scss */
  div.pages div.wrapper {
    margin: auto;
    max-width: 767px;
    padding: 0;
    /*Chapter Body*/
    /**/
    /* NextPreviousChapter*/
    /**/
  }
  /* line 266, ../sass/_pages.scss */
  div.pages div.wrapper div.top {
    margin: 0;
  }
  /* line 279, ../sass/_pages.scss */
  div.pages div.wrapper div.top div.title h2 {
    font-size: 1.5em;
  }
  /* line 284, ../sass/_pages.scss */
  div.pages div.wrapper div.body {
    margin: 0;
  }
  /* line 289, ../sass/_pages.scss */
  div.pages div.wrapper div.row.body div.chapter-body {
    font-size: 1em;
  }
  /* line 293, ../sass/_pages.scss */
  div.pages div.wrapper div.row.body div.chapter-body div.inner-chapter {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 296, ../sass/_pages.scss */
  div.pages div.wrapper div.row.body div.chapter-body div.inner-chapter div {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 305, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter {
    height: 100%;
  }
  /* line 307, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .previousChapter {
    height: 100%;
  }
  /* line 309, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .previousChapter img {
    width: 75px;
    text-align: left;
  }
  /* line 313, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .previousChapter p {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
  }
  /* line 320, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .nextChapter {
    height: 100%;
  }
  /* line 322, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .nextChapter img {
    width: 75px;
    text-align: right;
  }
  /* line 326, ../sass/_pages.scss */
  div.pages div.wrapper .nextPrevChapter .nextChapter p {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
  }
}
/*//////////////////////////////////////////
/ desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 992px) {
  /* line 345, ../sass/_pages.scss */
  div.pages div.wrapper {
    max-width: 991px;
  }
  /* line 347, ../sass/_pages.scss */
  div.pages div.wrapper div.top {
    background-color: #d1d1d1;
  }
  /* line 349, ../sass/_pages.scss */
  div.pages div.wrapper div.top div.title {
    background-color: #d1d1d1;
  }

  /* Body, Chapter Styles*********************************************/
  /* line 360, ../sass/_pages.scss */
  div.row.body div.chapter-header .glyphicon {
    display: none;
  }
  /* line 365, ../sass/_pages.scss */
  div.row.body div.chapter-active {
    background-color: #ffffff !important;
  }
  /* line 367, ../sass/_pages.scss */
  div.row.body div.chapter-active h3 {
    color: #00245d !important;
  }

  /*******************************************************************/
}
/*//////////////////////////////////////////
/ large desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 1200px) {
  /* line 383, ../sass/_pages.scss */
  div.pages div.wrapper {
    max-width: 1199px;
  }
  /* line 387, ../sass/_pages.scss */
  div.pages div.wrapper div.top div.title h2 {
    font-size: 1.7em;
    font-weight: 700;
  }
}
/* line 2, ../sass/_the_legal_framework.scss */
#the_legal_framework h4 {
  text-align: left;
  margin-bottom: 10px;
  color: #19489F;
}
/* line 7, ../sass/_the_legal_framework.scss */
#the_legal_framework div.wrapper .top {
  background: url("../images/main_images/chapter2_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*2-3*/
/* line 18, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-1 div.schema div:nth-child(odd) {
  color: #ffffff;
  background-color: #007DC2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px !important;
  text-align: justify;
}
/* line 26, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-1 div.schema i {
  color: #F8971D;
}
/* line 33, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema > div {
  margin-bottom: 10px;
}
/* line 36, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema div {
  color: #ffffff;
  background-color: #007DC2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.7em;
  padding-left: 0 !important;
}
@media (min-width: 350px) {
  /* line 36, ../sass/_the_legal_framework.scss */
  div.part-2-2 div.part-2-2-2 div.schema div {
    font-size: 0.8em;
  }
}
/* line 48, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema div.img {
  text-align: left !important;
}
/* line 51, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema div.img img {
  vertical-align: middle;
  padding-left: 0 !important;
}
/* line 57, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema div.txt {
  text-align: left !important;
}
@media (min-width: 450px) {
  /* line 57, ../sass/_the_legal_framework.scss */
  div.part-2-2 div.part-2-2-2 div.schema div.txt {
    line-height: 53px;
    font-size: 0.9em;
  }
}
@media (min-width: 520px) {
  /* line 57, ../sass/_the_legal_framework.scss */
  div.part-2-2 div.part-2-2-2 div.schema div.txt {
    font-size: 1em;
  }
}
/* line 62, ../sass/_the_legal_framework.scss */
div.part-2-2 div.part-2-2-2 div.schema div.txt p {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  font-size: 1.1em;
}
@media (min-width: 992px) {
  /* line 62, ../sass/_the_legal_framework.scss */
  div.part-2-2 div.part-2-2-2 div.schema div.txt p {
    font-size: 1.2em;
  }
}

/* line 78, ../sass/_the_legal_framework.scss */
div.part-2-3 div.schema div:nth-child(odd) {
  color: #ffffff;
  background-color: #007DC2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px !important;
  text-align: justify;
}
/* line 86, ../sass/_the_legal_framework.scss */
div.part-2-3 div.schema i {
  color: #F8971D;
}

/*2-4*/
/* line 97, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema > div {
  margin-bottom: 10px;
}
/* line 100, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema div {
  color: #ffffff;
  background-color: #007DC2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.7em;
  padding-left: 0 !important;
}
@media (min-width: 350px) {
  /* line 100, ../sass/_the_legal_framework.scss */
  div.part-2-4 div.schema div {
    font-size: 0.8em;
  }
}
/* line 112, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema div.img {
  text-align: left !important;
}
/* line 115, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema div.img img {
  vertical-align: middle;
  padding-left: 0 !important;
}
/* line 121, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema div.txt {
  text-align: left !important;
}
@media (min-width: 450px) {
  /* line 121, ../sass/_the_legal_framework.scss */
  div.part-2-4 div.schema div.txt {
    line-height: 53px;
    font-size: 0.9em;
  }
}
@media (min-width: 520px) {
  /* line 121, ../sass/_the_legal_framework.scss */
  div.part-2-4 div.schema div.txt {
    font-size: 1em;
  }
}
/* line 126, ../sass/_the_legal_framework.scss */
div.part-2-4 div.schema div.txt p {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  font-size: 1.1em;
}
@media (min-width: 992px) {
  /* line 126, ../sass/_the_legal_framework.scss */
  div.part-2-4 div.schema div.txt p {
    font-size: 1.2em;
  }
}

/*2-5*/
/* line 141, ../sass/_the_legal_framework.scss */
div.part-2-5 div.schema {
  background-color: #007DC2;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 2, ../sass/_methods_and_means.scss */
#methods_and_means div.wrapper .top {
  background: url("../images/main_images/chapter3_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*3-1*/
/* line 12, ../sass/_methods_and_means.scss */
div.part-3-1 > div {
  margin-bottom: 10px;
}
/* line 13, ../sass/_methods_and_means.scss */
div.part-3-1 div:nth-child(odd) {
  background-color: #007DC2;
  color: #ffffff;
}
/* line 16, ../sass/_methods_and_means.scss */
div.part-3-1 div:nth-child(odd) p {
  padding: 10px;
}
/* line 18, ../sass/_methods_and_means.scss */
div.part-3-1 div:nth-child(even) {
  background-color: #d1d1d1;
}
/* line 20, ../sass/_methods_and_means.scss */
div.part-3-1 div:nth-child(even) ul {
  list-style-type: square;
  padding: 10px;
  list-style-position: inside;
}
/* line 27, ../sass/_methods_and_means.scss */
div.part-3-1 div:nth-child(2) {
  min-height: 100px;
  /*fix bug of placement because the div is too small*/
}

/*3-2*/
/* line 35, ../sass/_methods_and_means.scss */
div.part-3-2 div.schema div:nth-child(odd) {
  color: #ffffff;
  background-color: #007DC2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
}
/* line 42, ../sass/_methods_and_means.scss */
div.part-3-2 div.schema div:nth-child(odd) p {
  padding: 10px;
}
/* line 46, ../sass/_methods_and_means.scss */
div.part-3-2 div.schema i {
  color: #F8971D;
}

/*3-4*/
/* line 55, ../sass/_methods_and_means.scss */
div.part-3-4 div.schema > div {
  background-color: #007DC2;
  color: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 62, ../sass/_methods_and_means.scss */
div.part-3-4 div.schema > div p {
  padding: 10px;
  text-align: left !important;
}

/* line 2, ../sass/_information_gathering.scss */
#information_gathering div.wrapper .top {
  background: url("../images/main_images/chapter4_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 27, ../sass/_information_gathering.scss */
  div.stickers {
    min-height: 50px;
    margin-bottom: 10px;
  }

  /* line 33, ../sass/_information_gathering.scss */
  div.row.inner div:first-child img {
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    padding: 10px;
  }
  /* line 38, ../sass/_information_gathering.scss */
  div.row.inner div:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 43, ../sass/_information_gathering.scss */
  div.stickers {
    min-height: 200px;
  }

  /* line 46, ../sass/_information_gathering.scss */
  div.row.inner {
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    margin: 0;
    width: 80%;
    margin: auto;
    padding-top: 10px;
  }
  /* line 53, ../sass/_information_gathering.scss */
  div.row.inner p {
    padding-top: 15px;
  }
}
/* line 2, ../sass/_forewords.scss */
#forewords div.wrapper .top {
  background: url("../images/main_images/foreword_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 8, ../sass/_forewords.scss */
#forewords .content-image img {
  width: 100%;
}
/* line 12, ../sass/_forewords.scss */
#forewords div.main-image {
  /*height?*/
  padding: 0;
  line-height: 0;
}
/* line 16, ../sass/_forewords.scss */
#forewords div.main-image video {
  width: 100%;
}

/* line 23, ../sass/_forewords.scss */
div.pannel-video video {
  width: 100%;
}

/* line 3, ../sass/_introduction.scss */
#introduction div.wrapper .top {
  background: url("../images/main_images/chapter1_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 11, ../sass/_introduction.scss */
#introduction div.part-1-1 .bar {
  background-color: #007DC2;
  color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
/* line 17, ../sass/_introduction.scss */
#introduction div.part-1-1 .bar p {
  line-height: 80px;
  height: 80px;
  padding: 0;
}
@media (min-height: 768px) {
  /* line 17, ../sass/_introduction.scss */
  #introduction div.part-1-1 .bar p {
    line-height: 40px;
    height: 40px;
  }
}
@media (min-height: 991) {
  /* line 17, ../sass/_introduction.scss */
  #introduction div.part-1-1 .bar p {
    line-height: 25px;
    height: 25px;
  }
}
/* line 29, ../sass/_introduction.scss */
#introduction div.part-1-1 .bar p span {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}
/* line 50, ../sass/_introduction.scss */
#introduction div.part-1-1 .list {
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
/* line 53, ../sass/_introduction.scss */
#introduction div.part-1-1 .list ul {
  list-style-type: square;
  list-style-position: inside;
  text-align: left;
}
/* line 60, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon {
  width: 140px;
  height: 85px;
  background: #007DC2;
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
  float: left;
  margin-right: 5px;
  color: #ffffff;
  padding: 0 !important;
}
@media (min-width: 768px) {
  /* line 60, ../sass/_introduction.scss */
  #introduction div.part-1-1 .hexagon {
    margin-right: 10px;
  }
}
/* line 79, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon p {
  line-height: 85px;
  height: 85px;
}
/* line 82, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon p span {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
}
/* line 89, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon img {
  min-width: 140px;
  display: none;
  margin-top: -25px;
}
/* line 96, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon:hover img {
  display: block;
}
/* line 99, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon:hover:before {
  border: none;
}
/* line 102, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon:hover:after {
  border: none;
}
/* line 107, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 25px solid #007DC2;
}
/* line 118, ../sass/_introduction.scss */
#introduction div.part-1-1 .hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 25px solid #007DC2;
}
@media (min-width: 768px) {
  /* line 130, ../sass/_introduction.scss */
  #introduction div.part-1-1 .graphBarblue {
    margin-top: 40%;
  }
}
@media (min-width: 992px) {
  /* line 130, ../sass/_introduction.scss */
  #introduction div.part-1-1 .graphBarblue {
    margin-top: 20%;
  }
}
@media (min-width: 1200px) {
  /* line 130, ../sass/_introduction.scss */
  #introduction div.part-1-1 .graphBarblue {
    margin-top: 16%;
  }
}
@media (min-width: 992px) {
  /* line 142, ../sass/_introduction.scss */
  #introduction div.part-1-1 .customPaddingAdjust {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 142, ../sass/_introduction.scss */
  #introduction div.part-1-1 .customPaddingAdjust {
    padding-top: 60px;
  }
}

/* line 2, ../sass/_exercising_the_rules.scss */
#exercising_the_rules div.wrapper .top {
  background: url("../images/main_images/chapter5_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*5-1*/
/* line 11, ../sass/_exercising_the_rules.scss */
.part-5-1 h4 {
  text-align: left;
  margin-bottom: 10px;
  color: #19489F;
}
/* line 16, ../sass/_exercising_the_rules.scss */
.part-5-1 .blue_part {
  background-color: #007DC2;
  color: #ffffff;
}
/* line 28, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-2 .schema {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  /* line 32, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .image {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 37, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .image {
    text-align: center;
    height: 175px;
    z-index: 100;
  }
  /* line 41, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .image p {
    height: 175px;
    line-height: 175px;
  }
  /* line 44, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .image p img {
    vertical-align: middle;
    min-width: 110%;
  }
  /* line 50, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .texte {
    height: 175px;
    -moz-border-radius-topleft: 50px;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  /* line 54, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .texte p {
    padding-left: 30px;
    line-height: 175px;
  }
  /* line 57, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .texte p span {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
  }
}
/* line 65, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-2 .schema .texte {
  background-color: #007DC2;
  color: #ffffff;
}
@media (min-width: 1200px) {
  /* line 73, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-2 .schema .image p img {
    min-width: 80%;
    margin-left: 80px;
  }
}
/* line 85, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-3 div.schema-even {
  background-color: #007DC2;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 91, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-3 div.schema-odd {
  background-color: #d1d1d1;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 96, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-3 div.schema-odd ul {
  list-style-type: square;
  list-style-position: inside;
}
/* line 106, ../sass/_exercising_the_rules.scss */
.part-5-1 .part-5-1-4 .part {
  background-color: #007DC2;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  /* line 106, ../sass/_exercising_the_rules.scss */
  .part-5-1 .part-5-1-4 .part {
    min-height: 600px;
  }
}

/* line 2, ../sass/_conclusion.scss */
#conclusion div.wrapper .top {
  background: url("../images/main_images/conclusion_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 9, ../sass/_conclusion.scss */
.image_responsive {
  max-width: 80%;
}

/* line 2, ../sass/_final_greetings.scss */
#final_greetings div.wrapper .top {
  background: url("../images/main_images/chapter7_blur.jpg") no-repeat top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 7, ../sass/_final_greetings.scss */
#final_greetings h4 {
  text-align: left;
  margin-bottom: 10px;
  color: #19489F;
}
/* line 12, ../sass/_final_greetings.scss */
#final_greetings h3 {
  color: #00245d !important;
  text-align: left;
  margin-bottom: 10px;
}
/* line 17, ../sass/_final_greetings.scss */
#final_greetings .blue_part {
  background-color: #007DC2;
  color: #ffffff;
}
/* line 21, ../sass/_final_greetings.scss */
#final_greetings .part-5-1-4 {
  text-align: center;
}
/* line 22, ../sass/_final_greetings.scss */
#final_greetings .part-5-1-4 img {
  text-align: center;
  max-width: 80%;
}
/* line 26, ../sass/_final_greetings.scss */
#final_greetings .part-5-1-4 p {
  background-color: transparent;
}
/* line 30, ../sass/_final_greetings.scss */
#final_greetings .part-5-1-4 .part {
  text-align: center;
  background-color: #007DC2;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  /* line 30, ../sass/_final_greetings.scss */
  #final_greetings .part-5-1-4 .part {
    min-height: 600px;
  }
}

/*HEADER and nav menu style*****************************************************/
/* line 2, ../sass/_header.scss */
header {
  background-color: #19489F;
  z-index: 100 !important;
  -webkit-transform: translate3d(0, 0, 0);
  min-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 11, ../sass/_header.scss */
header div.row div:first-child a {
  line-height: 60px;
}
/* line 13, ../sass/_header.scss */
header div.row div:first-child a img {
  height: 20px;
  vertical-align: middle;
}
/* line 20, ../sass/_header.scss */
header div.row div:last-child p {
  line-height: 60px;
}
/* line 21, ../sass/_header.scss */
header div.row div:last-child img {
  width: 30px;
  vertical-align: middle;
}

/*Nav menu*/
/* line 30, ../sass/_header.scss */
nav.row {
  background-color: #ffffff;
  margin: 0;
  z-index: 100 !important;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
}
/* line 39, ../sass/_header.scss */
nav.row ul {
  -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
/* line 41, ../sass/_header.scss */
nav.row ul li {
  padding: 0.6em 0 0.6em 1em;
  border-bottom: 1px solid #00245d;
  min-height: 40px;
}
/* line 45, ../sass/_header.scss */
nav.row ul li:nth-child(odd) {
  background-color: #f2f2f2;
}
/* line 48, ../sass/_header.scss */
nav.row ul li a {
  color: #00245d;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 57, ../sass/_header.scss */
div.disableScreen {
  position: absolute;
  min-height: calc(100% - 73px);
  /* - height of the header*/
  width: 100%;
  background-color: #00245d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  z-index: 98;
}

/*//////////////////////////////////////////
/ tablet view                             /
/////////////////////////////////////////*/
@media (min-width: 768px) {
  /* line 71, ../sass/_header.scss */
  header div.row {
    max-width: 767px;
    margin: auto;
  }

  /*Nav menu*/
  /* line 91, ../sass/_header.scss */
  nav.row {
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  }
  /* line 93, ../sass/_header.scss */
  nav.row ul {
    background-color: #ffffff;
    max-width: 767px;
    margin: auto;
  }
  /* line 97, ../sass/_header.scss */
  nav.row ul li {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
  /* line 105, ../sass/_header.scss */
  nav.row ul li:nth-child(odd), nav.row ul li:nth-child(even) {
    background-color: #ffffff;
  }
  /* line 107, ../sass/_header.scss */
  nav.row ul li a {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
  }
}
/*//////////////////////////////////////////
/ Desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 992px) {
  /* line 121, ../sass/_header.scss */
  header div.row {
    max-width: 991px;
    margin: auto;
  }

  /*Nav menu*/
  /* line 142, ../sass/_header.scss */
  nav.row ul {
    max-width: 992px;
  }
  /* line 147, ../sass/_header.scss */
  nav.row ul li a:hover {
    color: #F8971D;
    text-decoration: none;
  }
}
/*//////////////////////////////////////////
/ large Desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 1200px) {
  /* line 160, ../sass/_header.scss */
  header div.row {
    max-width: 1199px;
  }

  /*Nav menu*/
  /* line 180, ../sass/_header.scss */
  nav.row ul {
    max-width: 1199px;
  }
}
/*general*/
/* line 197, ../sass/_header.scss */
.stopOverflow {
  overflow: hidden !important;
  color: red;
}

/****************************************/
/* line 21, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/style.scss */
html {
  height: 100%;
}

/* line 26, ../sass/style.scss */
body {
  height: 100%;
  background-color: #335CAD;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

/* line 37, ../sass/style.scss */
#main {
  height: 100%;
}

/*FOOTER style******************************************************/
/* line 44, ../sass/style.scss */
footer {
  max-width: 100%;
  height: 30px;
  background-color: #00245d;
  color: #ffffff;
  padding-top: 0.5em;
  font-size: 0.8em;
}
/* line 51, ../sass/style.scss */
footer div.row {
  margin: 0;
}

/********************************************************************/
/*SOCIAL BAR style******************************************************/
/* line 59, ../sass/style.scss */
img.social_bar_button {
  width: 60px;
  position: fixed;
  z-index: 50;
  top: 30%;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 67, ../sass/style.scss */
.social_bar_button_min {
  width: 30px !important;
}

/* line 69, ../sass/style.scss */
nav.social_bar_inner {
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 40px;
  z-index: 2;
  position: fixed;
  top: 30%;
  left: 30px;
}
/* line 77, ../sass/style.scss */
nav.social_bar_inner i.fa-facebook-square {
  color: #3c5a98;
}
/* line 78, ../sass/style.scss */
nav.social_bar_inner i.fa-twitter-square {
  color: #26a9e0;
}
/* line 79, ../sass/style.scss */
nav.social_bar_inner i.fa-linkedin-square {
  color: #007bb6;
}
/* line 85, ../sass/style.scss */
nav.social_bar_inner.ng-hide {
  visibility: hidden !important;
}
/* line 88, ../sass/style.scss */
nav.social_bar_inner.hidden {
  visibility: hidden;
}

/*//////////////////////////////////////////
/ tablet view                             /
/////////////////////////////////////////*/
@media (min-width: 768px) {
  /* line 99, ../sass/style.scss */
  img.social_bar_button {
    width: 30px;
    position: fixed;
    z-index: 50;
    top: 30%;
  }
}
/*//////////////////////////////////////////
/ desktop view                             /
/////////////////////////////////////////*/
@media (min-width: 992px) {
  /*img.social_bar_button{
  	//display: none;
  }
  nav.social_bar_inner{
  	@include border-left-radius(0);
  	@include border-top-radius(10px);
  	text-align: center;
  	//background-color: red;
  	max-width: 45px;
  	padding: 0;
  	//display: block;
  	left: 0;
  }*/
}
/********************************************************************/
/*generals*/
@media (min-width: 768px) {
  /* line 128, ../sass/style.scss */
  .padding-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 134, ../sass/style.scss */
.todo {
  color: red;
  font-weight: bold;
}

/* line 138, ../sass/style.scss */
.align-right {
  text-align: right;
}

/* line 139, ../sass/style.scss */
.align-left {
  text-align: left;
}

/* line 140, ../sass/style.scss */
.align-center {
  text-align: center;
}

@media (min-width: 50px) {
  /* line 141, ../sass/style.scss */
  .justify {
    text-align: justify;
  }
}

/* line 147, ../sass/style.scss */
.no-padding {
  padding: 0;
}

/* line 148, ../sass/style.scss */
a {
  color: #00A4E4;
}

/* line 151, ../sass/style.scss */
a.tooltiplinks {
  color: #F8971D;
  text-decoration: none;
}

/* line 155, ../sass/style.scss */
strong {
  font-weight: bold;
}

/* line 158, ../sass/style.scss */
sup {
  font-size: 0.7em;
}

/* line 161, ../sass/style.scss */
cite {
  font-style: italic;
}

/* line 162, ../sass/style.scss */
p {
  margin-bottom: 1em;
}

/*tooltips*/
@media (max-width: 992px) {
  /* line 165, ../sass/style.scss */
  div.tooltip, div.tooltip-inner {
    width: auto !important;
  }
}

/* line 172, ../sass/style.scss */
div.tooltip.top {
  background: none !important;
}

@media (max-width: 992px) {
  /* line 175, ../sass/style.scss */
  .tooltip-arrow {
    display: none;
  }
}

/* line 180, ../sass/style.scss */
b {
  font-weight: bold;
}

/* line 183, ../sass/style.scss */
italic {
  font-style: italic;
}

/*main-transition****************************/
/* line 188, ../sass/style.scss */
.slideup, .slidedown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

/* line 195, ../sass/style.scss */
.slidedown.ng-enter,
.slideup.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 200, ../sass/style.scss */
.slidedown.ng-enter {
  top: 100%;
}

/* line 203, ../sass/style.scss */
.slidedown.ng-enter-active {
  top: 0;
}

/* line 206, ../sass/style.scss */
.slideup.ng-leave {
  top: 0;
}

/* line 209, ../sass/style.scss */
.slideup.ng-leave-active {
  top: -100%;
}

/***********************************/
