@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select,
  textarea,
  input {
    font-size: 16px;
  }
}

p {
  width: auto !important;
}

.nameInvite {
  margin-top: 0px;
  color: black;
  font-size: 17px;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.fixedFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.fonctionInvite {
  color: black;
  font-size: 15px;
  margin-top: -4px;
}

.decoTexte {
  font-size: x-large;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.87);
}

.titrePage {
  color: white !important;
  text-shadow: 1px 2px 3px #000000 !important;
}

.imgSendMessage {
  width: 40px;
  margin-top: -3px;
}

.userChat {
  text-align: center;
  font-size: larger;
  color: white;
  text-transform: uppercase;
  padding-top: 6px;
  position: fixed;
  width: 80%;
}

.chatText {
  position: fixed;
  width: 100%;
  border-radius: 0;
  background-color: #fbfbfb;
  padding: 5px;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
  bottom: 0px;
  left: 0px;
  box-shadow: 0px -2px 4px 1px rgba(0, 0, 0, 0.1);
}

.loader {
  position: absolute;
  top: 0;
  left: -10px;
  width: 115%;
  height: 100%;
  background: url(images/loader-small.gif) center center rgba(0, 0, 0, 0.5) no-repeat;
}

#stylePageAdmin {
  background: whitesmoke;
  padding: 2em;
  border-radius: 2em;
}

@media only screen and (min-width: 960px) {
  .imageAccueil {
    display: block;
    width: 100%;
    height: 50%;
    margin: auto;
  }
}

@media (max-width: 2000px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
    padding-top: 0px;
  }

  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 9px;
  }

  .collapse.in {
    display: block !important;
    overflow: auto !important;
  }
}

@media (max-height: 414px) {
  .collapse.in {
    display: block !important;
    height: 230px;
    overflow-y: auto;
  }
}

@media screen and (width: 768px) {

  /* ipad 768 px*/
  .lien {
    margin: 15px auto !important;
    overflow: initial !important;
  }

  .welcome-text.wtext-right {
    padding-top: 27px !important;
    padding-left: 21px !important;
  }
}

@media screen and (width: 1024px) {

  /* ipad 1024 px*/
  .lien {
    margin: 12px auto !important;
    width: 417px !important;
    height: 277px !important;
  }

  .welcome-text.wtext-right {
    padding-top: 21px !important;
    padding-left: 7px !important;
  }
}

