<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/gpc.notaires.idcomcrea.fr/:/tmp/) in <b>/www/wwwroot/gpc.notaires.idcomcrea.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>93</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/utils) is not within the allowed path(s): (/www/wwwroot/gpc.notaires.idcomcrea.fr/:/tmp/) in <b>/www/wwwroot/gpc.notaires.idcomcrea.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>93</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/global.less) is not within the allowed path(s): (/www/wwwroot/gpc.notaires.idcomcrea.fr/:/tmp/) in <b>/www/wwwroot/gpc.notaires.idcomcrea.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>93</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../../css/global) is not within the allowed path(s): (/www/wwwroot/gpc.notaires.idcomcrea.fr/:/tmp/) in <b>/www/wwwroot/gpc.notaires.idcomcrea.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>93</b><br />
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.actus {
  padding: 100px 0 50px;
  background-color: #f8f8f8;
}
body main section.actus .contenu .container {
  max-width: 1330px;
}
body main section.actus .contenu .global .item {
  margin-bottom: 40px;
}
body main section.actus .contenu .global .item .right {
  background: #fff;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -o-border-radius: 16px !important;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  -o-box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  border: 1px solid rgba(199,169,112,0.1);
  display: flex;
  flex-direction: column;
}
body main section.actus .contenu .global .item .right:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  -o-box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  border-color: rgba(199,169,112,0.3);
}
body main section.actus .contenu .global .item .right:hover .image-actu img {
  transform: scale(1.08);
}
body main section.actus .contenu .global .item .right:hover .image-actu:before {
  opacity: 0.7;
}
body main section.actus .contenu .global .item .right:hover h3 {
  color: #c7a970;
}
body main section.actus .contenu .global .item .right .image-actu {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg,#1e3040 0%,#2e4a63 100%);
}
body main section.actus .contenu .global .item .right .image-actu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,rgba(30,48,64,0) 0%,rgba(30,48,64,0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
body main section.actus .contenu .global .item .right .image-actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
body main section.actus .contenu .global .item .right .date {
  padding: 25px 30px 0;
  font-size: 11px;
  color: #c7a970;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: inline-block;
}
body main section.actus .contenu .global .item .right .date:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #c7a970;
}
body main section.actus .contenu .global .item .right h3 {
  padding: 18px 30px 0;
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}
body main section.actus .contenu .global .item .right .texte {
  padding: 15px 30px 20px;
  font-size: 15px;
  color: #bfbfbf;
  line-height: 1.8;
  flex-grow: 1;
}
body main section.actus .contenu .global .item .right .bouton {
  display: inline-block;
  margin: 0 30px 20px;
  padding: 12px 28px;
  background: linear-gradient(135deg,#c7a970 0%,#ceb482 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  position: relative;
  overflow: hidden;
  text-align: center;
}
body main section.actus .contenu .global .item .right .bouton:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,#1e3040 0%,#263d51 100%);
  transition: left 0.3s ease;
  z-index: -1;
}
body main section.actus .contenu .global .item .right .bouton:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(199,169,112,0.4);
  -webkit-box-shadow: 0 5px 15px rgba(199,169,112,0.4);
  -moz-box-shadow: 0 5px 15px rgba(199,169,112,0.4);
  -o-box-shadow: 0 5px 15px rgba(199,169,112,0.4);
}
body main section.actus .contenu .global .item .right .bouton:hover:before {
  left: 0;
}
