.pTitlesM {
  color: #fff;
  font-size: 18px;
  font-family: 'Libre Franklin', Arial black, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 13px;
  margin-bottom: 20px;
}

.pTitlesS {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  font-family: arial;
  margin-bottom: 20px;
}

.pictoG1 {
  color: #1d60f8;
}

.page-section {
  text-align: center;
  padding-bottom: 20px;
}

.page-section h1 {
  font-weight: 800;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  display: block;
}

#para1 .item {
  padding-top: 36px;
}

#para1 .item i {
  font-size: 44px;
}

h1 {
  font-family: arial black;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

p {
  margin: 0 0 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  /*color: rgba(255,255,255,0)!important;*/
  /*background-color: #1c87c2!important;*/
  border-color: rgba(3,165,193,0)!important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #0099cc;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  /*background: #ffffff;*/
}

.btn-primary:active, .btn-primary.active {
  background: #007299;
  box-shadow: none;
}

.btn.sharp {
  border-radius: 0;
}

h1, h2, h3, h4, h5 {
  color: #444444;
  font-family: "Roboto",sans-serif;
  font-weight: 100;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

p {
  margin: 0 0 10px;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
}

@media (min-width:768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}

@media (min-width:992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
}

@media (min-width:1200px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  /*color: #ffffff;*/
  text-decoration: none;
  background-color: #1c87c2;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  /*color: #26aceb;*/
  /*background-color: #bf25b9;*/
  border-color: rgba(137,39,139,0)!important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #1D60F8;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  /*background: #811eb0;*/
}

.btn-primary:active, .btn-primary.active {
  /*background: #1D60F8;*/
  box-shadow: none;
}

.btn.sharp {
  border-radius: 0;
}

.btn.sharp:hover {
  background-color: #1E4895;
}

h1, h2, h3, h4, h5 {
  color: #444444;
  font-family: "Roboto",sans-serif;
  font-weight: 100;
}

h1 {
  font-size: 23px;
}

h2 {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blockG1 {
  border: 0px solid #1d60f8;
  border-radius: 1px;
  padding: 30px;
}

.btn:hover {
  /*background-color: #192023;*/
}

.btn {
  background: #26aceb;
}

@media (min-width: 992px) {
  #carousel-1 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-1 {
    max-width: 100%;
  }
}

#heading-car {
  font-family: Cabin, sans-serif;
  font-weight: 900;
  padding-top: 10px;
  font-size: 20px;
  color: rgb(255,255,255);
  margin-top: 0px;
  padding-left: 10px;
}

#text-car {
  /*padding-left: 20px;*/
  color: #999999;
  margin-bottom: -14px;
  font-variant-caps: all-petite-caps;
  font-family: sans-serif;
}

#sommaire {
  margin-bottom: 53px;
}

#button-mobile {
  background-color: #00a3e4;
  font-family: 'Cabin';
  border: none;
  border-radius: 1px;
  /*border-color: rgb(0,0,0);*/
  box-shadow: .1rem .1rem .8rem .12rem rgba(0,0,0,0.69);
}

#menu-mobile {
  font-family: 'cabin';
}

#heading {
  font-family: Cardo, serif;
  font-weight: 900;
  padding-top: 10px;
  font-size: 25px;
  color: rgb(255,255,255);
  margin-top: 0px;
}

#classe-x {
  font-family: Cardo, serif;
  font-weight: 900;
  padding-top: 10px;
  font-size: 25px;
  color: rgb(255,255,255);
  margin-top: 0px;
}

#p-1 {
  padding-left: 20px;
  color: #999999;
  font-family: 'Cabin';
}

#p2 {
  padding-left: 20px;
  color: #cf3d3d;
  margin-bottom: 0px;
  font-family: cabin;
}

#p-3 {
  padding-left: 19px;
  color: #23b431;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: cabin;
}