.style_prevu_kit {
  display: inline-block;
  border: 0;
  /*width:196px;*/
  /*height:210px;*/
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.style_prevu_kit:hover {
  /*box-shadow: 0px 0px 150px #000000;*/
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

.toutImg {
  padding: 0px;
  width: 55px;
  height: 55px;
  border-radius: 49.9%;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.imgProfil {
  padding: 0px;
  width: 150px;
  height: auto;
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%),
    0 0 40px rgb(0 0 0 / 10%) inset;
}

.imgInvite {
  border-radius: 11px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  width: 130px;
  height: 130px;
  border-radius: 49.9%;
  border: 2px solid transparent;
}

.cadreStyle {
  background: -webkit-linear-gradient(top,
      #f5f5f5 0%,
      #ddd 24%,
      #ccc 41%,
      #f5f5f5 100%);
  padding: 30px 10px 1px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.murMessage {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 4em;
}

.titleStyle {
  color: #1c3426;
  font-size: large;
  /*width: 60%;*/
  /*word-spacing: 3px;*/
  line-height: 23px;
}

.emailFrom {
  display: block;
  margin: auto;
  margin-top: 4em;
  margin-bottom: 4em;
}

.styleFacebookDate {
  color: black;
}

.styleFacebook {
  border-radius: 0.8em;
  width: 70%;
  padding-top: 0.4em;
  display: block;
  margin: auto;
}

.popupIntervenant {
  width: 100%;
  height: 15em;
  border-radius: 4%;
  box-shadow: 1px 1px 13px #555;
}

.styleImage {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 4px 4px 4px grey;
}

.colorButton {
  margin-right: 1em;
  border: none;
  background: #14569e;
  border-radius: 6px;
  color: white;
  width: 5em;
  height: 2.1em;
}

#theme {
  padding: 5px;
  overflow-y: scroll;
  height: 10em;
  margin-top: 9px;
  margin-bottom: 2em;
  background-color: #eee;
  border-radius: 6px 0px 0px 6px;
  box-shadow: 0px 1px 4px #555;
}

.styleDate {
  border-radius: 6px 0px 6px 0px;
  box-shadow: 0px 1px 4px #555;
  width: 19em;
  line-height: 25px !important;
  text-align: center;
}

.colorButtonGriser {
  margin-right: 1em;
  border: none;
  background: #ccc;
  border-radius: 6px;
  color: white;
  width: 5em;
  height: 2.1em;
}

.detailVote {
  background-color: #4c85b7;
  border-radius: 2em;
  width: 26em;
  height: 2em;
  padding-top: 0.5em;
  color: white;
}

.jaime {
  width: 1.5em !important;
  text-align: center !important;
  padding: 0em !important;
  border: none !important;
  font-size: 1.1em !important;
  color: #745ec5 !important;
}

.labelProg {
  background-color: #ececec;
  width: 10em;
  border-radius: 10px 10px 0px 0px;
  padding: 0.3em;
  box-shadow: 0px -1px 3px #555;
}

.date-style {
  height: 1.7em;
  text-align: center;
  width: 10em;
}

.icoMenu {
  width: 1.5em;
  margin-right: 1em;
}

.divChat {
  color: #080808;
  font-size: larger;
  padding: 5px 10px 5px 15px;
  background: #dcf8c6;
  border-radius: 4px;
  margin-top: 5px;
  word-wrap: break-word;
}

.imgMsg {
  position: relative;
  text-align: center;
  color: #e90e09;
  font-weight: bold;
}

.centered {
  padding: 1px 4px 1px 4px;
  color: #c80923;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffffde;
  border-radius: 52px;
}

.nameChat {
  background: #dcf8c6;
  border-radius: 4px;
  font-size: larger;
  color: black;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 0px;
}

.tdJour {
  font-size: medium;
  text-align: center;
  color: blue !important;
  font-weight: bold;
}

.vl {
  display: block;
  margin: auto;
  width: 32px;
}

.mgchat {
  width: 30px;
  position: absolute;
  left: 0;
  filter: brightness(0) saturate(100%) invert(13%) sepia(72%) saturate(4962%) hue-rotate(343deg);
}

.mgchat2 {
  width: 30px;
  bottom: 30px;
  position: absolute;
  right: 25px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(72%) saturate(4962%) hue-rotate(343deg);
}

.voteIT1 {
  background: #ffffff;
  border: none;
}

.voteIT2 {
  background: #f2f2f2;
  border: none;
}

.td1 {
  width: 20%;
  padding-left: 0em !important;
  padding-right: 0.2em !important;
}

.td2 {
  width: 49%;
  padding-left: 0em !important;
  padding-right: 0.3em !important;
}

.td3 {
  padding-left: 0.3em !important;
  padding-right: 0em !important;
}

.invite {
  width: 35px;
  padding-bottom: 1em;
  display: block;
  margin: 0 auto;
}

.labelVote {
  padding-left: 0px !important;
}

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

.votePoP {
  font-size: 1em;
  font-family: sans-serif;
  padding-bottom: 0.3em;
}

.votePoP2 {
  font-size: 1em;
  font-family: sans-serif;
  padding-bottom: 1.5em;
}

.vote {
  font-size: 16px;
  color: #2f9764;
  padding-bottom: 0.5em;
  text-decoration: underline;
}

.voteB1 {
  background: #ffffff;
  padding: 0.5em;
  box-shadow: 1px 1px 13px #555;
  border-radius: 0.5em;
}

.voteImg {
  margin-top: 0.5em;
  border-radius: 4px;
}

.voteB2 {
  background: #f2f2f2;
  padding: 0.5em;
  box-shadow: 1px 1px 13px #555;
  border-radius: 0.5em;
}

.quest {
  border-radius: 4px;
  display: block;
  line-height: 2em;
  padding: 0.5em;
  text-align: left;
  color: black;
  margin-top: 0.8em;
  background: white;
}

@media screen and (width: 375px) {

  /*iphone 6 -> 375px */
  .acc {
    width: 26em;
  }
}

@media screen and (width: 320px) {

  /*iphone 5 -> 320px */
  .acc {
    width: 22em;
  }
}

@media screen and (width: 768px) {
  .acc {
    width: 22em;
  }
}

@media (min-width: 320px) {
  p {
    font-size: 0.9em;
    width: 21em;
  }
}

body {
  margin: 0;
  font-family: "OpenSans-Regular";
  background: #f5f5f5;
}

@font-face {
  font-family: "nuageTxt";
  src: url(../fonts/LilitaOne-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Abel-Regular";
  src: url(../fonts/Abel-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "bnpp";
  src: url(../fonts/ABeeZee-Regular.ttf) format("truetype");
}

body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "bnpp";
}

p {
  margin: 0;
}

ul,
label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

/*--baner--*/
.banner {
  background: url(../images/slide-image.jpg) no-repeat 0px 0px;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 700px;
  position: relative;
}

.banner-info {
  /*   background-size: contain !important;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 700px;
	background: rgba(0, 0, 0, 0.41);*/
}

.logo h1 {
  font-size: 3.5em;
  display: inline-block;
  font-family: "Abel-Regular";
  line-height: 1em;
}

.logo h1 a {
  color: rgba(255, 255, 255, 0);
  font-family: "Abel-Regular";
  text-decoration: none;
}

.logo h1 a:hover {
  color: #fff;
}

/*--top-nav--*/
.top-nav {
  z-index: 999;
}

nav.navbar.navbar-default {
  background-color: inherit;
  border: none;
  margin: 0;
}

.top-nav ul li {
  margin: 0 -0.7em;
  display: inline-block;
  padding-right: 4px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.top-nav ul li a.active:before {
  color: #5bd982;
}

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #fff;
  font-family: "Abel-Regular";
  position: relative;
}

.top-nav ul li a.link-kumya.active {
  background: #745ec5;
}

.nav>li>a:hover,
.nav>li>a:focus,
.top-nav ul li a.active {
  background: none;
}

/*--drop-down--*/
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #745ec5;
  border: none;
}

ul.dropdown-menu li a {
  color: #745ec5;
  font-size: 1.1em;
}

ul.nav.navbar-right {
  margin-top: 0.3em;
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
  margin-top: 10px;
  min-width: 100%;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #745ec5;
}

/*--//drop-down--*/
/*--Kumya--*/
.link-kumya {
  overflow: hidden;
}

.link-kumya:hover {
  color: #000;
}

.link-kumya::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: -2px;
  z-index: 1;
  background: rgba(51, 51, 51, 0.6);
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-kumya:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.link-kumya span {
  position: relative;
  z-index: 9999;
}

.link-kumya span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link-kumya:hover span::before {
  width: 100%;
}

/*--//Kumya--*/
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 3em;
  padding: 13px 0;
}

/*--//top-nav--*/
.banner-text-info {
  width: 50%;
  margin: 19em auto 0;
  text-align: center;
}

.banner-text h2 {
  font-size: 25px;
  line-height: 0px;
  color: #ffffff;
  text-shadow: 1px 2px 3px #000000;
}

.banner-text h3 {
  font-size: 1.5em;
  color: #fff;
  margin-top: 1em;
  letter-spacing: 3px;
  line-height: 1.8em;
}

.more {
  margin-top: 3em;
}

.more a {
  font-size: 1em;
  color: #745ec5;
  padding: 0.8em 2.5em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Abel-Regular";
  text-decoration: none;
  display: inline-block;
}

/* Pipaluk */

.button-pipaluk::before,
.button-pipaluk::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  -moz-transition: transform 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.button-pipaluk::before {
  border: 2px solid #fff;
}

.button-pipaluk.button--inverted::after {
  background: #fff;
}

.button-pipaluk:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
}

.button-pipaluk::before,
.button-pipaluk:hover::after {
  -webkit-transform: scale3d(0.7, 0.6, 1);
  transform: scale3d(0.7, 0.6, 1);
  -moz-transform: scale3d(0.7, 0.6, 1);
  -o-transform: scale3d(0.7, 0.6, 1);
  -ms-transform: scale3d(0.7, 0.6, 1);
}

.more.more2 a {
  color: #fff;
}

.more.more2 .button-pipaluk.button--inverted::after {
  background: #745ec5;
}

.more.more2 .button-pipaluk::before {
  border-color: #745ec5;
}

/*--//baner--*/
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.callbacks_container {
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 45%;
  left: 6%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 53px;
  width: 32px;
  background: url("../images/icons.png") no-repeat 0px 0px;
}

.callbacks_nav.next {
  left: auto;
  background-position: right;
  right: 5%;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_tabs li {
  display: inline-block;
  margin: 0 0.3em;
}

.callbacks_tabs {
  list-style: none;
  position: absolute;
  z-index: 999;
  bottom: 17%;
  left: 47%;
  padding: 0;
  margin: 0;
}

.callbacks_tabs a {
  visibility: hidden;
}

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  height: 14px;
  width: 14px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.callbacks_here a:after {
  border-color: #ffffff;
  background-color: #745ec5;
}

/*--//Slider part Ends Here --*/
/*--welcome--*/
.welcome,
.tabs,
.services,
.slid,
.footer,
.about,
.team,
.codes,
.contact,
.gallery,
.blog {
  padding: 10em 0;
}

.welcome-left {
  padding-right: 8em;
}

.welcome-left img,
.tabs img {
  width: 90%;
}

h3.title {
  font-size: 2em;
  color: #745ec5;
  text-align: center;
}

p {
  font-size: 1.1em;
  color: #aaa;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.welcome h3.title,
.tabs h3.title {
  text-align: left;
}

.welcome h4 {
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
}

.welcome span.glyphicon {
  font-size: 1.2em;
  border: 2px solid #aaa;
  border-radius: 50%;
  padding: 0.8em;
  color: #555;
}

.welcome-info {
  margin-top: 1.5em;
}

.welcome-info:hover span.glyphicon {
  border-color: #333;
  color: #333;
}

/*--//welcome--*/
.tabs {
  background: #f5f5f5;
}

.tabs2 {
  padding: 5em 0;
}

.tabs .nav-tabs {
  float: left;
  border-bottom: 0;
}

.tabs .nav-tabs li {
  float: none;
  margin: 1px 0 0;
}

.tabs .nav-tabs li a {
  margin-right: 0;
  border: 0;
  background-color: #aaa;
  color: #fff;
  padding: 2em;
  font-size: 1em;
  border-radius: 0;
}

.tabs .nav-tabs li a:hover {
  background-color: #745ec5;
}

.tabs .nav-tabs .active .glyphicon {
  color: #333;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:hover,
.tabs .nav-tabs>li.active>a:focus {
  border: 0;
  background-color: #745ec5;
  color: #fff;
}

.tabs .tab-content .tab-pane {
  display: none;
}

.tabs .tab-content .active {
  display: block;
}

.tab-grid-left {
  padding: 0;
}

.tab-grid-right {
  padding: 0 1em 0 3em;
}

.tabs .more {
  margin-top: 1.5em;
}

.tabs-right {
  padding-left: 8em;
}

/*-- services --*/
.servc-grids {
  margin-top: 5em;
}

/*-- Effect 1--*/
.servc-grid-left span {
  font-size: 2em;
  color: #999;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1;
  padding: 1em;
}

.servc-grid-left span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.effect-1 {
  background: #e2dfdf;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}

.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #555;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.5s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.5s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.servc-grid:hover span {
  background: #999;
  color: #fff !important;
}

.servc-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*--//Effect 1--*/
.servc-grid-right h4 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
  color: #000;
  line-height: 1.5em;
}

.servc-grid-right p {
  margin: 0;
  width: 17em !important;
}

.servc-grid-left {
  text-align: right;
  padding-right: 2em;
}

/*-- //services --*/
/*--slid--*/
.slid {
  background: url(../images/a.jpg) no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
}

.slid-grids {
  width: 25%;
  margin: 0 3em;
  padding: 2.5em 0 3em;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  background: rgba(11, 11, 11, 0.69);
}

.slid h4 {
  color: #fff;
  font-size: 2.5em;
}

.slid h5 {
  font-size: 1.8em;
  color: #fff;
  margin: 1em 0;
  font-weight: 900;
}

.slid-grids:hover {
  background: rgba(116, 94, 197, 0.78);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.slid-row {
  margin-top: 4em;
}

.slid h3.title,
.testimonials h3.title {
  color: #fff;
}

/*--//slid--*/

/*--footer--*/
.footer {
  background: #f5f5f5;
}

.footer h3 {
  font-size: 2.5em;
  color: #745ec5;
  margin-bottom: 0.5em;
  font-family: "Abel-Regular";
}

.footer-grids:nth-child(1) {
  padding: 0 5em 0 0;
}

.footer-grids span {
  display: block;
}

.footer-grids span a {
  color: #ea7686;
}

.footer-grids span a:hover {
  color: #333;
}

.footer-bottom {
  margin-top: 2.5em;
}

/* Icons */
.footer-bottom a {
  color: #fff;
  background: #000;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0.5em;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
}

.footer-bottom a:hover {
  background: #7d7a7a;
}

/* pop-up text */
.footer-bottom a span {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px;
  font-size: 1em;
  border-radius: 2px;
  background: #745ec5;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.footer-bottom a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

.footer-bottom a:hover span {
  bottom: 41px;
  visibility: visible;
  opacity: 1;
}

.footer-bottom a:before {
  content: "";
  background: url(../images/icons.png) no-repeat 3px 1px;
  width: 20px;
  height: 20px;
  display: block;
}

.footer-bottom a:nth-of-type(2):before {
  content: "";
  background-position: 3px -22px;
}

.footer-bottom a:nth-of-type(3):before {
  content: "";
  background-position: 0px -45px;
}

.footer-bottom a:nth-of-type(4):before {
  content: "";
  background-position: 0px -65px;
}

/*--Icons--*/
.footer a.footer-img {
  display: inline-block;
}

.footer img {
  display: inline-block;
  padding: 5px;
  transition: 0.5s all;
}

.footer img:hover {
  border-color: #dadada;
}

.footer-copy {
  margin: 3em 0 0;
  padding: 2em 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.footer-copy p {
  text-align: center;
  display: block;
  margin: auto;
}

.footer-copy p a {
  color: #000;
}

.footer-copy p a:hover {
  color: #aaa;
}

.footer-copy:hover {
  border-color: #745ec5;
}

/*--//footer--*/
/*--about-page--*/
.about-banner .banner-text {
  padding-top: 7em;
  text-align: center;
}

.banner.about-banner,
.about-banner .banner-info {
  margin-top: 2.8em;
  min-height: 250px;
}

/*--about--*/
.about-info {
  margin-top: 4em;
}

.about h4 {
  font-size: 1.8em;
  color: #000;
  margin-top: 1em;
}

.about-imgs {
  padding-left: 0;
}

.about img {
  width: 100%;
}

.pince:nth-child(2) {
  margin: 2.5em 0;
}

.pince-left {
  float: left;
  width: 13%;
  background-color: #745ec5;
  text-align: center;
  padding: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.pince-right {
  float: right;
  width: 75%;
}

.pince span {
  font-size: 1.5em;
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  vertical-align: middle;
}

.pince-right h4 {
  margin: 0 0 0.2em 0;
}

.pince-right p {
  margin: 0;
}

/*--//about--*/
/*-- testimonials --*/
.testimonials {
  padding: 6em 0 8em;
  background: url(../images/slid.jpg) no-repeat 0px 0px fixed;
  background-size: cover;
}

.flexslider {
  width: 60%;
  margin: 0 auto;
}

.testimonials-grid {
  margin-top: 4em;
}

.testimonials-grid p {
  color: #fff;
  text-align: center;
  margin: 1.5em 0;
  font-size: 1.5em;
}

.testimonials-grid h5 {
  font-size: 1.5em;
  color: #745ec5;
  text-align: center;
  font-weight: 900;
}

.testimonials-grid h5 span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8em;
  margin-left: 0.5em;
}

/*--//testimonials--*/
/*-- team --*/
.team-grids {
  margin-top: 0em;
}

/*-- team-effects --*/
.ch-item {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 0 rgba(116, 94, 197, 0.4),
    inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 60%;
}

.ch-img-1 {
  background: url(../images/t1.jpg) center top;
}

.ch-img-2 {
  background: url(../images/t2.jpg) center top;
}

.ch-img-3 {
  background: url(../images/t3.jpg) -9px 0px;
  background-size: cover;
}

.ch-img-4 {
  background: url(../images/t4.jpg) -45px -15px;
}

.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  /*for a smooth font */
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-size: 1.6em;
  padding: 63px 0 0 0;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 11px 30px;
  font-size: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-item:hover {
  box-shadow: inset 0 0 0 110px rgb(116, 94, 197),
    inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ch-item:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ch-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: "";
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 244px;
  height: 252px;
  display: inline-block;
  margin: 20px;
  float: right;
}

.ch-item .footer-bottom {
  margin-top: 0.5em;
}

.ch-item .footer-bottom a {
  background: none;
  padding: 0 0.2em;
  margin: 0;
  opacity: 1;
}

.ch-item .footer-bottom a:hover {
  opacity: 0.5;
}

/*-- //team --*/
/*--//about-page--*/
/*---gallery----*/
.gallery-grids {
  margin-top: 5em;
}

.view {
  width: 360px;
  height: 245px;
  margin: 10px;
  float: left;
  border: 10px solid #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px #808080;
  -moz-box-shadow: 0px 0px 5px #808080;
  box-shadow: 0px 0px 5px #808080;
  cursor: default;
  padding: 0;
}

.view .mask,
.view .content {
  width: 341px;
  height: 225px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view p {
  font-style: italic;
  font-size: 1em;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 22% auto 0;
  width: 53%;
  line-height: 2em;
  letter-spacing: 1px;
}

.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(116, 94, 197, 0.7);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-tenth:hover p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*---//gallery----*/
/*----blog----*/
.blog-grids {
  margin-top: 4em;
}

.blog-img {
  overflow: hidden;
}

.blog-img a img {
  width: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog-img a img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.blog h4 {
  color: #000;
  font-size: 2em;
  margin: 0.5em 0;
}

.blog h4 a {
  color: #000;
}

.blog h4 a:hover {
  color: #745ec5;
}

.blog p a {
  color: #745ec5;
}

.blog p a:hover {
  color: #000;
}

.blog p {
  line-height: 1.8em;
}

.blog p.snglp {
  font-size: 1em;
  font-style: italic;
  margin: 0 0 1em;
}

.blog .more {
  margin-top: 1.5em;
}

/*--//blog--*/
/*--single-page--*/
.single-page h3 {
  font-size: 2.5em;
  color: #745ec5;
  margin-bottom: 0.6em;
}

.single-page-info a {
  display: block;
}

.single-page img {
  width: 100%;
}

.comment-icons {
  border-top: 1px dashed #b9b8b8;
  border-bottom: 1px dashed #b9b8b8;
  padding: 2em 0;
  margin: 4em 0;
}

.blog ul li {
  display: inline-block;
  margin-right: 2.5em;
  color: #aaa;
  font-size: 1em;
}

.comment-icons ul li:nth-child(5) {
  margin: 0;
}

.blog ul li a {
  color: #aaa;
  font-size: 1em;
}

.comment-icons ul li i {
  margin-right: 0.8em;
  color: #745ec5;
}

.blog ul li a:hover {
  color: #745ec5;
}

.admin-text {
  background: #f5f5f5;
  padding: 2em;
}

.admin-text:hover {
  box-shadow: 1px 1px 3px #a5a5a5;
  -webkit-box-shadow: 1px 1px 3px #a5a5a5;
  -moz-box-shadow: 1px 1px 3px #a5a5a5;
  -o-box-shadow: 1px 1px 3px #a5a5a5;
  -ms-box-shadow: 1px 1px 3px #a5a5a5;
}

.admin-text h5 {
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
  color: #745ec5;
}

.admin-text-left {
  float: left;
  width: 11%;
}

.admin-text-right {
  float: right;
  width: 86%;
}

.admin-text-right p {
  font-size: 1em;
  margin: 0 0 1em;
}

.admin-text-right span {
  font-size: 1em;
  margin: 0 0 1em 0;
  color: #555;
}

.admin-text-right span a {
  color: #745ec5;
}

.admin-text-right span a:hover {
  color: #aaa;
}

.related-posts {
  padding: 4em 0;
  margin: 0;
}

.related-grids {
  padding-left: 0 !important;
}

.related-posts img {
  width: 100%;
}

.related-grids h5 {
  font-size: 1.2em;
}

.related-grids h5 a {
  color: #000;
}

.related-grids h5 a:hover {
  color: #745ec5;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #745ec5;
}

.media.response-info {
  margin-top: 2em;
}

.media-left.response-text-left {
  width: 11%;
}

.response-text-left h5 {
  font-weight: 900;
  font-size: 1.1em;
  margin: 1em 0 0 0;
}

.response-text-left h5 a {
  color: #000;
}

.response-text-left h5 a:hover {
  color: #745ec5;
}

.response-text-right p {
  margin: 0 0 1em;
}

.response-text-right ul {
  padding: 0;
  text-align: right;
}

.response-text-right ul li {
  display: inline-block;
  color: #555;
  font-size: 1em;
  margin-right: 1em;
}

.response-text-right ul li a {
  color: #555;
  text-decoration: none;
}

.response-text-right ul li a:hover {
  color: #745ec5;
}

.coment-form {
  margin-top: 4em;
}

.coment-form input[type="text"]:nth-child(1) {
  margin-right: 1em;
}

.coment-form input[type="text"] {
  display: inline-block;
  background: #f7f7f7;
  color: #999;
  border: none;
  border-bottom: 2px solid #cfcdcd;
  width: 48.7%;
  margin-bottom: 1em;
  outline: none;
  font-size: 1em;
  padding: 0.8em 1em;
  -webkit-appearance: none;
  font-family: "OpenSans-Regular";
}

.coment-form textarea {
  background: #f7f7f7;
  border: none;
  border-bottom: 2px solid #cfcdcd;
  width: 100%;
  display: block;
  height: 13em;
  outline: none;
  font-size: 1em;
  color: #999;
  resize: none;
  padding: 0.8em 1em;
  -webkit-appearance: none;
  font-family: "OpenSans-Regular";
}

.coment-form input[type="submit"] {
  padding: 0.8em 0;
  background: #f7f7f7;
  color: #999;
  border: 2px solid #cfcdcd;
  width: 100%;
  margin-top: 1em;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -webkit-appearance: none;
  font-family: "OpenSans-Regular";
}

.coment-form input[type="button"] {
  padding: 0.8em 0;
  background: #f7f7f7;
  color: #999;
  border: 2px solid #cfcdcd;
  width: 100%;
  margin-top: 1em;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -webkit-appearance: none;
  font-family: "OpenSans-Regular";
}

.coment-form input[type="submit"]:hover {
  color: #fff;
  background: #745ec5;
  border-color: #5a37dc;
}

.coment-form input[type="button"]:hover {
  color: #fff;
  background: #745ec5;
  border-color: #5a37dc;
}

.blog-right ul li {
  margin: 0 0 1em;
}

.blog-right li span {
  margin-right: 1em;
}

.blog-tags {
  margin-top: 4em;
}

.blog-tags ul li a {
  font-size: 0.9em;
  color: #999;
  padding: 0.5em 2em;
  border: 1px dotted #745ec5;
  text-transform: capitalize;
  display: block;
}

.blog-tags ul li a:hover {
  text-decoration: none;
  background: #745ec5;
  color: #fff;
}

/*--//single-page--*/
/*--Shortcodes--*/
h3.hdg {
  font-size: 2.5em;
  color: #000 !important;
}

.show-grid [class^="col-"] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}

.grid_3 {
  margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}

.grid_3 p {
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}

.grid_4 {
  background: none;
  margin-top: 50px;
}

.label {
  font-weight: 300 !important;
  border-radius: 4px;
}

.grid_5 {
  background: none;
  padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg {
  margin-bottom: 1em;
  color: #333;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: none !important;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 0;
}

.badge-primary {
  background-color: #03a9f4;
}

.badge-success {
  background-color: #8bc34a;
}

.badge-warning {
  background-color: #ffc107;
}

.badge-danger {
  background-color: #e51c23;
}

.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}

.bs-docs-example {
  margin: 1em 0;
}

section#tables p {
  margin-top: 1em;
}

.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 7px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.label {
  font-weight: 300 !important;
}

.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}

.nav-tabs {
  margin-bottom: 1em;
}

.alert {
  font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
  line-height: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

li.list-group-item1 {
  line-height: 2.5em;
}

.input-group {
  margin-bottom: 20px;
}

.in-gp-tl {
  padding: 0;
}

.in-gp-tb {
  padding-right: 0;
}

.list-group {
  margin-bottom: 48px;
}

ol {
  margin-bottom: 44px;
}

h2.typoh2 {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .grid_5 {
    padding: 0 0 1em;
  }

  .grid_3 {
    margin-bottom: 0em;
  }
}

@media (max-width: 640px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em;
  }

  .progress {
    height: 18px;
    margin-bottom: 15px;
  }

  ol.breadcrumb li,
  .grid_3 p,
  ul.list-group li,
  li.list-group-item1 {
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 10px;
  }

  .well {
    font-size: 14px;
    margin-bottom: 10px;
    color: black;
    width: 21em;
  }

  h2.typoh2 {
    font-size: 1.5em;
  }

  .grid_4 {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .table h1 {
    font-size: 26px;
  }

  .table h2 {
    font-size: 23px;
  }

  .table h3 {
    font-size: 20px;
  }

  .label {
    font-size: 80%;
  }

  .alert,
  p {
    font-size: 14px;
  }

  .pagination {
    margin: 20px 0 0px;
  }
}

@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }

  .alert,
  p,
  ol.breadcrumb li,
  .grid_3 p,
  .well,
  ul.list-group li,
  li.list-group-item1,
  a.list-group-item {
    font-size: 13px;
  }

  .alert {
    padding: 10px;
    margin-bottom: 10px;
  }

  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px !important;
  }

  .list-group {
    margin-bottom: 10px;
  }

  .well {
    padding: 10px;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    font-size: 0.81em;
  }

  .table td,
  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding-left: 0.5em !important;
    padding-right: 0em !important;
  }

  .codes .row {
    margin: 0;
  }
}

/*--//Shortcodes--*/
/*-- contact --*/
.image {
  vertical-align: middle;
  position: absolute;
  padding-left: 100px;
  opacity: 0.7;
}

.valider {
  color: #333;
  font-weight: bold;
  font-size: initial;
  font-family: sans-serif;
}

.valider2 {
  color: #10559f;
  font-weight: bold;
  font-size: initial;
  font-family: -webkit-body;
}

.session {
  color: blue;
  font-weight: bold;
  border-radius: 5px;
}

.session2 {
  color: #242d50;
  background: #ffffff;
  border-radius: 12px;
  display: block;
  margin: 1px;
  padding: 1px 15px 1px 15px;
}

.question1 {
  color: #383838;
  margin: -15px 0px 7px 8px !important;
}

.question2 {
  /*color: black; 
	/* background-color: rgba(52, 198, 55, 0.57); */
  /* border-radius: 4px; */
  float: right;
  margin: 0.3em 0 !important;
}

.question3 {
  color: black;
  background-color: rgba(49, 112, 143, 0.22);
  border-radius: 3px;
  display: block;
  margin: -0.3em 0 !important;
}

.contact h3.title {
  text-align: left;
}

.contact-grids p {
  margin: 1em 0;
}

.contact-grid iframe {
  width: 100%;
  min-height: 500px;
  border: none;
}

.contact-grid input[type="text"] {
  outline: none;
  border: 1px solid #ccc;
  background: none;
  color: black;
  font-size: 1em;
  /* padding: 1.5em 1em; */
  width: 100%;
  -webkit-appearance: none;
}

.contact-grid .input-mdl {
  margin: 1em 0;
}

.contact-grid textarea {
  outline: none;
  border: 1px solid #ccc;
  background: none;
  color: #aaa;
  font-size: 1em;
  padding: 0.7em 1em;
  width: 100%;
  -webkit-appearance: none;
  resize: none;
  min-height: 10em;
  margin: 1em 0;
  font-family: "OpenSans-Regular";
}

.contact-grid input[type="submit"] {
  border: 1px solid #ccc;
  margin-left: auto;
  font-weight: Bold;
  margin-right: auto;
  display: block;
  outline: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  padding: 7px;
  width: 80%;
  text-align: center;
  font-size: 14px !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  /* -webkit-appearance: none; */
}

.styleButtonLien {
  border: 1px solid #ccc;
  margin-left: auto;
  font-weight: Bold;
  display: block;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  padding: 7px;
  width: 80%;
  font-size: 14px !important;
}

.contact-grid input[type="button"] {
  border: 1px solid #ccc;
  margin-left: auto;
  font-weight: Bold;
  margin-right: auto;
  display: block;
  outline: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  padding: 7px;
  width: 80%;
  text-align: center;
  font-size: 14px !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  /* -webkit-appearance: none; */
}

.contact-grid input[type="submit"]:hover {
  background: #b9b8b8;
}

.contact-grid input[type="button"]:hover {
  background: #b9b8b8;
}

.address {
  margin-top: 4em;
}

.address ul {
  padding: 0;
  margin: 0;
}

.address ul li {
  list-style-type: none;
  font-size: 1.5em;
  color: #999;
  display: inline-block;
  margin-right: 3em;
}

.address ul li i.phon {
  font-size: 1.5em;
  color: #745ec5;
  font-weight: 900;
  font-style: normal;
  font-family: "Abel-Regular";
}

.address ul li i.glyphicon {
  font-size: 1em;
  color: #745ec5;
  vertical-align: inherit;
  margin-right: 0.5em;
}

.address ul li a {
  color: #999;
}

.address ul li a:hover {
  color: #000;
}

.nuageMot {
  color: white;
  font-size: inherit;
  font-family: sans-serif;
}

/*-- //contact --*/
/*---- responsive-design -----*/
@media (max-width: 1280px) {
  .banner-text-info {
    width: 54%;
  }
}

@media (max-width: 1080px) {
  .top-nav ul li {
    /* margin: 0 0.2em; */
    margin-right: -1em;
    margin-left: -0.8em;
  }

  .banner-text h2 {
    font-size: 2.8em;
  }

  .banner-text-info {
    width: 61%;
  }

  .banner-text h3 {
    font-size: 1.3em;
  }

  .banner,
  .banner-info {
    min-height: 660px;
  }

  .callbacks_tabs {
    left: 45%;
  }

  .welcome,
  .tabs,
  .services,
  .slid,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 7em 0;
  }

  .welcome-right {
    padding: 0;
  }

  .welcome-text.wtext-right {
    padding: 0;
  }

  .tabs-left {
    padding: 0;
  }

  .tab-grid-right {
    padding: 0 0 0 3em;
  }

  .slid-grids {
    margin: 0 2em;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    margin-bottom: -0em;
    margin-top: 2.9em;
    height: 17em;
    background-size: cover;
  }

  .pince-right {
    width: 80%;
  }

  .about h4 {
    font-size: 1.7em;
  }

  .flexslider {
    width: 75%;
  }

  .testimonials-grid p {
    margin: 1.3em 0;
    font-size: 1.4em;
  }

  .ch-grid li {
    width: 200px;
    height: 220px;
    margin: 15px;
    float: right;
  }

  .ch-info h3 {
    padding: 52px 0 0 0;
  }

  .view {
    width: 293px;
    height: 202px;
  }

  .view .mask,
  .view .content {
    width: 274px;
    height: 183px;
  }

  .view p {
    margin: 3.5em auto 0;
    width: 73%;
  }

  .blog-tags ul li a {
    padding: 0.5em 1.6em;
  }

  .comment-icons ul li {
    margin-right: 2em;
  }

  .related-grids h5 {
    font-size: 1.1em;
  }

  .coment-form input[type="text"] {
    width: 48.5%;
  }

  .address ul li {
    font-size: 1.3em;
    margin-right: 2em;
  }

  .servc-grids {
    margin-top: 4em;
  }

  .testimonials-grid {
    margin-top: 2em;
  }
}

@media (max-width: 1024px) {
  .top-nav ul li a {
    font-size: 1.1em;
  }

  ul.dropdown-menu li a {
    font-size: 1em;
  }

  .banner-text h2 {
    font-size: 2.6em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
  }

  .banner,
  .banner-info {
    min-height: 600px;
  }

  .banner-text-info {
    margin: 17em auto 0;
  }

  .welcome,
  .tabs,
  .services,
  .slid,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 6em 0;
  }

  .welcome-text.wtext-left {
    padding-left: 0;
  }

  .welcome-info {
    margin-top: 1.2em;
  }

  .pince:nth-child(2) {
    margin: 2.1em 0;
  }

  .testimonials-grid {
    margin-top: 2em;
  }
}

