/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../var/lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*Variables*/
/* line 2, ../sass/_variables.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova";
  font-weight: 400;
}

/* line 11, ../sass/_variables.scss */
#contenuPage h2 {
  font-size: 20px !important;
}

/* line 16, ../sass/_variables.scss */
.center850 {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

/* line 17, ../sass/_variables.scss */
.center980 {
  height: 100px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

/* line 18, ../sass/_variables.scss */
body {
  color: #575757;
  font-size: 16px !important;
}

/* line 19, ../sass/_variables.scss */
h2, h1 {
  color: #066b97;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px !important;
  margin-bottom: 30px;
}

/* line 20, ../sass/_variables.scss */
#contenuPage {
  padding: 75px 0;
}

/* line 21, ../sass/_variables.scss */
.logoPoly {
  margin-top: -19px !important;
  background: url("../img/logo.png") no-repeat scroll top center;
  text-align: center;
  width: 100%;
  height: 105px;
}

/* line 22, ../sass/_variables.scss */
.logoPoly a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 23, ../sass/_variables.scss */
strong {
  font-weight: 700;
}

/* line 24, ../sass/_variables.scss */
p {
  margin: 0px 0px 10px !important;
}

/* line 25, ../sass/_variables.scss */
.textwidget {
  line-height: 1.2;
}

/* line 26, ../sass/_variables.scss */
.panel-grid {
  margin-bottom: 0 !important;
}

/* line 27, ../sass/_variables.scss */
.bordureBleu {
  border-bottom: 1px solid #066b97;
  padding-bottom: 85px;
  margin-bottom: 65px;
}

/* line 28, ../sass/_variables.scss */
img {
  height: auto;
}

/*Header*/
/* line 3, ../sass/_header.scss */
.header {
  text-align: center;
}
/* line 5, ../sass/_header.scss */
.header #zoneLogo {
  border-top: 4px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 500;
  top: 40px;
  left: 0px;
  height: 93px;
  width: 100%;
}

/* line 16, ../sass/_header.scss */
#visuHautInt {
  height: 200px;
}

/*Zone bleu claire avec les medecins */
/* line 21, ../sass/_header.scss */
#zoneClaire {
  background: #81b3c9;
  height: 100px;
  margin-top: -3px;
}
/* line 26, ../sass/_header.scss */
#zoneClaire #dept {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 105px;
  height: 100px;
}
/* line 35, ../sass/_header.scss */
#zoneClaire #dept span {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px;
}
/* line 44, ../sass/_header.scss */
#zoneClaire #imgMedecins {
  background: url("../img/medecins_attente.png") no-repeat scroll 0 0;
  background-size: 556px auto;
  width: 538px;
  height: 228px;
  position: absolute;
  bottom: 0;
  right: 20px;
  margin: 0 !important;
}
/* line 57, ../sass/_header.scss */
#zoneClaire #menu-menu-haut {
  position: absolute;
  right: 70px;
  top: 43px;
}
/* line 62, ../sass/_header.scss */
#zoneClaire #menu-menu-haut li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  width: auto;
  display: inline-block;
  margin: 0px 5px;
  padding: 5px;
}
/* line 69, ../sass/_header.scss */
#zoneClaire #menu-menu-haut li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
/* line 77, ../sass/_header.scss */
#zoneClaire #menu-menu-haut li:hover:first-child {
  background: #6f99b1;
}
/* line 80, ../sass/_header.scss */
#zoneClaire #menu-menu-haut li:hover, #zoneClaire #menu-menu-haut li.current_page_item {
  background: #066b97;
}
/* line 88, ../sass/_header.scss */
#zoneClaire #menuMobile {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 94, ../sass/_header.scss */
#zoneClaire #menuMobile .menu-toggle {
  color: #fff;
  cursor: pointer;
  float: right;
  margin-right: 20px;
  padding-top: 0;
}
/* line 103, ../sass/_header.scss */
#zoneClaire #menuMobile .menu-toggle .liens {
  margin-top: 16px !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  background: url("../img/menu_scm.png") no-repeat scroll 0 0;
  float: left;
  width: 43px;
  height: 43px;
  background-size: 40px auto;
}
/* line 113, ../sass/_header.scss */
#zoneClaire #menuMobile .menu-toggle .liens a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -500em;
}
/* line 123, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal {
  height: 100%;
  background: #81b3c9;
  display: none;
  left: 0px;
  padding-bottom: 25px;
  position: absolute;
  top: 69px;
  width: 100%;
  z-index: 2000;
  float: left;
  padding: 0;
}
/* line 137, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal .menu {
  float: left;
  margin: 0px;
  height: auto;
  padding: 0;
  width: 100%;
}
/* line 144, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal .menu li {
  min-height: 35px;
  line-height: 1.2;
  float: left;
  background: #81b3c9;
  padding: 0;
  border: medium none;
  list-style: none;
  text-align: left;
  color: #fff;
  width: 100% !important;
}
/* line 156, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal .menu li:hover > a {
  background: #066b97;
  color: #ff;
}
/* line 161, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal .menu a {
  line-height: 35px;
  height: 35px;
  padding: 0 0 0 25px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  width: 100%;
  display: block;
  text-decoration: none;
}
/* line 175, ../sass/_header.scss */
#zoneClaire #menuMobile #menuPrincipal #menu-menu-haut-1 li:first-child {
  display: none;
}

