/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'Quicksand', sans-serif;
  color: #3e3947;
  background-color: white;
  letter-spacing: 1px;
}

.domaines .newboxes-2 {
 
  background-color: #ffffff80;

}

body, html {
  height: 100%;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */


* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.civil{
	margin-right:8px;
}

.intro-rdv a{
	color: #d5b383;

border: 1px solid #d5b383;

padding: 20px;

margin-right: 30px;

display: inline-block;

margin-bottom: 20px;
}


.intro-rdv a:focus, .intro-rdv a:hover {
    color: white;
    text-decoration: none;
    background-color: #ffffff1a;
    border: 1px solid white;
   }


.pic-wrapper div{
	z-index: 1;



position: relative;
top: 25%;

text-align: center;
color: #3c3835;
background-color: #ffffff80;

padding: 20px;
width: 60%;
margin-right:auto;
margin-left:auto;
font-size: 15px;
line-height: 25px;
}

.pic-wrapper div p{
padding-bottom:0px;
}

h3{
	text-transform: uppercase;
padding-bottom: 30px;
line-height: 1.6rem;
font-size: 15px;
}


.pic-1 {
  opacity: 1;
  background: url(../img/brunet_avocat_rennes_couv01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/brunet_avocat_rennes_couv02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/brunet_avocat_rennes_couv03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../img/brunet_avocat_rennes_couv04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes 
slideShow {  0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}















.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
   width: 90%;
margin-right: auto;
margin-left: auto;
max-width: 600px;

}

.team-img img{
border: 10px solid #23201e;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  height: 86%;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}




.habillage{
	position:fixed;
	z-index:1;
	top:-20%;
	width: 40%;
	right: -100px;
	opacity:0.1;
}


.nav-responsive{
	display:block;
}

a.navbar-brand{

	display: inline-table;
	
}

.navbar-header{
	background-color:#3c3835;
}

.navbar-brand img{
	width: 100px;
	
}

button.navbar-toggle{
	margin: 30px;
}


.contenu-dom{
    background-color: rgba(255, 255, 255, 0.63);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    line-height: 30px;
  
}

.navbar-toggle .icon-bar{
	width: 40px;

height: 3px;

border-radius: 5px;

margin: 7px;
}




#cd-vertical-nav{
	display: none;
}

b{
	font-weight: bold;
	color:#e4c091;
}


iframe{
	width: 100%;
}

.brunet-logo{

    z-index: 1;
    width: 170px;
    margin-bottom: 50px;
margin-top: 100px;

}


.brunet-cabinet-img{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

.brunet-cabinet-img img{
      border: 10px solid #23201e;
}


.brunet-cabinet-images{

  text-align: center;
  
    position: relative;
  

   
 }
 
 
 .brunet-cabinet-images ul{
  padding-bottom: 50px;
}

#section3 .domaines{
margin-left: auto;
margin-right: auto;
width: 90%;
max-width: 900px;
text-align: center;
padding-bottom: 70px;
line-height: 50px;

}

#section3 .domaines a{
    border: 1px solid white;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 900px;
    display: block;
    background-color: #ffffff4d;
    margin-top: 20px;
    font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
color:#3c3835;
   }
   
   #section3 .domaines a:focus, #section3 .domaines a:hover{
   background-color: #3c383580;
   color:white;

text-decoration: none;
   }



h2{
	font-weight: bold;
text-transform: uppercase;
padding-top:15px;
letter-spacing: 0.5px;
color:#3c3835;
}

.coordonnee{
	
position: relative;
color: #fff;
width: 100%;
margin-right: auto;
margin-left: auto;
}

.coordonnee img{
	    width: 40px;
	    margin-right:20px;
}
.coordonnee p{
display: flex;
align-items: center;
}

.form-contact1 {
   
   padding-bottom: 70px;
    position: relative;
    color: #fff;
    width: 100%;
    margin-right:auto;
    margin-left:auto;
}

.civilite {
    margin-bottom: 0px;
    float: left;
}

input[type=radio] {
    margin: 0 10px;
}

#nom_expediteur, #prenom_expediteur, #mail_expediteur, #telephone, #message {
    padding: 9px 0px 12px 21px;
    font-size: 17px;
    line-height: 28px;
    border: 0;
    color: #626060;
    width: 100%;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message_envoye{
	color: #c23b3b;

text-transform: uppercase;

border: 1px solid #c23b3b;

padding: 10px;

margin-bottom: 20px;
    display: inline-block;

}

