/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1, h2, h3{
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 100%;
  min-height: 100%;
  position: relative;
}
body {
  background: rgba(0, 0, 0, 0) url("/images/fond.png") repeat scroll 0 0;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: 400;
  /* Margin bottom by footer height */
  margin-bottom: 140px;
  padding-top: 140px;
}
.connexion-gauche {
  text-align: center;
  color: #fff;
}
.connexion-gauche h1 {
  font-size: 20px;
  margin: 10px 0;
}
.connexion-gauche p {
  font-size: 14px;
}
.bg-connexion,
.bg-demandeauto,
.bg-autorisation,
.bg-etape,
.bg-etape2,
.bg-etape3,
.bg-etape4,
.bg-etape5,
.campagnes {
  background-color: #eeeff1;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 25px;
}
.btn-right {
  margin-bottom: 15px;
}
thead tr td {
  text-transform: uppercase;
  font-weight: 600;
}
.bg-autorisation {
  margin-top: 21px;
  margin-bottom: 25px;
}
.bg-demandeauto {
  padding: 15px 20px;
}
.bg-connexion h1,
.bg-autorisation h1,
.bg-etape h1 {
  color: #e05a21;
  font-size: 16px;
  text-transform: uppercase;
}
.icon-enveloppe {
  background: #2f3f4e none repeat scroll 0 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  float: left;
  font-size: 26px;
  margin: -15px 20px -20px -20px;
  padding: 17px 22px 16px;
}
.presentation-resocom .bg-demandeauto {
  margin-bottom: 25px;
}
.presentation-resocom .bg-demandeauto .icon-enveloppe {
  font-size: 20px;
  padding: 12px 15px 9px;
}
.presentation-resocom table {
  margin-top: 10px;
  margin-bottom: 15px;
}
.presentation-resocom .asterisque {
  font-style: italic;
  font-size: 12px;
}
.m-icon-enveloppe {
  font-size: 14px;
}
.m-icon-enveloppe a {
  color: #000;
}
.bg-connexion input,
.bg-autorisation input,
.bg-autorisation select,
.bg-etape input,
.bg-etape2 input,
.bg-etape4 input,
.mdp-perdu input,
.campagnes select,
.campagnes input {
  background-color: #fff;
  background-image: none;
  border: 0 solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.bg-etape2 .adherents > input {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 15px;
}
.souvenir label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.souvenir input {
  display: inline;
  height: 18px;
  width: 18px;
}
.mdp-oublie {
  margin: 20px 0;
  text-align: center;
}
.mdp-oublie a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.titre-page h1 {
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 70px;
  padding-left: 25px;
}
.autorisation-123 {
  display: inline-block;
}
.autorisation-123 div {
  background-color: #2f3f4e;
  border-radius: 20px;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  margin-right: 15px;
  padding: 5px 0 0 10px;
  width: 30px;
}
.autorisation-123 span {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
  float: left;
}
.bg-autorisation img,
.campagnes .picto-fleche {
  position: absolute;
  transform: rotate(90deg);
  margin-top: -46px;
  margin-left: 7px;
}
.bg-autorisation select,
.bg-autorisation input:last-child {
  margin-bottom: 0px;
}
button,
.bt-ajouter input,
.bt-etape3 label,
.bt-finalisation label,
.bt_camp_terminee {
  background-color: #2f3f4e;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.bg-connexion button,
.bt-ajouter input,
.bt-envoyer button,
.bt-etape3 label,
.bt-finalisation label,
.bt-annuler button,
.bt-recap button,
.bt-dupliquer a {
  width: 100%;
}
.inscription .bt-envoyer-inscription {
  margin-top: -21px;
}
.inscription .champs-obligatoire {
  margin-top: 25px;
  font-size: 14px;
  color: #eeeff1;
}
.inscription .champs-obligatoire a {
  color: #000;
  text-decoration: underline;
}
.bt-envoyer button,
.bt-ajouter input,
.bt-annuler button,
.bt-etape3 label,
.bt-finalisation label,
.bt-recap button,
.bt-dupliquer a {
  margin-top: 20px;
}
.bg-connexion button:hover {
  background-color: #40566b;
}
.bt-ajouter input,
.bt-annuler button,
.bt-etape3 label[for="deviscampagne_etat_1"],
.bt-finalisation label[for="finalisercampagne_etat_2"],
.bt-finalisation label[for="finalisercampagne_etat_1"],
#annuleduplicampagne_annuler {
  background-color: #eeeff1;
  color: #000;
}
.bt-ajouter input {
  margin-top: 0px;
}
.type-dabonnement label {
  margin-left: 24px;
  margin-right: 30px;
  margin-top: -18px;
  position: absolute;
}
.type-dabonnement label a {
  color: #000;
  text-decoration: underline;
}
.type-dabonnement .accepte {
  border-top: 1px solid #2F3F4E;
  font-size: 14px;
  margin-top: 25px;
  padding-top: 15px;
}
.type-dabonnement input {
  height: 15px;
  margin-bottom: 0;
  width: 15px;
}
.prix-inscription {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 23px;
}
#check,
#check2 {
  width: 15px;
  display: inline-block;
  height: 15px;
  margin: 0;
}
#coche,
#decoche {
  font-size: 14px;
  font-weight: 500;
}
#coche {
  margin-right: 10px;
}
#scroll_departement {
  border: 0 solid black;
  height: 254px;
  margin: 0 -15px;
  overflow: auto;
  padding: 8px 4px 0;
}
#scroll-email {
  height: 254px;
  overflow: auto;
  background-color: #fff;
  margin: 10px;
}
.scroll-interieur {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px 20px;
  position: relative;
  width: 0;
}
.bg-etape input {
  height: 25px;
  width: 15px;
}
.bg-etape label {
  font-size: 16px;
}
.bg-etape p {
  font-size: 10px;
  font-style: italic;
  margin-bottom: 0;
}
.bg-etape hr,
.bg-etape3 hr {
  border-color: #2f3f4e;
  margin: 14px 0px 20px 0px;
}
.prix-labelle {
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 23px;
  margin-top: -43px;
}
.bg-etape3 p {
  font-size: 14px;
  margin: 0;
}
.bg-etape3 p p span {
  font-weight: 600;
}
.bt-etape3 input {
  display: none;
}
.bg-etape4 label {
  margin-bottom: 10px;
}
.bg-etape4 span {
  font-size: 12px;
}
.bg-etape4 button {
  position: absolute;
  top: 58px;
  right: 41px;
  border-radius: 0px 4px 4px 0px;
}
.bg-etape4 #programmercampagne_emailObjet {
  margin-bottom: 0px;
}
.bg-etape4 .upload-fichier {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
}
.bg-etape4 .upload-fichier i {
  text-decoration: underline;
}
#programmercampagne_ficDiffusion {
  margin-top: -60px;
  width: 10px;
  position: relative;
  z-index: -1;
}
.bg-etape5 .td-gauche {
  width: 250px;
}
.table {
  margin-bottom: 0px;
  font-size: 14px;
}
.table a {
  color: #2f3f4e;
  text-decoration: underline;
}
.table .templatenumero {
  color: #2f3f4e;
  text-decoration: underline;
  background: none;
  font-size: 12px;
  padding: 0px;
}
.mescampagnes {
  font-size: 12px;
}
thead {
  background-color: #2f3f4e;
  color: #fff;
}
.glyphicon-eye-open {
  font-size: 18px;
}
.campagnes-btsearch {
  margin-top: 31px;
  text-align: right;
}
.campagnes-btsearch button {
  width: 100%;
}
.btn-new-camps {
  text-align: right;
  margin-bottom: 25px;
}
.campagnes label {
  margin-bottom: 10px;
}
.campagnes select {
  margin-bottom: 0px;
}
.campagnes-recherche {
  margin-bottom: 25px;
}
.campagnes-recherche span {
  display: block;
  margin-top: 15px;
}
.campagnes-recherche .du {
  float: left;
  margin: 8px 8px 8px 0px;
}
.campagnes-recherche .date1 {
  float: left;
  width: 40%;
}
.campagnes-recherche .date1 input {
  margin-bottom: 0;
}
.campagnes-recherche .au {
  float: left;
  margin: 8px;
}
.campagnes-recherche .date2 {
  float: left;
  width: 40%;
}
.campagnes-recherche .date2 input {
  margin-bottom: 0;
}
.selectionner {
  cursor: pointer;
  float: right;
  margin-top: -60px;
  position: relative;
}
.selectionner button {
  border-radius: 0px 4px 4px 0px;
}
.bg-etape5 .selectionner {
  margin-top: -40px;
}
.bg-etape5 .form-control {
  height: 40px;
}
.bt-finalisation input {
  display: none;
}
.desabonnement {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
.desabonnement .titre {
  background: #2F3F4E;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
.desabonnement .titre h2 {
  font-size: 18px;
}
.desabonnement .border {
  background-color: #2F3F4E;
  height: 1px;
  margin: 15px 0;
}
.desabonnement .contenu {
  background-color: #eeeff1;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 25px;
}
.desabonnement .btn-desabonnement {
  background-color: #2f3f4e;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
/*** Collapse ***/
.bt_collapse i {
  margin-right: 10px;
}
.collapse-interieur {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px 30px;
  position: relative;
}
.collapse-interieur .envoyera {
  font-size: 16px;
  font-weight: 600;
}
.collapse-interieur .dep input,
.collapse-interieur .depDom input {
  height: 15px;
  margin: 4px 0;
  width: 15px;
}
.collapse-interieur .dep label,
.collapse-interieur .depDom label {
  margin-left: 20px;
  margin-top: -20px;
  position: absolute;
}
.bt_camp_terminee {
  display: inline-block;
}
.bt_camp_terminee:hover {
  color: #fff;
}
/*****************/
.etape3-scroll {
  box-shadow: 0 0 57px -37px rgba(0, 0, 0, 0.75) inset;
  margin: 10px 0 !important;
  padding-left: 20px !important;
}
.etape5-scroll {
  box-shadow: 0 0 57px -37px rgba(0, 0, 0, 0.75) inset;
  margin: 0 0 !important;
  padding-left: 20px !important;
}
.droits-invalides {
  background-color: #d75720;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.inscription-despartement input {
  height: 14px;
  margin: 10px;
  width: 14px;
}
.inscription-despartement label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-left: 34px;
  margin-top: -27px;
}
#spinner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#spinner .spinner-center {
  bottom: 50%;
  left: 0;
  position: absolute;
  right: 0;
  color: #fff;
}
#spinner p {
  background: #eeeff1;
  color: #2f3f4e;
  display: inline-block;
  height: 140px;
  padding-top: 39px;
  width: 140px;
}
#spinner .fa-circle-o-notch {
  font-size: 36px;
  margin-bottom: 5px;
}
.dropdown-toggle-sm {
  background-color: #3d5165;
  font-size: 18px;
  margin-top: 14px;
  padding: 1px 16px !important;
}
/***************/
/*BOOTSTRAP*/
/***************/
.alert {
  margin-bottom: 0;
}
.alert-success,
.alert-danger {
  background-color: #2f3f4e;
  color: #fff;
  margin-bottom: 50px;
  /* A supp apres la presentation */
  text-align: center;
}
.alert strong {
  font-weight: 400;
}
.alert-danger {
  text-align: center;
}
.btn-primary:hover {
  background-color: #40566b;
}
.panel-default > .panel-heading {
  background-color: #394857;
  border-color: #ddd;
  color: #fff;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}
label {
  margin-bottom: 0px;
}
.panel-default {
  border-color: none;
}
.panel {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2f3f4e;
  border-color: #2f3f4e;
}
.pagination > li > a,
.pagination > li > span {
  color: #2f3f4e;
}
.pagination {
  margin: 40px 0 0;
}
.caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
}
#newcampagne_modeDiffusion_3 {
  margin-top: 30px;
}
.table-bordered {
  border: 0px solid #ddd;
}
/***** En attente ****/
#supprduplicampagne_supprimer,
#supprduplicampagne_dupliquer,
#annuleduplicampagne_annuler,
#annuleduplicampagne_dupliquer,
#supprduplicampagne_btn,
.conf-supp button {
  width: 100%;
  margin-top: 20px;
}
/*********************/
/*** MEDIA QUERIES ***/
/*********************/
@media screen and (min-width: 768px) {
  .connexion-droite img {
    position: absolute;
    left: 1px;
  }
}
@media screen and (min-width: 992px) {
  #taille-bloc2 {
    height: 330px;
  }
}
@media screen and (max-width: 993px) {
  .mescampagnes {
    font-size: 14px;
    margin-bottom: 0;
  }
  .responsive-table-line td:before {
    content: attr(data-title);
  }
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }
  .responsive-table-line thead tr {
    display: none;
  }
  .responsive-table-line td {
    position: relative;
    border: 0px solid transparent;
    padding-left: 50% !important;
    padding-right: 20px !important;
    white-space: normal;
    text-align: right;
  }
  .responsive-table-line td::before {
    background-color: #2f3f4e;
    color: #fff;
    font-weight: 600;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    padding: 7px 20px;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis !important;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 45%;
  }
  tbody {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .connexion-droite img {
    left: 49%;
    position: absolute;
    top: -21px;
    transform: rotate(90deg);
  }
  .connexion-gauche {
    margin-bottom: 50px;
  }
  .mescampagnes {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .campagnes-btsearch button {
    margin-top: 30px;
  }
}
/*** Email Formater ***/
.etape-4a .bloc {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
}
.etape-4a h2 {
  font-size: 26px;
  height: 50px;
}
.etape-4a h2 span {
  font-size: 14px;
}
.etape-4a .ligne {
  height: 1px;
  width: 100px;
  background-color: #000;
  margin: 15px 0px;
}
.etape-4a a {
  background-color: #2f3f4e;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 150px;
  margin-top: 18px;
}
.etape-4a .img-template {
  overflow: hidden;
  cursor: pointer;
}
.etape-4a img.zoomEffect {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.etape-4a img.zoomEffect:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .etape-4a .bloc {
    margin-bottom: 25px;
  }
  .etape-4a #last-bloc {
    margin-bottom: 0px;
  }
}
.etape-4a .btn-annuler {
  width: 100%;
  text-align: center;
  background-color: #EEEFF1;
  color: #222;
}
.etape-4a-pop .glyphicon-remove,
.etape-4b-pop .glyphicon-remove {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2f3f4e;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  z-index: 100;
}
.etape-4a-pop .modal-dialog,
.etape-4b-pop .modal-dialog {
  width: 680px;
}
.etape-4a-pop .modal-content,
.etape-4b-pop .modal-content {
  border-radius: 0px;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .etape-4a-pop .modal-dialog,
  .etape-4b-pop .modal-dialog {
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .etape-4a-pop .modal-dialog,
  .etape-4b-pop .modal-dialog {
    width: inherit;
    margin: 30px;
    width: 670px;
  }
}
.etape-4b .titre-bloc {
  font-size: 16px;
  color: #000;
}
.etape-4b .titre-bloc .nb {
  background-color: #2f3f4e;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  height: 50px;
  margin-top: -14px;
  padding: 11px 0 0 19px;
  position: absolute;
  right: 15px;
  width: 50px;
}
.etape-4b .bloc {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #eeeff1;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 25px;
  position: relative;
}
.etape-4b .bloc label {
  margin-bottom: 15px;
}
.etape-4b .bloc input,
.etape-4b .bloc textarea {
  height: 40px;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: none;
}
.etape-4b .bloc textarea {
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.etape-4b .bloc .mce-tinymce {
  margin-bottom: 20px;
  border: none;
}
.etape-4b .bloc input:last-child {
  margin-bottom: 0px;
}
.etape-4b .bloc img {
  margin-top: -46px;
  position: absolute;
  right: 43px;
  transform: rotate(90deg);
}
.etape-4b .bt-collapse {
  background-color: #f0f0f0;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  text-align: left;
  width: 100%;
}
.etape-4b button {
  width: 100%;
}
.etape-4b .previsualisation {
  margin-bottom: 15px;
}

header {
  /*** Burger anime ***/
}
header .navbar-default {
  background-color: #2f3f4e;
  border: none;
  border-radius: 0;
}
header .navbar-default .navbar-nav > li > a {
  color: #fff;
}
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:visited {
  color: #fff;
  background-color: #40566b;
  font-weight: 400;
}
header .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  opacity: 0.8;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:visited {
  background-color: #40566b;
  color: #fff;
}
header .navbar-default .navbar-nav > .open > a .glyphicon-user,
header .navbar-default .navbar-nav > .open > a:hover .glyphicon-user,
header .navbar-default .navbar-nav > .open > a:focus .glyphicon-user,
header .navbar-default .navbar-nav > .open > a:visited .glyphicon-user {
  background-color: #2f3f4e;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
header nav .navbar-brand img {
  margin-top: 12px;
  width: 180px;
}
header nav .navbar-header {
  height: 70px;
}
header nav .navbar {
  margin-bottom: 0px;
}
header nav .navbar-brand {
  padding: 0px 30px 0 15px;
}
header nav .navbar-nav > li > a {
  line-height: 41px;
}
header nav .navbar-toggle {
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 14px;
  padding: 14px;
  position: relative;
}
header nav .navbar-nav {
  margin: 0;
}
header nav .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: 0 none;
  width: 100%;
}
header nav .dropdown-menu > li > a {
  padding: 20px;
}
header nav .dropdown-menu {
  padding: 0;
}
header nav .dropdown {
  border-left: 1px solid #40566b;
}
header nav .glyphicon-user {
  margin-right: 10px;
  background-color: #40566b;
  padding: 10px;
  border-radius: 20px;
}
header nav .dropdown-menu > li > a:hover,
header nav .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #40566b;
}
header nav .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
header .navbar-toggle .icon-bar {
  transition: all 0.2s;
  border-radius: 4px;
  height: 3px;
}
header .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 4px 0;
}
header .navbar-toggle .middle-bar {
  opacity: 0;
}
header .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -1px 0;
}
header .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
header .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
header .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/*********************/
/*** MEDIA QUERIES ***/
/*********************/
@media screen and (max-width: 767px) {
  .bienvenue {
    background-color: #40566b;
    padding: 14px;
    color: #fff;
  }
  .glyphicon-user {
    background-color: #2f3f4e !important;
  }
  .navbar-collapse {
    margin: 0 -30px !important;
  }
  nav .dropdown {
    border-left: 0px solid #40566b;
  }
}

footer {
  background-color: #2f3f4e;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .container {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 15px;
}
footer .footer-droit {
  text-align: right;
}
footer .footer-droit a {
  color: #fff;
}
/*********************/
/*** MEDIA QUERIES ***/
/*********************/
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .footer-droit {
    text-align: center;
  }
}