/* line 183, ../sass/_header.scss */
.home #menu-menu-haut {
  position: absolute;
  right: 70px;
  top: 43px;
}
/* line 188, ../sass/_header.scss */
.home #menu-menu-haut li {
  background: #91bacc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  width: auto;
  display: inline-block;
  margin: 0px 5px;
  padding: 5px;
}
/* line 196, ../sass/_header.scss */
.home #menu-menu-haut li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
/* line 204, ../sass/_header.scss */
.home #menu-menu-haut li:hover:first-child {
  background: #6f99b1;
}
/* line 207, ../sass/_header.scss */
.home #menu-menu-haut li:hover, .home #menu-menu-haut li.current_page_item {
  background: #066b97;
}

/* FIN */
/*Zone bleu foncÃ©e avec le menu principale */
/* line 214, ../sass/_header.scss */
#zoneFoncee {
  background: #066b97;
  height: 70px;
  line-height: 70px;
  text-align: left;
}
/* line 220, ../sass/_header.scss */
#zoneFoncee ul li {
  display: inline-block;
  margin: 0 6px;
}
/* line 225, ../sass/_header.scss */
#zoneFoncee ul li a {
  color: #81b3c9;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
/* line 232, ../sass/_header.scss */
#zoneFoncee ul li a:hover {
  color: #fff;
}
/* line 236, ../sass/_header.scss */
#zoneFoncee ul li :first-child {
  margin-left: 0;
}
/* line 241, ../sass/_header.scss */
#zoneFoncee .current_page_item a {
  color: #fff;
}
/* line 244, ../sass/_header.scss */
#zoneFoncee .current_page_item {
  background: url("../img/fleche.png") no-repeat scroll bottom center;
}

/*FIN*/
/*Zone sous-menus */
/* line 253, ../sass/_header.scss */
#sousMenu {
  padding: 33px 0 65px 0;
  text-align: center;
}
/* line 260, ../sass/_header.scss */
#sousMenu li {
  margin: 0 9px;
  height: 45px;
  display: inline-block;
}
/* line 265, ../sass/_header.scss */
#sousMenu li a {
  font-weight: 600;
  font-size: 14px !important;
  color: #81b3c9;
  text-transform: uppercase;
}
/* line 272, ../sass/_header.scss */
#sousMenu li:hover {
  border-bottom: 1px solid #066b97;
}
/* line 274, ../sass/_header.scss */
#sousMenu li:hover a {
  text-decoration: none;
  color: #066b97;
}
/* line 279, ../sass/_header.scss */
#sousMenu li:first-child {
  border-bottom: 1px solid #066b97;
}
/* line 281, ../sass/_header.scss */
#sousMenu li:first-child a {
  text-decoration: none;
  color: #066b97;
}