.envoyer {
    width: 100%;
    border: 0;
    background: #d5b383;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 72px;
    -webkit-appearance: button;
    cursor: pointer;
}

.contact{
width: 80%;
margin-right: auto;
margin-left: auto;

}

h4{
	color: #d5b383;
font-weight: 300;
text-transform: uppercase;
font-size: 20px;

padding-top: 40px;
padding-bottom: 30px;
font-weight: bold;
}

.ours {

    background-color: #272422;
  
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
   
    text-align: center;
    color: #ffffff4d;
    padding-bottom: 15px;
    padding-top: 15px;
padding-right: 15px;

padding-left: 15px;
}

.ours a.ours-h4 {
    color: #ffffff80;
}
.ours a.ours-h4:hover {
    color: #d5b383;
}

.mentions-leg{
	color: #ffffff4d;
	font-size: 15px;
}



#section1 {
  min-height: 100%;
  position: relative;
 
}

.show {
    display: none;
}



.cd-section:nth-of-type(odd) {
  background-color: #3c3835;
}


.cd-section:nth-of-type(odd) .texte {
  color: #898099;
}
.cd-section:nth-of-type(even) {
  background-color: #3c3835;
}
.cd-section:nth-of-type(even) .texte {
  color: #d5b383;
  width: 80%;
 
}

.cd-section .texte {
	  top: 40%;
}



.cd-section h1, .cd-section .texte {
margin-left: auto;
margin-right: auto;
  max-width: 900px;
  text-align: center;
  
}
.cd-section h1 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: bold;
  margin-top: 0px;
}
.cd-section .texte {
  line-height: 1.6;
}

.cd-section p {
 padding-bottom:30px;
}

.portable-visible {
display: block;	
}

.portable-invisible {
display: none;	
}



@media only screen and (min-width: 768px) {
	
	.honoraires span{
	width: 50%;
}


.honoraires span{
	

border: 1px solid white;

padding: 20px;

margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}


.honoraires{
	display:flex;
}
	
	
.nav-responsive{
	display:none;
}

#cd-vertical-nav{
	display: block;
}


	
	.portable-visible {
display: 	none;
}

.portable-invisible {
display: block;	
}




  .cd-section h1 {
    font-size: 30px;
   
  }
  .cd-section p {
    font-size: 17px;
    
    line-height: 30px;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
  display: block;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  left: 0px;
   background-color: #322f2eb3;
    height: 100%;
  
  z-index: 1;
text-align: center;

}

.no-touch #cd-vertical-nav ul{
  padding-left: 20px;
}

.no-touch #cd-vertical-nav li {
  text-align: left;
  line-height: 30px;
  
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;

}

.no-touch #cd-vertical-nav a span.cd-dot {


  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
  -webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.no-touch #cd-vertical-nav a.is-selected .cd-label {
    opacity: 1;
}




.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 17px;
  width: 17px;
  border-radius: 0%;
  background-color: #d5b383;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .07em .5em;
  color: white;
  font-size: 20px;
  
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0.3;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: #d5b383;
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 9000;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: #3c3835cc;
  padding: 20px;
text-align: center;
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
  color: #d5b383;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #d5b383;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}




@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
  
  
 

.cd-section h1 {
  padding-top: 70px;
}

.brunet-cabinet-images ul {
    display: inline-flex;
   }

.pic-wrapper div{
	z-index: 1;



position: relative;
top: 25%;

text-align: center;
color: #3c3835;


padding: 40px;
width: 40%;
margin-right:auto;
margin-left:auto;
font-size: 15px;
line-height: 25px;

}



h3{
	text-transform: uppercase;
padding-bottom: 30px;
line-height: 1.6rem;
font-size: 30px;
}

.coordonnee{

width: 60%;

}



.form-contact1 {

    width: 60%;

}



}



@media only screen and (min-width: 1500px) {
	.brunet-cabinet-img{
    width: 400px;
   
}

.container{
	display: flex;
align-items: center;
width: 60%;
margin-right: auto;
margin-left: auto;
padding-bottom: 50px;
padding-top: 40px;
}

}

@media only screen and (min-width: 2000px) {
.brunet-cabinet-img{
       width: 470px;
    margin: 15px;
}

	
	.brunet-cabinet-img{
    width: 400px;
   
}

.habillage{
	position:fixed;
	z-index:1;
	top:-30%;
	width: 40%;
	right: -300px;
	opacity:0.2;
}
}