@media (max-width: 991px) {
  .top-nav ul li a {
    letter-spacing: 0;
    padding: 8px 11px;
  }

  .banner-text-info {
    margin: 16em auto 0;
  }

  .welcome-left {
    float: left;
    width: 50%;
    padding: 0;
  }

  .welcome-right {
    float: right;
    width: 50%;
  }

  h3.title {
    font-size: 2em;
  }

  p {
    font-size: 1em;
  }

  .welcome-text {
    float: left;
  }

  .welcome-text.wtext-right {
    padding: 0;
    width: 84%;
  }

  .welcome span.glyphicon {
    font-size: 1em;
    padding: 0.8em;
  }

  .welcome h4 {
    font-size: 1.3em;
  }

  .tabs-left {
    float: left;
    width: 45%;
  }

  .tabs-right {
    float: right;
    padding: 0;
    width: 40%;
  }

  .tabs .nav-tabs li {
    float: left;
  }

  .tab-grid-right {
    padding: 0 0 0 1em;
  }

  .tabs .nav-tabs li a {
    padding: 1.8em 1.2em;
  }

  .servc-grid {
    float: left;
    width: 50%;
    padding-left: 0;
  }

  .servc-grid:nth-child(2) {
    padding: 0 0 0 1em;
  }

  .servc-grid-left span {
    font-size: 1.5em;
  }

  .servc-grid-left {
    text-align: left;
    padding: 0;
  }

  .servc-grid-right {
    padding: 0;
  }

  .servc-grids {
    margin-top: 3em;
  }

  .servc-grid-right h4 {
    font-size: 1.4em;
    margin: 0 0 0.2em;
  }

  .slid-grids {
    float: left;
  }

  .slid h4 {
    font-size: 2em;
  }

  .slid h5 {
    font-size: 1.5em;
  }

  .footer-grids {
    float: left;
    width: 33.33%;
    padding: 0 0.5em;
  }

  .footer-grids:nth-child(1) {
    padding: 0 1em 0 0;
  }

  .footer img {
    padding: 0;
    width: 100%;
  }

  .footer a.footer-img {
    width: 32.2%;
  }

  .about-imgs {
    padding-left: 0;
    float: left;
    width: 33%;
  }

  .about-grids:nth-child(2) {
    margin-top: 2em;
  }

  .pince-left {
    width: 9%;
  }

  .pince-right {
    width: 86%;
  }

  .testimonials-grid p {
    font-size: 1.3em;
    margin: 1em 0;
  }

  .flexslider .slides img {
    width: 8%;
  }

  .ch-grid li {
    width: 214px;
    height: 240px;
    margin: 8px;
    margin-left: 2px;
    float: left;
  }

  .ch-item {
    box-shadow: inset 0 0 0 0 rgba(116, 94, 197, 0.4),
      inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .ch-item:hover {
    box-shadow: inset 0 0 0 110px rgb(116, 94, 197),
      inset 0 0 0 10px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .footer-copy {
    padding: 1em 0;
  }

  .ch-info h3 {
    font-size: 1.4em;
    padding: 36px 0 0 0;
  }

  .ch-info p {
    font-size: 0.9em;
    margin: 11px 30px 6px;
  }

  .ch-item .footer-bottom a {
    padding: 0 0.1em;
  }

  .ch-item .footer-bottom {
    margin-top: 0;
  }

  .gallery-grids {
    margin-top: 3em;
  }

  .view {
    width: 230px;
    height: 157px;
    margin: 5px;
    border: 5px solid #fff;
  }

  .view p {
    margin: 3em auto 0;
    width: 80%;
    font-size: 0.9em;
  }

  .view .mask,
  .view .content {
    width: 220px;
    height: 148px;
  }

  .comment-icons {
    margin: 3em 0;
  }

  .related-posts {
    padding: 3em 0;
  }

  .related-grids {
    padding-right: 0.5em !important;
    width: 25%;
  }

  .blog-right {
    margin-top: 3em;
  }

  .blog-right ul.catgry li {
    display: block;
  }

  .blog-tags {
    margin-top: 3em;
  }

  .contact-grid iframe {
    min-height: 350px;
    margin-bottom: 2em;
  }

  .contact-grids p {
    margin: 0.5em 0;
  }

  .address ul li {
    font-size: 1em;
    margin-right: 2em;
  }

  .address ul li i.phon {
    font-size: 1.3em;
  }

  .address {
    margin-top: 3em;
  }
}

@media (max-width: 900px) {
  .address {
    margin-top: 3em;
  }

  .banner-text h2 {
    font-size: 2.4em;
  }

  .banner-text h3 {
    font-size: 1.2em;
  }

  .banner-text-info {
    width: 64%;
  }

  .more {
    margin-top: 2em;
  }

  .more a {
    padding: 0.7em 2em;
  }

  .banner,
  .banner-info {
    min-height: 525px;
  }

  .banner-text-info {
    margin: 14em auto 0;
  }

  .welcome,
  .tabs,
  .services,
  .slid,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 5em 0;
  }

  .testimonials-grid p {
    font-size: 1.2em;
  }

  .testimonials-grid h5 {
    font-size: 1.3em;
  }

  .testimonials {
    padding: 4em 0 8em;
  }

  .flexslider .slides img {
    width: 6%;
  }

  .about-info {
    margin-top: 2em;
  }

  .about-banner .banner-text {
    padding-top: 10em;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    min-height: 240px;
  }

  .blog h4 {
    font-size: 1.8em;
  }
}

@media (max-width: 800px) {
  .banner-text-info {
    width: 68%;
    margin: 13em auto 0;
  }

  .banner-text h2 {
    font-size: 2.3em;
  }

  .banner-text h3 {
    letter-spacing: 1px;
  }

  .banner,
  .banner-info {
    min-height: 500px;
  }

  .servc-grids {
    margin-top: 3em;
  }

  .slid-row {
    margin-top: 2em;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    min-height: 220px;
  }

  .about-banner .banner-text {
    padding-top: 9em;
  }

  .team-grids {
    margin-top: -1em;
  }

  .footer-copy {
    margin: 2em 0 0;
  }

  .blog-grids {
    margin-top: 3em;
  }

  .blog p.snglp {
    margin: 0;
  }

  .logo h1 {
    font-size: 3em;
  }

  ul.nav.navbar-right {
    line-height: 15px;
    margin-top: 0;
    font-size: 12px;
    margin-right: 0em;
    word-spacing: 1px;
  }

  .comment-icons {
    margin: 2em 0;
  }

  .contact-grid iframe {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .banner-text h2 {
    font-size: 2.1em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
  }

  .banner-text h3 {
    font-size: 1.1em;
  }

  .callbacks_tabs {
    left: 43.5%;
    bottom: 12%;
  }

  .banner,
  .banner-info {
    min-height: 460px;
  }

  .banner-text-info {
    margin: 12em auto 0;
  }

  .slid {
    padding: 3em 0;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    margin-bottom: 0em;
    margin-top: 3.6em;
    height: 15em;
    background-size: cover;
  }

  .about-banner .banner-text {
    padding-top: 8em;
  }

  .testimonials-grid p {
    font-size: 1.1em;
  }

  .testimonials {
    padding: 3em 0 6em;
  }

  .ch-info h3 {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  button.navbar-toggle {
    background: #10559f;
    border-color: #fff;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .top-nav ul li {
    display: block;
    margin: 0.1em 0;
  }

  div#bs-example-navbar-collapse-1 {
    background: rgba(0, 0, 0, 0.82);
    margin: 0;
    padding: 0;
  }

  ul.nav.navbar-right {
    text-align: left;
  }

  .navbar-right .dropdown-menu {
    min-width: 100%;
    position: relative;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .banner-text h2 {
    font-size: 1.8em;
  }

  .banner-text h3 {
    font-size: 1em;
  }

  .banner,
  .banner-info {
    min-height: 410px;
  }

  .banner-text-info {
    margin: 10em auto 0;
  }

  .callbacks_tabs {
    left: 42.5%;
  }

  .welcome-left,
  .tabs-right {
    float: none;
    width: 60%;
    margin: 0 auto;
  }

  .welcome-right {
    float: none;
    width: 100%;
    margin-top: 2em;
  }

  .tabs-left {
    float: none;
    width: 100%;
    margin-bottom: 2.5em;
  }

  .tabs .nav-tabs li a {
    padding: 1.5em;
  }

  .welcome,
  .tabs,
  .services,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 4em 0;
  }

  .servc-grids {
    margin-top: 0;
  }

  .servc-grid {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }

  .servc-grid-left {
    text-align: center;
  }

  .servc-grid:nth-child(2) {
    padding: 0;
  }

  .servc-grid-left span {
    font-size: 1.3em;
  }

  .slid-grids {
    margin: 0 1.5em;
  }

  .slid-grids {
    padding: 2em 0;
  }

  .slid h4 {
    font-size: 1.8em;
  }

  .slid h5 {
    font-size: 1.2em;
  }

  .footer-grids {
    float: none;
    width: 100%;
    padding: 0;
  }

  .footer-grids:nth-child(1) {
    padding: 0;
  }

  .footer-grids:nth-child(2) {
    margin: 1em 0;
  }

  .footer-bottom a {
    margin: 0 0.5em;
  }

  .footer-bottom a span {
    left: -20px;
    right: -20px;
    font-size: 0.9em;
  }

  .footer-bottom a span:before {
    left: 33px;
  }

  .footer a.footer-img {
    width: 14%;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    min-height: 190px;
  }

  .about h4 {
    font-size: 1.5em;
  }

  .testimonials-grid {
    margin-top: 1em;
  }

  .ch-grid li {
    width: 165px;
    height: 159px;
    margin: 42px;
    float: right;
  }

  .ch-item {
    box-shadow: inset 0 0 0 0 rgba(116, 94, 197, 0.4),
      inset 0 0 0 7px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .team-grids {
    margin: 1.5em 0 0;
  }

  .ch-item:hover {
    box-shadow: inset 0 0 0 110px rgb(116, 94, 197),
      inset 0 0 0 7px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .ch-info h3 {
    font-size: 1.2em;
    padding: 30px 0 0 0;
  }

  .ch-info p {
    font-size: 0.9em;
    margin: 11px 9px 1px;
  }

  .ch-item .footer-bottom a {
    padding: 0;
  }

  .ch-item .footer-bottom a:nth-of-type(2):before {
    background-position: 1px -21px;
  }

  .comment-icons ul li {
    margin-right: 1.5em;
  }

  .coment-form input[type="text"] {
    width: 48.3%;
  }

  .view {
    width: 187px;
    height: 127px;
  }

  .view .mask,
  .view .content {
    width: 178px;
    height: 117px;
  }

  .view p {
    margin: 2.2em auto 0;
    width: 86%;
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .banner-text h2 {
    font-size: 1.6em;
  }

  .banner-text-info {
    width: 81%;
  }

  .banner,
  .banner-info {
    min-height: 400px;
  }

  .callbacks_tabs {
    left: 39.5%;
  }

  .slid-grids {
    margin: 0 0.5em;
    width: 30%;
    padding: 1.5em 0;
  }

  .slid .more a {
    padding: 0.7em 1.2em;
  }

  .slid h4 {
    font-size: 1.6em;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    margin-bottom: -5em;
    margin-top: 3.6em;
    height: 13em;
    background-size: contain;
  }

  .about-banner .banner-text {
    padding-top: 4em;
  }

  .welcome,
  .tabs,
  .services,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 4em 0;
  }

  .about-grids {
    padding: 0;
  }

  p {
    line-height: 1.8em;
  }

  .pince-left {
    width: 12%;
    padding: 0.8em;
  }

  .pince-right {
    width: 82%;
  }

  .testimonials-grid p {
    font-size: 0.9em;
  }

  .testimonials-grid h5 {
    font-size: 1.1em;
  }

  .ch-grid li {
    width: 240px;
    height: 170px;
    margin: 10px;
    float: inherit;
  }

  .ch-info h3 {
    padding: 45px 0 0 0;
  }

  .gallery-grids {
    margin-top: 2em;
  }

  h3.hdg {
    font-size: 2em;
  }

  .blog-grids {
    margin-top: 2em;
  }

  .blog-grids {
    padding: 0;
  }

  .view {
    width: 206px;
    height: 137px;
  }

  .view .mask,
  .view .content {
    width: 196px;
    height: 127px;
  }

  .view p {
    margin: 3.5em auto 0;
  }

  .single-page-left {
    padding: 0;
  }

  .comment-icons ul li {
    margin-bottom: 1em;
  }

  .blog h4 {
    font-size: 1.6em;
  }

  .blog p.snglp {
    font-size: 0.9em;
  }

  .contact-grid {
    padding: 0;
  }

  .contact-grid iframe {
    min-height: 240px;
  }

  .admin-text {
    padding: 1.5em;
  }

  .coment-form input[type="text"]:nth-child(1) {
    margin-right: 0;
  }

  .coment-form input[type="text"] {
    width: 100%;
  }

  .blog-tags {
    margin-top: 2em;
  }
}

@media (max-width: 414px) {
  button.navbar-toggle {
    margin-top: 0.3em;
  }

  .banner-text h2 {
    font-size: 1.3em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
  }

  .banner-text-info {
    width: 89%;
  }

  .more {
    margin-top: 1.5em;
  }

  .callbacks_tabs li {
    margin: 0;
  }

  .callbacks_tabs a:after {
    height: 11px;
    width: 11px;
  }

  .callbacks_tabs {
    left: 42.5%;
  }

  .welcome-left,
  .tabs-right {
    width: 80%;
  }

  p {
    font-size: 14px;
  }

  .tab-grid-left {
    width: 100%;
  }

  .tabs .nav-tabs {
    float: none;
  }

  .tabs .nav-tabs li {
    float: left;
    width: 32%;
    margin: 0 2px 0 0;
  }

  .tabs .nav-tabs li a {
    padding: 1em;
    text-align: center;
  }

  .welcome-left,
  .tabs-right {
    width: 100%;
  }

  .tab-grid-right {
    padding: 0 1em;
    width: 100%;
  }

  .slid-grids {
    width: 29%;
  }

  .more a {
    font-size: 0.9em;
  }

  .slid .more a {
    padding: 0.4em 1em;
  }

  .footer a.footer-img {
    width: 19%;
  }

  h3.title {
    font-size: 1.7em;
  }

  .about h4 {
    font-size: 1.4em;
  }

  .view {
    width: 261px;
    height: 160px;
  }

  .view {
    width: 261px;
    height: 160px;
    margin: 0.5em 3em;
  }

  .view .mask,
  .view .content {
    width: 261px;
    height: 160px;
  }

  .view p {
    margin: 4.5em auto 0;
    width: 68%;
  }

  .admin-text-right p {
    font-size: 0.9em;
  }

  .related-grids {
    width: 50%;
  }

  .thumbnail {
    margin-bottom: 12px;
  }

  .related-grids {
    margin-bottom: 1em;
  }

  .related-posts {
    padding: 2em 0;
  }

  .response-text-right ul li {
    font-size: 0.9em;
  }

  .single-page h3 {
    font-size: 2em;
    margin-bottom: 0.4em;
  }

  .coment-form {
    margin-top: 2em;
  }

  .coment-form input[type="text"],
  .coment-form textarea,
  .coment-form input[type="submit"] {
    font-size: 0.9em;
  }

  .coment-form input[type="text"],
  .coment-form textarea,
  .coment-form input[type="button"] {
    font-size: 0.9em;
  }

  .blog ul li a {
    font-size: 0.9em;
  }

  .comment-icons {
    padding: 2em 0 1em;
  }

  .admin-text-right span {
    font-size: 0.9em;
  }

  .footer h3 {
    font-size: 2em;
  }

  .contact-grid iframe {
    min-height: 200px;
  }

  .contact-grid input[type="text"],
  .contact-grid textarea,
  .contact-grid input[type="submit"] {
    font-size: 0.9em;
  }

  .contact-grid input[type="text"],
  .contact-grid textarea,
  .contact-grid input[type="button"] {
    font-size: 1em;
  }

  .address ul li {
    font-size: 0.9em;
    margin: 1em 0 0;
    display: block;
  }

  .address {
    margin-top: 2em;
  }
}

@media (max-width: 375px) {
  .banner-text h2 {
    color: #ffffff;
    font-size: 22px;
    text-shadow: 1px 2px 3px #000000;
  }

  .banner-text h3 {
    letter-spacing: 0px;
  }

  .view {
    margin: 0.5em 2em;
  }

  .banner,
  .banner-info {
    min-height: 350px;
  }

  .banner-text-info {
    margin: 9em auto 0;
  }

  .more {
    margin-top: 0.8em;
  }

  .welcome-text.wtext-right {
    width: 82%;
  }

  .tabs-left {
    margin-bottom: 1.5em;
  }

  .servc-grid {
    margin-top: 1.5em;
  }

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

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

  .slid {
    padding: 2em 0;
  }

  .slid-row {
    margin-top: 1em;
  }

  .welcome,
  .tabs,
  .services,
  .footer,
  .about,
  .team,
  .codes,
  .contact,
  .gallery,
  .blog {
    padding: 2em 0;
  }

  .about-imgs {
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 0.3em;
  }

  .about h4 {
    font-size: 1.3em;
  }

  .pince-left {
    width: 15%;
  }

  .pince-right {
    width: 79%;
  }

  .testimonials {
    padding: 2em 0 5em;
  }

  .banner.about-banner,
  .about-banner .banner-info {
    margin-bottom: -4em;
    margin-top: 3.6em;
    height: 13em;
    background-size: contain;
  }

  .about-banner .banner-text {
    padding-top: 3.5em;
  }

  .blog h4 {
    font-size: 1.5em;
  }

  .slid-grids {
    width: 65%;
    margin: 1em auto 0;
    float: none;
  }
}

@media (max-width: 320px) {
  .logo h1 {
    font-size: 2.5em;
  }

  button.navbar-toggle {
    margin: 0;
  }

  .banner-text h2 {
    margin-top: -0.8em;
    font-size: 15px;
    text-shadow: 1px 2px 3px #f8f3ed;
  }

  .banner-text-info {
    width: 93%;
  }

  .banner-text-info {
    margin: 8em auto 0;
  }

  .banner,
  .banner-info {
    min-height: 325px;
  }

  .callbacks_tabs {
    left: 39.5%;
    bottom: 7%;
  }

  .welcome-text {
    float: none;
    padding: 0;
  }

  .welcome-text.wtext-right {
    width: 100%;
  }

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

  .welcome h4 {
    font-size: 1.1em;
    margin-top: 0.5em;
  }

  h3.title {
    font-size: 1.4em;
  }

  .tabs .more {
    margin-top: 1em;
  }

  .tab-grid-right {
    padding: 0;
  }

  .servc-grid-left span {
    font-size: 1em;
  }

  .servc-grid-right h4 {
    font-size: 1.2em;
  }

  .servc-grid {
    margin-top: 1em;
  }

  .footer a.footer-img {
    width: 27%;
  }

  .about-info {
    margin-top: 1em;
  }

  .gallery-grids {
    margin-top: 1em;
  }

  .blog-grids {
    margin-top: 1em;
  }

  .blog h4 {
    font-size: 1.3em;
  }

  .blog p.snglp {
    font-size: 0.85em;
  }

  .blog-tags ul li a {
    padding: 0.5em 1em;
  }

  .view {
    margin: 0.5em;
  }

  .address ul li i.phon {
    font-size: 1.2em;
  }

  .slid-grids {
    width: 90%;
    margin: 1em auto 0;
    float: none;
    padding: 2em 0;
  }
}

/******************************** css imeeting *********************************/

/*-- orientation  landscape  iphone 4  --*/
@media only screen and (orientation: landscape) and (max-width: 480px) {
  .myForm {
    padding-top: 10%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 10%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 10%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .formSession {
    padding-top: 10%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 12%;
    padding-bottom: 4%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 10%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .murMessage {
    position: fixed !important;
    bottom: 5px !important;
    right: 20px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -83%;
    margin-left: 45%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*-- orientation  landscape  iphone 5 -> iphone 6 plus  --*/
@media only screen and (orientation: landscape) and (min-width: 481px) and (max-width: 736px) {
  .myForm {
    width: 90%;
    display: block;
    margin: auto;
  }

  .formInvite {
    width: 90%;
    display: block;
    margin: auto;
  }

  .formSession {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    width: 90%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 2%;
    padding-bottom: 4%;
    width: 90%;
    display: block;
    margin: auto;
  }

  #intervenants {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
  }

  .LI-intervenants {
    margin-left: 20px !important;
  }

  .murMessage {
    position: fixed !important;
    bottom: 0px !important;
    right: 20px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -61%;
    margin-left: 49%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*-- orientation  landscape  ipad  --*/
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .myForm {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .formSession {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 50%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 0%;
    padding-bottom: 1%;
    width: 60%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 11%;
    width: 80%;
    display: block;
    margin: auto;
  }

  #intervenants {
    display: block;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }

  #footerProgramme {
    margin-top: 6em;
  }

  #footerSession {
    margin-top: 4em;
  }

  .murMessage {
    position: fixed !important;
    bottom: 42px !important;
    right: 20px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -30%;
    margin-left: 45%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*-- iphone 4 -> iphone 6 plus  orientation  portrait  --*/
@media only screen and (max-width: 430px) and (orientation: portrait) {
  .myForm {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 5%;
    width: 100%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 12%;
    padding-bottom: 40%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 2%;
    padding-bottom: 4%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 3%;
    padding-bottom: 24%;
    width: 90%;
    display: block;
    margin: auto;
  }

  .murMessage {
    position: fixed !important;
    bottom: 42px !important;
    right: 20px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -40%;
    margin-left: 34%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
    z-index: 99999999;
  }
}

/*--  ipad orientation portrait --*/
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .myForm {
    padding-top: 0%;
    padding-bottom: 4%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 6%;
    padding-bottom: 17%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formSession {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 4%;
    padding-bottom: 8%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 29%;
    width: 80%;
    display: block;
    margin: auto;
  }

  #positionFooter {
    margin-top: 3em;
  }

  #intervenants {
    display: block;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
  }

  .LI-intervenants {
    margin-left: 40px !important;
  }

  #footerProgramme {
    margin-top: 4em;
  }

  #footerSession {
    margin-top: 8em;
  }

  .murMessage {
    position: fixed !important;
    bottom: 200px !important;
    right: 30px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -38%;
    margin-left: 43%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*--  ipad pro orientation portrait --*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .myForm {
    padding-top: 10%;
    padding-bottom: 15%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 65%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 10%;
    padding-bottom: 29%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 4%;
    padding-bottom: 26%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 42%;
    width: 80%;
    display: block;
    margin: auto;
  }

  #positionFooter {
    margin-top: 13em;
  }

  #intervenants {
    width: 80%;
    margin-left: 5em;
    padding-top: 5em;
  }

  .LI-intervenants {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  #footerProgramme {
    margin-top: 8em;
  }

  .formSession {
    padding-top: 7%;
    padding-bottom: 0%;
    width: 60%;
    display: block;
    margin: auto;
  }

  #footerSession {
    margin-top: 16em;
  }

  .murMessage {
    position: fixed !important;
    bottom: 350px !important;
    right: 40px !important;
    width: 5em !important;
  }

  .menuChargement {
    margin-top: -28%;
    margin-left: 44%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*--  Samsung note 10.1 orientation portrait --*/
@media only screen and (min-width: 800px) and (max-height: 1280px) and (orientation: portrait) {
  .myForm {
    padding-top: 15%;
    padding-bottom: 18%;
    width: 75%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 65%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 18%;
    padding-bottom: 36%;
    width: 75%;
    display: block;
    margin: auto;
  }

  .formSession {
    padding-top: 5%;
    padding-bottom: 0%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 11%;
    padding-bottom: 32%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 59%;
    width: 80%;
    display: block;
    margin: auto;
  }

  #footerProgramme {
    margin-top: 6em;
  }

  #positionFooter {
    margin-top: 19em;
  }

  #intervenants {
    width: 70%;
    margin-left: 9em;
    padding-top: 5em;
  }

  .LI-intervenants {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  #footerSession {
    margin-top: 22em;
  }

  .murMessage {
    position: fixed !important;
    bottom: 350px !important;
    right: 30px !important;
    width: 5em !important;
  }

  .menuChargement {
    margin-top: -38%;
    margin-left: 42%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*-- pc standard --*/
@media only screen and (min-device-width: 1280px) and (min-device-height: 900px) {
  .myForm {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 65%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 60%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 65%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 75%;
    display: block;
    margin: auto;
  }

  #intervenants {
    display: block;
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5em;
  }

  .LI-intervenants {
    margin-left: 20px !important;
  }

  .murMessage {
    position: fixed !important;
    bottom: 70px !important;
    right: 50px !important;
    width: 4em !important;
  }

  .menuChargement {
    margin-top: -24%;
    margin-left: 44%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

/*-- pc large --*/
@media only screen and (min-width: 1920px) {
  .myForm {
    padding-top: 0%;
    padding-bottom: 1%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formInvite {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 65%;
    display: block;
    margin: auto;
  }

  .myForm2 {
    padding-top: 0%;
    padding-bottom: 13%;
    width: 80%;
    display: block;
    margin: auto;
  }

  .formQuestion {
    padding-top: 4%;
    padding-bottom: 2%;
    width: 70%;
    display: block;
    margin: auto;
  }

  .toutQuestions {
    padding-top: 0%;
    padding-bottom: 16%;
    width: 80%;
    display: block;
    margin: auto;
  }

  #intervenants {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  #footerProgramme {
    margin-top: 8em;
  }

  .murMessage {
    position: fixed !important;
    bottom: 150px !important;
    right: 200px !important;
    width: 6em !important;
  }

  .menuChargement {
    margin-top: -16%;
    margin-left: 47%;
    position: absolute;
    display: block !important;
    background: #000;
    border-radius: 5em;
  }
}

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

@media only screen and (max-width: 768px) {
  .bg_menu {
    padding-top: 3em;
    padding-right: 0px;
    padding-bottom: 2em;
    padding-left: 0px;
    background: url("../images/412px.jpg");
    background-repeat: repeat;
    background-size: cover;
  }

  .logo_menu {
    width: 80% !important;
    display: block;
    margin: auto;
  }

  .question1 {
    margin-left: 10px !important;
  }

  .img_footer_mobile {
    width: 100%;
    margin-bottom: 15px;
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  .bg_menu {
    padding-top: 8em;
    padding-right: 0px;
    padding-bottom: 14em;
    padding-left: 0px;
    background: url("../images/1000.jpg");
    background-repeat: repeat;
    background-size: cover;
  }

  .logo_menu {
    width: 70% !important;
    display: block;
    margin: auto;
  }

  .question1 {
    margin-left: -60px !important;
  }

  .quest {
    width: auto !important;
    max-height: 250px !important;
  }

  .img_footer_tv {
    width: 100%;
    margin-bottom: 15px;
    display: block !important;
  }
}

.txt_menu {
  text-align: center;
  color: white;
  font-size: 15px;
  text-shadow: 1px 1px 2px black;
  line-height: 25px;
}

.profile-img {
  margin-top: -33px;
  height: 45px;
  width: 45px;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.profile-img2 {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  margin-top: -33px;
  height: 110px;
  width: 110px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.profile-img3 {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  margin-top: 7px;
  height: 110px;
  width: 110px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.profile-img4 {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  margin-top: 7px;
  height: 70px;
  width: 70px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}



.txt_workshop {
  border: 1px solid #e7e7e7 !important;
  background: white !important;
  color: #000 !important;
  font-family: "bnpp" !important;
  font-size: 15px !important;
  padding: 10px !important;
}

.msg_workshop {
  text-align: center;
  margin-top: -10px !important;
  font-size: 16px;
  color: black;
  display: none;
}

.img_workshop {
  margin-top: 20px;
  height: auto;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0;
}

/* iframe flotante small */
.floty_iframe_expand {
  position: absolute;
  right: 0px;
  bottom: 100px;
}

/* iframe flotante large */
.floty_iframe_full {
  position: absolute;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  right: 0;
  top: 10%;
  left: 0;
}

/* iframe icon floty */
.ico_floty_frame {
  width: 24px;
  margin: 10px;
  cursor: pointer;
  margin-left: -10px;
  background-color: white;
}

.arrow {
  width: 30px;
  position: fixed;
  right: 10px;
  margin-top: 11px;
  z-index: 99999;
  top: 0;
  cursor: pointer;
}

.bn-menu {
  width: 32px;
  padding-top: 3px;
  margin: 5px;
  cursor: pointer;
}

.msd {
  font-size: 11px;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
}

/* Styles de base */
.liste_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 50%;
  margin: 0 auto;
  padding: 20px;
}

.box {
  flex-basis: calc(50% - 8px) !important;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #0000001a;
  box-shadow: 0 1px 10px rgb(255 255 255);
  text-align: center;
  border: 3px solid white;
  cursor: pointer;
}

.msz {
  max-width: 20%;
  height: auto;
}

.mt {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.tl-chat {
  position: fixed;
  z-index: 9999;
  color: white;
  text-align: center;
  font-size: 18px;
  top: 0;
  left: 20px;
}

.notification-count {
  position: absolute;
  top: 9px;
  right: 16px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 0px 6px;
  font-size: 14px;
}

.mndy {
  text-align: center;
  background-color: #a40000;
  color: white;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  cursor: pointer;
}

.mndy2 {
  text-align: center;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
}

.nt {
  position: absolute;
  right: 30px;
  background-color: red;
  border-radius: 50%;
  width: 18px;
  text-align: center;
  color: white;
  font-size: 13px;
}

.ld {
  background-color: #c80923;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.ld2{
  text-align: right;
    color: black;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .msz {
    max-width: 30%;
    height: auto;
  }

  .liste_icon {
    max-width: 100%;
  }

  .pc {
    display: none !important;
    /* Afficher l'image large sur les écrans PC */
  }

  .mobile {
    display: block !important;
    /* Masquer l'image petite sur les écrans PC */
  }

  .bn-menu {
    width: 32px;
    padding-top: 3px;
    margin: 5px;
    margin-left: -4px;
    cursor: pointer;
  }

  .img_workshop {
    margin-top: 10px;
    height: auto;
    width: 40%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
  }

  .msd {
    position: absolute;
    right: 20px;
    font-size: 11px;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
  }

  .btc {
    width: 50% !important;
    padding: 3px !important;
    color: black !important;
    background-color: #ffffff !important;
    text-align: center !important;
    cursor: pointer !important;
    box-shadow: 1px 1px 4px -1px #ff0000;
    margin: auto !important;
  }

}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
    /* Afficher l'image large sur les écrans PC */
  }

  .mobile {
    display: none !important;
    /* Masquer l'image petite sur les écrans PC */
  }

  .btc {
    width: 50% !important;
    padding: 3px !important;
    color: black !important;
    background-color: #ffffff !important;
    text-align: center !important;
    cursor: pointer !important;
    box-shadow: 1px 1px 4px -1px #ff0000;
    margin: auto !important;
  }
}