/*FIN*/
/*Accueil*/
/*Actualites*/
/* line 3, ../sass/_actualites.scss */
.itemActus {
  margin-bottom: 20px;
  width: 48%;
  border: 1px solid #066b97;
}
/* line 11, ../sass/_actualites.scss */
.itemActus .titre, .itemActus .contenu {
  color: #066b97;
  padding: 0 10px;
}
/* line 16, ../sass/_actualites.scss */
.itemActus .image {
  text-align: center;
  margin-bottom: 15px !important;
  height: 250px;
}
/* line 20, ../sass/_actualites.scss */
.itemActus .image img {
  height: 250px;
}
/* line 25, ../sass/_actualites.scss */
.itemActus .titre {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 15px !important;
}
/* line 31, ../sass/_actualites.scss */
.itemActus .contenu {
  font-size: 16px !important;
  padding: 0 10px;
  text-align: center;
}
/* line 37, ../sass/_actualites.scss */
.itemActus .voirSuite {
  margin-top: 10px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 43, ../sass/_actualites.scss */
.itemActus .voirSuite a {
  font-size: 14px;
  text-decoration: underline;
}

/* line 52, ../sass/_actualites.scss */
.gutter-sizer {
  width: 20px;
}

/* line 57, ../sass/_actualites.scss */
.single-post #contenuPage {
  line-height: 1.4;
}

/*Les medecins*/
/* line 4, ../sass/_les-medecins.scss */
.les-medecins h1 {
  display: none;
}
/* line 7, ../sass/_les-medecins.scss */
.les-medecins .secretariat {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 134px;
}
/* line 13, ../sass/_les-medecins.scss */
.les-medecins .zone-medecins {
  margin-top: 85px;
}
/* line 15, ../sass/_les-medecins.scss */
.les-medecins .zone-medecins .textwidget {
  text-align: center;
}
/* line 21, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin {
  width: 22%;
  text-align: center;
  display: inline-block;
  margin: 0 9px;
}
/* line 23, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin a {
  text-decoration: none;
}
/* line 31, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .image {
  text-align: center;
  padding: 0;
  margin: 0 !important;
}
/* line 36, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .image img {
  margin-bottom: -4px;
}
/* line 41, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .image, .les-medecins .itemMedecin .fax {
  border-bottom: 1px solid #81b3c9;
}
/* line 44, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .nom {
  padding-top: 22px;
  font-weight: 600;
  color: #066b97;
  font-size: 14px;
}
/* line 51, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .tel, .les-medecins .itemMedecin .fax, .les-medecins .itemMedecin .secteur {
  color: #81b3c9;
  margin: 0px !important;
  font-size: 14px !important;
  line-height: 1.2;
}
/* line 58, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin .fax {
  padding-bottom: 22px;
}
@media (max-width: 850px) {
  /* line 21, ../sass/_les-medecins.scss */
  .les-medecins .itemMedecin {
    width: 47%;
  }
}
@media (max-width: 644px) {
  /* line 21, ../sass/_les-medecins.scss */
  .les-medecins .itemMedecin {
    width: 100%;
  }
}
/* line 70, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin:first-child {
  margin-left: 0 !important;
}
/* line 73, ../sass/_les-medecins.scss */
.les-medecins .itemMedecin:last-child {
  margin-right: 0 !important;
}
/* line 79, ../sass/_les-medecins.scss */
.les-medecins .textwidget ul {
  padding-left: 15px;
}
/* line 81, ../sass/_les-medecins.scss */
.les-medecins .textwidget ul li {
  padding: 0 0;
}
/* line 84, ../sass/_les-medecins.scss */
.les-medecins .textwidget ul li:before {
  content: ".";
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
  height: 23px;
}

