.unset {
  all: unset;
}

.nav-tabs li.active a {
  display: block;
  background-color: tomato !important;
}

.text-lined {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body {
  background: url(../images/fond.png);
  overflow-x: hidden;
  font-family: "Times New Roman", Times, serif;
}

.fond1 {
  background: url(../images/fond1.png);
  overflow-x: hidden;
}


.bkg1 {
  background: url(../images/clim_br.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bkg2 {
  background: url('../images/staff1.jpg');
  background-position: center;
  background-repeat: repeat-x;
}

.mbtn {
  background-color: #0D47A1;
  color: white;
}

/* Folder/Dossier style */
.folder {
  position: relative;
  background: #efefef;
  border-radius: 0 8px 8px 8px;
  padding: 15px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.folder::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 120px;
  height: 20px;
  background: #efefef;
  border-radius: 8px 8px 0 0;
}

.folder::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 120px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
}

/* Navbar links styling */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
  transition: color 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #b3d4fc !important;
}

.navbar-dark .navbar-nav .dropdown-toggle:hover {
  color: #b3d4fc !important;
}

.mbtn1 {
  background-color: #fa6b6b;
  color: white;
}

@media screen and (min-width: 480px) {
  .mlogo {
    height: 40px;
    margin-right: 10em;
  }
}

@media screen and (max-width: 480px) {
  .mlogo {
    height: 30px;
  }
}

.video-container {
  position: relative;
  background-color: #0d47a1;
  width: 100%;
  display: table;
}

video {
  height: 350px;
  vertical-align: middle;
  width: 100%;
}

.overlay-desc {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.cform li.full {
  width: 100%;
  float: left;
}
ul.cform .form-control {
  border: 2px solid #e1e1e1;
  background: #fafafa;
  color: #555555;
  height: 53px;
  line-height: 49px;
  padding: 0 20px;
}
ul.cform textarea.textarea-control {
  border: 2px solid #e1e1e1;
  background: #fafafa;
  color: #555555;
  padding: 20px;
  width: 100%;
  height: 165px;
  border-radius: 5px;
}
.cform .fsubmit {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #51b5fc;
  border: 0px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* contact */

ul.cform {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
ul.cform li {
  margin-bottom: 30px;
}
ul.cform li:last-child {
  margin: 0px;
}
ul.cform li.half {
  width: 50%;
  float: left;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}

.cform .fsubmit:hover {
  background: #51b5fc;
  color: #fff;
}

.contact-form {
  width: 100%;
  float: left;
}

.contact-form h3 {
  font-weight: 700;
  margin: 0 0 25px;
}


.ddp {
  background: url(../images/contacth.jpg) no-repeat;
  margin-top: -50px;
}

.bkg3 {
  background: url(../images/sismo.jpg) no-repeat;
  margin-top: -50px;
}

.bkg4 {
  background: url(../images/climat.jpg) no-repeat;
  margin-top: -50px;
}

.bkg5 {
  background: url(../images/bkg5.jpg) no-repeat;
  margin-top: -50px;
}


.p100 {
  padding: 100px 0;
}