@media (min-width: 300px) {
  .carousel-indicators {
    padding-bottom: 105px;
  }
}

@media (min-width: 576px) {
  .carousel-indicators {
    padding-bottom: 131px;
  }
}

@media (min-width: 768px) {
  .carousel-indicators {
    padding-bottom: 131px;
  }
}

@media (min-width: 992px) {
  .carousel-indicators {
    padding-bottom: 131px;
  }
}

@media (min-width: 1200px) {
  .carousel-indicators2 {
    padding-bottom: 131px;
  }
}

@media (min-width: 1200px) {
  #carousel-indicators {
    padding-bottom: 131px;
  }
}

@media (min-width: 1200px) {
  .carousel-indicators {
    padding-bottom: 131px;
  }
}

@media (min-width: 1200px) {
  .carousel-indicators {
    padding-bottom: 131px;
  }
}

.carousel-control-next {
  padding-bottom: 257px;
}

.carousel-control-prev {
  padding-bottom: 257px;
}

#classe-x {
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  #carousel-2 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-2 {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  #carousel-2 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-2 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-4 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-4 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-3 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-3 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #carousel-5 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-5 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-6 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-6 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-7 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-7 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-8 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-8 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-9 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-9 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-10 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-10 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-12 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-12 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  #carousel-11 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #carousel-11 {
    max-width: 70%;
  }
}

hover :#interested {
  font-family: cabin;
  background-color: rgba(18,142,201,0);
  color: rgb(255,255,255);
}

#interested {
  font-family: cabin;
  background-color: #00a3e4;
  color: rgb(255,255,255);
  margin-top: 23px;
  border: none;
  border-radius: 1px;
}

.btn a:hover {
  background-color: #555;
}

@media (min-width: 300px) {
  .btn-primary:hover {
    /*color: #fff;*/
    background-color: #35373b!important;
    border-color: rgba(0,163,228,0)!important;
  }
}

@media (min-width: 992px) {
  #footer-button {
    position: fixed;
    display: none;
    bottom: 20px;
    left: 10px;
    /*right: 837px;*/
    z-index: 99;
    font-size: 9px;
    font-family: 'Cabin';
    border: groove;
    background-color: #00a3e4;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 1px;
    border: none;
  }
}

@media (min-width: 300px) {
  #footer-button {
    position: fixed;
    bottom: 15px;
    /*right: 135px;*/
    /*left: 10px;*/
    z-index: 99;
    font-size: 10px;
    font-family: 'Cabin';
    /*border: groove;*/
    background-color: #00a3e4;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 1px;
    border: none;
    display: none;
  }
}

#bottom-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 15;
  /*border-top: 2px solid rgb(38,172,235);*/
}

#b1 {
  width: 100%;
  background-color: rgb(53,55,59);
  font-size: 12px;
  font-family: 'Cabin';
  border-radius: 0px;
  position: sticky;
}

#b2 {
  width: 100%;
  font-size: 12px;
  font-family: 'Cabin';
  border-radius: 0px;
  position: sticky;
  z-index: 16;
}

#col-butt {
  padding-left: 0px;
  padding-right: 0px;
  width: 50%;
}

@media (min-width: 300px) {
  .btn-secondary:hover {
    color: #fff;
    background-color: #2a2a2a!important;
    /*border-color: #545b62;*/
  }
}

#dropdown {
  background-color: rgb(53,55,59);
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  font-family: cabin;
  margin: 0 auto;
  width: 100% !important;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 0px;
}

#para1 .item i {
  font-size: 44px;
}

#pins {
  width: 25px;
  font-size: 44px;
}

#EQ {
  color: rgb(54,167,233);
}

#bold {
  font-weight: 1000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 19px;
  color: rgb(56,166,232);
}

#bold1 {
  font-weight: 1000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 19px;
  color: rgb(255,255,255);
}

adressTitle {
  font-size: 22px;
  text-transform: none !important;
}