/*Detail medecins*/
/* line 101, ../sass/_les-medecins.scss */
#colGMedecin {
  text-align: center;
}

/*La polyclinique*/
/* line 5, ../sass/_la-polyclinique.scss */
.la-polyclinique h1 {
  display: none;
}
/* line 9, ../sass/_la-polyclinique.scss */
.la-polyclinique #contenuPage {
  padding: 0 0px 75px 0;
}
/* line 15, ../sass/_la-polyclinique.scss */
.la-polyclinique .textwidget ul {
  padding-left: 15px;
}
/* line 17, ../sass/_la-polyclinique.scss */
.la-polyclinique .textwidget ul li {
  padding: 10px 0;
}
/* line 21, ../sass/_la-polyclinique.scss */
.la-polyclinique .textwidget ul li:before {
  content: ".";
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
  height: 23px;
}
/* line 33, ../sass/_la-polyclinique.scss */
.la-polyclinique .textwidget h2 {
  margin-bottom: 25px;
}
/* line 37, ../sass/_la-polyclinique.scss */
.la-polyclinique .textwidget img.alignnone {
  margin-bottom: 35px;
  margin-right: 0 !important;
}
/* line 48, ../sass/_la-polyclinique.scss */
.la-polyclinique #hospitalisation .textwidget ul li {
  padding: 0 0;
}

/*Infos légales*/
/* line 4, ../sass/_informations-legales.scss */
.informations-legales h2 {
  font-size: 18px !important;
}
/* line 7, ../sass/_informations-legales.scss */
.informations-legales h3 {
  padding-bottom: 10px;
}

/*Urologie*/
/* line 5, ../sass/_urologie.scss */
.quest-ce-que-lurologie h1 {
  display: none;
}
/* line 9, ../sass/_urologie.scss */
.quest-ce-que-lurologie #contenuPage {
  padding: 0 0px 75px 0;
}
/* line 15, ../sass/_urologie.scss */
.quest-ce-que-lurologie .textwidget ul {
  padding-left: 15px;
}
/* line 17, ../sass/_urologie.scss */
.quest-ce-que-lurologie .textwidget ul li {
  padding: 10px 0;
}
/* line 21, ../sass/_urologie.scss */
.quest-ce-que-lurologie .textwidget ul li:before {
  content: ".";
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
  height: 23px;
}
/* line 31, ../sass/_urologie.scss */
.quest-ce-que-lurologie .textwidget h2 {
  margin-bottom: 25px;
}
/* line 35, ../sass/_urologie.scss */
.quest-ce-que-lurologie .textwidget img.alignnone {
  margin-bottom: 35px;
  margin-right: 0 !important;
}
/* line 43, ../sass/_urologie.scss */
.quest-ce-que-lurologie .pathologies ul {
  padding-bottom: 15px;
}
/* line 45, ../sass/_urologie.scss */
.quest-ce-que-lurologie .pathologies ul li {
  padding: 0 0;
}

/*Vidéos*/
/* line 4, ../sass/_videos.scss */
.itemVideos {
  margin-bottom: 20px;
  width: 48%;
  border: 1px solid #066b97;
  display: inline-block;
}
/* line 12, ../sass/_videos.scss */
.itemVideos .titre, .itemVideos .contenu {
  color: #066b97;
}
/* line 17, ../sass/_videos.scss */
.itemVideos .titre {
  padding: 0 10px;
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 15px !important;
}
/* line 24, ../sass/_videos.scss */
.itemVideos .contenu {
  font-size: 16px !important;
  text-align: center;
}
/* line 29, ../sass/_videos.scss */
.itemVideos iframe {
  max-width: 100%;
  max-height: 100%;
}

/* line 37, ../sass/_videos.scss */
.itemVideos:nth-child(even) {
  margin-left: 10px;
}

/* line 40, ../sass/_videos.scss */
.itemVideos:nth-child(odd) {
  margin-right: 10px;
}

/*Contact*/
/* line 5, ../sass/_contact.scss */
.contact h1:first-child {
  display: none;
}
/* line 8, ../sass/_contact.scss */
.contact article h1 {
  display: block !important;
}
/* line 12, ../sass/_contact.scss */
.contact iframe {
  width: 100%;
}
/* line 18, ../sass/_contact.scss */
.contact .wpcf7 form {
  width: 90%;
}
/* line 22, ../sass/_contact.scss */
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 textarea {
  width: 100%;
  border: 1px solid;
  background: #fff;
  height: 30px;
  margin-top: 5px;
}
/* line 31, ../sass/_contact.scss */
.contact .wpcf7 textarea {
  height: 150px;
}
/* line 34, ../sass/_contact.scss */
.contact .wpcf7 input[type="submit"] {
  cursor: pointer;
  background: #066B97;
  margin-top: 20px;
  color: #fff;
  border: none;
  padding: 0 10px;
  text-transform: uppercase;
  float: left;
  line-height: 32px;
  height: 30px;
}
/* line 46, ../sass/_contact.scss */
.contact .wpcf7 p {
  margin: 15px 0 !important;
}
/* line 49, ../sass/_contact.scss */
.contact .wpcf7 p#nom {
  margin-top: 0 !important;
}

/*Footer*/
/* line 3, ../sass/_footer.scss */
.footer {
  background: #066b97;
  height: 311px;
  padding: 0 0 44px 0;
  /*Colonne 1*/
}
/* line 8, ../sass/_footer.scss */
.footer .colonneFooter,
.footer .colonneFooter a {
  color: #fff;
}
/* line 12, ../sass/_footer.scss */
.footer .colonneFooter {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
/* line 21, ../sass/_footer.scss */
.footer #colMenu {
  padding-top: 60px;
}
/* line 24, ../sass/_footer.scss */
.footer #colMenu #menu-menu-footer li a,
.footer #colMenu .colMenuMobile ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px !important;
}
/* line 32, ../sass/_footer.scss */
.footer #colMenu #menu-menu-footer li a:before {
  content: " . ";
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
/* line 38, ../sass/_footer.scss */
.footer #colMenu #menu-menu-footer li a:hover,
.footer #colMenu .colMenuMobile ul li a:hover {
  color: #81B3C9;
}
/* line 43, ../sass/_footer.scss */
.footer #colMenu #menuFooterBas {
  margin-top: 25px !important;
}
/* line 45, ../sass/_footer.scss */
.footer #colMenu #menuFooterBas a {
  text-decoration: none;
  font-size: 12px;
}
/* line 49, ../sass/_footer.scss */
.footer #colMenu #menuFooterBas a:hover {
  color: #81B3C9;
}
/* line 54, ../sass/_footer.scss */
.footer #colMenu #logoA3web {
  background: url("../img/logo-new.png") no-repeat scroll 0 0;
  width: 50px;
  height: 22px;
  display: inline-block;
  background-size: 50px auto;
  margin-left: 5px;
  vertical-align: middle;
}
/* line 65, ../sass/_footer.scss */
.footer .colMenuMobile {
  display: none;
}

/*Colonne 2*/
/* line 78, ../sass/_footer.scss */
#colAdresse {
  text-align: center;
}

/* line 79, ../sass/_footer.scss */
#adresse {
  margin-top: 39px;
}

/*Colonne 3*/
/* line 84, ../sass/_footer.scss */
#colContact {
  padding-top: 79px;
  text-align: right;
}

/* line 85, ../sass/_footer.scss */
#titreContact span {
  font-weight: 700;
}

/* line 86, ../sass/_footer.scss */
#titreContact span:after {
  content: " . ";
  display: inline-block;
  vertical-align: middle;
}

/* line 87, ../sass/_footer.scss */
#titreContact {
  margin-bottom: 30px;
}

/* line 88, ../sass/_footer.scss */
#contact p:nth-child(2) {
  margin: 23px  0 !important;
}

/* line 89, ../sass/_footer.scss */
#contact p:last-child {
  margin-bottom: 0 !important;
}
